Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 17:59:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210533] update net/libvncserver to 0.9.10 fails in port
Message-ID:  <bug-210533-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210533

            Bug ID: 210533
           Summary: update net/libvncserver to 0.9.10 fails in port
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: w.schwarzenfeld@utanet.at

The update of net/libvncserver to 0.9.10 succeds with poudriere but fails in
the port with:

in file included from rfbproto.c:2406:
./h264.c:253:108: error: too few arguments to function call, expected 8, ha=
ve 6
    va_status =3D vaCreateSurfaces(va_dpy, width, height, VA_RT_FORMAT_YUV4=
20,
SURFACE_NUM, &va_surface_id[0]);
~~~~~~~~~~~~~~~~ ^
/usr/local/include/va/va.h:945:1: note: 'vaCreateSurfaces' declared here
VAStatus
^=20

I made a "testpatch" to eliminate "too few arguments to function call, expe=
cted
8, have 6".
(I don't attach this patch, cause it is surely wrong).

After this it compiled,but shows error message like this:

In file included from gtkvncviewer.c:27:
In file included from /usr/local/include/gtk-2.0/gdk/gdkx.h:33:
In file included from /usr/local/include/X11/Xutil.h:54:
In file included from /usr/local/include/X11/keysym.h:73:
/usr/local/include/X11/keysymdef.h:1332:9: warning: 'XK_Greek_omega' macro
redefined
#define XK_Greek_omega                   0x07f9  /* U+03C9 GREEK SMALL LETT=
ER
OMEGA */

so I guess it don't uses the headers from the port, it use the system heade=
rs -
and this seems wrong.

(10.3-RELEASE-p5 amd64).

Port is unmaintained.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210533-13>