Ticket #18392 (closed defect: fixed)
Error building tightvnc 1.3.9
| Reported by: | macsforever2000@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | macports@…, russell.jones@… | |
| Port: | tightvnc |
Description
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
Attachments
Change History
comment:3 Changed 4 years ago 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.
comment:4 Changed 4 years ago by macsforever2000@…
- Version changed from 1.7.0 to 1.7.1
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.
comment:5 Changed 4 years ago by macsforever2000@…
- Status changed from new to closed
- Resolution set to invalid
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.
comment:6 Changed 4 years ago by dweber@…
- Status changed from closed to reopened
- Resolution invalid deleted
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
Changed 3 years ago by russell.jones@…
- Attachment tightvnc-mp-debug.txt added
Try to install on 10.6 +universal ( port -d output)
comment:9 Changed 3 years ago 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.
Changed 3 years ago by russell.jones@…
- Attachment tightvnc-debug-20100325160129.txt added
built with gcc42
Changed 3 years ago by russell.jones@…
- Attachment tightvnc-debug-20100325160336.txt added
built with gcc40
comment:10 Changed 3 years ago by macsforever2000@…
- Status changed from reopened to closed
- Resolution set to fixed
This is fixed for me as of tightvnc 1.3.10.
comment:11 Changed 3 years ago by ryandesign@…
This has been reported again as #24746.


Cc Me!