script so that the behaviour of a package installation matches
that of a port installation identically.
Note that, in the package case, we already have a valid run-time
linker hints file for Linux.
It now also works when the linuxulator is compiled into the kernel (using
options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed
for the wrong reasons. My apologies to the originator.
PR: 12918
Originator: Dean Lombardo <dlombardo@excite.com>
linux_devel and linux-devel. Both will be removed from the ports collection
at the proper time.
linux_devtools uses Red Hat 5.2 packages to install a basic development
environment. There's no functional difference between linux-devel and
linux_devtools. The name of the latter is preferred over the name of the
former.
This port is repository copied from linux_devel.
New name by: obrien
Reviewed by: hoek
Supervised by: asami
===> Building package for linux_devel-0.2
Creating package /usr/ports/packages/All/linux_devel-0.2.tgz
Registering depends: linux_lib-2.5.
Creating gzip'd tar ball in '/usr/ports/packages/All/linux_devel-0.2.tgz'
tar: can't add file usr/lib/libfbm.so.1 : No such file or directory
tar: can't add file usr/lib/libjpeg.so.1 : No such file or directory
tar: can't add file usr/lib/libtiff.so.1 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
For the record, pkg_delete also gave me the following errors:
: cannot delete specified file `/a/tmp/hoek/usr/i486-linuxaout/lib/ldscripts - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/linux' - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/asm' - it is a directory!
There wouldn't happen to be a problem with pkg/PLIST, would there?