From owner-freebsd-x11@freebsd.org Fri Jan 20 14:13:33 2017 Return-Path: Delivered-To: freebsd-x11@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 30B0ACB8E3C for ; Fri, 20 Jan 2017 14:13:33 +0000 (UTC) (envelope-from me@cschwarz.com) Received: from orion.uberspace.de (orion.uberspace.de [95.143.172.79]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8228719FA for ; Fri, 20 Jan 2017 14:13:31 +0000 (UTC) (envelope-from me@cschwarz.com) Received: (qmail 25545 invoked from network); 20 Jan 2017 14:06:47 -0000 Received: from localhost (HELO csarch.local) (127.0.0.1) by orion.uberspace.de with SMTP; 20 Jan 2017 14:06:47 -0000 Received: by csarch.local (Postfix, from userid 1000) id C540E38711C; Fri, 20 Jan 2017 15:06:45 +0100 (CET) Date: Fri, 20 Jan 2017 15:06:45 +0100 From: Christian Schwarz To: freebsd-x11@freebsd.org, freebsd-current@freebsd.org Subject: libstd++ missing in drm-next-4.7 Message-ID: <20170120140645.67ei3nkd4mcaq3ec@csarch.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20161126 (1.7.1) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2017 14:13:33 -0000 I am trying to build drm-next-4.7 from the FreeBSDDesktop repository [1] for use as a poudriere jail. However, libstd++ is missing in the installation generated with the following commands: make buildworld ... make installworld DESTDIR=/path/to/jail/dir make distribution DESTDIR=/path/to/jail/dir I know clang is no longer built and installed as part of buildworld in the FreeBSDDesktop repo, but why isn't libstd++ present? I used the following commands to install llmv39 in the jail, but this won't give us libstd++ since it is part of base. cp /etc/resolv.conf /path/to/jail/dir/etc/ chroot /path/to/jail/dir /bin/sh pkg install llmv39 clang39 # now run clang, won't work, see below Shared object "libc++.so.1" not found, required by "clang" Grateful for any advice, Christian [1] https://github.com/FreeBSDDesktop/freebsd-base-graphics/tree/drm-next-4.7