Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905774 - dev-util/libtree-3.1.1 fails tests on arm64 (aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-m32’)
Summary: dev-util/libtree-3.1.1 fails tests on arm64 (aarch64-unknown-linux-gnu-gcc: e...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Sam James
URL: https://github.com/haampie/libtree/is...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 905046
  Show dependency tree
 
Reported: 2023-05-05 16:02 UTC by Arthur Zamarin
Modified: 2023-12-05 22:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,3.59 KB, text/plain)
2023-05-05 16:02 UTC, Arthur Zamarin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2023-05-05 16:02:03 UTC
Created attachment 861202 [details]
build.log

Caught on arm64-unstable container on jiji.arm64 devbox
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-17 09:15:50 UTC
make[1]: Entering directory '/var/tmp/portage/dev-util/libtree-3.1.1/work/libtree-3.1.1/tests/05_32_bits'
echo 'int a(){return 42;}' | aarch64-unknown-linux-gnu-gcc -shared -Wl,-soname,libx.so -m32 -o lib32/libx.so -nostdlib -x c -
aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-m32’
make[1]: *** [Makefile:16: lib32/libx.so] Error 1

Oh dear.