View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000661 | Rocky-Linux-8 | thunderbird | public | 2022-10-27 16:42 | 2022-10-27 16:42 |
| Reporter | Chris Schanzle | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0000661: unexpanded macro in /usr/bin/thunderbird: line 143: fg: no job control | ||||
| Description | /usr/bin/thunderbird has a syntax error at line 143 | ||||
| Steps To Reproduce | starting thunderbird from the terminal emits a harmless error message (it still starts): /usr/bin/thunderbird: line 143: fg: no job control | ||||
| Additional Information | /usr/bin/thunderbird line 142, 143 contains: # Linux version specific environment variables %RHEL_ENV_VARS% The % is being interpreted by bash for job control function, but is syntactically incorrect, hence the error message. Clearly this was a placeholder string to expand to something. The thunderbird.spec modifies the script near the comment "# set up the thunderbird start script". Nowhere does the spec do anything with %RHEL_ENV_VARS%, so this might be an upstream bug too (I have no RHEL systems to test). | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-10-27 16:42 | Chris Schanzle | New Issue |