Ticket #16147 (closed defect: fixed)
plplot 5.9.0 revision 1 still fails to find *.mod
| Reported by: | riccardo.campana@… | Owned by: | takeshi@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
Compilation of plplot 5.9.0 revision 1 fails at the "staging into destroot" stage:
---> Staging plplot into destroot Error: Target org.macports.destroot returned: error copying "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_plplot/work/build/bindings/f95/plplot.mod": no such file or directory Error: Status 1 encountered during processing.
Change History
comment:2 Changed 5 years ago by ryandesign@…
- Owner changed from macports-tickets@… to takeshi@…
- Milestone set to Port Bugs
comment:3 follow-up: ↓ 4 Changed 5 years ago by takeshi@…
Which version of CMake are you with? Plplot built OK with cmake-2.4.x. The current version of plplot is not based on cmake-2.6.x. As of cmake-2.6.x, a little fix was required. I was able to build plplot-5.9.0 with cmake-2.6.0. I will check with the current version (cmake-2.6.1). I don't think it is os version or processor type dependent.
comment:4 in reply to: ↑ 3 Changed 5 years ago by riccardo.campana@…
Replying to takeshi@…:
Which version of CMake are you with? Plplot built OK with cmake-2.4.x. The current version of plplot is not based on cmake-2.6.x.
$ cmake --version cmake version 2.4-patch 7
comment:5 follow-up: ↓ 6 Changed 5 years ago by takeshi@…
I modified Portfile to check if *.mod exist before copying. It should work with both versions of cmake. Could you test this (after sudo port sync)?
comment:6 in reply to: ↑ 5 Changed 5 years ago by riccardo.campana@…
Replying to takeshi@…:
I modified Portfile to check if *.mod exist before copying. It should work with both versions of cmake. Could you test this (after sudo port sync)?
OK, now it compiles and installs without problems. Thanks!


I forget to add: macports 1.6 on Mac OS X 10.4 on powerpc.