From nobody@FreeBSD.org  Sat Nov 23 13:26:41 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id CA880B36
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Nov 2013 13:26:41 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id BA9092839
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Nov 2013 13:26:41 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rANDQfvh090603
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Nov 2013 13:26:41 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rANDQfgv090600;
	Sat, 23 Nov 2013 13:26:41 GMT
	(envelope-from nobody)
Message-Id: <201311231326.rANDQfgv090600@oldred.freebsd.org>
Date: Sat, 23 Nov 2013 13:26:41 GMT
From: Mark Martinec <Mark.Martinec@ijs.si>
To: freebsd-gnats-submit@FreeBSD.org
Subject: security/bro fails to build (in the 'package' phase) under poudriere
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: leres@ee.lbl.gov

>Number:         184194
>Category:       ports
>Synopsis:       security/bro fails to build (in the 'package' phase) under poudriere
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 23 13:30:00 UTC 2013
>Closed-Date:    Sun Dec 01 07:39:05 UTC 2013
>Last-Modified:  Sun Dec 01 07:39:05 UTC 2013
>Originator:     Mark Martinec
>Release:        9.2-STABLE
>Organization:
J. Stefan Institute
>Environment:
FreeBSD neli.ijs.si 9.2-STABLE FreeBSD 9.2-STABLE #0 r255973: Tue Oct  1 19:43:49 CEST 2013     mark@neli.ijs.si:/usr/obj/usr/src/sys/NELI  amd64
>Description:
The most recent security/bro port no longer builds under poudriere
(in FreeBSD 9.2), it fails in the final 'package' phase:

[...]
=======================<phase: package        >============================
===>  Building package for bro-2.2
pkg-static: lstat(/wrkdirs/usr/ports/security/bro/work/stage/usr/local/spool/installed-scripts-do-not-touch/site/): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/security/bro/work/stage/usr/local/spool/installed-scripts-do-not-touch/auto/): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/security/bro/work/stage/usr/local/spool/installed-scripts-do-not-touch/): No such file or directory
*** [do-package] Error code 1

The full build log is available at:
  http://www.ijs.si/usr/mark/tmp/bro-2.2.log
>How-To-Repeat:
poudriere bulk -j 92amd64 security/bro
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 23 13:30:16 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: leres@ee.lbl.gov
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184194: security/bro fails to build (in the 'package' phase) under poudriere
Date: Sat, 23 Nov 2013 13:30:15 UT

 Maintainer of security/bro,
 
 Please note that PR ports/184194 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184194
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Sat Nov 30 09:47:38 UTC 2013 
Responsible-Changed-Why:  
Take 

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

From: Craig Leres <leres@ee.lbl.gov>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184194: security/bro fails to build (in the 'package' phase)
 under poudriere
Date: Sat, 30 Nov 2013 19:19:36 -0800

 Note that this PR should solve this issue:
 
     http://www.freebsd.org/cgi/query-pr.cgi?pr=184381
 
 		Craig

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184194: commit references a PR
Date: Sun,  1 Dec 2013 07:29:24 +0000 (UTC)

 Author: antoine
 Date: Sun Dec  1 07:29:17 2013
 New Revision: 335367
 URL: http://svnweb.freebsd.org/changeset/ports/335367
 
 Log:
   - Fix packaging with pkgng: create empty dirs to be packed in STAGEDIR
   - Fix build on FreeBSD 8: depend on libmagic ABI version from ports
   - While here, use new LIB_DEPENDS syntax
   
   PR:		ports/184194
   PR:		ports/184381
   Submitted by:	Craig Leres (maintainer)
   Reported by:	Mark Martinec and pkg-fallout
 
 Modified:
   head/security/bro/Makefile
 
 Modified: head/security/bro/Makefile
 ==============================================================================
 --- head/security/bro/Makefile	Sun Dec  1 07:15:49 2013	(r335366)
 +++ head/security/bro/Makefile	Sun Dec  1 07:29:17 2013	(r335367)
 @@ -13,7 +13,7 @@ LICENSE=	BSD
  
  BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
  		swig:${PORTSDIR}/devel/swig13
 -LIB_DEPENDS=	GeoIP:${PORTSDIR}/net/GeoIP
 +LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net/GeoIP
  
  USES=		cmake:outsource perl5
  USE_PYTHON=	yes
 @@ -56,13 +56,13 @@ OPTIONS_EXCLUDE=NLS DOCS
  
  # Bro 2.2 requires libmagic >= 5.04
  .if ${OSVERSION} < 901000
 -LIB_DEPENDS+=	magic:${PORTSDIR}/sysutils/file
 +LIB_DEPENDS+=	libmagic.so.1:${PORTSDIR}/sysutils/file
  .endif
  
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MBROCCOLI}
 -LIB_DEPENDS+=	broccoli:${PORTSDIR}/security/broccoli
 +LIB_DEPENDS+=	libbroccoli.so:${PORTSDIR}/security/broccoli
  .endif
  
  .if ${PORT_OPTIONS:MBROCTL}
 @@ -111,8 +111,10 @@ RUN_DEPENDS+=	ipsumdump:${PORTSDIR}/net/
  .if ${PORT_OPTIONS:MBROCTL}
  post-stage::
  .if defined(BRO_PREFIX)
 -	@${MKDIR} ${PREFIX}
 +	@${MKDIR} ${STAGEDIR}${PREFIX}
  .endif
 +	@${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/auto
 +	@${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/site
  .for F in broctl.cfg
  	@${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/aux/broctl/etc/${F} ${STAGEDIR}${PREFIX}/etc/${F}.example
  .endfor
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: antoine 
State-Changed-When: Sun Dec 1 07:38:39 UTC 2013 
State-Changed-Why:  
Port fixed, thanks for the report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184194 
>Unformatted:
