RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1450046 - icedtea-web icedteaweb-completion:`_itweb-settings': not a valid identifier
Summary: icedtea-web icedteaweb-completion:`_itweb-settings': not a valid identifier
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: icedtea-web
Version: 7.3
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: 7.4
Assignee: jiri vanek
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks: 1420851 1473612
TreeView+ depends on / blocked
 
Reported: 2017-05-11 12:42 UTC by dbodnarc
Modified: 2020-06-11 13:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-26 09:07:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 3061921 0 None None None 2018-02-19 15:16:01 UTC

Description dbodnarc 2017-05-11 12:42:48 UTC
Description of problem:
As per customer example - rc scripts (.profile, .bashrc) which doesn't conform to POSIX mode causes issues (i.e. while using tigervnc)

According to the bash manual, names should contain letters, digits and underscores only. 

However there are files commonly used inside .bashrc that do not conform to POSIX mode.

The following script use hyphens in function names:
in /etc/bash_completion.d/: icedteaweb-completion

Version-Release number of selected component (if applicable):
icedtea-web-1.6.1-4.el7.x86_64

Steps to Reproduce:
1. $ bash --posix
2. $ . /etc/profile.d/bash_completion.sh
bash: `_itweb-settings': not a valid identifier

Actual results:
bash: `_itweb-settings': not a valid identifier

Expected results:
no errors

Comment 2 jiri vanek 2017-05-11 13:44:32 UTC
If I can read the error correctly, rhis was recently fixed usptream: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3365

Easy and safe to backport.

Comment 3 jiri vanek 2018-02-26 09:07:01 UTC
Should be fixed by upcoming rebase: https://bugzilla.redhat.com/show_bug.cgi?id=1475411


Note You need to log in before you can comment on or make changes to this bug.