[MacPorts] #31734: Error configuring virtualbox-4.1.4_0+vde2+vnc, libvncserver not found

MacPorts noreply at macports.org
Mon Oct 24 17:51:36 PDT 2011


#31734: Error configuring virtualbox-4.1.4_0+vde2+vnc, libvncserver not found
--------------------------+-------------------------------------------------
 Reporter:  jk@…          |       Owner:  royliu@…           
     Type:  defect        |      Status:  new                
 Priority:  Normal        |   Milestone:                     
Component:  ports         |     Version:  2.0.3              
 Keywords:                |        Port:  virtualbox         
--------------------------+-------------------------------------------------

Comment(by royliu@…):

 Apparently I tried rebuilding VirtualBox, and got the same error as you.
 This coincides to being after an upgrade from Xcode 4.1 -> 4.2.  FYI, I've
 gotten past that problem with this patch ...
 {{{
 --- configure.orig  2011-08-15 19:38:16.000000000 -0500
 +++ configure   2011-08-15 19:38:16.000000000 -0500
 @@ -995,6 +995,8 @@
    }
  }
  EOF
 +  INCVNCSERVER=`pkg-config libvncserver --cflags`
 +  LIBVNCSERVER=`pkg-config libvncserver --libs`
    if test_compile "$LIBVNCSERVER $INCVNCSERVER" libvncserver
 libvncserver; then
      if test_execute; then
        cnf_append "VBOX_WITH_VNC" "1"
 }}}

 ... only to run into another one:

 {{{
 kmk: gcc-4.2: Command not found
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/31734#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list