#321 closed defect (fixed)
port install should save build log in non-verbose mode
Reported by: | ssen@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
when doing a normal port install, it may fail for some reason, or you might want to go back later to lok at the ./configure options. If would be useful for the build log to be saved somewhere, maybe /opt/local/var/db/dports/log
If the user explicitly does port -v install, i think the build command should be tee'd to the logfile
Change History (2)
comment:1 Changed 22 years ago by kevin@…
Status: | new → assigned |
---|
comment:2 Changed 21 years ago by landonf@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
A while back I switched things around so that if a command fails to execute, the last 30 lines of output are presented to the user, no matter the specified verbosity. I'd consider this an acceptable fix. Agree or no?
Note: See
TracTickets for help on using
tickets.
I did something to this effect in the packageall.tcl script I'm using for the nightly builds. I'll check it into cvs sometime and see if I can merge that functionality with the port(1) command.