From owner-freebsd-x11@freebsd.org Fri Jan 20 17:46:39 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 E9C08CB89AF; Fri, 20 Jan 2017 17:46:39 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (unknown [IPv6:2607:f2f8:a098::2]) (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 D01BF1D96; Fri, 20 Jan 2017 17:46:39 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from LA-DGT-31327.local (nat-192-187-90-113.nat.tribpub.com [192.187.90.113]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id e70c91c2 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Fri, 20 Jan 2017 09:46:37 -0800 (PST) Subject: Re: libstd++ missing in drm-next-4.7 To: Christian Schwarz , freebsd-x11@freebsd.org, freebsd-current@freebsd.org References: <20170120140645.67ei3nkd4mcaq3ec@csarch.localdomain> From: Pete Wright Message-ID: Date: Fri, 20 Jan 2017 09:46:37 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170120140645.67ei3nkd4mcaq3ec@csarch.localdomain> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 17:46:40 -0000 On 1/20/17 6:06 AM, Christian Schwarz wrote: > 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" > Hey there - can you paste the error you are getting? I've never tried building the drm-next branch inside a jail, but maybe your trace will help debug it. Cheers, -pete -- Pete Wright pete@nomadlogic.org nomadlogicLA