Gentoo Archives: gentoo-user

From: daid kahl <daidxor@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user][SOLVED] troubles with emerge --sync
Date: Fri, 04 Dec 2009 23:21:26
Message-Id: 3ac129340912041520q226afad0w19cc64e1148d27ce@mail.gmail.com
In Reply to: Re: [gentoo-user][SOLVED] troubles with emerge --sync by Alexander Clark
1 > When I figured out that I was using the wrong march, I switched it out, but
2 > forgot to look over the cflags, which still contained -msse3. Hence some
3 > improvement but not a total fix. I was thinking of giving my safe cflags a
4 > go, when, looking at them and at my regular cflags, I realized that -msse3
5 > didn't belong. Fixed it, emerge -uDNe world, and now emerge --sync works!
6 > Based on this experience, I would submit that if you're running Gentoo and
7 > seeing SIGILL, double checking your march and your cflags would be a pretty
8 > good place to start.
9 > Alexander Clark
10
11 Just for anyone who might be keyword searching, you should guess it
12 might be cflags when you get the error cannot make executables. Gotta
13 love compilers that can't compile anything!
14
15 ~daid