Summary: | dev-build/kbuild-0.1.9998_pre20131130 build failure with i686 userspace and x86_64 kernel | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John Stein <aksornsri1> |
Component: | Current packages | Assignee: | Viorel Munteanu <ceamac> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge error log, dev-util/kbuild-0.1.9998_pre20131130
current USE flags for the build emerge--info post as instructed by fail comment emerge -pqv post as instructed by fail comment |
Created attachment 440098 [details]
current USE flags for the build
Created attachment 440180 [details]
emerge--info post as instructed by fail comment
Created attachment 440182 [details]
emerge -pqv post as instructed by fail comment
Am receiving this error comment in the build output: error: CPU you selected does not support x86-64 instruction set This is strange because I am using: CFLAGS="-O2 -march=i686 -pipe" and CHOST="i686-pc-linux-gnu" in my make.conf. Thanks, John Stein Please leave the assessment of importance to bug wranglers and maintainers. For most cases, it is more of an internal-use-only setting and doesn't cause bugs to be assessed faster. (In reply to John Stein from comment #4) > Am receiving this error comment in the build output: > error: CPU you selected does not support x86-64 instruction set > > This is strange because I am using: > CFLAGS="-O2 -march=i686 -pipe" > and > CHOST="i686-pc-linux-gnu" > in my make.conf. For many packages you have to run emerge under the linux32 command, which causes uname to report i686. Otherwise, things that rely on the uname will misbehave. |
Created attachment 440096 [details] emerge error log, dev-util/kbuild-0.1.9998_pre20131130 I have been building many packages just fine until I: emerge x11-base/xorg-drivers Failed with this final comment: Failed to emerge dev-util/kbuild-0.1.9998_pre20131130, Log file: '/var/log/portage/build/dev-util/kbuild-0.1.9998_pre20131130:20160708-204208.log' I have attached the log. Thank you much for your time, Aksornsri