Opened 15 years ago

Closed 15 years ago

#20832 closed defect (fixed)

Error upgrading subversion-perlbindings

Reported by: mf2k (Frank Schima) Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: subversion-perlbindings

Description

Mac OS X 10.5.8 Intel. Xcode 3.1.3. macports trunk.

--->  Building subversion-perlbindings
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_devel_subversion-perlbindings/work/subversion-1.6.5" && /usr/bin/make -j5 swig-pl " returned error 2
Command output: cp Repos.pm blib/lib/SVN/Repos.pm
cp Core.pm blib/lib/SVN/Core.pm
Skip blib/lib/SVN/Wc.pm (unchanged)
cp Client.pm blib/lib/SVN/Client.pm
cp _Client.bs blib/arch/auto/SVN/_Client/_Client.bs
make[2]: *** [pm_to_blib] Error 2
make[2]: *** Waiting for unfinished jobs....
cp ../../../../../subversion/bindings/swig/perl/native/Delta.pm blib/lib/SVN/Delta.pm
cp ../../../../../subversion/bindings/swig/perl/native/Ra.pm blib/lib/SVN/Ra.pm
cp ../../../../../subversion/bindings/swig/perl/native/Wc.pm blib/lib/SVN/Wc.pm
cp ../../../../../subversion/bindings/swig/perl/native/Base.pm blib/lib/SVN/Base.pm
Skip blib/lib/SVN/Core.pm (unchanged)
Skip blib/lib/SVN/Repos.pm (unchanged)
Skip blib/lib/SVN/Fs.pm (unchanged)
cp ../../../../../subversion/bindings/swig/perl/native/Client.pm blib/lib/SVN/Client.pm
chmod 644 blib/arch/auto/SVN/_Client/_Client.bs
In file included from ../../../../../subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.h:38,
                 from svn_client.c:1615:
../../../../../subversion/svn_private_config.h:193:1: warning: "_" redefined
In file included from /opt/local/lib/perl5/5.8.9/darwin-2level/CORE/perl.h:38,
                 from svn_client.c:716:
/opt/local/lib/perl5/5.8.9/darwin-2level/CORE/config.h:2593:1: warning: this is the location of the previous definition
rm -f blib/arch/auto/SVN/_Core/_Core.bundle
LD_RUN_PATH="/opt/local/lib:/usr/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 /usr/bin/gcc-4.0  -L/opt/local/lib -bundle -undefined dynamic_lookup -L/usr/local/lib core.o -L/opt/local/lib  -o blib/arch/auto/SVN/_Core/_Core.bundle 	\
	   -L/opt/local/lib -lapr-1 -lpthread -L/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_devel_subversion-perlbindings/work/subversion-1.6.5/subversion/bindings/swig/perl/libsvn_swig_perl/.libs -L/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_devel_subversion-perlbindings/work/subversion-1.6.5/subversion/libsvn_delta/.libs -L/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_devel_subversion-perlbindings/work/subversion-1.6.5/subversion/libsvn_subr/.libs -lsvn_client-1 -lsvn_delta-1 -lsvn_fs-1 -lsvn_ra-1 -lsvn_repos-1 -lsvn_wc-1 -lsvn_diff-1 -lsvn_subr-1 -lsvn_swig_perl-1  	\
	  
make[1]: *** [modules] Error 2
make[1]: *** Waiting for unfinished jobs....
chmod 755 blib/arch/auto/SVN/_Core/_Core.bundle
make: *** [swig-pl] Error 2

Error: Status 1 encountered during processing.

Change History (3)

comment:1 Changed 15 years ago by danielluke (Daniel J. Luke)

Can you add:

use_parallel_build no

to the portfile and see if that fixes it?

I haven't seen this error before, but parallel-make race conditions are annoying.

comment:2 Changed 15 years ago by mf2k (Frank Schima)

That worked. Thanks!

comment:3 Changed 15 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: newclosed

committed in r56384 (no revbump)

Note: See TracTickets for help on using tickets.