Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 1999 12:20:50 -0500
From:      Gabor Kincses <gabor@acm.org>
To:        questions@freebsd.org
Subject:   pkg_add linux_lib.2.6.1 errors
Message-ID:  <373866F2.41C67EA6@acm.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?373866F2.41C67EA6>