Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278771 - =media-libs/faad2-2.7 fails with gcc-3.4.6 since it does not support -iquote
Summary: =media-libs/faad2-2.7 fails with gcc-3.4.6 since it does not support -iquote
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 278483
  Show dependency tree
 
Reported: 2009-07-22 22:16 UTC by Anders Hellgren
Modified: 2009-07-23 00:31 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 Anders Hellgren gentoo-dev 2009-07-22 22:16:54 UTC
Fails on stable hardened.

config.status: executing depfiles commands
make 
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/media-libs/faad2-2.7/work/faad2-2.7'
Making all in libfaad
make[2]: Entering directory `/var/tmp/portage/media-libs/faad2-2.7/work/faad2-2.7/libfaad'
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -iquote ../include -march=athlon-xp -O2 -pipe -ggdb -MT bits.lo -MD -MP -MF ".deps/bits.Tpo" -c -o bits.lo bits.c; \
	then mv -f ".deps/bits.Tpo" ".deps/bits.Plo"; else rm -f ".deps/bits.Tpo"; exit 1; fi
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -march=athlon-xp -O2 -pipe -ggdb -MT bits.lo -MD -MP -MF .deps/bits.Tpo -c bits.c  -fPIC -DPIC -o .libs/bits.o
i686-pc-linux-gnu-gcc: ../include: linker input file unused because linking not done
cc1: error: unrecognized command line option "-iquote"
cc1: ../include: No such file or directory
make[2]: *** [bits.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/faad2-2.7/work/faad2-2.7/libfaad'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/faad2-2.7/work/faad2-2.7'
make: *** [all] Error 2
 * 
 * ERROR: media-libs/faad2-2.7 failed.
Comment 1 Gordon Malm (RETIRED) gentoo-dev 2009-07-23 00:31:26 UTC
Fixed in CVS.  Didn't notice there was a bug for it as I last searched some hours ago, sorry.