Thomas Kirchner schreef: > I installed liboil 0.3.3 this morning, from an emerge sync done > around 8:30 am EST, with no troubles. (As for the other reply - I > use ccache as well, so that's not it.) > > emerge info attached. Tom > > * On Oct 12 19:52, Holly Bostick ([email protected]) > wrote: > >> I've been trying to run an emerge -uaDtv world for the past couple >> of days, and dev-libs/liboil fails to upgrade from 0.3.2 to 0.3.3 >> with the following error:
Turns out it was a PEBKAC :-( . Thanks, Thomas, by looking at your emerge info and the first thing I noticed was that your cccache was ~arch (2.4), while mine was stable (2.3). So I upgraded. That didn't change a thing. Since the error kept occurring in conv_sse.c, I tried USE="-sse" even though liboil doesn't have an sse USE flag; unsuprisingly, that didn't work either. So then I turned to the only other place that 'sse' appears-- CFLAGS. I was able to compile without error after removing the following CFLAGS: -mfpmath=sse -mmmx -msse -mno-sse2 -mno-sse3 -m3dnow Now as far as I know, all of these should be safe for my AthlonXP, but clearly one or more of them is not (though this is the first problem I've had with them in the two or three weeks I've been using them). Anybody want to speculate on which one or ones might have been the problem? Oh well, at least it's not a bug. Thanks for the help, everybody. Holly -- [email protected] mailing list

