From owner-freebsd-apache@freebsd.org Tue Dec 8 18:37:56 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EA9E9D4DFF for ; Tue, 8 Dec 2015 18:37:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 12FA31047 for ; Tue, 8 Dec 2015 18:37:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 105AC9D4DFE; Tue, 8 Dec 2015 18:37:56 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FF3F9D4DFD for ; Tue, 8 Dec 2015 18:37:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA39F1045 for ; Tue, 8 Dec 2015 18:37:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8IbtBk001878 for ; Tue, 8 Dec 2015 18:37:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 205133] devel/apr1: Fails poudriere build: Missing: libdata/pkgconfig/apr-util-1.pc Date: Tue, 08 Dec 2015 18:37:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 18:37:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205133 Olli Hauer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ohauer@FreeBSD.org Status|New |Open --- Comment #1 from Olli Hauer --- Hi Yuri, I wonder what is different on your system, since I'm not able to confirm this issue. That's what I get on two different systems, can you please check your poudriere and make sure you have the latest poudriere installed. Do you use ports-mgmt/poudriere-devel or ports-mgmt/poudriere? With poudriere-devel-3.1.99.20151125 I got once an error in a different port since poudriere was cleaning the jail before the build was finished, but this is fixed in the latest version) $ svn info /usr/ports/devel/apr1 Working Copy Root Path: /usr/ports Relative URL: ^/head/devel/apr1 Revision: 403324 ... Last Changed Author: mat Last Changed Rev: 400848 Last Changed Date: 2015-11-05 13:36:25 +0100 (Thu, 05 Nov 2015) $ cd /usr/ports/devel/apr1 $ make -V DEVELOPER yes $ script -q AA make ... ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) $ echo $? 0 $ grep 1.pc AA /usr/bin/install -m 644 apr.pc /usr/ports/devel/apr1/work/stage/usr/local/libdata/pkgconfig/apr-1.pc /usr/bin/install -m 644 apr-util.pc /usr/ports/devel/apr1/work/stage/usr/local/libdata/pkgconfig/apr-util-1.pc $ ls -l work/stage/usr/local/libdata/pkgconfig/ total 4 -rw-r--r-- 1 ohauer wheel 305 Dec 8 19:19 apr-1.pc -rw-r--r-- 1 ohauer wheel 382 Dec 8 19:19 apr-util-1.pc $ grep 1.pc pkg-plist libdata/pkgconfig/apr-1.pc libdata/pkgconfig/apr-util-1.pc $ make makeplist | grep 1.pc libdata/pkgconfig/apr-1.pc libdata/pkgconfig/apr-util-1.pc -- You are receiving this mail because: You are the assignee for the bug.