Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how do i examine the build output...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
dmarien
n00b
n00b


Joined: 15 Jul 2002
Posts: 22
Location: Kitchener Ontario

PostPosted: Thu Jul 25, 2002 3:33 pm    Post subject: how do i examine the build output... Reply with quote

and more specifically, read what happened during the configure process?
_________________
dmarien
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Thu Jul 25, 2002 4:08 pm    Post subject: Reply with quote

I'm sure there is some kind of log, however since I don't know what log that is or where it would be I can offer an idea. You could pipe the output to a file. To have it put in a file call portage_log.txt that lives at /etc/ you would type

Code:
emerge xmms >> /etc/portage_log.txt


I'm pretty sure that would work. What I am not sure of is if the output would even touch the screen, I think it would not. So you will get no progress indication until the entire ebuild completes. I'm sure though (althought like I said before I don't know where) that there has to be some log that captures what goes on.

Anyway, maybe this is helpful and maybe it is not. Use it only if you think it is!

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Thu Jul 25, 2002 4:24 pm    Post subject: Reply with quote

Code:

emerge ... 2>&1 | tee emerge.log


should let you see the output on the screen and log it into a file. Another option is typescript. Not sure whether it is in gentoo as an ebuild.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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