Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113793 - xen-3.0.0_pre20051122 fails to emerge - unrecognized gcc option
Summary: xen-3.0.0_pre20051122 fails to emerge - unrecognized gcc option
Status: RESOLVED DUPLICATE of bug 113639
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 07:08 UTC by gbugs
Modified: 2005-11-28 08:21 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 gbugs 2005-11-28 07:08:07 UTC
xen-3.0.0_pre20051122 fails to build with gcc 3.6.6, with an unrecognized option
 error from gcc (-Wdeclaration-after-statement)

make: Entering directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen'
make -C tools
make[1]: Entering directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen/tools'
make -C figlet
make[2]: Entering directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen/tools/figlet'
gcc -o figlet figlet.c
make[2]: Leaving directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen/tools/figlet'
make symbols
make[2]: Entering directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen/tools'
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
-Wdeclaration-after-statement -o symbols symbols.c
cc1: error: unrecognized option `-Wdeclaration-after-statement'
make[2]: *** [symbols] Error 1
make[2]: Leaving directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen/tools'
make[1]: *** [default] Error 2
make[1]: Leaving directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen/tools'
make: ***
[/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen/xen] Error 2
make: Leaving directory
`/var/tmp/portage/xen-3.0.0_pre20051122/work/xen-unstable-20051122/xen'

!!! ERROR: app-emulation/xen-3.0.0_pre20051122 failed.
!!! Function src_compile, Line 41, Exitcode 2
!!! compiling xen failed
!!! If you need support, post the topmost build error, NOT this status message.




Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Option is specified in the 'Config.mk' file in the xen source directory.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-28 08:21:22 UTC

*** This bug has been marked as a duplicate of 113639 ***