From owner-cvs-all@FreeBSD.ORG Fri Mar 13 17:25:06 2009 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0DD71065670; Fri, 13 Mar 2009 17:25:06 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (mx1.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9EC8FC17; Fri, 13 Mar 2009 17:25:06 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id n2DGRaYt034655; Fri, 13 Mar 2009 10:27:36 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.3/8.14.3) with ESMTP id n2DFusvk001425; Fri, 13 Mar 2009 09:56:54 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.3/8.14.3/Submit) id n2DFusJT001422; Fri, 13 Mar 2009 09:56:54 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18874.33350.342851.455899@gromit.timing.com> Date: Fri, 13 Mar 2009 09:56:54 -0600 From: John Hein To: QAT@freebsd.org In-Reply-To: <20090313090443.67FB28FC43@release.ixsystems.com> References: <200903130910.n2D9AbRh076490@repoman.freebsd.org> <20090313090443.67FB28FC43@release.ixsystems.com> X-Mailer: VM 7.19 under Emacs 22.3.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: stas@freebsd.org, cvs-ports@freebsd.org, x11@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11/libX11 Makefile ports/x11/libX11/files patch-configure.ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 17:25:07 -0000 QAT@freebsd.org wrote at 02:04 -0700 on Mar 13, 2009: > QAT - your restless neighborhood Daemon - identified a mtree error > while trying to build: > libX11-1.2,1 maintained by x11@FreeBSD.org > Makefile ident: $FreeBSD: ports/x11/libX11/Makefile,v 1.27 2009/03/13 09:10:36 stas Exp $ > > Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/libX11-1.2,1.log : > > install -o root -g wheel -m 444 'XwcTextEscapement.3' '/usr/local/man/man3/XwcTextEscapement.3' > install -o root -g wheel -m 444 'Xutf8TextEscapement.3' '/usr/local/man/man3/Xutf8TextEscapement.3' > install -o root -g wheel -m 444 'XwcTextExtents.3' '/usr/local/man/man3/XwcTextExtents.3' > install -o root -g wheel -m 444 'Xutf8TextExtents.3' '/usr/local/man/man3/Xutf8TextExtents.3' > install -o root -g wheel -m 444 'XwcTextPerCharExtents.3' '/usr/local/man/man3/XwcTextPerCharExtents.3' > install -o root -g wheel -m 444 'Xutf8TextPerCharExtents.3' '/usr/local/man/man3/Xutf8TextPerCharExtents.3' > test -z "/usr/local/lib/pkgconfig" || ./install-sh -c -d "/usr/local/lib/pkgconfig" > install -o root -g wheel -m 444 'x11.pc' '/usr/local/lib/pkgconfig/x11.pc' > install -o root -g wheel -m 444 'x11-xcb.pc' '/usr/local/lib/pkgconfig/x11-xcb.pc' > ===> Compressing manual pages for libX11-1.2,1 > ===> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > ===> Registering installation for libX11-1.2,1 > ================================================================ > ======================================== > ===> Building package for libX11-1.2,1 > tar: libdata/pkgconfig/x11.pc: Cannot stat: No such file or directory > tar: libdata/pkgconfig/x11-xcb.pc: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > Creating package /tmp/packages/All/libX11-1.2,1.tbz > Registering depends: libxcb-1.2 libpthread-stubs-0.1 libXau-1.0.4 libXdmcp-1.0.2_1 xproto-7.0.15 pkg-config-0.23_1 xcb-proto-1.4 python25-2.5.4_1 kbproto-1.0.3. > Creating bzip'd tar ball in '/tmp/packages/All/libX11-1.2,1.tbz' > *** Error code 1 > > Stop in /a/ports/x11/libX11. > Deleting libX11-1.2,1 > pkg_delete: file '/usr/local/libdata/pkgconfig/x11.pc' doesn't exist > pkg_delete: file '/usr/local/libdata/pkgconfig/x11-xcb.pc' doesn't exist > pkg_delete: couldn't entirely delete package (perhaps the packing list is > incorrectly specified?) > ================================================================ Now that libX11 regenerates its Makefile.in with the recent change, this is the same problem as ports/132212 (which has a patch). http://www.freebsd.org/cgi/query-pr.cgi?pr=132212