[MacPorts] #18392: Error building tightvnc 1.3.9
#18392: Error building tightvnc 1.3.9 ------------------------------------------+--------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: tightvnc ------------------------------------------+--------------------------------- Mac OS X 10.5.6 Intel. Xcode 3.1.2. I see the following build error for 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/Xvnc' && make World" returned error 2 Command output: make all making all in ./include... Makefile:13: *** missing separator. Stop. making all in ./config... Makefile:13: *** missing separator. Stop. making all in ./lib... Makefile:13: *** missing separator. Stop. making all in ./programs... Makefile:13: *** missing separator. Stop. make[1]: *** [all] Error 2 make: *** [World] Error 2 }}} -- Ticket URL: <http://trac.macports.org/ticket/18392> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 ------------------------------------------+--------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: | Port: tightvnc ------------------------------------------+--------------------------------- Comment(by ryandesign@…): Unable to reproduce, on Mac OS X 10.5.6 Intel with Xcode 3.1.2 with MacPorts 1.7.1. Have you used gcc_select to select a compiler other than the default gcc-4.0? If so, please re-select gcc-4.0, clean tightvnc and try again. If that doesn't work, perhaps updating tightvnc 1.3.10 will help, which has been requested in #19412. -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 ------------------------------------------+--------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: tightvnc ------------------------------------------+--------------------------------- Changes (by macsforever2000@…): * version: 1.7.0 => 1.7.1 Comment: gcc_select does not have a -s option to show which version is being used. So i just set it to gcc40 and tried again. Same problem for me. -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 -------------------------------------------+-------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: invalid | Keywords: Port: tightvnc | -------------------------------------------+-------------------------------- Changes (by macsforever2000@…): * status: new => closed * resolution: => invalid Comment: I tried to build this port again recently and for whatever reason I get a different error like reported in ticket #20852. I posted my new error there, so I'm closing this ticket. -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 -------------------------------------------+-------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: | Keywords: Port: tightvnc | -------------------------------------------+-------------------------------- Changes (by dweber@…): * status: closed => reopened * resolution: invalid => Comment: I still see this problem on 10.5.8 (this has been a problem for months on my system), {{{ $ sudo gcc_select gcc40 Password: Selecting version "gcc40" for gcc $ sudo port clean --all tightvnc ---> Cleaning tightvnc $ sudo port upgrade -uR --enforce-variants 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_rsync.macports.org_release_ports_x11_tightvnc/work/vnc_unixsrc/Xvnc' && make World" returned error 2 Command output: make all making all in ./include... Makefile:13: *** missing separator. Stop. making all in ./config... Makefile:13: *** missing separator. Stop. making all in ./lib... Makefile:13: *** missing separator. Stop. making all in ./programs... Makefile:13: *** missing separator. Stop. make[1]: *** [all] Error 2 make: *** [World] Error 2 Error: Unable to upgrade port: 1 }}} -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 -------------------------------------------+-------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: | Keywords: Port: tightvnc | -------------------------------------------+-------------------------------- Comment(by russell.jones@…): Similar problem on Snow Leopard. -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 -------------------------------------------+-------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: | Keywords: Port: tightvnc | -------------------------------------------+-------------------------------- Comment(by russell.jones@…): I had gcc_select set to gcc-mp-43. I changed it to gcc42 and gcc40, cleaned and rebuilt. Debug output attached. -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 -------------------------------------------+-------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: tightvnc | -------------------------------------------+-------------------------------- Changes (by macsforever2000@…): * status: reopened => closed * resolution: => fixed Comment: This is fixed for me as of tightvnc 1.3.10. -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18392: Error building tightvnc 1.3.9 -------------------------------------------+-------------------------------- Reporter: macsforever2000@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: tightvnc | -------------------------------------------+-------------------------------- Comment(by ryandesign@…): This has been reported again as #24746. -- Ticket URL: <http://trac.macports.org/ticket/18392#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts