Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13446 closed defect (fixed)

pvm port fails to build on OS X 10.5 Leopard

Reported by: tomaz.solc@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: pvm, leopard, patch Cc:
Port:

Description

pvm port fails to build on OS X 10.5 Leopard (PPC) with the following error message:

--->  Building pvm with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_pvm/work/pvm3" && make all " returned error 2
Command output: ./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk all
making in . for DARWIN
building in src
cd src; ../lib/aimk CC="cc" F77="f77" install
making in DARWIN/ for DARWIN
cc -O -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"DARWIN\" -DIMA_DARWIN -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"/usr/bin/rsh\" -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS -DFAKEXDRFLOAT -DSYSERRISCONST -I/usr/include/malloc -I/System/Library/Frameworks/System.framework/Headers/bsd/sys -c ../../src/pmsg.c
../../src/pmsg.c:785: error: static declaration of 'xdr_float' follows non-static declaration
/usr/include/rpc/xdr.h:376: error: previous declaration of 'xdr_float' was here
../../src/pmsg.c:794: error: static declaration of 'xdr_double' follows non-static declaration
/usr/include/rpc/xdr.h:377: error: previous declaration of 'xdr_double' was here
make[2]: *** [pmsg.o] Error 1
make[1]: *** [s] Error 2
make: *** [all] Error 2

Error: Status 1 encountered during processing.

The attached files fix the problem for me.

Attachments (2)

DARWIN9.def (361 bytes) - added by tomaz.solc@… 16 years ago.
Portfile (2.5 KB) - added by tomaz.solc@… 16 years ago.

Download all attachments as: .zip

Change History (6)

Changed 16 years ago by tomaz.solc@…

Attachment: DARWIN9.def added

Changed 16 years ago by tomaz.solc@…

Attachment: Portfile added

comment:1 Changed 16 years ago by jmpp@…

Milestone: Port Bugs

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to mww@…

Assigning to maintainer.

comment:3 Changed 16 years ago by mww@…

Resolution: fixed
Status: newclosed

Thanks, commited!

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.