Gentoo Forums
Gentoo Forums
Quick Search: in
Kompillerfehler bei Paket sys-libs/gpm-1.20.1-r4
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
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 462
Location: Heidelberg

PostPosted: Sat Oct 15, 2005 4:39 pm    Post subject: Kompillerfehler bei Paket sys-libs/gpm-1.20.1-r4 Reply with quote

hallo... :wink:

Ich habe gerade versucht auf meinem Apple PowerMac Dual G5 eine Stage 1 Installation zu machen. Bootstrap kein Problem. Das darauf folgende 'emerge -e system' ergab aber beim 2 Paket (sys-libs/gpm-1.20.1-r4) folgende Fehlermeldung.
Code:
...
make: *** [do-all] Error 1

!!! ERROR: sys-libs/gpm-1.20.1-r4 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


Habe dieses Paket auch gemasked um es beim der vorherigen Verison zu versuchen, aber ebenfalls gleicher Fehler. Das verwendetet Statge1-Archiv war das PPC64-32ul.

Sewulba :roll:
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 10.0-ppc32
System2:IBM Thinkpad T41p@ Gentoo 10.0
System3:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2576
Location: Neunkirchen / Saarland / Germany

PostPosted: Sat Oct 15, 2005 6:28 pm    Post subject: Re: Kompillerfehler bei Paket sys-libs/gpm-1.20.1-r4 Reply with quote

sewulba wrote:

[...]
Code:
...
make: *** [do-all] Error 1

!!! ERROR: sys-libs/gpm-1.20.1-r4 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

[...]

Und wie so vielen anderen muss ich auch dir leider sagen das wir mit dieser Meldung nichts anfangen können.
Code:

!!! If you need support, post the topmost build error, NOT this status message.


Heißt soviel wie:
"Diese Meldung hilft niemandem denn sie ist nur das Resultat (Ein Fehler tritt auf -> Resultat ist das der merge nicht erfolgreich ausgeführt wurde)".

Brauchst du Hilfe, postest du die letzten 10 - 20 Zeilen, da dort der wirklich Fehler steht.

Mfg

Sino
Back to top
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 462
Location: Heidelberg

PostPosted: Sun Oct 16, 2005 12:45 pm    Post subject: Reply with quote

Okay... Sorry...

hier nochmals aber ich hoffe jetzt komplett die Fehlermeldung!

Code:
In file included from /usr/include/linux/wait.h:23,
from /usr/include/linux/keyboard.h:14,
from mice.c:60:
/usr/include/linux/spinlock.h:46: error: parse error before '*' token
/usr/include/linux/spinlock.h:47: error: parse error before '*' token
/usr/include/linux/spinlock.h:50: error: parse error before '*' token
/usr/include/linux/spinlock.h:51: error: parse error before '*' token
... *** gleicher Fehler wie oberhalb in 54, 55, 58, 59, 63, 64, 65, 66, 71, 72, 73, 74, 75, 76, 79 *** ... <--- von mir ergänzt, möchte Forum nicht unnötig voll machen
mice.c: In function 'I_summa':
mice.c:1997: warning: comparison is always false due to limited range of data type
mice.c:2007: warning: comparison is always false due to limited range of data type
mice.c:2025: warning: comparison is always false due to limited range of data type
mice.c:2039: warning: comparison is always false due to limited range of data type
make[1]: *** [mice.o] Error 1
make[1]: *** Waiting for unfinished jobs....
gpm.c: In function 'open_console':
gpm.c:172: warning: control reaches end of non-void function
make[1]: Leaving directory '/var/tmp/portage/gpm-1.20.1-r4/work/gpm-1.20.1/src'
make: *** [do-all] Error 1

!!! (was hier folgt steht im ersten Beitrag von mir)


dies ist der gleiche Fehler wie unter der Stage 1 Installation, jetzt auch bei stage2 passiert.

Gruss Sewulba :wink:
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 10.0-ppc32
System2:IBM Thinkpad T41p@ Gentoo 10.0
System3:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2576
Location: Neunkirchen / Saarland / Germany

PostPosted: Sun Oct 16, 2005 1:32 pm    Post subject: Reply with quote

Ok, also die header Dateien in denen die fehler auftreten sind vom Paket "linux-headers".
1. Welche Version davon ist bei dir installiert ? Bzw. poste mal die komplette Ausgabe von "emerge --info"
2. Probier mal die "linux-headers" neu zu emergen.

Mfg

Sino
Back to top
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 462
Location: Heidelberg

PostPosted: Sun Oct 16, 2005 5:57 pm    Post subject: Reply with quote

Halllo.

Ich scheine es herausbekommen zu haben. Gentoo kam mit meinem CFLAGS nicht zurecht.
Geändert von :
Code:
CFLAGS="-O2 -pipe -mcpu=G5 -maltivec -mabi=altivec -fomit-frame-pointer"

zu
Code:
CFLAGS="-O2 -pipe"
:oops:
Damit scheint es jetzt zu funktionieren. Zumindest bin ich jetzt schon bei Paket 33. Vorher bin ich ja schon bei Paket 2 hängen geblieben.
Die CFLAGS-Einstellungen, die ich vorher genommen habe, habe ich teils von der make.conf.example und teils vom GNU-Manual für den GCC-3.4.4, der hier bei mir auch Verwendung findet!

Sewulba

PS.: Habe ja auch schon bei meinen PC's heftige Probleme gehabt, aber bei der PPC64-Version ist es schon heftiger. :? :P
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 10.0-ppc32
System2:IBM Thinkpad T41p@ Gentoo 10.0
System3:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2576
Location: Neunkirchen / Saarland / Germany

PostPosted: Sun Oct 16, 2005 6:58 pm    Post subject: Reply with quote

Meistens halte ich mich bei den CFLAGS hier dran: Safe_CFLAGS
Schau doch dort einfach mal nach.

Mfg

Sino
Back to top
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 462
Location: Heidelberg

PostPosted: Sun Oct 16, 2005 7:43 pm    Post subject: Reply with quote

:D Danke für den Tip.
Jetzt habe ich aber ein neues, hammermäßiges Problem... Er kompiliert wunderbar. Auf einmal macht er einen Neustart. Einfach so.
Sobald ich jetzt ein 'emerge -e system' mache, macht er einen Neustart.

Ich werde morgen wieder bei Null Anfangen und hoffe, dass er es diesesmal macht. Kühlung des Rechners ist übrigens okay. Flüssigkeitskühler und Lüfter funktionieren.

Sewulba :oops:
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 10.0-ppc32
System2:IBM Thinkpad T41p@ Gentoo 10.0
System3:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2576
Location: Neunkirchen / Saarland / Germany

PostPosted: Sun Oct 16, 2005 8:48 pm    Post subject: Reply with quote

Hmm ... da muss ich leider passen. Hatte mal bei mir das Problem das er heruntergefahren wurde weil der Prozessor zu heißt wurde. Aber ein reboot !?
Naja, evtl. weiß sonst jemand rat.
Zur Not musst eben bei den CFLAGS bleiben die bei dir funktioniert haben :(.

Mfg

Sino
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