Opened 19 years ago
Closed 19 years ago
#5194 closed defect (invalid)
BUG: bazaar fails to install and register annotate correctly
Reported by: | aconchillo@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | josh_root@… | |
Port: |
Description
bazaar port installs and annotate file in /opt/local/bin and tries to rename it to annotate-baz, which does not work properly. Instead the port installs the annotate file which does not appears with a "port contents bazaar". This causes a conflict with other ports suchs as gd2 which also has an annotate file, but can not tell who is the owner of the file (see bug #5191).
Mac OS X 10.4.2 - DarwinPorts 1.101
Attachments (1)
Change History (5)
Changed 19 years ago by aconchillo@…
Attachment: | bazaar-port.tar.gz added |
---|
comment:1 Changed 19 years ago by aconchillo@…
blocked: | → 5191 |
---|
comment:2 Changed 19 years ago by josh_root@…
Strange. I tested that the renaming worked before I submitted the updated Portfile to fix the conflict with gd2 (bug 4970). I have installed bazaar and gd2 and everything seems ok:
% port contents bazaar Port bazaar contains:
/opt/local/bin/annotate-baz /opt/local/bin/baz ...
% port provides /opt/local/bin/annotate /opt/local/bin/annotate is provided by: gd2 % port provides /opt/local/bin/annotate-baz /opt/local/bin/annotate-baz is provided by: bazaar
Have there been recent changes to the port system that could have broken this?
comment:3 Changed 19 years ago by josh_root@…
Cc: | josh_root@… added |
---|
comment:4 Changed 19 years ago by aconchillo@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
I have unsintalled and reinstalled gd2 and bazaar. It seems to work fine with the current Portfile. May be it was a problem in my darwinports tree.
Sorry for the inconvenience. Resolving bug to INVALID.
bazaar port fixes