pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44615: multimedia/libvdpau does not configure and build on sparc/solaris 9



>Number:         44615
>Category:       pkg
>Synopsis:       multimedia/libvdpau does not configure and build on 
>sparc/solaris 9
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 20 17:55:00 +0000 2011
>Originator:     Stefan
>Release:        sparc/solaris 9
>Organization:
>Environment:
>Description:
multimedia/libvdpau does not configure and build on sparc/solaris 9 (2010Q4).


1. configure issue:

checking for X11... configure: error: Package requirements (x11) were not met:

No package 'x11' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

*** Error code 1



Locate does not find x11.pc. I use sun's X Window system. X11_TYPE is not set.


For the time being, I've set, as suggested by the error message, X11_LIBS and 
X11_CFLAGS manually (sparcv9 is for ABI=64, only)

X11_LIBS="-Wl,-R/usr/openwin/lib/sparcv9 -L/usr/openwin/lib/sparcv9 -lX11"
X11_CFLAGS="-I/usr/openwin/include"



2. build issue:

In file included from ../include/vdpau/vdpau_x11.h:45,

                 from vdpau_wrapper.c:33:
../include/vdpau/vdpau.h:747:20: stdint.h: No such file or directory
gmake[2]: *** [vdpau_wrapper.lo] Error 1


For solaris 9 (and before), vdpau/vdpau.h, must include inttypes.h instead of 
stdint.h.

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index