Harald Weis wrote: > I cannot find out why the linux_base-f10 files are not installed in the > linuxbase (/compat/linux). > [...] > m...@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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
