Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#16147 closed defect (fixed)

plplot 5.9.0 revision 1 still fails to find *.mod

Reported by: riccardo.campana@… Owned by: tenomoto (Takeshi Enomoto)
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 (8)

comment:1 Changed 16 years ago by riccardo.campana@…

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

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Milestone: Port Bugs
Owner: changed from macports-tickets@… to takeshi@…

comment:3 Changed 16 years ago by tenomoto (Takeshi Enomoto)

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 16 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 Changed 16 years ago by tenomoto (Takeshi Enomoto)

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 16 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!

comment:7 Changed 15 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.