Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4552 - Bzip compile + install logfiles
Summary: Bzip compile + install logfiles
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
: 13397 (view as bug list)
Depends on: 1184
Blocks:
  Show dependency tree
 
Reported: 2002-07-04 17:41 UTC by Ole Tange
Modified: 2011-10-30 22:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ole Tange 2002-07-04 17:41:09 UTC
As a previous sorcery user I miss the ability to find a bzipped log file of 
everything that was on the screen when compiling and installing.

The logfile in /tmp is not good because:

* it is not bzipped (and therefore not suitable for storing/including for 
bugreports)
* it does not include everything sent to the screen (some output that is sent to 
the display is not logged)
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-07-05 00:16:03 UTC
I'm working on it...
Doesn't bzip2 anything (yet).
Misses a few things still.

Bug reports and Functionality requests are welcome. (Post them here.)

--emptytree DOES NOT play well with my code. It updates portage, and causes
mis-matched code... I should have this remedied in the near-future.

Current code can be found at:
http://gentoo.twobit.net/scripts/portage/threaded/

ALWAYS emerge the version of portage that matches the version of my code first.
i.e.: portage.py-2.0.9-nj and emerge-2.0.9-nj
emerge \=portage-2.0.9
THEN follow the directions.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-01-07 04:09:37 UTC
*** Bug 13397 has been marked as a duplicate of this bug. ***
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2003-01-07 09:43:28 UTC
portage-2.0.47_pre4 and later
have PORT_LOGDIR
which keeps individual logs of everything.
Thye aren't bzip2'd, but this is a close as it'll come.
Besides... The logs won't get very big anyway.
~1400 packages is only 150M on my box.