Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58755 - app-shells/bash-3.0 compatibility problems
Summary: app-shells/bash-3.0 compatibility problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 03:37 UTC by Imad R. Faiad
Modified: 2004-07-30 05:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Imad R. Faiad 2004-07-29 03:37:57 UTC
app-shells/bash-3.0 cause gcc to fail to compile
due to syntax changes in some commands. e.g. trap
masking bash-3.0 fixed the problem
hth

creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating mkheaders
creating auto-host.h
trap: usage: trap [-lp] [[arg] signal_spec ...]

!!! ERROR: sys-devel/gcc-3.3.5 failed.
!!! Function src_compile, Line 540, Exitcode 1
!!! (no error message)
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-07-29 05:26:14 UTC
Fixed in bash-3.0-r1
Comment 2 Imad R. Faiad 2004-07-29 05:27:28 UTC
that was fast :-)
many thanks!
Comment 3 Imad R. Faiad 2004-07-29 05:32:28 UTC
and another things, other commands cause problems too, though not fatal.
you may want to look into the tail and head commands
e.g.
checking assembler hidden support... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
yes
checking assembler leb128 support... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
yes
checking assembler eh_frame optimization... head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
tail: `-3' option is obsolete; use `-n 3' since this will be removed in the future
yes
Comment 4 SpanKY gentoo-dev 2004-07-30 05:56:20 UTC
the head/tail problems are known and has nothing to do with gcc ... they're part of coreutils