Toon posts:

[libwww] Compilen mislukt

Pagina: 1
Acties:

Verwijderd

Topicstarter
Na een beetje domme fout van mij (had glibc verwijderd :P) moet ik mijn server opnieuw installen. Maar bij t compilen van libwww (dep van php), krijg ik deze error:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../../modules/md5 -I../../modules/expat/xmlparse -DW3C_ICONS=\"/usr/share/w3c-libwww\" -march=i586 -O3 -pipe -c HTAAUtil.c  -fPIC -DPIC -o .libs/HTAAUtil.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../../modules/md5 -I../../modules/expat/xmlparse -DW3C_ICONS=\"/usr/share/w3c-libwww\" -march=i586 -O3 -pipe -c HTAAUtil.c -o HTAAUtil.o >/dev/null 2>&1
make[4]: *** [HTAAUtil.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/libwww-5.3.2-r1/work/w3c-libwww-5.3.2/Library/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/libwww-5.3.2-r1/work/w3c-libwww-5.3.2/Library/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/libwww-5.3.2-r1/work/w3c-libwww-5.3.2/Library'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libwww-5.3.2-r1/work/w3c-libwww-5.3.2'
make: *** [all-recursive-am] Error 2

!!! ERROR: the make command did not complete successfully.
!!! ("make")
!!! Since this is a critical task, ebuild will be stopped.

!!! emerge aborting on  /usr/portage/net-libs/libwww/libwww-5.3.2-r1.ebuild

Ik heb t al meerdere malen geprobeerd opnieuw te doen, maar dat wil niet baten :( Ook draaien er geen andere processen / compilers...

  • Wirf
  • Registratie: April 2000
  • Laatst online: 13-08 20:33
Als je wat verstand hebt van makefiles en niet bang bent om dingen te breken, dan zou je kunnen proberen de Makefile aan te passen zodat:
code:
1
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../../modules/md5 -I../../modules/expat/xmlparse -DW3C_ICONS=\"/usr/share/w3c-libwww\" -march=i586 -O3 -pipe -c HTAAUtil.c -o HTAAUtil.o >/dev/null 2>&1

het volgende word:
code:
1
(gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../../modules/md5 -I../../modules/expat/xmlparse -DW3C_ICONS=\"/usr/share/w3c-libwww\" -march=i586 -O3 -pipe -c HTAAUtil.c -o HTAAUtil.o >/dev/null 2>&1; true)

en anders moet je maar wachten totdat gentoo het oplost (je kunt natuurlijk ook zelf ff een bugreportje sturen)

Heeft sinds kort zijn wachtwoord weer terug gevonden!


Verwijderd

Topicstarter
Hmm, bij t configgen krijg ik wel dit:
code:
1
2
3
4
5
6
creating Library/Test/Makefile
sed: can't read ./Library/Test/Makefile.in: No such file or directory
creating Library/Test/User/Makefile
sed: can't read ./Library/Test/User/Makefile.in: No such file or directory
creating Library/Test/src/Makefile
sed: can't read ./Library/Test/src/Makefile.in: No such file or directory