Opened 13 years ago
Last modified 13 years ago
#31445 closed defect
taglib-extras fails due to wrong directory name — at Initial Version
Reported by: | spanky@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | taglib-extras |
Description
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.