Date: Fri, 29 Oct 2010 19:20:15 +0200 (CEST) From: Oliver Fromme <olli@lurza.secnetix.de> To: freebsd-emulation@FreeBSD.ORG, hawei@free.fr Subject: Re: linux_base-f10 [Was: Re: VirtualBox OpenSolaris guest becomes: ?portmaster] Message-ID: <201010291720.o9THKFfF074191@lurza.secnetix.de> In-Reply-To: <freebsd-emulation.72699.1288370571.20101029162527.GA1940@pollux.local.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Harald Weis wrote: > I cannot find out why the linux_base-f10 files are not installed in the > linuxbase (/compat/linux). > [...] > me@pollux:/<3>linux_base-f10 # make -V LINUXBASE > /compat/linux Very strange. If the install of the port finished without error, then it must have installed the files _somewhere_. Or they got removed again immediately after installation (the mtime on the /compat/linux directory should reveal that). What's the output of the following command? $ pkg_info -p linux_base-f10-10_3 Also, this command should list all files belonging to the port with full paths: $ pkg_info -L linux_base-f10-10_3 > For the next (fourth) experiment I would like to run > "make install WITH_DEBUG=yes" . > > Is that okay or is there a better way? Something worth to try: # MAKEFLAGS="-d l" make install (That's a lower-case letter "L", not the digit one.) It will make the installation more verbose so you can see all the actual commands that are executed. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd Perl is worse than Python because people wanted it worse. -- Larry Wall
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010291720.o9THKFfF074191>