Package: src:bino Version: 1.4.4-2 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el
Dear Maintainer, The package bino fails to build from source, because it demands the presence of libharfbuzz-dev, assuming it as a dependency of package libass. The configure script fails as seen below: > configure: WARNING: required library libass not found: > configure: WARNING: Package harfbuzz was not found in the pkg-config search > path. > Perhaps you should add the directory containing `harfbuzz.pc' > to the PKG_CONFIG_PATH environment variable > Package 'harfbuzz', required by 'libass', not found > configure: WARNING: libass is provided by LibASS; Debian package: libass-dev > checking for libopenal... yes > checking how to run the C++ preprocessor... g++ -E > checking AL/al.h usability... yes > checking AL/al.h presence... yes > checking for AL/al.h... yes > checking for libqtopengl... yes > checking for rcc-qt4... no > checking for rcc... rcc > checking for moc-qt4... moc-qt4 > checking whether we need to link with X11... yes > checking for libX11... yes > checking for libglewmx... yes > checking for libgl... yes > checking for liblircclient... yes > checking for gtk-update-icon-cache... no > checking for update-desktop-database... no > configure: error: One or more libraries were not found. See messages above. Since bino itself needs it, maybe it would be interesting to include it as a build-dep, as found in the patch attached. Thanks. Fernando -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru bino-1.4.4/debian/control bino-1.4.4/debian/control --- bino-1.4.4/debian/control 2014-02-21 06:30:53.000000000 +0000 +++ bino-1.4.4/debian/control 2014-06-26 13:24:06.000000000 +0000 @@ -9,6 +9,7 @@ libavdevice-dev (>= 4:0.7), libavformat-dev (>= 4:0.7), libglewmx-dev, + libharfbuzz-dev, liblircclient-dev, libopenal-dev, libqt4-opengl-dev,