Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge xorg-x11
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
ZxCv
n00b
n00b


Joined: 06 Apr 2005
Posts: 11

PostPosted: Wed Apr 06, 2005 8:17 pm    Post subject: emerge xorg-x11 Reply with quote

Försöker installera 64bitars versionen av Gentoo men xorg-x11 vill inte komplieras.
Står nånting,,Error in line 954 Exitcode 2
men det kanske inte hjälper mycke?

Felet fastnar inte i loggen om man kör # emerge xorg-x11 >> error.log
Eller finns det nåt bättre sätt att spara ner felmedelandet???
Back to top
View user's profile Send private message
Highlands
Guru
Guru


Joined: 22 Apr 2003
Posts: 366
Location: Sundsvall, Sweden

PostPosted: Wed Apr 06, 2005 9:07 pm    Post subject: Reply with quote

alltså, scrolla upp med shift+pageup
och sen postar du flera rader
Back to top
View user's profile Send private message
ZxCv
n00b
n00b


Joined: 06 Apr 2005
Posts: 11

PostPosted: Thu Apr 07, 2005 7:43 am    Post subject: Reply with quote

Tänkte väll om det fanns nåt vettigare sätt att spara ner det än med papper och penna...
Back to top
View user's profile Send private message
Highlands
Guru
Guru


Joined: 22 Apr 2003
Posts: 366
Location: Sundsvall, Sweden

PostPosted: Thu Apr 07, 2005 7:57 am    Post subject: Reply with quote

emerge -av gpm
då kan du få en mus i consolen och med den kan du markera och kopiera och sen klistra in i forumet
Back to top
View user's profile Send private message
patrix_neo
Guru
Guru


Joined: 08 Jan 2004
Posts: 520
Location: The Maldives

PostPosted: Thu Apr 07, 2005 6:53 pm    Post subject: Reply with quote

Kan även köra emerge x11-xorg >/root/xorg.log (samlar hela xorg kompilleringens output)

kör sedan en tail -n 300 /root/xorg.log >/root/small.log (300 rader med dom sista händelserna)

exempelvis.
Sedan kan du kolla i small.log vad som hänt.
_________________
Life is a fog where some thinks to know where to go
To make an error is human, letting it be is the error.
Deus Vult
Back to top
View user's profile Send private message
gurgel
n00b
n00b


Joined: 20 Apr 2004
Posts: 22
Location: Esbo, Finland

PostPosted: Thu Apr 07, 2005 6:55 pm    Post subject: Re: emerge xorg-x11 Reply with quote

ZxCv wrote:

Felet fastnar inte i loggen om man kör # emerge xorg-x11 >> error.log
Eller finns det nåt bättre sätt att spara ner felmedelandet???


Är problemet måntro att felmeddelandena skickas till stderr? Prova i så fall
Code:

emerge xorg-x11 >>& error.log

om du använder tcsh, eller
Code:

emerge xorg-x11 >> error.log 2>&1

om du använder bash (eller annat bourne shell-compatibelt shell)
Back to top
View user's profile Send private message
zeb
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2002
Posts: 79
Location: Finland

PostPosted: Fri Apr 08, 2005 2:40 am    Post subject: Reply with quote

Annars kan man ju logga all output genom att ange en katalog med PORT_LOGDIR i /etc/make.conf
Detta är inte aktiverat i standardinställningarna.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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