Was there a change recently to the reinplace command? It seems to break the Perl ports: $ port -v install p5-crypt-blowfish ... ... Fixing packlist /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_perl_p5-crypt-blowfish/work/destroot/opt/local/lib/perl5/ vendor_perl/5.8.8/darwin-thread-multi-2level/auto/Crypt/ Blowfish/.packlist Error: Target com.apple.destroot returned: reinplace: unknown flag '- s|/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_perl_p5-crypt-blowfish/work/destroot||' Warning: the following items did not execute (for p5-crypt-blowfish): com.apple.activate com.apple.destroot com.apple.archive com.apple.install Error: Status 1 encountered during processing. Here's the code in the Perl 5 group: post-destroot { foreach packlist [exec find ${destroot}${perl5.lib} - name .packlist] { ui_info "Fixing packlist ${packlist}" reinplace "s|${destroot}||" ${packlist} } } Regards, Blair -- Blair Zajac, Ph.D. <blair@orcaware.com> Subversion training, consulting and support http://www.orcaware.com/svn/
On 17/05/2007, at 16:22, Blair Zajac wrote:
Was there a change recently to the reinplace command?
Yes [1], so that's probably the problem. Anyone's brain functioning better than mine today and able to figure out the reason for the error? Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/changeset/25251 -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org
I've fixed it. I feel really stupid about that error. We need to push out a 1.4.42 now, but jmpp is idle. Hopefully he'll see my message. On May 17, 2007, at 2:32 AM, Boey Maun Suang wrote:
On 17/05/2007, at 16:22, Blair Zajac wrote:
Was there a change recently to the reinplace command?
Yes [1], so that's probably the problem. Anyone's brain functioning better than mine today and able to figure out the reason for the error?
Kind regards,
Maun Suang
[1] http://trac.macports.org/projects/macports/changeset/25251
-- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
Thanks Kevin, Regards, Blair Kevin Ballard wrote:
I've fixed it. I feel really stupid about that error.
We need to push out a 1.4.42 now, but jmpp is idle. Hopefully he'll see my message.
On May 17, 2007, at 2:32 AM, Boey Maun Suang wrote:
On 17/05/2007, at 16:22, Blair Zajac wrote:
Was there a change recently to the reinplace command?
Yes [1], so that's probably the problem. Anyone's brain functioning better than mine today and able to figure out the reason for the error?
Kind regards,
Maun Suang
[1] http://trac.macports.org/projects/macports/changeset/25251
-- Kevin Ballard http://kevin.sb.org eridius@macports.org <mailto:eridius@macports.org> http://www.tildesoft.com
participants (3)
-
Blair Zajac
-
Boey Maun Suang
-
Kevin Ballard