Opened 13 years ago
Closed 13 years ago
#31445 closed defect (fixed)
taglib-extras fails due to wrong directory name
Reported by: | spanky@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | taglib-extras |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Attempting "port install taglib-extras" fails. The reason for this is that it is looking for the directory:
---> Computing dependencies for taglib-extras ---> Extracting taglib-extras Error: Target org.macports.extract returned: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_taglib-extras/taglib-extras/work/taglib-extras: no such file or directory
But the directory is actually called:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_taglib-extras/taglib-extras/work/taglib-extras-1.0.1
I was able to use making a symlink from the above directory to "taglib-extras" and the port install worked.
Change History (2)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | taglib-extras added |
Status: | new → assigned |
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r84617.
Note: See
TracTickets for help on using
tickets.
Confirmed. I'm guessing this was broken by switching to the kde4-1.1 portgroup in r74218 but I'm very surprised nobody else noticed the problem in the 10 months since then.