Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374785 - app-arch/xz-utils error: suffix or operands invalid for `push'
Summary: app-arch/xz-utils error: suffix or operands invalid for `push'
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 06:58 UTC by Kfir Lavi
Modified: 2011-07-11 11:45 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 Kfir Lavi 2011-07-11 06:58:06 UTC
Hi,
I'm trying to compile AMD64 arch, and ran emerge -uND @system. 
The installation of xz-utils errors in:
emerge =app-arch/xz-utils-5.0.3
emerge =app-arch/xz-utils-5.0.2
emerge =app-arch/xz-utils-5.0.1
emerge =app-arch/xz-utils-5.0.1-r1
USE="-*" emerge =app-arch/xz-utils-5.0.1-r1
All with the same error:
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/comm
on -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../..
/src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_  -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-inclu
de-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return 
-Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -j2 -MT liblzma_l
a-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './
'`lz/lz_encoder_mf.c
check/crc32_x86.S: Assembler messages:
check/crc32_x86.S:96: Error: suffix or operands invalid for `push'
check/crc32_x86.S:97: Error: suffix or operands invalid for `push'
check/crc32_x86.S:98: Error: suffix or operands invalid for `push'
check/crc32_x86.S:99: Error: suffix or operands invalid for `push'
check/crc32_x86.S:132: Error: relocated field and relocation type differ in signedness
check/crc32_x86.S:265: Error: suffix or operands invalid for `pop'
check/crc32_x86.S:266: Error: suffix or operands invalid for `pop'
check/crc32_x86.S:267: Error: suffix or operands invalid for `pop'
check/crc32_x86.S:268: Error: suffix or operands invalid for `pop'
make[4]: *** [liblzma_la-crc32_x86.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
...


Reproducible: Always

Steps to Reproduce:
1. Compile xz-utils on amd64
2.
3.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-07-11 07:50:24 UTC
Missing `emerge --info` output, required for processing this bug.
Comment 2 Kfir Lavi 2011-07-11 08:28:50 UTC
I had i686-pc-linux-gnu as my CHOST. 
I think this did the problem.
I have just tared again the stage3 and restarted my system update. Now it is running ok. 

Lets close this bug. 

Sorry,
Kfir
Comment 3 Pacho Ramos gentoo-dev 2011-07-11 11:45:41 UTC
Probably invalid then