Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 386841

Summary: dev-perl/Locale-gettext-1.50.0 fails to install on x86_64 kvm guests
Product: Gentoo Linux Reporter: Matthew Thode ( prometheanfire ) <prometheanfire>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED UPSTREAM    
Severity: normal CC: binki, prometheanfire
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=384149
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2011-10-11 21:14:35 UTC
Fails to install due to the make file specifying march=native
see bug 384149 for more info on the gcc long mode bug.

I don't know where it gets 'native' from though.
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2011-10-12 02:53:47 UTC
Created attachment 289627 [details]
build.log
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2011-10-12 02:54:01 UTC
Created attachment 289629 [details]
emerge --info
Comment 3 Mike Gilbert gentoo-dev 2011-10-16 03:29:24 UTC
It seems to use whatever CFLAGS you had when you built dev-lang/perl.
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2011-10-16 07:33:04 UTC
Probably from perl. `perl -V` will tell.
Dup of #236200. Proposed fix in bug #261375.

But i don't understand the build.log *shrug*
Comment 5 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2011-10-16 07:36:39 UTC
I already remerged world on all my systems, so I won't be able to test...
Comment 6 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2011-10-23 03:54:44 UTC
This is being fixed upstream by the qemu people.

I've added this to the kvm command line so that the cpu that is passed though
is recognized (the original CPU has a never manufactured family/model).

-cpu qemu64,family=6,model=15



-cpu host will be default

http://article.gmane.org/gmane.comp.emulators.qemu/120697