Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2014 02:19:32 -0600
From:      Chris Torek <chris.torek@gmail.com>
To:        ports@freebsd.org
Subject:   Re: upgrading devel/p5-subversion fails
Message-ID:  <CAPx1Gvd55iOM2sQGmM93s1R6FpjDJSfBrR92HLoSFA6pHo=_6w@mail.gmail.com>
In-Reply-To: <20140717213635.35c8bf17@DaemON.home>
References:  <20140715224238.3c4e31b1@DaemON.home> <87a98agwds.wl-hskuhra@eumx.net> <CAN6yY1vaFoXcx-Jje77sktou7O1ggk9=_D3ji_QSCWNb9aKfLA@mail.gmail.com> <20140716211223.20231dc6@DaemON.home> <87ha2ht65t.wl-hskuhra@eumx.net> <20140716224036.2e42d8a9@DaemON.home> <87fvi1t1i1.wl-hskuhra@eumx.net> <20140717213635.35c8bf17@DaemON.home>

next in thread | previous in thread | raw e-mail | index | archive | help
I think the problem really is that this needs MAKE_JOBS_UNSAFE set.  I just
had a build fail, and in the portmaster log file for the failure, I see
this fragment:

Running Mkbootstrap for SVN::_Core ()
chmod 644 _Client.bs
cp _Client.bs blib/arch/auto/SVN/_Client/_Client.bs
chmod 644 blib/arch/auto/SVN/_Client/_Client.bs
chmod 644 _Core.bs
cp _Core.bs blib/arch/auto/SVN/_Core/_Core.bs
chmod 644 blib/arch/auto/SVN/_Core/_Core.bs
AutoSplit: Can't open blib/lib/SVN/Wc.pm: No such file or directory
cp Delta.pm blib/lib/SVN/Delta.pm
cp Repos.pm blib/lib/SVN/Repos.pm
cp Client.pm blib/lib/SVN/Client.pm
cp Fs.pm blib/lib/SVN/Fs.pm
cp Ra.pm blib/lib/SVN/Ra.pm
cp Core.pm blib/lib/SVN/Core.pm
cp Wc.pm blib/lib/SVN/Wc.pm
*** [pm_to_blib] Error code 2

This comes from the pm_to_blib target in a sub-makefile.  Note the
complaint that AutoSplit was unable to open blib/lib/SVN/Wc.pm, which comes
out well before the "cp" command copies Wc.pm into the target location.

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPx1Gvd55iOM2sQGmM93s1R6FpjDJSfBrR92HLoSFA6pHo=_6w>