I am having difficulty installing xorg from ports. During the installation I receive an error during the stage where intltool is built for xkeyboard.
On my last attempt, I ran the port with the command:
The error message I received is below:
I am particularly interested in the syntax error
. Does this mean that I have made a syntax error somewhere? Or, does it indicate a problem with the makefile or port?
I do use a DasKeyboard with my machines; but, I tried a reboot with the keyboard disconnected; I saw no change. I think the error is with the makefile. Is that so? What's the best way to get it fixed?
On my last attempt, I ran the port with the command:
make MAKE_JOBS_UNSAFE=yes install clean >& out.txt I redirected stdout and stderr because I don't have a window to scroll with on that machine.The error message I received is below:
Code:
===> Staging for xorg-server-1.14.7_5,1
===> xorg-server-1.14.7_5,1 depends on package: xkeyboard-config>=2.5 - not found
===> Verifying install for xkeyboard-config>=2.5 in /usr/ports/x11/xkeyboard-config
===> xkeyboard-config-2.14 depends on executable: xkbcomp - found
===> xkeyboard-config-2.14 depends on executable: gmake - found
===> xkeyboard-config-2.14 depends on executable: msgfmt - found
===> xkeyboard-config-2.14 depends on package: libiconv>=1.14_8 - found
===> xkeyboard-config-2.14 depends on executable: pkgconf - found
===> xkeyboard-config-2.14 depends on file: /usr/local/libdata/pkgconfig/xorg-macros.pc - found
===> xkeyboard-config-2.14 depends on file: /usr/local/bin/intltool-extract - not found
===> Verifying install for /usr/local/bin/intltool-extract in /usr/ports/textproc/intltool
===> Building for intltool-0.50.2_1
gmake[5]: Entering directory '/usr/ports/textproc/intltool/work/intltool-0.50.2'
/bin/sh ./config.status
./config.status: 1369: Syntax error: "fi" unexpected
Makefile:260: recipe for target 'Makefile' failed
gmake[5]: *** [Makefile] Error 2
gmake[5]: Leaving directory '/usr/ports/textproc/intltool/work/intltool-0.50.2'
*** Error code 1
Stop.
make[4]: stopped in /usr/ports/textproc/intltool
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/x11/xkeyboard-config
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/x11/xkeyboard-config
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/x11-servers/xorg-server
*** Error code 1
Stop.
make: stopped in /usr/ports/x11-servers/xorg-server
$
I am particularly interested in the syntax error
Code:
./config.status: 1369: Syntax error: "fi" unexpected
I do use a DasKeyboard with my machines; but, I tried a reboot with the keyboard disconnected; I saw no change. I think the error is with the makefile. Is that so? What's the best way to get it fixed?