Bug#845598: guitarix: FTBFS on hppa - Please add -mlong-calls to hppa compile flags

2016-11-24 Thread John David Anglin
Source: guitarix Severity: normal Dear Maintainer, The build from source fails with the following error: [639/993] cxx_link: build/default/src/ladspa/ladspa_guitarix_1.o build/default/src/gx_head/engine/gx_json_1.o build/default/src/gx_head/engine/gx_faust_plugins_1.o build/default/src/gx_head

Bug#802164: inkscape: FTBFS on hppa since switch to gcc-5

2015-10-20 Thread John David Anglin
re ones) should already be compatible with the C++11 standard, although we don't yet require it. This is what I did although for CXXFLAGS, not CFLAGS. There are already some additions to CXXFLAGS in debian/rules. Dave -- John David Anglin

Bug#802164: inkscape: FTBFS on hppa since switch to gcc-5

2015-10-17 Thread John David Anglin
On 2015-10-17, at 6:38 PM, Mattia Rizzolo wrote: > On Sat, Oct 17, 2015 at 05:32:17PM -0400, John David Anglin wrote: >> /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file >> requires compiler and library support for the ISO C++ 2011 standard. This >>

Bug#802164: inkscape: FTBFS on hppa since switch to gcc-5

2015-10-17 Thread John David Anglin
Package: inkscape Version: 0.91-5 Severity: normal Dear Maintainer, See buildd log: https://buildd.debian.org/status/fetch.php?pkg=inkscape&arch=hppa&ver=0.91-5%2Bb3&stamp=1445103972 First error is here: g++ -DHAVE_CONFIG_H -I. -I.. -I../cxxtest -I./extension/dbus -I/usr/include/libexif -I/us

Bug#770741: vlc: FTBFS on hppa: borked plugin files

2014-12-01 Thread John David Anglin
n bug. Presumably the borked plugin check was added for a reason, but do the DT_NEEDED entries in various libav libaries actually cause a problem for vlc? There is no symbol dependency as far as I can tell. Dave -- John David Anglindave.ang...@bell.net __

Bug#770741: vlc: FTBFS on hppa: borked plugin files

2014-11-27 Thread John David Anglin
t clear. It didn't help to rebuild libav and libxfixes. Dave -- John David Anglindave.ang...@bell.net ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mai

Bug#770741: vlc: FTBFS on hppa: borked plugin files

2014-11-25 Thread John David Anglin
Xfixes.so.3 libX11.so.6 => /usr/lib/hppa-linux-gnu/libX11.so.6 (0xfa661000) libc.so.6 => /lib/hppa-linux-gnu/libc.so.6 (0xfa3f8000) libxcb.so.1 => /usr/lib/hppa-linux-gnu/libxcb.so.1 (0xfa183000) libdl.so.2 => /lib/hppa-linux-gnu/libdl.so.2 (0xf9ff8000)

Bug#770741: vlc: FTBFS on hppa: borked plugin files

2014-11-23 Thread John David Anglin
Package: vlc Version: 2.2.0~rc2-1 Severity: normal Build fails here: # Install stuff dh_install --fail-missing # Check that we did not install a plugin linked with libX11 or # libxcb in vlc-nox BORKED=no; \ LD_LIBRARY_PATH="debian/libvlccore8/usr/lib:debian/libvlc5/usr/lib${LD_LIBRARY_PATH:+:}${L

Bug#757137: blender: FTBFS on hppa -- implicit function declarations

2014-08-05 Thread John David Anglin
Package: blender Version: 2.71+dfsg0-2 Severity: normal See build log: http://buildd.debian-ports.org/status/fetch.php?pkg=blender&arch=hppa&ver=2.71%2Bdfsg0-2&stamp=1407214327 -- System Information: Debian Release: jessie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'uns

Bug#713827: vlc-nox: FTBFS on hppa -- no bluray support

2013-06-23 Thread John David Anglin
On 23-Jun-13, at 8:26 AM, John David Anglin wrote: As far as I know, Java is *not* required to build libbluray. It is only required for some functionality, namely BD-J and the BD+ crypto/ DRM, the latter not supported at all in open-source world. So it seems I would argue that this is a bug

Bug#713827: vlc-nox: FTBFS on hppa -- no bluray support

2013-06-23 Thread John David Anglin
warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) Build command 'cd libbluray-0.2.2 && dpkg-buildpackage -b -uc' failed. Fetched 465 kB in 6s (69.7 kB/s) E: Child process failed -

Bug#664819: libav source build needs to link with -lgcrypt

2012-04-29 Thread John David Anglin
On 29-Apr-12, at 4:40 AM, Reinhard Tartler wrote: On Thu, Mar 22, 2012 at 1:30 AM, John David Anglin > wrote: On 20-Mar-12, at 9:54 PM, Andres Mejia wrote: This issue is common if you're using the libav-extra libraries. It's likely a broken symlink from your *.so files. I d

Bug#664819: libav source build needs to link with -lgcrypt

2012-03-21 Thread John David Anglin
On 20-Mar-12, at 9:54 PM, Andres Mejia wrote: This issue is common if you're using the libav-extra libraries. It's likely a broken symlink from your *.so files. I don't think so. Updating libgcrypt11 to 1.5.0-3 fixes the build. Somehow, it eliminates the dependency. Dav

Bug#642810: x264: Same on PA-RISC

2011-11-10 Thread John David Anglin
On 10-Nov-11, at 9:58 AM, Fabian Greffrath wrote: Does the attached patch help? Yes. I suggest that the change in first hunk can simply be: hppa*|parisc*) as config.guess can return some other permutations. Dave -- John David Anglin dave.ang...@bell.net

Bug#642810: x264: Same on PA-RISC

2011-11-10 Thread John David Anglin
;t get it to add -fPIC automatically. I got the package to build by hacking debian/rules to force adding -fPIC during shared build. Dave -- John David Anglindave.ang...@bell.net ___ pkg-multimedia-maintainers mailing list pkg-multim

Bug#642810: x264: Same on PA-RISC

2011-11-10 Thread John David Anglin
On 10-Nov-11, at 3:36 AM, Fabian Greffrath wrote: Architecture: hppa (parisc64) Will $host_cpu be "hppa" or "parisc64"? The configure script is currently only looking for "parisc|parisc64". I believe that hppa is preferred. parisc and parisc64 were dropp