Bug 152038 - security/saint fails to compile from ports
Summary: security/saint fails to compile from ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-08 08:50 UTC by Patrick Oonk
Modified: 2010-11-18 12:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Oonk 2010-11-08 08:50:06 UTC
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
Comment 1 Stefan Walter freebsd_committer freebsd_triage 2010-11-10 10:25:10 UTC
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
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2010-11-11 08:51:25 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-18 12:48:25 UTC
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"
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2010-11-18 12:48:37 UTC
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.