Bug#772937: libffado: FTBFS on powerpcspe: CPU detection via /proc/cpuinfo

2014-12-12 Thread Roland Stigge
Source: libffado Version: 2.2.1-2 Severity: wishlist Tags: patch User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, on powerpcspe, libffado FTBFS like this: ... Checking whether 'which dbusxx-xml2cpp' executes yes Checking for variable session_bus_services_dir in package dbus-1...

Bug#734110: openni: FTBFS: Unknown platform: ppc

2014-01-03 Thread Roland Stigge
Source: openni Version: 1.5.4.0-6 Severity: important Tags: patch User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, on powerpc and powerpcspe, openni FTBFS like this: ... make[1]: Entering directory `/«PKGBUILDDIR»' cd Platform/Linux/CreateRedist && ./RedistMaker Unknown platform: p

Bug#733924: mpv: FTBFS: gcc-4.8 missing

2014-01-02 Thread Roland Stigge
On 01/02/2014 12:47 PM, Alessandro Ghedini wrote: > DEB_HOST_ARCH_CPU is the same as powerpc on powerpcspe? Correct. Roland ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cg

Bug#733924: mpv: FTBFS: gcc-4.8 missing

2014-01-02 Thread Roland Stigge
Package: mpv Version: 0.3.1-1 Severity: wishlist Tags: patch User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, mpv FTBFS on powerpcspe like this: ... python ./waf -v --nocache configure \ --prefix=/usr \ --confdir=/etc/mpv \

Bug#733277: supercollider: build-dep libyaml-cpp0.3 not available

2013-12-27 Thread Roland Stigge
Source: supercollider Version: 1:3.6.3~repack-4 Severity: serious Hi, supercollider can't currently be build in testing or unstable because the build dependency on libyaml-cpp0.3 can't be fulfilled. Using libyaml-cpp0.5 fixes the issue. Roland -- System Information: Debian Release: 7.0 APT pr

Bug#731513: vlc: FTBFS: freetype/ftsynth.h: No such file or directory

2013-12-06 Thread Roland Stigge
Source: vlc Version: 2.1.1-1 Severity: serious Tags: patch Hi, vlc FTBFS with new freetype 2.5.1-1 like this: ... ../../doltlibtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DMODULE_NAME=$(p="libfreetype_plugin_la-freetype.lo"; p="${p##*/}"; p="${p#lib}"; echo "${

Bug#730421: x42-plugins: FTBFS: cc1: error: unrecognized command line option '-mfpmath=sse'

2013-11-24 Thread Roland Stigge
Package: x42-plugins Version: 20131119-2 Severity: serious Tags: patch Hi, x42-plugins FTBFS like this: ... cc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -DXTERNAL_UI -fPIC -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finit

Bug#730308: x42-plugins: FTBFS: cc1: error: unrecognized command line option '-msse'

2013-11-23 Thread Roland Stigge
Package: x42-plugins Version: 20131119-1 Severity: serious Tags: patch User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, x42-plugins FTBFS on some arches, similar to #728411: ... cc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-secur

Bug#701710: libav: FTBFS on powerpcspe

2013-03-03 Thread Roland Stigge
Hi! On 02/03/13 18:13, Reinhard Tartler wrote: > On Wed, Feb 27, 2013 at 5:41 PM, Roland Stigge wrote: >> I had a second look at this, and it turned out that it's actually a bug >> in upstream's configure. > > Your patch does not apply to current libav.org maste

Bug#701830: vlc: FTBFS on powerpcspe (illegal insns due to -mtune=G4)

2013-03-01 Thread Roland Stigge
Hi, On 03/01/2013 06:08 PM, Benjamin Drung wrote: >>> > > DEB_HOST_ARCH >>> > > DEB_HOST_ARCH_CPU >>> > > >>> > > on powerpc and powerpcspe? >> > >> > On powerpcspe, we have the following settings: >> > >> > DEB_HOST_ARCH=powerpc >> > DEB_HOST_ARCH_CPU=powerpcspe > Isn't it the other way around

Bug#701830: vlc: FTBFS on powerpcspe (illegal insns due to -mtune=G4)

2013-03-01 Thread Roland Stigge
Hi, On 03/01/2013 03:43 PM, Benjamin Drung wrote: > Am Mittwoch, den 27.02.2013, 18:47 +0100 schrieb Roland Stigge: >> As you can see above, -mtune=G4 is used by default, leading to the above >> illegal instructions. The attached patch fixes this by enabling altivec only &

Bug#701830: vlc: FTBFS on powerpcspe (illegal insns due to -mtune=G4)

2013-02-27 Thread Roland Stigge
Source: vlc Version: 2.0.5-1 Severity: wishlist Tags: patch sid User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, vlc FTBFS on powerpcspe[1] like this: [...] libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DMODULE_STRING=\"libvlc\" -I../include -I../include -D_FORTIFY_S

Bug#701595: mplayer2: FTBFS on powerpcspe

2013-02-27 Thread Roland Stigge
Hi, Reinhard Tartler pointed me to a similar issue in libav, and it turned out to be an upstream bug in configure. I'm attaching a new patch that fixes the issue in upstream's configure alone: After detecting that altivec is missing, we can also ignore the detail about the AltiVec {} syntax inste

Bug#701710: libav: FTBFS on powerpcspe

2013-02-27 Thread Roland Stigge
Hi Reinhard, On 02/27/2013 05:47 PM, Reinhard Tartler wrote: > On Wed, Feb 27, 2013 at 5:41 PM, Roland Stigge wrote: >> Hi Reinhard, >> On 02/27/2013 02:57 PM, Reinhard Tartler wrote: >>> I don't understand this. Why does gcc on powerpcspe enable altivec by >>&

Bug#701710: libav: FTBFS on powerpcspe

2013-02-27 Thread Roland Stigge
Hi Reinhard, On 02/27/2013 02:57 PM, Reinhard Tartler wrote: > I don't understand this. Why does gcc on powerpcspe enable altivec by > default? If powerpcspe ships a gcc that has broken default settings, > then this should be fixed first. I had a second look at this, and it turned out that it's a

Bug#701710: libav: FTBFS on powerpcspe

2013-02-26 Thread Roland Stigge
On 26/02/13 19:32, Reinhard Tartler wrote: > TBH, I do not feel comfortable with maintaining this patch outside of > libav, escp. since upstream already does take care about unusual > environments. The libav packaging is already complicated enough. > Therefore, I would like to ask you to reconsider

Bug#701710: libav: FTBFS on powerpcspe

2013-02-26 Thread Roland Stigge
On 26/02/13 22:32, Roland Stigge wrote: > On 26/02/13 19:43, Reinhard Tartler wrote: >> On Tue, Feb 26, 2013 at 4:36 PM, Roland Stigge wrote: >> >>> The attached patch fixes this by assing support for powerpcspe in the Debian >>> packaging, but omitting Altivec

Bug#701710: libav: FTBFS on powerpcspe

2013-02-26 Thread Roland Stigge
On 26/02/13 19:43, Reinhard Tartler wrote: > On Tue, Feb 26, 2013 at 4:36 PM, Roland Stigge wrote: > >> The attached patch fixes this by assing support for powerpcspe in the Debian >> packaging, but omitting Altivec (not available on powerpcspe) in this case. > > I think

Bug#701710: libav: FTBFS on powerpcspe

2013-02-26 Thread Roland Stigge
Hi, On 02/26/2013 05:42 PM, Reinhard Tartler wrote: > Thank you for the patch. I really think that upstream would be very > happy to include changes to configure that would make those switches > unnecessary. Would you be willing to send a patch against configure > upstream? Yes, that would be pos

Bug#701710: libav: FTBFS on powerpcspe

2013-02-26 Thread Roland Stigge
Source: libav Version: 6:0.8.5-1 Severity: wishlist Tags: patch sid User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, libav FTBFS on powerpcspe[1] like this: [...] dh_testdir mkdir -p debian-static cd debian-static && CFLAGS="-fstack-protector --param=ssp-buffer-size=4 -Wformat -We

Bug#701628: x264: FTBFS on powerpcspe

2013-02-25 Thread Roland Stigge
Package: x264 Version: 2:0.123.2189+git35cf912-1 Severity: wishlist Tags: patch sid User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, x264 FTBFS on powerpcspe[1] like this: [...] # Build static lib LDFLAGS="-Wl,-z,relro" ./configure --prefix=/usr --libdir=/usr/lib/powerpc-linux-gnu

Bug#701595: mplayer2: FTBFS on powerpcspe

2013-02-24 Thread Roland Stigge
Package: mplayer2 Version: 2.0-554-gf63dbad-1 Severity: wishlist Tags: patch sid User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, mplayer2 FTBFS on powerpcspe[1] like this: [...] ./configure --prefix=/usr --confdir=/etc/mplayer --enable-translation --disable-svga --extra-cflags="`

Bug#695291: naspro-core: Doesn't build twice in a row

2012-12-06 Thread Roland Stigge
Package: naspro-core Version: 0.4.0-3 Severity: normal Hi, when building naspro-core a second time in the same directory, this fails due to debian/rules clean leaving behind stuff: [...] dpkg-source -b naspro-core-0.4.0 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: bui

Bug#693799: mhwaveedit: FTBFS on big endian archs

2012-11-20 Thread Roland Stigge
Package: mhwaveedit Version: 1.4.22-1 Severity: serious Tags: patch sid User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Hi, on big endian machines, mhwaveedit currently FTBFS like this: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/powerpc-linux-gnuspe/gtk-2

Bug#417177: Still present?

2010-08-07 Thread Roland Stigge
Hi, On 07/08/10 20:36, Adrian Knoth wrote: > Is this problem still present in current versions? On a first try, I can't reproduce it. I haven't used hydrogen for some time, though, but maybe you should just considerthe bug as "gone". Thanks, bye, Roland