Subject: X.org problem and question
To: None <pkgsrc-users@NetBSD.org>
From: Lieven De Keyzer <lieven.dekeyzer@gmail.com>
List: pkgsrc-users
Date: 11/09/2006 17:53:12
I'm using Slackware 11.0 and have decided to use pkgsrc as package
manager.  I'm now compiling X.org in the 2006Q3 branch.

I removed all Slackware X11 packages but there still exist some X11
directories (/usr/X11, /var/X11R6, /etc/X11). Can I just remove them,
do I turn them into symlinks  with targets situated in /usr/pkg/xorg/,
...?

A bigger problem I'm having is when doing the following:

#cd /usr/pkgsrc/x11/xorg-server
#bmake package

The last lines of output are:

pkg_create: can't stat `/usr/pkg/xorg/lib/modules/drivers/linux/v4l_drv.so'
pkg_create: can't stat `/usr/pkg/xorg/lib/modules/input/linux/ur98_drv.so'
=> Registering installation for xorg-server-6.9.0nb13
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/etc/rc.d/rc2.d/K21xprint' is in +CONTENTS but not on
filesystem!
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/etc/rc.d/rc2.d/S21xprint' is in +CONTENTS but not on
filesystem!
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/etc/rc.d/rc3.d/K21xprint' is in +CONTENTS but not on
filesystem!
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/etc/rc.d/rc3.d/S21xprint' is in +CONTENTS but not on
filesystem!
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/etc/rc.d/rc5.d/K21xprint' is in +CONTENTS but not on
filesystem!
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/etc/rc.d/rc5.d/S21xprint' is in +CONTENTS but not on
filesystem!
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/lib/modules/drivers/linux/v4l_drv.so' is in +CONTENTS
but not on filesystem!
pkg_admin: xorg-server-6.9.0nb3: File
`/usr/pkg/xorg/lib/modules/input/linux/ur98_drv.so' is in +CONTENTS
but not on filesystem!
xorg-server-6.9.0nb13 requires installed package Xrender-0.9.0nb1
xorg-server-6.9.0nb13 requires installed package fontconfig-2.4.0nb1
xorg-server-6.9.0nb13 requires installed package freetype2-2.2.1nb2
xorg-server-6.9.0nb13 requires installed package perl-5.8.8nb3
xorg-server-6.9.0nb13 requires installed package xorg-libs-6.9.0nb10
===> Building binary package for xorg-server-6.9.0nb13
Creating package /usr/pkgsrc/packages/All/xorg-server-6.9.0nb13.tgz
Using SrcDir value of /usr/pkg
Registering depends: perl=>5.0 xorg-libs=>6.9.0nb2 Xrender=>0.9.0nb1
fontconfig=>2.3.2nb2 freetype2=>2.2.10nb1.
pkg_create: can't stat `/usr/pkg/xorg/lib/modules/drivers/linux/v4l_drv.so'
pkg_create: can't stat `/usr/pkg/xorg/lib/modules/input/linux/ur98_drv.so'
tar: unable to access xorg/lib/modules/drivers/linux/v4l_drv.so (no
such file or directory)
tar: unable to access xorg/lib/modules/input/linux/ur98_drv.so (no
such file or directory)
tar: WARNING! These file names were not selected:
xorg/lib/modules/drivers/linux/v4l_drv.so
xorg/lib/modules/input/linux/ur98_drv.so
pkg_create: /usr/pkg/bin/tar command failed with code 1
ERROR: (env pkg_create -K pkg: exitcode 2)
*** Error code 1

Stop.


The application is installed, but no package is created.