Hi all,
I'm installing a brand new build of FreeBSD 9.2 64 Bit, and I've hit an unusual snag. I've built the Xorg port countless times before without a problem but this has got me stumped. Here's the last few lines of output:
It's something to do with
but I'm not sure what this means or why Gnome is mentioned at all; it happens whether Gnome support is selected in the Makefile or not.
This is on a fresh installation, not an update or anything like that. I tried installing Xterm separately as a simple control and got exactly the same error.
I'm installing a brand new build of FreeBSD 9.2 64 Bit, and I've hit an unusual snag. I've built the Xorg port countless times before without a problem but this has got me stumped. Here's the last few lines of output:
Code:
====> Compressing man pages (compress-man)
===> Building package for xterm-300
Creating package /usr/ports/x11/xterm/work/xterm-300.tbz
Registering depends: desktop-file-utils-0.22_1 glib-2.36.3_1 python27-2.7.6_1 gettext-0.18.3.1 libXaw-1.0.12,2 libXmu-1.1.2,1 libXp-1.0.2,1 libXpm-3.5.11 libXext-1.3.2,1 libXft-2.3.1 libXrender-0.9.8 libXt-1.1.4,1 libX11-1.6.2,1 libxcb-1.9.3 libxml2-2.8.0_3 libiconv-1.14_1 libffi-3.0.13_1 libpthread-stubs-0.3_4 pcre-8.33 fontconfig-2.11.0_1,1 freetype2-2.5.2 png-1.5.17 perl5-5.16.3_6 expat-2.1.0 kbproto-1.0.6 libSM-1.2.2,1 libICE-1.0.8,1 libXau-1.0.8 libXdmcp-1.1.1 printproto-1.0.5 renderproto-0.11.1 xextproto-7.2.1 xproto-7.0.25.
Registering conflicts: x11iraf-[0-9]*.
Creating bzip'd tar ball in '/usr/ports/x11/xterm/work/xterm-300.tbz'
tar: %%GNOME%%@exec /usr/local/bin/update-desktop-database > /dev/null || /usr/bin/true: Cannot stat: No such file or directory
tar: %%GNOME%%@unexec /usr/local/bin/update-desktop-database > /dev/null || /usr/bin/true: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** [do-package] Error code 1
Stop in /usr/ports/x11/xterm.
*** [install] Error code 1
Stop in /usr/ports/x11/xterm.
*** [run-depends] Error code 1
Stop in /usr/ports/x11/xorg-apps.
*** [install] Error code 1
Stop in /usr/ports/x11/xorg-apps.
*** [run-depends] Error code 1
Stop in /usr/ports/x11/xorg.
It's something to do with
Code:
tar: %%GNOME%%@exec /usr/local/bin/update-desktop-database > /dev/null || /usr/bin/true: Cannot stat: No such file or directory
This is on a fresh installation, not an update or anything like that. I tried installing Xterm separately as a simple control and got exactly the same error.