Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to log the kernel compilation process ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
hq4ever
Apprentice
Apprentice


Joined: 15 Aug 2004
Posts: 167

PostPosted: Tue Jan 11, 2005 1:50 pm    Post subject: How to log the kernel compilation process ? Reply with quote

How can I build this kernel (from a portage ebuild ofcurse) gentoo-dev-sources and tell it to save the log of it's actions somewhere ?

Or is it already logged (where)?

To note that I'm looking for the log of a friend because his kernel doesn't compile right.

Thank you.
_________________
"God doesn't play dice with the universe",
Albert Einstein.

sig: http://www.jr.co.il/humor/signatur.txt
avatar: david lanham, http://www.dlanham.com/goodies.htm
Back to top
View user's profile Send private message
hw-tph
l33t
l33t


Joined: 08 Jan 2004
Posts: 768
Location: Uppsala, Sweden

PostPosted: Tue Jan 11, 2005 1:55 pm    Post subject: Reply with quote

# script ~/make_all.log
# make all
(....)
# quit


And your log will be in ~/make_all.log.


Håkan
Back to top
View user's profile Send private message
hq4ever
Apprentice
Apprentice


Joined: 15 Aug 2004
Posts: 167

PostPosted: Tue Jan 11, 2005 2:23 pm    Post subject: Reply with quote

1st : Cool !!! thnx I loved this.
2nd : Sorry but this is not what i had in mind, this i can achive with a simple 2>&1 no ?

I mean an option where this Makefile saves it's own log, with it's own error messages, not neccessry those that get printed to std-output.[/b]
_________________
"God doesn't play dice with the universe",
Albert Einstein.

sig: http://www.jr.co.il/humor/signatur.txt
avatar: david lanham, http://www.dlanham.com/goodies.htm
Back to top
View user's profile Send private message
hw-tph
l33t
l33t


Joined: 08 Jan 2004
Posts: 768
Location: Uppsala, Sweden

PostPosted: Tue Jan 11, 2005 4:20 pm    Post subject: Reply with quote

Use make all V=1 to have the kernel compilation process more verbose. It is probably possible to have it show all the gcc messages without editing the Makefile but I'm not aware of how to do it.

Håkan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing 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