From owner-freebsd-questions Tue May 11 10:20:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.doit.wisc.edu (mail1.doit.wisc.edu [144.92.9.40]) by hub.freebsd.org (Postfix) with ESMTP id 1450014E90 for ; Tue, 11 May 1999 10:20:25 -0700 (PDT) (envelope-from gabor@acm.org) Received: from [128.104.50.235] by mail1.doit.wisc.edu id MAA57702 (8.9.1/50); Tue, 11 May 1999 12:20:23 -0500 Message-ID: <373866F2.41C67EA6@acm.org> Date: Tue, 11 May 1999 12:20:50 -0500 From: Gabor Kincses X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: pkg_add linux_lib.2.6.1 errors Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm getting the following errors while doing pkg_add on a 3.0-release system: > Fetching ftp://ftp3.freebsd.org/pub/FreeBSD/packages/emulators/linux_lib-2.6.1.tgz... Done. > ln: /compat/linux/dev/tty0: No such file or directory > pkg_add: command 'ln -sf /dev/tty0 /compat/linux/dev/tty0' failed > ln: /compat/linux/dev/tty1: No such file or directory > pkg_add: command 'ln -sf /dev/tty1 /compat/linux/dev/tty1' failed > ln: /compat/linux/dev/tty2: No such file or directory > pkg_add: command 'ln -sf /dev/tty2 /compat/linux/dev/tty2' failed > ln: /compat/linux/dev/tty3: No such file or directory > pkg_add: command 'ln -sf /dev/tty3 /compat/linux/dev/tty3' failed > ln: /compat/linux/dev/tty4: No such file or directory > pkg_add: command 'ln -sf /dev/tty4 /compat/linux/dev/tty4' failed > ln: /compat/linux/dev/mouse: No such file or directory > pkg_add: command 'ln -sf /dev/mouse /compat/linux/dev/mouse' failed > ln: /compat/linux/dev/psaux: No such file or directory > pkg_add: command 'ln -sf /dev/psaux /compat/linux/dev/psaux' failed I have created the missing /compat/linux/dev and linked to the special files. /dev/psaux doesn't appear on my system (I guess it's a 3.[12] feature...). ln: /compat/linux/usr/X11: No such file or directory pkg_add: command 'ln -sf X11R6 /compat/linux/usr/X11' failed ln: /compat/linux/usr/X11R6/lib/X11: No such file or directory pkg_add: command 'ln -sf ../../../var/X11R6/lib /compat/linux/usr/X11R6/lib/X11' failed ln: /compat/linux/usr/lib/X11: No such file or directory pkg_add: command 'ln -sf ../X11R6/lib/X11 /compat/linux/usr/lib/X11' failed Should /compat/linux/usr/X11 be simply linked to /usr/X11R6/lib/X11? -- Gabor Kincses (gabor@acm.org) FreeBSD 3.0-RELEASE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message