Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239956 - app-cdr/extract-xiso: CFLAGS are ignored
Summary: app-cdr/extract-xiso: CFLAGS are ignored
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-05 12:54 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-10-06 07:04 UTC (History)
1 user (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-05 12:54:28 UTC
I don't know the build system for this program (and this is a generic bug template so I cannot tell you which program exactly is), but my tests shows that it's not respecting CFLAGS properly.

Please look into it, since it's important to respect user CFLAGS.

Thanks,
Diego

P.S.: it seems to be libftp/ that ignores them.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-05 19:59:58 UTC
Could this code in src_unpack() be failing?

sed -i -e "s:-O2:${CFLAGS}:g" "${S}"/Makefile || die "sed failed."

@vapier: [1] lists xbox@g.o as herd alias but bugsy doesn't like it.

[1] http://www.gentoo.org/proj/en/metastructure/herds/herds.xml
Comment 2 SpanKY gentoo-dev 2008-10-06 07:04:10 UTC
need real information why you think this ebuild isnt respecting CFLAGS.  looks to be fine to me.