New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32399 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

LibVNCServer 0.9.8.2 build fails

Reported by: pixilla@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: LibVNCServer

Description

Mac OS X 10.6.8, MacPorts Trunk

While upgrading LibVNCServer version 0.9.8.1 to 0.9.8.2, build errors finding X11.

$ sudo port -v build LibVNCServer
configure:
...
checking for X... libraries /usr/X11/lib, headers 
checking whether -R must be followed by a space... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XGetImage in -lX11... yes
...

build: errors
...
ld: library not found for -lX11
...

$ sudo port -v build LibVNCServer configure.args='--x-includes=/usr/X11/include/X11 --x-libraries=/usr/X11/lib/X11'
configure:
...
checking for X... libraries /usr/X11/lib/X11, headers /usr/X11/include/X11
checking whether -R must be followed by a space... no
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for XGetImage in -lX11... no
...

build: completes

Change History

comment:1 Changed 18 months ago by pixilla@…

  • Cc ryandesign@… added
  • Port set to LibVNCServer

comment:2 Changed 18 months ago by pixilla@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Cc ryandesign@… removed

comment:3 follow-up: ↓ 4 Changed 18 months ago by ryandesign@…

We do not want to use /usr/X11. If X11 is needed, we want to use MacPorts ports. On my system it automatically finds X11 in /opt/local.

It looks like it's using X11 to build something called SDLvncviewer, but that doesn't end up getting installed. And LibVNCServer doesn't declare dependencies on libsdl or any X11 ports. Maybe I just try to disable all of this.

comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 18 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

Replying to ryandesign@…:

Maybe I just try to disable all of this.

r87768.

comment:5 in reply to: ↑ 4 Changed 18 months ago by pixilla@…

Replying to ryandesign@…:

Replying to ryandesign@…:

Maybe I just try to disable all of this.

r87768.

Thanks.

Note: See TracTickets for help on using tickets.