Bug 56301 - portupgrade: -O ineffective
Summary: portupgrade: -O ineffective
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-02 10:00 UTC by Roman Neuhauser
Modified: 2006-06-04 18:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Neuhauser 2003-09-02 10:00:28 UTC
    portupgrade rev.1.220 (portupgrade-20030723)

    `portupgrade -O $port` where $port has a stale dependency still fails
    in the uninstall-old-version phase:

    roman@freepuppy ports/devel/gmake 1005:0 > sudo portupgrade gmake
    Stale dependency: gmake-3.79.1 --> gettext-0.10.35_2 -- manually run 'pkgdb -F' to fix, or specify -O to force.
    roman@freepuppy ports/devel/gmake 1006:1 > sudo portupgrade -O gmake
    --->  Upgrading 'gmake-3.79.1' to 'gmake-3.80_1' (devel/gmake)
    --->  Building '/usr/ports/devel/gmake'
    ===>  Cleaning for libiconv-1.9.1_1
    ===>  Cleaning for gettext-0.12.1
    ...
    cc  -O2 -pipe   -o loadavg  loadavg-loadavg.o  
    --->  Backing up the old version
    --->  Uninstalling the old version
    Stale dependency: gmake-3.79.1 --> gettext-0.10.35_2 -- manually run 'pkgdb -F' to fix, or specify -O to force.
    ** The following packages were not installed or upgraded (*:skipped / !:failed)
            ! devel/gmake (gmake-3.79.1)    (uninstall error)
    roman@freepuppy ports/devel/gmake 1007:1 >

Fix: 

none provided. this is an A-luser bug report.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-09-02 10:05:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->knu

Over to maintainer
Comment 2 Daichi GOTO freebsd_committer freebsd_triage 2005-06-22 06:42:05 UTC
State Changed
From-To: open->feedback

Over to new maintainer. 


Comment 3 Daichi GOTO freebsd_committer freebsd_triage 2005-06-22 06:42:05 UTC
Responsible Changed
From-To: knu->daichi

Grab.
Comment 4 Roman Neuhauser 2005-11-03 22:52:23 UTC
Is it possible to change the originator address to neuhauser@sigpipe.cz?
the original one doesn't work anymore.

roman@isis ~ 1001:0 > dnsmx bellavista.cz
10 a.mx.bellavista.cz
roman@isis ~ 1002:0 > telnet $(dnsmx bellavista.cz|awk '{print $2}') smtp
Trying 217.31.52.124...
Connected to a.mx.bellavista.cz.
Escape character is '^]'.
220 hathor.cust.ignum.cz ESMTP Server
helo fubar
250 hathor.cust.ignum.cz
mail from: <> 
250 Ok
rcpt to: <neuhauser@bellavista.cz>
550 <neuhauser@bellavista.cz>: User unknown in local recipient table

Oh, btw, thanks to daichi for grabbing the ticket. Any news?

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991
Comment 5 Sergey Matveychuk freebsd_committer freebsd_triage 2006-06-01 08:59:20 UTC
Responsible Changed
From-To: daichi->sem

Take all portupgrade related PRs
Comment 6 Sergey Matveychuk freebsd_committer freebsd_triage 2006-06-02 11:13:36 UTC
State Changed
From-To: feedback->open

Back to open state
Comment 7 Sergey Matveychuk freebsd_committer freebsd_triage 2006-06-04 18:20:44 UTC
State Changed
From-To: open->closed

Fixed. Thanks!