This is a discussion on cannot emerge libgpg-error within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> hi guys, I just installed gentoo (stage 1) on my laptop - all went surprisingly smoothly until I tried ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi guys, I just installed gentoo (stage 1) on my laptop - all went surprisingly smoothly until I tried emerging kde. I cannot get past emerging libgpg-error. always get this message: ERROR: dev-libs/libgpg-error-1.0 failed I've been googling all day and have not found exactly the same case. the advice with simililar problem was to update the system before trying to emerge libgpg-error again, and so i did but without any results. any ideas? (kernel 2.6.8-r10) arty5ta |
| |||
| arty5ta: > ERROR: dev-libs/libgpg-error-1.0 failed I had the same problem. There was a USE Flag which make portage not to install libgpg-error. But I could install it when I altered my CFLAGS to a simple "-pipe -march=pentium4". -- <http://www.domaininformation.de/> - Whoisabfrage |
| |||
| >>ERROR: dev-libs/libgpg-error-1.0 failed > > > I had the same problem. There was a USE Flag which make portage not to > install libgpg-error. But I could install it when I altered my CFLAGS to a > simple "-pipe -march=pentium4". no luck here for me I tried to change CFLAGS in various way but with no luck. I even tried to change it into pentium4 even though I got athlon-xp, but it wouldn't cheat my gentoo... any other ideas? |
| ||||
| Markus Malkusch wrote: >>ERROR: dev-libs/libgpg-error-1.0 failed > > > I had the same problem. There was a USE Flag which make portage not to > install libgpg-error. But I could install it when I altered my CFLAGS to a > simple "-pipe -march=pentium4". OK I got it too these CFLAGS worked for me: CFLAGS="-march=athlon-xp -pipe -O2" thanks Marcus |