Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378655 - app-shells/bash-4.1_p9 does not respect CFLAGS
Summary: app-shells/bash-4.1_p9 does not respect CFLAGS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-10 13:24 UTC by Agostino Sarubbo
Modified: 2011-08-11 03:35 UTC (History)
0 users

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


Attachments
build log (bash-4.1_p9:20110810-131612.log,130.89 KB, text/plain)
2011-08-10 13:24 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2011-08-10 13:24:29 UTC
Created attachment 282819 [details]
build log

In some parts all CFLAGS are not recpected and the buildsystem appends -g.

small examples:
x86_64-pc-linux-gnu-gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I. -I./include -I./lib  -DDEFAULT_PATH_VALUE='"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' -DSTANDARD_UTILS_PATH='"/bin:/usr/bin:/sbin:/usr/sbin"' -DSYS_BASHRC='"/etc/bash/bashrc"' -DSYS_BASH_LOGOUT='"/etc/bash/bash_logout"' -DNON_INTERACTIVE_LOGIN_SHELLS -DSSH_SOURCE_BASHRC -g  -o mksignames mksignames.o buildsignames.o
Comment 1 SpanKY gentoo-dev 2011-08-11 03:35:23 UTC
pretty sure you're confusing target binaries (bash) and not build binaries.  build binaries cannot use your build settings.