Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#20852 closed defect (fixed)

tightvnc: gccmakedep: No such file or directory

Reported by: l.gedi@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: tightvnc

Description (last modified by tobypeterson)

I've problem building tightvnc on snow leopard 64bit this is the log:

depending in ./libvncauth...
gccmakedep  -- -I. -I../include  -I/opt/local/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- vncauth.c d3des.c
make[2]: gccmakedep: No such file or directory
make[2]: *** [depend] Error 1
depending in ./vncviewer...
gccmakedep  -- -I../include -I. -I/opt/local/include -I/opt/local/include -I/usr/include  -I/opt/local/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- argsresources.c   caps.c   colour.c   cursor.c   desktop.c   dialogs.c   fullscreen.c   listen.c   misc.c   popup.c   rfbproto.c   selection.c   shm.c   sockets.c   tunnel.c   vncviewer.c
make[2]: gccmakedep: No such file or directory
make[2]: *** [depend] Error 1
depending in ./vncpasswd...
gccmakedep  -- -I../include  -I/opt/local/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- vncpasswd.c
make[2]: gccmakedep: No such file or directory
make[2]: *** [depend] Error 1
depending in ./vncconnect...
gccmakedep  --   -I/opt/local/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- 
make[2]: gccmakedep: No such file or directory
make[2]: *** [depend] Error 1
make[1]: *** [depend] Error 2
make: *** [World] Error 2

Error: Status 1 encountered during processing.

Change History (9)

comment:1 Changed 15 years ago by l.gedi@…

Cc: l.gedi@… added

Cc Me!

comment:2 Changed 15 years ago by tobypeterson

Cc: l.gedi@… removed
Description: modified (diff)
Port: tightvnc added
Version: 1.8.0

comment:3 Changed 15 years ago by mf2k (Frank Schima)

I see a similar error in Mac OS X 10.5.8. Xcode 3.1.3.

$ sudo port install tightvnc
--->  Computing dependencies for tightvnc
--->  Fetching tightvnc
--->  Attempting to fetch tightvnc-1.3.9_unixsrc.tar.bz2 from http://voxel.dl.sourceforge.net/vnc-tight
--->  Verifying checksum(s) for tightvnc
--->  Extracting tightvnc
--->  Applying patches to tightvnc
--->  Configuring tightvnc
--->  Building tightvnc
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_x11_tightvnc/work/vnc_unixsrc" && /usr/bin/make -j5 World " returned error 2
Command output: make[2]: Nothing to be done for `Makefiles'.
making Makefiles in vncviewer...
	mv -f Makefile Makefile.bak
make[2]: Nothing to be done for `Makefiles'.
making Makefiles in vncpasswd...
	mv -f Makefile Makefile.bak
make[2]: Nothing to be done for `Makefiles'.
making Makefiles in vncconnect...
	mv -f Makefile Makefile.bak
make[2]: Nothing to be done for `Makefiles'.
make depend
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
depending in ./libvncauth...
gccmakedep  -- -I. -I../include  -I/opt/local/include    -D__i386__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- vncauth.c d3des.c
make[2]: gccmakedep: Command not found
make[2]: *** [depend] Error 127
depending in ./vncviewer...
gccmakedep  -- -I../include -I. -I/opt/local/include -I/opt/local/include -I/usr/include  -I/opt/local/include    -D__i386__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- argsresources.c   caps.c   colour.c   cursor.c   desktop.c   dialogs.c   fullscreen.c   listen.c   misc.c   popup.c   rfbproto.c   selection.c   shm.c   sockets.c   tunnel.c   vncviewer.c
make[2]: gccmakedep: Command not found
make[2]: *** [depend] Error 127
depending in ./vncpasswd...
gccmakedep  -- -I../include  -I/opt/local/include    -D__i386__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- vncpasswd.c
make[2]: gccmakedep: Command not found
make[2]: *** [depend] Error 127
depending in ./vncconnect...
gccmakedep  --   -I/opt/local/include    -D__i386__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED         -- 
make[2]: gccmakedep: Command not found
make[2]: *** [depend] Error 127
make[1]: *** [depend] Error 2
make: *** [World] Error 2

Error: Status 1 encountered during processing.

comment:4 Changed 15 years ago by tobypeterson

Summary: Problem building Tightvnc SnowLeopard 64bitProblem building Tightvnc

Looks like a parallel build issue - try adding "use_parallel_build no"

comment:5 Changed 15 years ago by mf2k (Frank Schima)

Unfortunately, it did not change anything for me.

comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Problem building Tightvnctightvnc: gccmakedep: No such file or directory

comment:7 Changed 15 years ago by macports@…

tightvnc should depend on gccmakedep. I just installed gccmakedep and tightvnc built fine afterwards.

comment:8 Changed 15 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

Fixed in r56613. Thanks for figuring that out!

comment:9 Changed 15 years ago by l.gedi@…

many thanks, now is working

Note: See TracTickets for help on using tickets.