LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   Failed to emerge at installation (https://www.linuxquestions.org/questions/gentoo-87/failed-to-emerge-at-installation-928819/)

cristi92b 02-11-2012 10:28 AM

Failed to emerge at installation
 
1 Attachment(s)
I followed the steps at http://www.gentoo.org/doc/en/handboo...ok_part2_chap2, but when i type emerge syslog-ng it gives me an error (see the picture I attached). Do you have any idea what I did wrong?

Ion Silverbolt 02-11-2012 12:05 PM

Looks like you just need to add some use flags to some of your dependencies. If you haven't yet, add this to your make.conf file:

EMERGE_DEFAULT_OPTS=" --autounmask-write"

This will unmask your needed use flags after you perform the first emerge. If the flags that get unmasked are ok with you, then type etc-update and use the new package.use file. Then type your emerge once again.

cristi92b 02-11-2012 03:06 PM

Thank you!


The problem were a cflag in make.conf

-march=k10 which is wrong. (Should be -march=amdfam10)


All times are GMT -5. The time now is 05:44 PM.