Hello! Is there some proof-of-concept of what to do when an emerge is failing? I'm trying to build some packages but to me it seems that many of them are broken. How do I check if it is a bug that already been reported?
Examples: emerge -pv xfree These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] x11-base/xfree-4.2.1-r2 -sse -nls -mmx -truetype -3dnow -3dfx Emerge xfree ends with: !!! ERROR: x11-base/xfree-4.2.1-r2 failed. !!! Function src_compile, Line 330, Exitcode 2 !!! (no error message) emerge -pv mod_php These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] app-crypt/mhash-0.8.16 [ebuild N ] dev-php/mod_php-4.3.1 -java -spell -png -apache2 -truetype -postgres -tiff +libwww -nls -gd -jpeg +ssl -oci8 +mysql -X -gdbm -curl +imap -xml2 -xml -cjk +pdflib -qt -snmp +crypt -flash -odbc +ldap +berkdb -freetds -firebird +pam Emerge mod_php gives me: emerge mod_php Calculating dependencies ...done! >>> emerge (1 of 2) app-crypt/mhash-0.8.16 to / /usr/sbin/ebuild.sh: /usr/portage/app-crypt/mhash/mhash-0.8.16.ebuild: line 29: syntax error: unexpected end of file !!! ERROR: app-crypt/mhash-0.8.16 failed. !!! Function , Line 1041, Exitcode 1 !!! error sourcing ebuild And when doing it with --nodeps I get: !!! ERROR: dev-php/mod_php-4.3.1 failed. !!! Function src_compile, Line 219, Exitcode 1 !!! bad ./configure Any help or advice on these would be appreciated! //kim -- [EMAIL PROTECTED] mailing list
