Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mozilla 1.2.1-r1-r3 läßt sich nicht kompilieren
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
EmptyProd
n00b
n00b


Joined: 22 Sep 2002
Posts: 8

PostPosted: Mon Dec 16, 2002 10:56 am    Post subject: Mozilla 1.2.1-r1-r3 läßt sich nicht kompilieren Reply with quote

Hi,

Ich habe jetzt schon ein paar mal versucht Mozilla zu kompilieren. Alle drei Ebuild-Skripte brachen mit u.g. Fehlermeldung ab. Bis auf march=athlon-xp habe ich auch keine Compiler-Flags geändert.

Meine USE-Flags:" -gnome -oss acl alsa dga directfb dvd mozilla mozirc tiff"

Code:

gcc -o xpidl_idl.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI   -I../../../dist/include/xpcom -I../../../dist/include -I/var/tmp/portage/mozilla-1.2.1-r3/work/mozilla/dist/include/nspr      -I/usr/X11R6/include   -fPIC -I/usr/X11R6/include  -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=athlon-xp -O3 -pipe -Wno-return-type -w -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0   -I/usr/X11R6/include -include ../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/xpidl_idl.pp xpidl_idl.c
In file included from xpidl.c:42:
xpidl.h:53:24: libIDL/IDL.h: Datei oder Verzeichnis nicht gefunden
In file included from xpidl.c:42:
xpidl.h:132: parse error before "IDL_ns"
xpidl.h:137: parse error before '}' token
xpidl.h:151: parse error before "p"
xpidl.h:236: parse error before "find_underlying_type"
xpidl.h:236: parse error before "typedef_ident"
xpidl.h:243: parse error before "const_tree"
xpidl.h:249: parse error before "method_tree"
xpidl.h:255: parse error before "method_tree"
xpidl.h:261: parse error before "method_tree"
make[4]: *** [xpidl.o] Fehler 1
make[4]: *** Warte auf noch nicht beendete Prozesse...
In file included from xpidl_idl.c:43:
xpidl.h:53:24: libIDL/IDL.h: Datei oder Verzeichnis nicht gefunden
In file included from xpidl_idl.c:43:
xpidl.h:132: parse error before "IDL_ns"
xpidl.h:137: parse error before '}' token
xpidl.h:151: parse error before "p"
xpidl.h:236: parse error before "find_underlying_type"
xpidl.h:236: parse error before "typedef_ident"
xpidl.h:243: parse error before "const_tree"
xpidl.h:249: parse error before "method_tree"
xpidl.h:255: parse error before "method_tree"
xpidl.h:261: parse error before "method_tree"
xpidl_idl.c: In function `xpidl_process_node':
xpidl_idl.c:61: dereferencing pointer to incomplete type
xpidl_idl.c:63: dereferencing pointer to incomplete type
xpidl_idl.c: In function `NextIsRaw':
xpidl_idl.c:287: `IDL_ERROR' undeclared (first use in this function)
xpidl_idl.c:287: (Each undeclared identifier is reported only once
xpidl_idl.c:287: for each function it appears in.)
xpidl_idl.c: In function `NextIsComment':
xpidl_idl.c:338: `IDL_ERROR' undeclared (first use in this function)
xpidl_idl.c: In function `NextIsInclude':
xpidl_idl.c:422: `IDL_ERROR' undeclared (first use in this function)
xpidl_idl.c: At top level:
xpidl_idl.c:479: parse error before "reason"
xpidl_idl.c: In function `input_callback':
xpidl_idl.c:482: `user_data' undeclared (first use in this function)
xpidl_idl.c:489: `reason' undeclared (first use in this function)
xpidl_idl.c:490: `IDL_INPUT_REASON_INIT' undeclared (first use in this function)
xpidl_idl.c:506: `cb_data' undeclared (first use in this function)
xpidl_idl.c:520: `IDL_INPUT_REASON_FILL' undeclared (first use in this function)
xpidl_idl.c:618: `IDL_INPUT_REASON_ABORT' undeclared (first use in this function)
xpidl_idl.c:619: `IDL_INPUT_REASON_FINISH' undeclared (first use in this function)
xpidl_idl.c: In function `xpidl_process_idl':
xpidl_idl.c:662: `IDL_tree' undeclared (first use in this function)
xpidl_idl.c:662: parse error before "top"
xpidl_idl.c:663: storage size of `state' isn't known
xpidl_idl.c:698: `top' undeclared (first use in this function)
xpidl_idl.c:700: `IDLF_IGNORE_FORWARDS' undeclared (first use in this function)
xpidl_idl.c:701: `IDLF_XPIDL' undeclared (first use in this function)
xpidl_idl.c:702: `IDL_WARNING1' undeclared (first use in this function)
xpidl_idl.c:703: `IDL_ERROR' undeclared (first use in this function)
xpidl_idl.c:713: `IDL_SUCCESS' undeclared (first use in this function)
xpidl_idl.c: At top level:
xpidl_idl.c:809: parse error before "p"
xpidl_idl.c: In function `xpidl_tree_warning':
xpidl_idl.c:816: `fmt' undeclared (first use in this function)
xpidl_idl.c:819: `p' undeclared (first use in this function)
xpidl_idl.c:828: `level' undeclared (first use in this function)
xpidl_idl.c:816: `va_start' used in function with fixed args
make[4]: *** [xpidl_idl.o] Fehler 1
make[4]: Leaving directory `/var/tmp/portage/mozilla-1.2.1-r3/work/mozilla/xpcom/typelib/xpidl'
make[3]: *** [export] Fehler 2
make[3]: Leaving directory `/var/tmp/portage/mozilla-1.2.1-r3/work/mozilla/xpcom/typelib'
make[2]: *** [export] Fehler 2
make[2]: Leaving directory `/var/tmp/portage/mozilla-1.2.1-r3/work/mozilla/xpcom'
make[1]: *** [tier_2] Fehler 2
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.2.1-r3/work/mozilla'
make: *** [default] Fehler 2

