Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386841 - dev-perl/Locale-gettext-1.50.0 fails to install on x86_64 kvm guests
Summary: dev-perl/Locale-gettext-1.50.0 fails to install on x86_64 kvm guests
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-11 21:14 UTC by Matthew Thode ( prometheanfire )
Modified: 2011-10-23 03:54 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,9.33 KB, text/plain)
2011-10-12 02:53 UTC, Matthew Thode ( prometheanfire )
Details
emerge --info (emerge.info,12.71 KB, text/plain)
2011-10-12 02:54 UTC, Matthew Thode ( prometheanfire )
Details

Note You need to log in before you can comment on or make changes to this bug.
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