security/saint failes to compile. It hangs at configure, at "Trying to find Perl..." "/usr/ports/security/saint/work/saint-3.5.8/config.log" contains no clue to this problem. # perl -v This is perl 5, version 12, subversion 2 (v5.12.2) built for i386-freebsd-64int # which perl /usr/bin/perl How-To-Repeat: Try to install security/saint
Hi Patrick, a tinderbox run here didn't indicate any problems with the port. Can you identify any related processes running at the time of configure hanging? Regards, Stefan
Reply received by submitter: Patrick Oonk, 11.11.10, 09:33h CET: > On 11/10/2010 11:25 AM, Stefan Walter wrote: > > Hi Patrick, > > > > a tinderbox run here didn't indicate any problems with the port. Can you > > identify any related processes running at the time of configure hanging? > > > > Regards, > > Stefan > > > > Yes, see below: > > 68885 p2 I+ 0:00.00 [sh] > 68886 p2 I+ 0:00.00 [sh] > 68904 p2 I+ 0:00.04 /bin/sh ./configure --prefix=/usr/local > --mandir=/usr/local/man --infodir=/usr/local/info/ i386-portbld-freebsd7.3 > 69320 p2 I+ 0:00.03 perl reconfig (perl5.12.2) > 69357 p2 I+ 0:00.00 sh -c (/usr/local/bin/perlbug -v 2> /dev/null) > |\n^I^I^I^Iawk '\n^I^I^I^I /This is perl, version 5/ { print > }\n^I^I^I^I /This is perl, v5/ { print }\n^I^I^I^I' > 69358 p2 I+ 0:00.00 sh -c (/usr/local/bin/perlbug -v 2> /dev/null) > |\n^I^I^I^Iawk '\n^I^I^I^I /This is perl, version 5/ { print > }\n^I^I^I^I /This is perl, v5/ { print }\n^I^I^I^I' > 69359 p2 I+ 0:00.18 /usr/local/bin/perl /usr/local/bin/perlbug -v > 69360 p2 I+ 0:00.00 awk \n^I^I^I^I /This is perl, version 5/ { > print }\n^I^I^I^I /This is perl, v5/ { print }\n^I^I^I^I > > thanks
arved 2010-11-18 12:48:20 UTC FreeBSD ports repository Modified files: security/saint Makefile Added files: security/saint/files patch-reconfig Log: The configure check for perl version did not work with perl 5.12. While here mark MAKE_JOBS_UNSAFE PR: 152038 Revision Changes Path 1.38 +1 -0 ports/security/saint/Makefile 1.1 +23 -0 ports/security/saint/files/patch-reconfig (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Thanks for reporting. The bug should be fixed now. The configure script tried to parse "perl -v" and failed because with 5.12 the output changed.