!!! ERROR: net-www/mozilla-1.2.1-r3 failed.
!!! Function src_compile, Line 447, Exitcode 2
!!! (no error message)


Greets
Empty
Back to top
View user's profile Send private message
fubar
n00b
n00b


Joined: 24 Sep 2002
Posts: 23
Location: Germany - Erfurt

PostPosted: Mon Dec 16, 2002 11:10 am    Post subject: Reply with quote

Quote:
xpidl.h:53:24: libIDL/IDL.h: Datei oder Verzeichnis nicht gefunden


hast du libIDL installiert? Ich hab zwar ka ob mozilla das braucht, aber scheinbar kann er die Header davon nicht finden. Hab im Moment kein Gentoo hier, kann deswegen nichts genaueres sagen...
Back to top
View user's profile Send private message
EmptyProd
n00b
n00b


Joined: 22 Sep 2002
Posts: 8

PostPosted: Mon Dec 16, 2002 11:46 am    Post subject: Reply with quote

[quote="fubar"]
Quote:

hast du libIDL installiert? ...


Hi fubar,

Ja, libIDL ist installiert (0.8.0). Habs trotzdem mal neu emerged. Trotzdem noch gleichte Fehlermeldung beim Versuch Mozilla zu emergen.

Steht auch im Ebuild-Skript im DEPEND-Zweig mit der Versionsnummer >=0.8.0 drin.

Greets
Empty
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1495
Location: Würzburg

PostPosted: Mon Dec 16, 2002 12:36 pm    Post subject: Reply with quote

Probier mal ein etc-update!

Wenn das nix nützt versuchs einfach mal so :

Code:

rm -r /var/tmp/portage
ldconfig
emerge mozilla
Back to top
View user's profile Send private message
EmptyProd
n00b
n00b


Joined: 22 Sep 2002
Posts: 8

PostPosted: Mon Dec 16, 2002 2:40 pm    Post subject: Reply with quote

Beforegod wrote:
Probier mal ein etc-update!

Wenn das nix nützt versuchs einfach mal so :

Code:

rm -r /var/tmp/portage
ldconfig
emerge mozilla


Hi BeforeGod,

Alle Konfigurationsdateien waren bereits abgeglichen und /var/tmp/portage/* lösch ich grundsätzlich vor einem emerge. ldconfig auch noch mal durchlaufen lassen, ohne Erfolg. Mozilla mag nicht.

Was ich gerade gemerkt habe, ist das im Augenblick die Hälfte der Pakete die ich installieren (Updaten) will mit einer Fehlermeldung abrechen, so auch mplayer, xmms, ...

Diese "Fehler" treten jetzt schon zum zweiten mal auf und beides mal habe ich ich Gentoo über emerge -bk aufgesetzt (bei identischen Compiler bzw. USE-Flags).

Beim ersten Mal fehlten irgendwelche Dateien und Mithilfe einem emerge -e system gings dann wieder.

Komme wohl an einer Neuinstallation nicht vorbei. Packages werde ich erst einmal nicht mehr nuzten.

Witzigerweise sind bis auf die paar Warnings (tainted Modules, usw.) absolut keine Fehlermeldungen in den Log-Dateien.

Greets
Empty
Back to top
View user's profile Send private message
fubar
n00b
n00b


Joined: 24 Sep 2002
Posts: 23
Location: Germany - Erfurt

PostPosted: Mon Dec 16, 2002 2:49 pm    Post subject: Reply with quote

mit was für ner Fehlermeldung brechen denn die anderen Progs ab?
Back to top
View user's profile Send private message
EmptyProd
n00b
n00b


Joined: 22 Sep 2002
Posts: 8

PostPosted: Tue Dec 17, 2002 8:11 am    Post subject: Reply with quote

fubar wrote:
mit was für ner Fehlermeldung brechen denn die anderen Progs ab?


Moin, Moin,

Immer das gleiche Problem. Fehlende Headerdateien. Nachdem ich z:B. bei mplayer libdvdread neuinstalliert habe ,lief die Install. durch. Bei xawtv wars libpng. XMMS lief zum Schluß auch fehlerfrei durch. Nur Mozilla weigert sich noch (Immer noch an der gleichen Stelle) ...

Grüße
Empty
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum