Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573236 - app-arch/lzma-9.20 on hardened x86 - ../../../../C/CpuArch.c:75:3: error: inconsistent operand constraints in an 'asm'
Summary: app-arch/lzma-9.20 on hardened x86 - ../../../../C/CpuArch.c:75:3: error: inc...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2016-01-28 18:53 UTC by Robin Johnson
Modified: 2020-06-28 17:25 UTC (History)
2 users (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 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-01-28 18:53:27 UTC
on woodpecker...

>>> Verifying ebuild manifests
>>> Emerging (1 of 1) app-arch/lzma-9.20::gentoo
>>> Failed to emerge app-arch/lzma-9.20, Log file:
>>>  '/var/log/portage/build/app-arch/lzma-9.20:20160128-184250.log'
 * Package:    app-arch/lzma-9.20
 * Repository: gentoo
 * USE:        abi_x86_32 elibc_glibc kernel_linux pie ssp userland_GNU x86
 * FEATURES:   preserve-libs sandbox splitdebug userpriv usersandbox
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST LzmaAlone.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../UI/Common/Bench.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../UI/Console/BenchCon.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../UI/Console/ConsoleClose.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Compress/LzmaDecoder.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Compress/LzmaEncoder.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Compress/LzmaRegister.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Common/CreateCoder.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Common/CWrappers.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Common/FileStreams.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Common/FilterCoder.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../Common/StreamUtils.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/C_FileIO.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/CommandLineParser.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/CRC.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/IntToString.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/MyString.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/StringConvert.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/StringToInt.cpp
i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../Common/MyVector.cpp
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/7zCrc.c
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/7zCrcOpt.c
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/Alloc.c
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/Bra86.c
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/CpuArch.c
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/LzFind.c
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/LzmaDec.c
../../../../C/CpuArch.c: In function 'x86cpuid_CheckAndRead':
../../../../C/CpuArch.c:75:3: error: inconsistent operand constraints in an 'asm'
../../../../C/CpuArch.c:75:3: error: inconsistent operand constraints in an 'asm'
i686-pc-linux-gnu-gcc -march=i686 -O2 -pipe  -c -D_7ZIP_ST ../../../../C/LzmaEnc.c
make: *** [CpuArch.o] Error 1
make: *** Waiting for unfinished jobs....
emake failed
 * ERROR: app-arch/lzma-9.20::gentoo failed (compile phase):
Comment 1 Pacho Ramos gentoo-dev 2018-04-02 10:20:51 UTC
Maybe hardened team know what could be causing this :/
Comment 2 Francisco Blas Izquierdo Riera gentoo-dev 2020-02-09 20:12:53 UTC
I have tried to reproduce this with -r1 but failed. Are you still hitting the bug?