Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217745 - binutils-config-1.9-r04.10 compile fails on AMD64
Summary: binutils-config-1.9-r04.10 compile fails on AMD64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 01:39 UTC by Matt Michalowski
Modified: 2008-04-15 07:16 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 Matt Michalowski 2008-04-15 01:39:28 UTC
The latest binutils-config update, binutils-config-1.9-r04.10, fails to compile on amd64-linux.

make  all-recursive
make[1]: Entering directory `/opt/hwbp/var/tmp/portage/sys-devel/binutils-config-1.9-r04.10/work/toolchain-prefix-wrapper-0.3.1614'
Making all in .
make[2]: Entering directory `/opt/hwbp/var/tmp/portage/sys-devel/binutils-config-1.9-r04.10/work/toolchain-prefix-wrapper-0.3.1614'
make[2]: Leaving directory `/opt/hwbp/var/tmp/portage/sys-devel/binutils-config-1.9-r04.10/work/toolchain-prefix-wrapper-0.3.1614'
Making all in utils
make[2]: Entering directory `/opt/hwbp/var/tmp/portage/sys-devel/binutils-config-1.9-r04.10/work/toolchain-prefix-wrapper-0.3.1614/utils'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -O2 -pipe -fno-stack-protector -MT stringutil.o -MD -MP -MF .deps/stringutil.Tpo -c -o stringutil.o stringutil.c
stringutil.c: In function 'ContentCreateVaConcat':
stringutil.c:113: error: incompatible types in assignment
stringutil.c:138: error: incompatible types in assignment
make[2]: *** [stringutil.o] Error 1
make[2]: Leaving directory `/opt/hwbp/var/tmp/portage/sys-devel/binutils-config-1.9-r04.10/work/toolchain-prefix-wrapper-0.3.1614/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/hwbp/var/tmp/portage/sys-devel/binutils-config-1.9-r04.10/work/toolchain-prefix-wrapper-0.3.1614'
make: *** [all] Error 2


utils/stringutils.c should use va_copy to copy the va_list type instead of assignment.

Reproducible: Always
Comment 1 Michael Haubenwallner (RETIRED) gentoo-dev 2008-04-15 07:16:11 UTC
Uhm, sorry - I really should run a prefix on amd64-linux too...

Committed revision 20662.