Opened 15 years ago
Last modified 14 years ago
#24291 closed defect
blt: Install fails on case sensitive file systems — at Initial Version
Reported by: | cristiano.fontana@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | markd | |
Port: | blt |
Description
When I try to install blt on a case sensitive filesystem the installation fails with error:
Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_blt/work/BLT2.4z" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/blt/files/patch-configure'" returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_blt/work/BLT2.4z: No such file or directory
Error: Status 1 encountered during processing.
I then moved
${workpath}/blt2.4z
to
${workpath}/BLT2.4
and it got installed successfully.