Your message dated Wed, 22 Feb 2017 16:07:51 +0000
with message-id <[email protected]>
and subject line Re: Bug#855866: GLFW3 has missing dependencies according to
pkg-config
has caused the Debian Bug report #855866,
regarding GLFW3 has missing dependencies according to pkg-config
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
855866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855866
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libglfw3-dev
Version: 3.0.4-1
When checking GLFW with `pkg-config --print-errors --exists`, I get
the following error message:
$ pkg-config --print-errors --exists glfw3
Package xrandr was not found in the pkg-config search path.
Perhaps you should add the directory containing `xrandr.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xrandr', required by 'glfw3', not found
libxrandr2 (version 2:1.4.2-1+b1) is installed as a dependency of libglfw3.
These are the contents of /usr/lib/x86_64-linux-gnu/pkgconfig/glfw3.pc:
prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib/x86_64-linux-gnu
Name: GLFW
Description: A portable library for OpenGL, window and input
Version: 3.0.4
URL: http://www.glfw.org/
Requires.private: xrandr x11 xi xxf86vm gl
Libs: -L${libdir} -lglfw
Libs.private: -lrt -lm
Cflags: -I${includedir}
--- End Message ---
--- Begin Message ---
Version: 3.1.2-3
Hi,
On 22/02/17 16:00, JoaquĆn Montero Salinas wrote:
> Package: libglfw3-dev
> Version: 3.0.4-1
>
> When checking GLFW with `pkg-config --print-errors --exists`, I get
> the following error message:
> $ pkg-config --print-errors --exists glfw3
> Package xrandr was not found in the pkg-config search path.
> Perhaps you should add the directory containing `xrandr.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'xrandr', required by 'glfw3', not found
This bug was already fixed last year and will be fixed for the stretch
release:
> glfw3 (3.1.2-3) unstable; urgency=medium
>
> * debian/control:
> - Drop some obsolete build-dependencies.
> - Have libglfw3-dev depend on X11 libraries to fix the pkg-config file
> and the "build" autopkgtest.
> - Use secure Vcs-* URLs.
> * debian/tests:
> - Fix the "cmake" autopkgtest by depending on build-essential so that
> make is available.
>
> -- James Cowgill <[email protected]> Thu, 28 Jan 2016 14:45:22 +0000
I don't consider this bug important enough to warrent a stable upload,
so I'm afraid it won't be fixed in jessie.
Thanks,
James
signature.asc
Description: OpenPGP digital signature
--- End Message ---