From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 27 14:20:04 2015 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7C51D6E for ; Fri, 27 Mar 2015 14:20:04 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E317A74 for ; Fri, 27 Mar 2015 14:20:04 +0000 (UTC) Received: by wibbg6 with SMTP id bg6so28436740wib.0 for ; Fri, 27 Mar 2015 07:20:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=vM4GfTI8CG3AttL75eaC82cfFse+95SzG689cSPt7eE=; b=IbRJ1Un/pCxUp0OJ1eLnFBBQV7ZfgtwpPboV2JZa6cmogUQBn6FlBmq/XbcojwqvVQ 7CnQBCxhe9+ZQUC4srOBKnVwX8AgwfeNtqCVRzN+Uz8OPibBmLxBbErhx29lhr7pRlnw OWSaa5C4WWyJIMyE7AX9lOUtKpuhaNE3K2h7zmKMPacw7upEvQJvYHYdWC1glXujcgXc IIavuRDIK0jH/FzgnWhBSz2t09EcLkrq3t3FUml9zLGRBeUkckV/qQKx4KX7u6A5EFN3 MCqfSCznNgFgkKWJYVI2t+WT3qxgIhe2cqZubcPmVHH64V4y3gMo53MYnSGqmsYFBtot xcRA== X-Received: by 10.194.63.172 with SMTP id h12mr37710962wjs.48.1427466002926; Fri, 27 Mar 2015 07:20:02 -0700 (PDT) Received: from localhost ([217.14.212.217]) by mx.google.com with ESMTPSA id wo10sm3041610wjb.35.2015.03.27.07.20.01 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 27 Mar 2015 07:20:02 -0700 (PDT) Date: Fri, 27 Mar 2015 15:20:00 +0100 From: To: hackers@FreeBSD.org Subject: ports-mgmt/pkg (still) fails to install in DESTDIR Message-ID: <20150327152000.000015e6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 14:20:04 -0000 # make -C /usr/ports/ports-mgmt/pkg DESTDIR=3D/poligon/freebsd install clean Fails at: ------------------ =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Installing for pkg-1.4.12 =3D=3D=3D> Checking if pkg already installed =3D=3D=3D> Registering installation for pkg-1.4.12 pkg-static: Cannot open "/var/run/ld-elf.so.hints": No such file or directo= ry *** Error code 1 Stop. make[1]: stopped in /tmp/mountpoint.w4WP0q/ports-mgmt/pkg *** Error code 1 Stop. make: stopped in /tmp/mountpoint.w4WP0q/ports-mgmt/pkg =3D=3D=3D> Chrooted make in /poligon/freebsd failed =3D=3D=3D> Cleaning up... *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/pkg ------------------ I've found this, but it was 2 years ago and still not implemented/fixed: http://lists.freebsd.org/pipermail/svn-src-stable-10/2013-December/0004= 95.html My fix vas to chroot in DESTDIR and simply issue: # pkg -v Which started bootstrapp ... Domagoj Smol=C4=8Di=C4=87