From owner-freebsd-current@freebsd.org Wed Oct 3 20:30:03 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C778B10AC87E for ; Wed, 3 Oct 2018 20:30:03 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 643628E2FE; Wed, 3 Oct 2018 20:30:03 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.107.255] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1g7nmT-0003H4-0t; Wed, 03 Oct 2018 22:30:01 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id w93KTxMY006589 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 3 Oct 2018 22:30:00 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id w93KTxB0006588; Wed, 3 Oct 2018 22:29:59 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Wed, 3 Oct 2018 22:29:59 +0200 From: Matthias Apitz To: freebsd-current@freebsd.org, kde@freebsd.org Subject: Re: debugging a run of poudriere-bulk Message-ID: <20181003202959.GA6293@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: freebsd-current@freebsd.org, kde@freebsd.org References: <20181003114114.GA4946@c720-r314251> <20181003150924.GA6718@c720-r314251> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <20181003150924.GA6718@c720-r314251> X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.107.255 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2018 20:30:04 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I added the following lines to /usr/local/share/poudriere/bulk.sh to get the env vars into the environment of pkg(8): export DEBUG_LEVEL=3D4 export DEBUG_SCRIPTS=3DTRUE export DEVELOPER_MODE=3DTRUE export PKG_CREATE_VERBOSE=3DTRUE With these the port builds fine: # tail -f /usr/local/poudriere/data/logs/bulk/freebsd-r338641-ports-2018092= 0/2018-10-03_22h03m46s/logs/kde-workspace-kde4-4.11.22_26.log =2E.. DBG(1)[94432]> PkgConfig: loading repositories in /etc/pkg/ DBG(1)[94432]> PKgConfig: loading /etc/pkg//FreeBSD.conf DBG(1)[94432]> PkgConfig: parsing key 'FreeBSD' DBG(1)[94432]> PkgConfig: parsing repository object FreeBSD DBG(1)[94432]> PkgConfig: loading repositories in /usr/local/etc/pkg/repos/ DBG(1)[94432]> Creating package from stage directory: '/wrkdirs/usr/ports/x= 11/kde-workspace-kde4/wor k/stage' DBG(1)[94432]> Parsing manifest from '+MANIFEST' DBG(3)[94432]> Manifest: found key: 'name' =2E.. DBG(2)[94432]> Packing file '/wrkdirs/usr/ports/x11/kde-workspace-kde4/work= /stage/usr/local/share/wallpapers/stripes.png.desktop' DBG(2)[94432]> Packing file '/wrkdirs/usr/ports/x11/kde-workspace-kde4/work= /stage/usr/local/share/xsessions/kde4.desktop' DBG(2)[94432]> Packing file '/wrkdirs/usr/ports/x11/kde-workspace-kde4/work= /stage/usr/local/etc/rc.d/kdm4' packing files [2126]... done packing directories [0]: . done =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for kde-workspace-kde4-4.11.22_26 build of x11/kde-workspace-kde4 | kde-workspace-kde4-4.11.22_26 ended at We= d Oct 3 22:15:54 CEST 2018 build time: 00:11:21 i.e. the pkg-static does not crash. And now? matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ +49-176= -38902045 Public GnuPG key: http://www.unixarea.de/key.pub October 3: Day of German Unity? No! Day of taking over the GDR. 3. Oktober: Tag der Deutschen Einheit? Nein! DDR-Anschlusstag. --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAlu1JsQACgkQR8z35Hb+ nRGTOw/+P9/4tJCX1cNiDLM2GHroJyeXM/WLdIwQsSkdKSoVq4FRdRX4/SuCd8so BpfWMet2vDP41CiF/vUJYX3HGY+ZB0l1UW2fdU+zVTzrpJuTj8y6OskJkySSp6H/ Beplwesc1276qhnOCmgWY7Xv/XLGfNGlmahYI7zakxNm9IJcM88jQ2kwophFGBCi vFl+tfeMMId2GTZNT85iuFrCemUzVeqZR/uiPhJxGL4C4Y+tVUBBB37FqJbJQxku bgVBkK6rZYyY+xUHQyjqR+ThVe98CuUaSFc9beiXa+xYElC5hcsWWYz8EWAxlbgh blm9uZnK471PKyKwz9gzAdUK803/5t4ZEda6E5Odp9ZykKiwCMkKwPgNycUu5XwO Rmr+tB2mtalqrBRRA4OyFgOcu4m+Se8aLY4Tfu6mDJMpPkwxKrigzT2vY0LoKVUN axoutVCg3yvnZsNhLJgc/xdMRYYvOFGjnxzB0FudYjFnyRuAGQi89/XZj7Jz4LQr vC5m7k6iVz0mdLokP7bi3530tXJrVWKuoznzkfb4kR4l4IYFmbE1Bsu2hR3zQAIc /TDsUKucPgTOM+fenOi9LMT3d4gsNlmvfNUx8f4+BEGAQpF3XFK0i9/idAPwlM4a fxgfhWThg6otiVjunMLx+f5aF7UcDSTB27lHN4orLjzpKpDfEXs= =e3J6 -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5--