From nobody@FreeBSD.org  Fri Sep 14 01:26:59 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4EAC01065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Sep 2012 01:26:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 2002A8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Sep 2012 01:26:59 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8E1Qw3H007722
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Sep 2012 01:26:58 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q8E1QwcO007720;
	Fri, 14 Sep 2012 01:26:58 GMT
	(envelope-from nobody)
Message-Id: <201209140126.q8E1QwcO007720@red.freebsd.org>
Date: Fri, 14 Sep 2012 01:26:58 GMT
From: Garrett Cooper <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [nfs] security/p5-Crypt-DH 0.07 does not compile over NFS when locking doesn't function
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         171627
>Category:       ports
>Synopsis:       [nfs] security/p5-Crypt-DH 0.07 does not compile over NFS when locking doesn't function
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 14 01:30:12 UTC 2012
>Closed-Date:    Fri Nov 23 14:11:43 UTC 2012
>Last-Modified:  Sun Feb 03 22:30:56 UTC 2013
>Originator:     Garrett Cooper
>Release:        7.2-RELEASE/7.4-RELEASE/9.1-RC1/9.1-RELEASE
>Organization:
EMC Isilon
>Environment:
FreeBSD forza.west.isilon.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2 r238921M: Mon Jul 30 14:47:10 PDT 2012     gcooper@forza.west.isilon.com:/usr/obj/usr/src/sys/FORZA  amd64
>Description:
Tried compiling security/p5-Crypt-DH without lockd/statd (by accident) and every time I did it I ran into this error on the clients:

wf048# make -C /usr/ports/security/p5-Crypt-DH/ clean all 
===>  Cleaning for p5-Crypt-DH-0.07
===>  License ART10 GPLv1 accepted by the user
===>  Extracting for p5-Crypt-DH-0.07
=> SHA256 Checksum OK for Crypt-DH-0.07.tar.gz.
===>   p5-Crypt-DH-0.07 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Patching for p5-Crypt-DH-0.07
===>   p5-Crypt-DH-0.07 depends on file: /usr/local/bin/perl5.14.2 - found
===>   p5-Crypt-DH-0.07 depends on executable: gmake - found
===>   p5-Crypt-DH-0.07 depends on file: /usr/local/bin/perl5.14.2 - found
===>  Configuring for p5-Crypt-DH-0.07
*** Module::AutoInstall version 1.06
*** Checking for Perl dependencies...
[Core Features]
- Test::More         ...loaded. (0.98 >= 0.47)
- Math::BigInt::Pari ...missing. (would need 1.13)
- Math::BigInt       ...loaded. (1.994 >= 1.60)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Warning: prerequisite ExtUtils::MakeMaker 6.59 not found. We have 6.5705.
Warning: prerequisite Math::BigInt::Pari 1.13 not found.
Writing Makefile for Crypt::DH
Writing MYMETA.yml
===>  Building for p5-Crypt-DH-0.07
cp lib/Crypt/DH.pm blib/lib/Crypt/DH.pm
Running Mkbootstrap for Crypt::DH ()
chmod 644 DH.bs
rm -f blib/arch/auto/Crypt/DH/DH.so
cc  -shared  -L/usr/local/lib -fstack-protector DH.o  -o blib/arch/auto/Crypt/DH/DH.so  \
        \
  
cc: DH.o: No such file or directory
cc: No input files specified
gmake: *** [blib/arch/auto/Crypt/DH/DH.so] Error 1
*** [do-build] Error code 1

Stop in /usr/ports/security/p5-Crypt-DH.

This doesn't occur if locking is enabled on the server/client side.

lang/perl silently fails as well in other areas, but installs [eventually].
>How-To-Repeat:
1. Install 9.1-RC1 in a VM.
2. Install 9.1-RC1 on a server.
3. Share /etc/ports
4. mount server:/path/to/ports /usr/ports
5. cd /usr/ports/security/p5-Crypt-DH
6. make clean all
7. Start lockd and statd on both the client and server.
8. Redo 6.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 14 01:30:30 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171627 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Fri Nov 23 14:11:42 UTC 2012 
State-Changed-Why:  
It's a nfs issue, not a port issue. Regards. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171627 

From: Garrett Cooper <yaneurabeya@gmail.com>
To: jadawin@freebsd.org
Cc: perl@freebsd.org, bug-followup <bug-followup@freebsd.org>
Subject: Re: ports/171627: [nfs] security/p5-Crypt-DH 0.07 does not compile
 over NFS when locking doesn't function
Date: Sat, 24 Nov 2012 15:29:01 -0800

 On Fri, Nov 23, 2012 at 6:11 AM,  <jadawin@freebsd.org> wrote:
 > Synopsis: [nfs] security/p5-Crypt-DH 0.07 does not compile over NFS when locking doesn't function
 >
 > State-Changed-From-To: open->closed
 > State-Changed-By: jadawin
 > State-Changed-When: Fri Nov 23 14:11:42 UTC 2012
 > State-Changed-Why:
 > It's a nfs issue, not a port issue. Regards.
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=171627
 
     Why not recategorize it then?
 Thanks,
 -Garrett
>Unformatted:
