[FreeNX-kNX] build nx-X11-1.5.0-18 fails with nxauth
Who Knows
quien-sabe at metaorg.com
Sun Dec 4 16:38:52 UTC 2005
sean wrote:
> I'm building nx on i386 FC4.
>
> I untar nxproxy-1.5.0-9.tar.gz
> nxcomp-1.5.0-78.tar.gz
> nxcompext-1.5.0-16.tar.gz
> nx-X11-1.5.0-18.tar.gz
> nxagent-1.5.0-93.tar.gz
> nxviewer-1.5.0-14.tar.gz
> nxdesktop-1.5.0-75.tar.gz
> nxscripts-1.5.0-11.tar.gz
> nxauth-1.5.0-1.tar.gz
>
> all in nx-1.5.0
>
>
> build nxcomp and nxproxy.
>
> Then nx-X11 make World
>
>
> and I get:
>
> make[3]: Leaving directory
> `/usr/src/redhat/BUILD/nx-1.5.0/nx-X11/programs/Xserver'
> cleaning in programs/nxauth...
> make: *** nxauth: No such file or directory. Stop.
> make: Entering an unknown directorymake: Leaving an unknown
> directorymake[2]: *** [clean] Error 2
> make[2]: Leaving directory
> `/usr/src/redhat/BUILD/nx-1.5.0/nx-X11/programs'
> make[1]: *** [clean] Error 2
>
>
> Which is not surprising since nx-X11/programs/nxauth does
> not exist.
>
> Any suggestions? Do I just hack the Makefile?
>
> sean
Here it the patch that solves the issue in Rich Stout's spec file
--- nx-X11/programs/Imakefile.old 2004-09-11 03:30:15.738465241 +0200
+++ nx-X11/programs/Imakefile 2004-09-11 03:30:39.661194763 +0200#
@@ -125,7 +125,7 @@
#if defined(NXEmbeddedXServer)
SUBDIRS = $(XSSRCDIR)
#else
-SUBDIRS = $(XSSRCDIR) nxauth
+SUBDIRS = $(XSSRCDIR)
#endif
#else
SUBDIRS = \
More information about the FreeNX-kNX
mailing list