bash-2.03# cd /usr/ports/x11/gtk+/
bash-2.03# make package
===> Building package for gtk+-1.2.8
Creating package /usr/ports/packages/i386/All/gtk+-1.2.8.tgz
Registering depends: gettext-0.10.35 glib-1.2.8.
Using SrcDir value of /usr/ports/x11/gtk+/work/fake-i386/usr/local
Creating gzip'd tar ball in '/usr/ports/packages/i386/All/gtk+-1.2.8.tgz'
tar: Unable to access bin/gtk-config <No such file or directory>
tar: Unable to access include/gdk/gdk.h <No such file or directory>
..
..
share/themes/Default/gtk/gtkrc.zh_TW.Big5
pkg_create: tar command failed with code 256
*** Error code 1
Stop in /usr/ports/x11/gtk+.
The "only" way I found to fix this was to copy all the relevant files from
/usr/local/ into /usr/ports/x11/gtk+/work/fake-i386/usr/local/ and
do "make package" again.
*shrug*
Best regards,
Tor
hm. what Makefile (and section) contains the "make package"? it seems my
environment could need tickling a little bit, seeing that it doesn't
prepend /usr/local to any of the files. it doesn't create all the "second
level" directories under fake-i386/usr/local/ either (i.e.
fake-i386/usr/local/share/themes
fake-i386/usr/local/include/gtk
etc.
)
sorry for being a nuisance.
tor
There is something funky with your system and/or configuration and/pr
environment. On my -current system (using -current ports) I get:
===> Building package for gtk+-1.2.8
Creating package /usr/ports/packages/i386/All/gtk+-1.2.8.tgz
Using SrcDir value of /usr/ports/x11/gtk+/work/fake-i386/usr/local
Registering depends: gettext-0.10.35 glib-1.2.8.
Creating gzip'd tar ball in '/usr/ports/packages/i386/All/gtk+-1.2.8.tgz'
hana:388$
// marc