#16381 closed defect (worksforme)
incorrect directory for local openmotif port package
Reported by: | john_conklin@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | openmotif | Cc: | raimue (Rainer Müller), ryandesign (Ryan Carsten Schmidt) |
Port: |
Description
installing openmotif (or a package that relies on it), gives the following error: " ---> Verifying checksum(s) for openmotif Error: Target org.macports.checksum returned: Could not open file: /opt/local/var/macports/distfiles/openmotif/2.3.0-final/openmotif-2.3.0.tar.gz Error: The following dependencies failed to build: openmotif Error: Status 1 encountered during processing. "
I went to '/opt/local/var/macports/distfiles/openmotif/' only the 'openmotif-2.3.0.tar.gz' file was there so I created a '2.3.0-final' directory and moved the .gz file into the new directory so it matched the path in the errored pathname. After that the build worked fine.
Change History (4)
comment:1 Changed 16 years ago by raimue (Rainer Müller)
Cc: | raimue@… added |
---|---|
Keywords: | openmotif added |
Milestone: | → Port Bugs |
comment:2 Changed 16 years ago by john_conklin@…
Not explicitly but perhaps equivalently. The chains of events is that I was attempting to install the ddd package ("sudo port install ddd") and the installation stopped at said error. I performed selfupdate and tried installing openmotif again but had the same error until the stated fix. I originally installed macports before the r28155 release with openmotif installed (for xephem).
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
I can't reproduce the issue here either; it works fine. Since you got it working, no need to probe further. But something probably needed to have been cleaned.
sudo port clean --work openmotif
or
sudo port clean --all openmotif
would probably have done it.
I can't reproduce here.
Is it possible that you did a 'port fetch openmotif' before the dist_subdir was added in r28155?