Opened 19 years ago
Closed 19 years ago
#3697 closed defect (invalid)
BUG: bison port should use the epoch key
Reported by: | yves@… | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | olegb@… | |
Port: |
Description
yves$ sudo port upgrade bison Password:
## nothing happens, same with outdated but ...
yves$ port installed bison
bison 2.0_0+yacc (active)
yves$ port info bison bison 2.0a, Revision 2, devel/bison (Variants: yacc) yves$ more devel/bison/Portfile name bison version 2.0a revision 2
Change History (10)
comment:1 Changed 19 years ago by olegb@…
comment:2 Changed 19 years ago by olegb@…
Cc: | olegb@… added |
---|
adding me as cc, making it slightly more difficult for me to forget this bug
comment:3 Changed 19 years ago by yves@…
We do lose a bit of that mysterious feeling with the -d flag
Bilbo:~ yves$ sudo port -d upgrade bison Password: DEBUG: Found port in file:///Users/Shared/src/darwinports/dports/devel/bison DEBUG: epoch: in tree: 0 installed: 0 DEBUG: bison 2.0a_2 exists in the ports tree DEBUG: bison 2.0_0 is installed DEBUG: No need to upgrade! bison 2.0_0 >= bison 2.0a_2
comment:4 Changed 19 years ago by olegb@…
That means what you are saying is that outdated and upgrade should make a "we are done statement" ? Because what you have reported is just default behaviour and what should be expected.
comment:5 Changed 19 years ago by yves@…
My point is rather that v. 2.0a is more recent than v. 2.0, but port considers the opposite.
comment:6 Changed 19 years ago by olegb@…
ah, now i see :-)
the problem is that:
2.0a *should* be older than 2.0 - but, in this case it isnt. The bison port should use the epoch key to tell the portssystem that the old version 2.0a is newer that 2.0.
comment:7 Changed 19 years ago by pguyot (Paul Guyot)
Cc: | darwinports-bugs@… added |
---|---|
Component: | base → dports |
Owner: | changed from darwinports-bugs@… to macdome@… |
Summary: | BUG: outdated/upgrade choke on letter ? → BUG: bison port should use the epoch key |
Removing this from base queue.
comment:8 Changed 19 years ago by macdome@…
Owner: | changed from macdome@… to darwinports-bugs@… |
---|
I am no longer able to actively maintain the bison port.
comment:9 Changed 19 years ago by yves@…
Cc: | darwinports-bugs@… removed |
---|---|
Owner: | changed from darwinports-bugs@… to toby@… |
comment:10 Changed 19 years ago by toby@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
2.1 committed, this shouldn't be an issue any more
Try to use the -d flag it should give some output.