Bug#812418: #812418: Filename collision

2016-01-25 Thread Roland Stigge
This is a bug in libowfat. Will upload a fix soon.
-- 


Bug#808059: gatling: switch from polarssl to mbedtls

2016-01-16 Thread Roland Stigge
Hi James,

Thanks for your work on this.

I rather upload the patch myself during the next few hours.

Roland.


On 16/01/16 00:41, James Cowgill wrote:
> Control: found -1 0.13-5
> Control: tags -1 pending
> 
> Hi,
> 
> I intend to NMU this package with the attached patch in a few days to
> fix this bug. The main content of the patch is the same as the patch I
> originally sent. Please tell me if you don't want me to.
> 
> Thanks,
> James
> 



Bug#773463: jasper: CVE-2014-8137 CVE-2014-8138

2014-12-23 Thread Roland Stigge
Yes, that would be good!

Thanks,

Roland


On 20/12/14 06:08, Salvatore Bonaccorso wrote:
 Hi Roland,
 
 I will try to work again (as for the previous update) on the
 wheezy-security update. As the patches will be mostly the same I could
 also do again the unstable upload too. Just let me know!
 
 Regards,
 Salvatore
 


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#773351: silly: Broken /usr/lib/pkgconfig/SILLY.pc makes other package FTBFS

2014-12-17 Thread Roland Stigge
Source: silly
Version: 0.1.0-3.1
Severity: serious

Hi,

looks like SILLY.pc in libsilly-dev is broken:


$ cat /usr/lib/pkgconfig/SILLY.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=/usr/include
plugindir=/usr/lib/SILLY 0.1.0

Name: SILLY
Description: Simple Image Loading LibrarY for games and multi-media development.
Version: 0.1.0
Libs: -L${libdir} -lSILLY 
Cflags: -DUSE_SILLYOPTIONS_H -I${includedir}/SILLY 0.1.0


The latter 0.1.0 makes cegui-mk2 FTBFS like this:


libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  
.libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodec.o 
.libs/libCEGUIFreeImageImageCodec_la-CEGUIFreeImageImageCodecModule.o   
-Wl,-rpath -Wl,/tmp/buildd/cegui-mk2-0.7.6/cegui/src/.libs -llua5.1 -lfreeimage 
../../../../cegui/src/.libs/libCEGUIBase.so -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -O2   
-Wl,-soname -Wl,libCEGUIFreeImageImageCodec-0.7.6.so -o 
.libs/libCEGUIFreeImageImageCodec-0.7.6.so
libtool: link: (cd .libs  rm -f libCEGUIFreeImageImageCodec.so  ln -s 
libCEGUIFreeImageImageCodec-0.7.6.so libCEGUIFreeImageImageCodec.so)
libtool: link: ( cd .libs  rm -f libCEGUIFreeImageImageCodec.la  ln -s 
../libCEGUIFreeImageImageCodec.la libCEGUIFreeImageImageCodec.la )
make[5]: Leaving directory 
'/tmp/buildd/cegui-mk2-0.7.6/cegui/src/ImageCodecModules/FreeImageImageCodec'
Making all in SILLYImageCodec
make[5]: Entering directory 
'/tmp/buildd/cegui-mk2-0.7.6/cegui/src/ImageCodecModules/SILLYImageCodec'
/bin/bash ../../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
-I. -I../../../../cegui/include -I../../../../cegui/include 
-I../../../../cegui/include/ImageCodecModules/SILLYImageCodec 
-DUSE_SILLY_LIBRARY -DUSE_SILLYOPTIONS_H 0.1.0 -I/usr/include/SILLY   
-D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c -o 
libCEGUISILLYImageCodec_la-CEGUISILLYImageCodec.lo `test -f 
'CEGUISILLYImageCodec.cpp' || echo './'`CEGUISILLYImageCodec.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../../cegui/include 
-I../../../../cegui/include 
-I../../../../cegui/include/ImageCodecModules/SILLYImageCodec 
-DUSE_SILLY_LIBRARY -DUSE_SILLYOPTIONS_H 0.1.0 -I/usr/include/SILLY 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -c CEGUISILLYImageCodec.cpp  -fPIC -DPIC -o 
.libs/libCEGUISILLYImageCodec_la-CEGUISILLYImageCodec.o
g++: error: 0.1.0: No such file or directory
Makefile:407: recipe for target 
'libCEGUISILLYImageCodec_la-CEGUISILLYImageCodec.lo' failed
make[5]: *** [libCEGUISILLYImageCodec_la-CEGUISILLYImageCodec.lo] Error 1
make[5]: Leaving directory 
'/tmp/buildd/cegui-mk2-0.7.6/cegui/src/ImageCodecModules/SILLYImageCodec'
Makefile:336: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1


Tested on amd64 and powerpcspe.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#772036: jasper: diff for NMU version 1.900.1-debian1-2.2

2014-12-05 Thread Roland Stigge
Hi Salvatore!

Thanks for working on this!

Roland

On 12/05/2014 09:26 AM, Salvatore Bonaccorso wrote:
 Control: tags 772036 + patch
 Control: tags 772036 + pending
 
 Hi Roland,
 
 I've prepared an NMU for jasper (versioned as 1.900.1-debian1-2.2) and
 uploaded it to DELAYED/2, with the same patch used for the DSA. Are
 you working on an update yourself? Let me know if so, so I will remove
 my upload from the delayed queue. If you are fine with my upload, I
 would gladly move it forward directly to the archive to get the fix
 sooner for jessie.
 
 Regards,
 Salvatore
 


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714296: [Pkg-dia-team] Bug#714296: How about manually integrating the upstream patch?

2014-09-04 Thread Roland Stigge
On 09/03/2014 06:53 PM, Octavio Alvarez wrote:
 I attempted to pick the patch myself for the current version of the
 Debian Dia package. I am attaching the resulting dquilt patch.
 
 I tested debuild -us -uc and it builds. I installed the result to in
 system and it behaves correctly.

Thanks for the patch, will integrate and upload.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#754326: gtick.desktop placed into wrong folder

2014-07-25 Thread Roland Stigge
On 07/25/2014 12:17 PM, Petter Reinholdtsen wrote:
 A misplaced desktop file do not seem like a release critical problem
 to me.  Why do you believe the bug should have severity serious?

Don't worry anyway, will upload a fix during the weekend.

Sorry for the delay.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#754655: polarssl: CVE-2014-4911: Denial of Service against GCM enabled servers and clients

2014-07-15 Thread Roland Stigge
Lookg good - thanks for your work.

NMU welcome.

Roland.


On 07/15/2014 08:14 AM, Salvatore Bonaccorso wrote:
 Hi,
 
 Attached is a (not-yet tested) proposed debdiff for wheezy-security.
 
 Regards,
 Salvatore
 


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#734244: closed by Roland Stigge sti...@antcom.de (Bug#734244: fixed in testdisk 6.14-3)

2014-04-14 Thread Roland Stigge
On 04/14/2014 12:16 PM, Jos van Wolput wrote:
 Please reopen bug #734244,
 testdisk_6.14-3_amd64 can't be installed because of the same dependency
 problem:
 -
 dpkg -i testdisk_6.14-3_amd64.deb
 (Reading database ... 191748 files and directories currently installed.)
 Preparing to unpack testdisk_6.14-3_amd64.deb ...
 Unpacking testdisk (6.14-3) over (6.14-2) ...
 dpkg: dependency problems prevent configuration of testdisk:
  testdisk depends on libntfs-3g844; however:
   Package libntfs-3g844 is not installed.
 
 dpkg: error processing package testdisk (--install):
  dependency problems - leaving unconfigured
 Processing triggers for man-db (2.6.7.1-1) ...
 Errors were encountered while processing:
  testdisk
 -

Thanks for the note. The cause is different this time, though.

My upload (on amd64) overlapped with the upload of
ntfs-3g_1:2014.2.15AR.1-1. So the other autobuilders picked up the new
binary lib version (and worked fine) while amd64 is broken now due to
depending on the old one.

So release team, please reschedule a binnmu for testdisk on amd64:

nmu testdisk_6.14-3 . amd64 . -m Rebuild against ntfs-3g_1:2014.2.15AR.1-1

Thanks,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737119: clamav: FTBFS on powerpc and other arches

2014-01-30 Thread Roland Stigge
Source: clamav
Version: 0.98+dfsg-1
Severity: serious

Hi,

clamav FTBFS on powerpc (and other arches) like this:

...
  CC fan.o
In file included from fan.c:38:0:
fan-syscalllib.h:14:3: error: #error System call numbers not defined for this 
architecture
 # error System call numbers not defined for this architecture
   ^
fan-syscalllib.h: In function 'fanotify_init':
fan-syscalllib.h:19:17: error: '__NR_fanotify_init' undeclared (first use in 
this function)
  return syscall(__NR_fanotify_init, flags, event_f_flags);
 ^
...

This built before on this architecture.

See also the build logs at

https://buildd.debian.org/status/package.php?p=clamavsuite=sid

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737124: libbinio: FTBFS: symbols don't match

2014-01-30 Thread Roland Stigge
Source: libbinio
Version: 1.4+dfsg1-2
Severity: serious
Tags: patch

Hi,

libbinio FTBFS on powerpc, sparc, s390x, alpha, powerpcspe and ppc64 like this:
(Example from powerpc):

...
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libbinio1ldbl/DEBIAN/symbols doesn't match 
completely debian/symbols
--- debian/symbols (libbinio1ldbl_1.4+dfsg1-2_powerpc)
+++ dpkg-gensymbolsyUqkdx   2014-01-28 21:41:21.0 +
@@ -12,6 +12,9 @@
  (c++)VTT for binsbase@Base 1.4+dfsg1
  (c++)VTT for binsstream@Base 1.4+dfsg1
  (c++)VTT for binwstream@Base 1.4+dfsg1
+ _ZN10binostream10writeFloatEgN5binio5FTypeE@Base 1.4+dfsg1-2
+ _ZN10binostream17float2ieee_doubleEgPh@Base 1.4+dfsg1-2
+ _ZN10binostream17float2ieee_singleEgPh@Base 1.4+dfsg1-2
  (c++)binfbase::binfbase()@Base 1.4+dfsg1
  (c++)binfbase::close()@Base 1.4+dfsg1
  (c++)binfbase::pos()@Base 1.4+dfsg1
@@ -70,9 +73,9 @@
  (c++)binosstream::putByte(unsigned char)@Base 1.4+dfsg1
  (c++)binosstream::~binosstream()@Base 1.4+dfsg1
  (c++)binostream::binostream()@Base 1.4+dfsg1
- (c++)binostream::float2ieee_double(long double, unsigned char*)@Base 
1.4+dfsg1
- (c++)binostream::float2ieee_single(long double, unsigned char*)@Base 
1.4+dfsg1
- (c++)binostream::writeFloat(long double, binio::FType)@Base 1.4+dfsg1
+#MISSING: 1.4+dfsg1-2# (c++)binostream::float2ieee_double(long double, 
unsigned char*)@Base 1.4+dfsg1
+#MISSING: 1.4+dfsg1-2# (c++)binostream::float2ieee_single(long double, 
unsigned char*)@Base 1.4+dfsg1
+#MISSING: 1.4+dfsg1-2# (c++)binostream::writeFloat(long double, 
binio::FType)@Base 1.4+dfsg1
  (c++)binostream::writeInt(long long, unsigned int)@Base 1.4+dfsg1
  (c++)binostream::writeString(char const*, unsigned long)@Base 1.4+dfsg1
  (c++)binostream::writeString(std::basic_stringchar, std::char_traitschar, 
std::allocatorchar  const)@Base 1.4+dfsg1
dh_makeshlibs: dpkg-gensymbols -plibbinio1ldbl -Idebian/symbols 
-Pdebian/libbinio1ldbl 
-edebian/libbinio1ldbl/usr/lib/powerpc-linux-gnu/libbinio.so.1.0.0
 returned exit code 1
make: *** [binary-arch] Error 2
...

See also the build logs at

https://buildd.debian.org/status/package.php?p=libbiniosuite=sid
http://buildd.debian-ports.org/status/package.php?p=libbiniosuite=sid

This also includes the proposal how to fix this. Note the multiple
architectures that this aplies to.

Thanks in advance,

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737126: libdbi-drivers: FTBFS on powerpc (and other architectures), tests failing

2014-01-30 Thread Roland Stigge
Source: libdbi-drivers
Version: 0.9.0-2
Severity: serious

Hi,

libdbi-drivers FTBFS on powerpc like this:

...
Running libdbi framework test...
Running libdbi framework test...
Running libdbi framework test...
Running libdbi framework test...
Running libdbi framework test...
Running libdbi framework test...
test_dbi.c:3815: unit test failure: sqlite3 - libdbi connection - Retrieving 
fields as - test_dbi_result_get_as_string - [129] should match [-127] at 
[test_dbi.c] line [3815]
Running libdbi framework test...
test_dbi.c:3724: unit test failure: sqlite3 - libdbi connection - Retrieving 
fields as - test_dbi_result_get_as_longlong - [129] should match [-127] at 
[test_dbi.c] line [3724]
test_dbi.c:3732: unit test failure: sqlite3 - libdbi connection - Retrieving 
fields as - test_dbi_result_get_as_longlong - [-1] should match [0] at 
[test_dbi.c] line [3732]
test_dbi.c:3733: unit test failure: sqlite3 - libdbi connection - Retrieving 
fields as - test_dbi_result_get_as_longlong - [-1] should match [0] at 
[test_dbi.c] line [3733]
Running libdbi framework test...
Running libdbi framework test...
Running libdbi framework test...
Completed libdbi framework test: 395 passes, 4 failures, 0 exceptions.
make: *** [test-stamp] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
...

This worked with previous versions.

See also the logs for of the buildds for various other architectures:

https://buildd.debian.org/status/package.php?p=libdbi-driverssuite=sid
http://buildd.debian-ports.org/status/package.php?p=libdbi-driverssuite=sid

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737127: chasen: FTBFS on powerpc and several other architectures: symbols not matching

2014-01-30 Thread Roland Stigge
Source: chasen
Version: 2.4.5-10
Severity: serious

Hi,

chasen FTBFS on powerpc (and on several other architectures) like this:

...
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_compress -X.pdf -X.tex
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_fixperms -a
   dh_strip -a
   dh_makeshlibs -a
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libchasen2/DEBIAN/symbols doesn't match 
completely debian/libchasen2.symbols.powerpc
--- debian/libchasen2.symbols.powerpc (libchasen2_2.4.5-10_powerpc)
+++ dpkg-gensymbolsEonEBc   2014-01-29 08:03:18.0 +
@@ -32,7 +32,7 @@
  _ZN5Darts15DoubleArrayImplIchlmNS_6LengthIcEEED2Ev@Base 2.4.5
  
_ZNSt6vectorIN5Darts15DoubleArrayImplIchlmNS0_6LengthIcEEE6node_tESaIS5_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS5_S7_EERKS5_@Base
 2.4.5
  
_ZNSt6vectorIlSaIlEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPlS1_EERKl@Base
 2.4.5
- 
_ZNSt8_Rb_treeISsSt4pairIKSslESt10_Select1stIS2_ESt4lessISsESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base
 2.4.5
+#MISSING: 2.4.5-10# 
_ZNSt8_Rb_treeISsSt4pairIKSslESt10_Select1stIS2_ESt4lessISsESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base
 2.4.5
 #MISSING: 2.4.5# 
_ZNSt8_Rb_treeISsSt4pairIKSslESt10_Select1stIS2_ESt4lessISsESaIS2_EE15_M_insert_equalERKS2_@Base
 2.4.5
  _ZTIN5Darts15DoubleArrayImplIchlmNS_6LengthIc@Base 2.4.5
  _ZTSN5Darts15DoubleArrayImplIchlmNS_6LengthIc@Base 2.4.5
dh_makeshlibs: dpkg-gensymbols -plibchasen2 -Idebian/libchasen2.symbols.powerpc 
-Pdebian/libchasen2 
-edebian/libchasen2/usr/lib/powerpc-linux-gnu/libchasen.so.2.0.4
 returned exit code 1
make: *** [binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2
...

Please see also the other buildd's logs at:

https://buildd.debian.org/status/package.php?p=chasensuite=sid
http://buildd.debian-ports.org/status/package.php?p=chasensuite=sid

The above includes a proposal how to fix the issue.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#736582: jemalloc: FTBFS on all architectures except on x86* for various reasons

2014-01-25 Thread Roland Stigge
Source: jemalloc
Version: 3.5.0-1
Severity: serious

Hi,

jemalloc FTBFS for various reasons on all architectures except on x86*, but it
built before. E.g. on powerpc:

...
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -std=gnu99 -fvisibility=hidden -c -D_GNU_SOURCE 
-D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_UNIT_TEST -Itest/include 
-Itest/include -o test/src/math.unit.o test/src/math.c
In file included from test/include/test/jemalloc_test.h:55:0,
 from test/src/math.c:2:
/usr/lib/gcc/powerpc-linux-gnu/4.8/include/altivec.h:34:2: error: #error Use 
the -maltivec flag to enable PowerPC AltiVec support
 #error Use the -maltivec flag to enable PowerPC AltiVec support
  ^
...

See also the build logs at

https://buildd.debian.org/status/package.php?p=jemallocsuite=sid

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#736603: kdepimlibs: FTBFS on powerpc due to symbol changes

2014-01-25 Thread Roland Stigge
Source: kdepimlibs
Version: 4:4.11.5-2
Severity: serious

Hi,

kdepimlibs FTBFS on powerpc like this:

...
dh_makeshlibs '-Xusr/lib/kde4/'  # [-a]
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libakonadi-kde4/DEBIAN/symbols doesn't match 
completely debian/libakonadi-kde4.symbols
--- debian/libakonadi-kde4.symbols (libakonadi-kde4_4:4.11.5-2_powerpc)
+++ dpkg-gensymbolsWRHz6d   2014-01-25 04:25:11.351344233 +
@@ -2,13 +2,13 @@
 * Build-Depends-Package: kdepimlibs5-dev
  _Z5qHashRKN7Akonadi10CollectionE@Base 4:4.3.4
  _Z5qHashRKN7Akonadi6EntityE@Base 4:4.3.4
- (optional=external|arch=!alpha !amd64 !armel !armhf !hppa !hurd-i386 !i386 
!kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpcspe !ppc64 !s390x 
!x32)_ZN4KUrl4ListD1Ev@Base 4:4.7.4
- (optional=external|arch=!alpha !amd64 !armel !armhf !hppa !hurd-i386 !i386 
!kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpcspe !ppc64 !s390x 
!x32)_ZN4KUrl4ListD2Ev@Base 4:4.7.4
- (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEEC1ERKS3_@Base
 4:4.11.5
- (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEEC2ERKS3_@Base
 4:4.11.5
- (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEED0Ev@Base 
4:4.11.5
- (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEED1Ev@Base 
4:4.11.5
- (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEED2Ev@Base 
4:4.11.5
+#MISSING: 4:4.11.5-2# (optional=external|arch=!alpha !amd64 !armel !armhf 
!hppa !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpcspe 
!ppc64 !s390x !x32)_ZN4KUrl4ListD1Ev@Base 4:4.7.4
+#MISSING: 4:4.11.5-2# (optional=external|arch=!alpha !amd64 !armel !armhf 
!hppa !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpcspe 
!ppc64 !s390x !x32)_ZN4KUrl4ListD2Ev@Base 4:4.7.4
+#MISSING: 4:4.11.5-2# (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEEC1ERKS3_@Base
 4:4.11.5
+#MISSING: 4:4.11.5-2# (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEEC2ERKS3_@Base
 4:4.11.5
+#MISSING: 4:4.11.5-2# (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEED0Ev@Base 
4:4.11.5
+#MISSING: 4:4.11.5-2# (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEED1Ev@Base 
4:4.11.5
+#MISSING: 4:4.11.5-2# (optional=templinst|arch=ia64 powerpc 
sparc)_ZN5boost16exception_detail19error_info_injectorINS_9not_a_dagEED2Ev@Base 
4:4.11.5
  _ZN7Akonadi10Collection10setVirtualEb@Base 4:4.10.0
  _ZN7Akonadi10Collection11setResourceERK7QString@Base 4:4.3.4
  _ZN7Akonadi10Collection13setStatisticsERKNS_20CollectionStatisticsE@Base 
4:4.3.4
@@ -1971,7 +1971,7 @@
  _ZNK7Akonadi6Entity10attributesEv@Base 4:4.3.4
  _ZNK7Akonadi6Entity12hasAttributeERK10QByteArray@Base 4:4.3.4
  
(optional=templinst|arch=powerpcspe)_ZNK7Akonadi6Entity12hasAttributeINS_21EntityHiddenAttributeEEEbv@Base
 4:4.7.4
- (optional=templinst|arch=!hurd-i386 !i386 !kfreebsd-i386 
!x32)_ZNK7Akonadi6Entity12hasAttributeINS_22EntityDisplayAttributeEEEbv@Base 
4:4.6.2
+#MISSING: 4:4.11.5-2# (optional=templinst|arch=!hurd-i386 !i386 !kfreebsd-i386 
!x32)_ZNK7Akonadi6Entity12hasAttributeINS_22EntityDisplayAttributeEEEbv@Base 
4:4.6.2
  _ZNK7Akonadi6Entity14remoteRevisionEv@Base 4:4.5.0
  _ZNK7Akonadi6Entity16parentCollectionEv@Base 4:4.4.0
  _ZNK7Akonadi6Entity2idEv@Base 4:4.3.4
@@ -2036,52 +2036,52 @@
  _ZNK7Akonadi9ItemModel8rowCountERK11QModelIndex@Base 4:4.3.4
  _ZNK7Akonadi9ItemModel9mimeTypesEv@Base 4:4.3.4
  _ZNK7Akonadi9UnlinkJob10metaObjectEv@Base 4:4.3.4
- (optional=templinst|subst|arch=!alpha !amd64 !armel !armhf !hppa !hurd-i386 
!i386 !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpcspe !ppc64 !s390x 
!x32)_ZNSt6vectorIN5boost6detail12adj_list_genINS0_14adjacency_listINS0_4vecSES4_NS0_9directedSENS0_11no_propertyES6_S6_NS0_5listSEEES4_S4_S5_S6_S6_S6_S7_E6config13stored_vertexESaISB_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSB_SD_EE{size_t}RKSB_@Base
 4:4.3.4
- (optional=templinst|arch=ia64 powerpc 
sparc|subst)_ZNSt6vectorIN5boost6detail20stored_edge_propertyI{size_t}NS0_11no_propertyEEESaIS4_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_@Base
 4:4.11.5
- (optional=templinst|arch=ia64 powerpc 
sparc|subst)_ZNSt6vectorIN5boost6detail20stored_edge_propertyI{size_t}NS0_11no_propertyEEESaIS4_EEaSERKS6_@Base
 4:4.11.5
- (optional=templinst|arch=!alpha !amd64 !armel !armhf !hppa !hurd-i386 !i386 
!kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpcspe !ppc64 !s390x 

Bug#736507: minieigen: FTBFS: cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++

2014-01-24 Thread Roland Stigge
Source: minieigen
Version: 0.4~dfsg~bzr50-5
Severity: serious

Hi,

minieigen FTBFS on armhf, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips,
powerpc, s390x and sparc like this:

...
creating build
creating build/temp.linux-ppc-2.7
creating build/temp.linux-ppc-2.7/minieigen
powerpc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security --param ggc-min-expand=0 --param 
ggc-min-heapsize=8192 -D_FORTIFY_SOURCE=2 -fPIC -DEIGEN_DONT_ALIGN -Iminieigen 
-I/usr/include/eigen3 -Iminieigen -I/usr/include/python2.7/ 
-I/usr/include/python2.7 -c minieigen/minieigen.cpp -o 
build/temp.linux-ppc-2.7/minieigen/minieigen.o
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC 
but not for C++ [enabled by default]
E: Caught signal ‘Terminated’: terminating immediately
make: *** [build-arch] Terminated
...

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#736516: zoneminder: FTBFS: zm_image.cpp:2991:165: error: __attribute__((__target__(sse2))) is invalid

2014-01-24 Thread Roland Stigge
Package: zoneminder
Version: 1.26.5-2
Severity: serious
Tags: patch

Hi,

zoneminder FTBFS on powerpc, powerpcspe and ppc64 like this:

...
powerpc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include 
-D__STDC_CONSTANT_MACROS -Wall -finline-functions -fomit-frame-pointer 
-I/usr/include -D__STDC_CONSTANT_MACROS -D_FORTIFY_SOURCE=2 
-D__STDC_CONSTANT_MACROS -D__STDC_CONSTANT_MACROS -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -DZM_FFMPEG_CVS 
-DHAVE_LIBCRYPTO -MT zm_image.o -MD -MP -MF .deps/zm_image.Tpo -c -o zm_image.o 
zm_image.cpp
zm_image.cpp: In member function 'bool Image::ReadRaw(const char*)':
zm_image.cpp:597:26: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
  if ( statbuf.st_size != size )
  ^
zm_image.cpp: At global scope:
zm_image.cpp:2991:165: error: __attribute__((__target__(sse2))) is invalid
 __attribute__((noinline,__target__(sse2))) void sse2_fastblend(const 
uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count, 
double blendpercent) {


 ^
zm_image.cpp::147: error: __attribute__((__target__(sse2))) is invalid
 __attribute__((noinline,__target__(sse2))) void sse2_delta8_gray8(const 
uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {

   ^
...

There is already a patch to prevent *SSE* specific stuff on non-Intel hardware.
But there are still some unconditional

__attribute__((__target__(sse2)))

Not sure why it only affects powerpc systems.

Attaching a patch that fixes it.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: zoneminder-1.26.5/src/zm_image.cpp
===
--- zoneminder-1.26.5.orig/src/zm_image.cpp	2014-01-24 13:48:35.0 +0100
+++ zoneminder-1.26.5/src/zm_image.cpp	2014-01-24 14:29:36.888257874 +0100
@@ -2988,7 +2988,10 @@
 /* BLEND FUNCTIONS */
 
 
-__attribute__((noinline,__target__(sse2))) void sse2_fastblend(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count, double blendpercent) {
+#if defined(__i386__) || defined(__x86_64__)
+__attribute__((noinline,__target__(sse2)))
+#endif
+void sse2_fastblend(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count, double blendpercent) {
 #if ((defined(__i386__) || defined(__x86_64__) || defined(ZM_KEEP_SSE))  !defined(ZM_STRIP_SSE))  
 	static uint32_t divider = 0;
 	static uint32_t clearmask = 0;
@@ -3330,7 +,10 @@
 }
 
 /* Grayscale SSE2 */
-__attribute__((noinline,__target__(sse2))) void sse2_delta8_gray8(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {
+#if defined(__i386__) || defined(__x86_64__)
+__attribute__((noinline,__target__(sse2)))
+#endif
+void sse2_delta8_gray8(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {
 #if ((defined(__i386__) || defined(__x86_64__) || defined(ZM_KEEP_SSE))  !defined(ZM_STRIP_SSE))  
 
 	__asm__ __volatile__ (
@@ -3358,7 +3364,10 @@
 }
 
 /* RGB32: RGBA SSE2 */
-__attribute__((noinline,__target__(sse2))) void sse2_delta8_rgba(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {
+#if defined(__i386__) || defined(__x86_64__)
+__attribute__((noinline,__target__(sse2)))
+#endif
+void sse2_delta8_rgba(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {
 #if ((defined(__i386__) || defined(__x86_64__) || defined(ZM_KEEP_SSE))  !defined(ZM_STRIP_SSE))  
   
 	__asm__ __volatile__ (
@@ -3413,7 +3422,10 @@
 }
 
 /* RGB32: BGRA SSE2 */
-__attribute__((noinline,__target__(sse2))) void sse2_delta8_bgra(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {
+#if defined(__i386__) || defined(__x86_64__)
+__attribute__((noinline,__target__(sse2)))
+#endif
+void sse2_delta8_bgra(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {
 #if ((defined(__i386__) || defined(__x86_64__) || defined(ZM_KEEP_SSE))  !defined(ZM_STRIP_SSE))  
   
 	__asm__ __volatile__ (
@@ -3468,7 +3480,10 @@
 }
 
 /* RGB32: ARGB SSE2 */
-__attribute__((noinline,__target__(sse2))) void sse2_delta8_argb(const uint8_t* col1, const uint8_t* col2, uint8_t* result, unsigned long count) {

Bug#736118: expeyes: FTBFS: [eyes.pdf] Error 1

2014-01-21 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Hi Georges,

On 21/01/14 23:43, Georges Khaznadar wrote:
 There is no build problem on my machine's pbuilder's chroot, either
 with amd64-sid or with i386-sid. Previous versions did not trigger
 any bug during the build of the documentation (LyX document
 translated to TeX, then compiled with pdflatex).  Unexpectedly,
 this part is faulty with other machines, in Debian's build farm.
 
 Please can you give me some hint ... is it possible to get an 
 accreditation to launch a pbuilder login on some remote machine 
 configured like the machines in the build farm?

As a developer, you will have key-based login on the machines listed at

https://db.debian.org/machines.cgi

where you can use the (d)chroots. This way, you should be able to
reproduce the problem.

Roland
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iD8DBQFS3viNcaH/YBv43g8RA4IEAKDI2Rezr0W9QXQ40gX9nrTc1kPzVwCeOFKX
fFYkwWa+/k9vc0wVSoyMzUI=
=59bf
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#736118: expeyes: FTBFS: [eyes.pdf] Error 1

2014-01-19 Thread Roland Stigge
Source: expeyes
Version: 3.1.4-2
Severity: serious

Hi,

expeyes FTBFS on most architectures. E.g. on powerpc:

...

make[2]: Entering directory `/«PKGBUILDDIR»/doc'
for l in en fr; do \
  make -C $l/Docs all; \
  make -C $l/Docs-jr all; \
  make -C $l/Progman-jr all; \
done
make[3]: Entering directory `/«PKGBUILDDIR»/doc/en/Docs'
make[3]: *** [eyes.pdf] Error 1
Language=en, exporting eyes.lyx to a LaTeX file ... make[3]: Leaving directory 
`/«PKGBUILDDIR»/doc/en/Docs'
make[3]: Entering directory `/«PKGBUILDDIR»/doc/en/Docs-jr'
make[3]: *** [eyesj.pdf] Error 1
...

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735746: pillow: FTBFS: _imagingtk.cpython-33m.so not found

2014-01-17 Thread Roland Stigge
Source: pillow
Version: 2.2.1-3
Severity: serious

Hi,

pillow FTBFS like this:

...
Writing 
/home/rst/temp/debian/pillow-2.2.1/debian/python3-sane/usr/lib/python3/dist-packages/pysane-2.0.egg-info
incdir=$(python3.3 -c 'import sysconfig; 
print(sysconfig.get_path(include))'); \
mkdir -p debian/python3-pil/$incdir; \
install -o root -g root -m 644 \
libImaging/Imaging.h \
libImaging/ImPlatform.h \
libImaging/ImDib.h \
debian/python3-pil/$incdir
abitag=.$(python3.3 -c import sysconfig; 
print(sysconfig.get_config_var('SOABI'))); \
dh_movefiles -ppython3-pil.imagetk \
--sourcedir=debian/python3-pil \
usr/lib/python3/$(basename $(_py_=3.3; python${_py_#python*} -c 
'from distutils import sysconfig; 
print(sysconfig.get_python_lib())'))/PIL/_imagingtk$abitag.so \
usr/lib/python3/$(basename $(_py_=3.3; python${_py_#python*} -c 
'from distutils import sysconfig; 
print(sysconfig.get_python_lib())'))/PIL/ImageTk.py
dh_movefiles: 
debian/python3-pil/usr/lib/python3/dist-packages/PIL/_imagingtk.cpython-33m.so 
not found (supposed to put it in python3-pil.imagetk)
make: *** [install3-python3.3] Error 1
...

See also the build logs of powerpcspe and ppc64 at
 http://buildd.debian-ports.org/status/package.php?p=pillowsuite=sid

I checked that the same happens on i386.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735329: nss: FTBFS on all arches: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded

2014-01-14 Thread Roland Stigge
Source: nss
Version: 2:3.15.4-1
Severity: serious

Hi,

nss fails to build on all architectures like this:

...
# these utilities are too generically-named, so we prefix them with nss- (see 
http://bugs.debian.org/701141)
install -m 755 -T /«PKGBUILDDIR»/dist/bin/addbuiltin 
debian/libnss3-tools/usr/bin/nss-addbuiltin
install -m 755 -T /«PKGBUILDDIR»/dist/bin/dbtest 
debian/libnss3-tools/usr/bin/nss-dbtest
install -m 755 -T /«PKGBUILDDIR»/dist/bin/pp debian/libnss3-tools/usr/bin/nss-pp
# Create the empty certificate databases, with empty passphrase
mkdir -p debian/tmp
echo \n  debian/tmp/password
LD_LIBRARY_PATH=/«PKGBUILDDIR»/dist/lib /«PKGBUILDDIR»/dist/bin/certutil -N -d 
debian/libnss3-nssdb/var/lib/nssdb \
-f debian/tmp/password
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: 
ignored.
certutil: function failed: SEC_ERROR_LEGACY_DATABASE: The certificate/key 
database is in an old, unsupported format.
make[1]: *** [override_dh_auto_install] Error 255
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
...

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735331: minia: FTBFS on all arches: missing build-dep on bc and zlib1g-dev

2014-01-14 Thread Roland Stigge
Package: minia
Version: 1.6067+dfsg-1
Severity: serious
Tags: patch

Hi,

minia fails to build on all architectures like this:

...
   dh_auto_build -a
/bin/sh: 1: bc: not found
/bin/sh: 1: bc: not found
make[1]: Entering directory `/«BUILDDIR»/minia-1.6067+dfsg'
rm -rf *.o
g++ -o Pool.o -c Pool.cpp -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -O4 -D_FILE_OFFSET_BITS=64 
g++ -o Bank.o -c Bank.cpp -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -O4 -D_FILE_OFFSET_BITS=64 
In file included from Bank.cpp:21:0:
Bank.h:13:63: fatal error: zlib.h: No such file or directory
compilation terminated.
make[1]: *** [Bank.o] Error 1
make[1]: Leaving directory `/«BUILDDIR»/minia-1.6067+dfsg'
...

Adding bc and zlib1g-dev to build-deps helps.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735157: stimfit: Build-dependencies uninstallable: libhdf5-serial-dev not available

2014-01-13 Thread Roland Stigge
Source: stimfit
Version: 0.13.6-1
Severity: serious
Tags: patch

Hi,

since libhdf5-serial-dev isn't available in unstable anymore, build
dependencies of stimfit can't be installed.

The attached patch fixes this by using libhdf5-dev instead.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- stimfit-0.13.6/debian/control	2013-12-11 22:54:49.0 +0100
+++ stimfit-0.13.6/debian/control	2014-01-12 10:13:21.288219078 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christoph Schmidt-Hieber chris...@gmx.de
 Uploaders: Yaroslav Halchenko deb...@onerussian.com
-Build-Depends: debhelper (= 7), libboost-dev (= 1.40.0), python-dev (= 2.6.6-3), python-numpy, libhdf5-serial-dev, swig, python-wxgtk2.8 (= 2.8.9), libwxgtk2.8-dev (= 2.8.9), libfftw3-dev, liblapack-dev, chrpath, help2man, dh-python, libbiosig-dev, libsuitesparse-dev
+Build-Depends: debhelper (= 7), libboost-dev (= 1.40.0), python-dev (= 2.6.6-3), python-numpy, libhdf5-dev, swig, python-wxgtk2.8 (= 2.8.9), libwxgtk2.8-dev (= 2.8.9), libfftw3-dev, liblapack-dev, chrpath, help2man, dh-python, libbiosig-dev, libsuitesparse-dev
 Standards-Version: 3.9.4
 Homepage: http://www.stimfit.org
 


Bug#734924: tulip: FTBFS on many architectures: 'OS_ARCHITECTURE' was not declared in this scope

2014-01-10 Thread Roland Stigge
Source: tulip
Version: 4.4.0dfsg-1
Severity: serious

Hi,

tulip FTBFS on many architectures, e.g. on powerpc:

...
[ 52%] Building CXX object 
library/tulip-gui/src/CMakeFiles/tulip-gui-4.4.dir/PropertyCreationDialog.cpp.o
cd /«PKGBUILDDIR»/obj-powerpc-linux-gnu/library/tulip-gui/src  /usr/bin/c++   
-DQT_CORE_LIB -DQT_DLL -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_OPENGL_LIB 
-DQT_THREAD_SUPPORT -DQT_WEBKIT_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_LINUX 
-Dtulip_gui_4_4_EXPORTS -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wunused 
-Wno-long-long -pedantic -fPIC -isystem /usr/include/qt4 -isystem 
/usr/include/qt4/QtOpenGL -isystem /usr/include/qt4/QtWebKit -isystem 
/usr/include/qt4/QtXmlPatterns -isystem /usr/include/qt4/QtGui -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtNetwork -isystem 
/usr/include/qt4/QtCore -I/«PKGBUILDDIR»/library/tulip-gui/src/../include 
-I/«PKGBUILDDIR»/library/tulip-core/include 
-I/«PKGBUILDDIR»/obj-powerpc-linux-gnu/library/tulip-core/include 
-I/«PKGBUILDDIR»/library/tulip-ogl/include 
-I/«PKGBUILDDIR»/obj-powerpc-linux-gnu/library/tulip-gui/include 
-I/«PKGBUILDDIR»/obj-powerpc-linux-g
 nu/library/tulip-gui/src -I/«PKGBUILDDIR»/thirdparty/quazip 
-I/«PKGBUILDDIR»/thirdparty/qxt/src-o 
CMakeFiles/tulip-gui-4.4.dir/PropertyCreationDialog.cpp.o -c 
/«PKGBUILDDIR»/library/tulip-gui/src/PropertyCreationDialog.cpp
/«PKGBUILDDIR»/library/tulip-gui/src/PluginManager.cpp: In member function 
'void PluginServerClient::fetch(const QString, QObject*, const char*)':
/«PKGBUILDDIR»/library/tulip-gui/src/PluginManager.cpp:76:70: error: 
'OS_ARCHITECTURE' was not declared in this scope
/«PKGBUILDDIR»/library/tulip-gui/src/PluginManager.cpp: In member function 
'tlp::PluginManager::PluginInformationList PluginServerClient::list(const 
QString, const QString)':
/«PKGBUILDDIR»/library/tulip-gui/src/PluginManager.cpp:105:89: error: 
'OS_ARCHITECTURE' was not declared in this scope
make[4]: Leaving directory `/«PKGBUILDDIR»/obj-powerpc-linux-gnu'
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-powerpc-linux-gnu/CMakeFiles 
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#734279: jblas: FTBFS on most architectures since tests are enabled at build time

2014-01-09 Thread Roland Stigge
On 01/09/2014 07:56 AM, tony mancill wrote:
 Why should it be less useful than on other architectures? We
 shouldn't differenciate between architectures in this regard,
 IMO.
 
 Sorry, imprecise wording on my part.  What I meant was, I wonder if
 the package has ever been *usable* on architectures other than
 i386/amd64. It compiled, to be sure, but even the simplest upstream
 unit-test isn't able to execute on non-i386/amd64.

If this is the case, limiting supported architectures would be the
best solution, IMO. To save porters from headaches.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#734279: jblas: FTBFS on most architectures since tests are enabled at build time

2014-01-08 Thread Roland Stigge
Hi!

On 01/08/2014 07:24 AM, tony mancill wrote:
 I still wonder whether this package has ever been useful on 
 non-i386/amd64 architectures.

Why should it be less useful than on other architectures? We shouldn't
differenciate between architectures in this regard, IMO.

 For the short-term, so the ruby transition can move forward, we
 could temporarily either disable to tests or constrain the
 architectures.  Between those 2, I prefer the latter.  Thoughts?

I'm fine with whatever you decide as maintainer.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#734279: jblas: FTBFS on most architectures since tests are enabled at build time

2014-01-05 Thread Roland Stigge
Source: jblas
Version: 1.2.0-5
Severity: serious

Hi,

jblas FTBFS on most architectures since tests are enabled in 1.2.0-5. E.g., on
powerpc:

...
test:
[junit] Running org.jblas.TestBlasDoubleComplex
[junit] Testsuite: org.jblas.TestBlasDoubleComplex
[junit] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
0.049 sec
[junit] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 
0.049 sec
[junit] 
[junit] Testcase: testZCOPY took 0.021 sec
[junit] Caused an ERROR
[junit] Couldn't find the resource libjblas_arch_flavor.so.
[junit] java.lang.UnsatisfiedLinkError: Couldn't find the resource 
libjblas_arch_flavor.so.
[junit] at 
org.jblas.util.LibraryLoader.loadLibrary(LibraryLoader.java:94)
[junit] at org.jblas.util.ArchFlavor.clinit(ArchFlavor.java:50)
[junit] at 
org.jblas.util.LibraryLoader.loadLibrary(LibraryLoader.java:75)
[junit] at org.jblas.NativeBlas.clinit(NativeBlas.java:84)
[junit] at 
org.jblas.TestBlasDoubleComplex.testZCOPY(TestBlasDoubleComplex.java:45)
[junit] 
[junit] Testcase: testZDOTU took 0 sec
[junit] Caused an ERROR
[junit] Could not initialize class org.jblas.NativeBlas
[junit] java.lang.NoClassDefFoundError: Could not initialize class 
org.jblas.NativeBlas
[junit] at 
org.jblas.TestBlasDoubleComplex.testZDOTU(TestBlasDoubleComplex.java:55)
[junit] 
[junit] Testcase: testAxpy took 0.003 sec
[junit] Caused an ERROR
[junit] Could not initialize class org.jblas.NativeBlas
[junit] java.lang.NoClassDefFoundError: Could not initialize class 
org.jblas.NativeBlas
[junit] at 
org.jblas.TestBlasDoubleComplex.testAxpy(TestBlasDoubleComplex.java:65)
[junit] 

BUILD FAILED
/«PKGBUILDDIR»/build.xml:246: Test org.jblas.TestBlasDoubleComplex failed

Total time: 34 seconds
make: *** [debian/stamp-ant-check] Error 1
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#734279: jblas: FTBFS on most architectures since tests are enabled at build time

2014-01-05 Thread Roland Stigge
On 05/01/14 19:08, tony mancill wrote:
 jblas FTBFS on most architectures since tests are enabled in
 1.2.0-5. E.g., on powerpc:
 
 Thanks for the bug report.  I wonder if jblas actually functional
 at all on those architectures before this upload anyway.

I can run individual test for you if you. Just tell.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733003: FTBFS: ncl 6.1.2-3

2014-01-03 Thread Roland Stigge
FYI: ncl 6.1.2-3 still fails to build, see
https://buildd.debian.org/status/package.php?p=nclsuite=sid

Therefore keeping this bug open.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733360: [Pkg-dia-team] Bug#733360: Possible fix

2014-01-02 Thread Roland Stigge
Work fine, thanks! Upload pending.

On 01/02/2014 02:04 PM, Steffen Macke wrote:
 Possibly fixed in git master by a different way to include the Freetype
 headers:
 
 https://git.gnome.org/browse/dia/commit/?id=0b863adcad031c70601e375d72dae64fdd967752


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733982: radare2-bindings: FTBFS on armel, armhf, powerpc and powerpcspe: jni.h: No such file or directory

2014-01-02 Thread Roland Stigge
Source: radare2-bindings
Version: 0.9.6-2
Severity: serious
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

on armel, armhf, powerpc and powerpcsp, radare2-bindings FTBFS like this:

...
mkdir -p org/radare/radare2
Build r_core -lr_core -lr_config -lr_cons -lr_cmd -lr_util -lr_flags -lr_asm 
-lr_lib -lr_db -lr_debug -lr_hash -lr_bin -lr_lang -lr_io -lr_anal -lr_parse 
-lr_bp -lr_egg -lr_reg -lr_search -lr_syscall -lr_sign -lr_diff -lr_socket 
-lr_fs -lmagic  
valabind-cc java r_core -I/usr/lib/jvm/java-7-openjdk-ppc/include -NRadare 
--swig -I../../libr/include -x --vapidir=../vapi ../vapi/r_core 
-I/usr/include/libr -lr_core -lr_config -lr_cons -lr_cmd -lr_util -lr_flags 
-lr_asm -lr_lib -lr_db -lr_debug -lr_hash -lr_bin -lr_lang -lr_io -lr_anal 
-lr_parse -lr_bp -lr_egg -lr_reg -lr_search -lr_syscall -lr_sign -lr_diff 
-lr_socket -lr_fs -lmagic
valabind --swig -I /usr/include/libr -x -I ../../libr/include -N Radare -I 
/usr/lib/jvm/java-7-openjdk-ppc/include --vapidir ../vapi -o r_core.i -m r_core 
../vapi/r_core --swig
...
r_core.i:38: Warning 302: Identifier 'RCoreAsmHitVector' redefined (ignored) 
(Renamed from 'vector RCoreAsmHit '),
r_core.i:37: Warning 302: previous definition of 'RCoreAsmHitVector' (Renamed 
from 'vector RCoreAsmHit ').
r_core.i:43: Warning 302: Identifier 'RAnalRefVector' redefined (ignored) 
(Renamed from 'vector RAnalRef '),
r_core.i:42: Warning 302: previous definition of 'RAnalRefVector' (Renamed from 
'vector RAnalRef ').
r_core.i:57: Warning 302: Identifier 'charVector' redefined (ignored) (Renamed 
from 'vector char '),
r_core.i:53: Warning 302: previous definition of 'charVector' (Renamed from 
'vector char ').
r_core.i:58: Warning 302: Identifier 'charVector' redefined (ignored) (Renamed 
from 'vector char '),
r_core.i:53: Warning 302: previous definition of 'charVector' (Renamed from 
'vector char ').
r_core.i:463: Warning 314: 'super' is a java keyword, renaming to '_super'
r_core.i:517: Warning 314: 'import' is a java keyword, renaming to '_import'
r_core.i:954: Warning 453: Can't apply (unsigned long long *OUTPUT). No 
typemaps are defined.
r_core.i:955: Warning 453: Can't apply (unsigned long long *OUTPUT). No 
typemaps are defined.
r_core.i:1052: Warning 453: Can't apply (int *OUTPUT). No typemaps are defined.
r_core.i:1304: Warning 453: Can't apply (int *OUTPUT). No typemaps are defined.
r_core.i:1471: Warning 453: Can't apply (RAsmOp *OUTPUT). No typemaps are 
defined.
r_core.i:1476: Warning 453: Can't apply (RAsmOp *OUTPUT). No typemaps are 
defined.
r_core.i:1622: Warning 453: Can't apply (unsigned char *OUTPUT). No typemaps 
are defined.
r_core.i:1666: Warning 453: Can't apply (unsigned char *INOUT). No typemaps are 
defined.
r_core.i:1671: Warning 453: Can't apply (unsigned char *INOUT). No typemaps are 
defined.
r_core.i:1982: Warning 453: Can't apply (unsigned int *OUTPUT). No typemaps are 
defined.
r_core.i:1983: Warning 453: Can't apply (double *OUTPUT). No typemaps are 
defined.
r_core.i:2009: Warning 453: Can't apply (unsigned long long *INOUT). No 
typemaps are defined.
r_core.i:2290: Warning 453: Can't apply (char *INOUT). No typemaps are defined.
r_core.i:2291: Warning 453: Can't apply (int *OUTPUT). No typemaps are defined.
r_core.i:2317: Warning 453: Can't apply (char *INOUT). No typemaps are defined.
r_core.i:2318: Warning 453: Can't apply (char *INOUT). No typemaps are defined.
r_core.i:2324: Warning 453: Can't apply (char *INOUT). No typemaps are defined.
r_core.i:2325: Warning 453: Can't apply (char *INOUT). No typemaps are defined.
r_core.i:2331: Warning 453: Can't apply (char *INOUT). No typemaps are defined.
r_core_wrap.cxx:159:17: fatal error: jni.h: No such file or directory
compilation terminated.
...

(example from powerpc: see the ppc instead of the powerpc which would be
required here.)

I noticed that you are using /usr/share/javahelper/java-arch.sh for JAVA_ARCH.
Unfortunately, this fails for the above architectures because the script
special-cases these architectures for some reason. Other architectures get
their names from dpkg. I propose using `dpkg-architecture -qDEB_HOST_ARCH`
instead of java-arch.sh, which fixes the problem.

Thanks in advance,

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733003: ncl: FTBFS: ./Configure: not found (needs csh)

2013-12-31 Thread Roland Stigge
Hi,

besides trying to close the wrong bug via the changelog (733033 instead
of 733003), ncl 6.1.2-2 still FTBFS in current unstable as you can find at

https://buildd.debian.org/status/package.php?p=nclsuite=sid :

...
make[5]: Leaving directory `/«PKGBUILDDIR»/ni/src/examples'
make[4]: Leaving directory `/«PKGBUILDDIR»/ni/src'
make[3]: Leaving directory `/«PKGBUILDDIR»/ni'
make[2]: Leaving directory `/«PKGBUILDDIR»'
mkdir -p debian/libncarg-dev//usr/lib/x86_64-linux-gnu
cp debian/tmp/lib/*.a debian/libncarg-dev//usr/lib/x86_64-linux-gnu
mkdir -p debian/libncarg0//usr/lib/x86_64-linux-gnu
cp shared/*.so.1 debian/libncarg0//usr/lib/x86_64-linux-gnu
cp: cannot stat 'shared/*.so.1': No such file or directory
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
...

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733760: kmod: FTBFS: command not found

2013-12-31 Thread Roland Stigge
Package: kmod
Version: 16-1
Severity: serious

Hi,

kmod FTBFS in current unstable on all arches (see buildd logs):

...
checking for finit_module... no
checking for struct stat.st_mtim... yes
checking for linux/module.h... no
checking whether _Static_assert() is supported... yes
configure: Xz support not requested
configure: zlib support not requested
../configure: line 13994: --exists: command not found
checking for xsltproc... no
configure: error: xsltproc command not found, try ./configure --disable-manpages
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kmod depends on:
ii  libc6 2.17-5
ii  libkmod2  9-3
ii  lsb-base  4.1+Debian9

kmod recommends no packages.

kmod suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733766: libxmp: FTBFS on big endian arches: failed tests

2013-12-31 Thread Roland Stigge
Source: libxmp
Version: 4.2.1+dfsg-1
Severity: serious

Hi,

libxmp is failing to build on all big endian architectures (this worked
before):

...
make[1]: Entering directory `/«BUILDDIR»/libxmp-4.2.1+dfsg'
CC test/test.o
CC test/md5.o
LD test/libxmp-test
cd test; LD_LIBRARY_PATH=../lib DYLD_LIBRARY_PATH=../lib 
LIBRARY_PATH=../lib:$LIBRARY_PATH PATH=$PATH:../lib ./libxmp-test
Testing 
rendering
 error
 fail
make[1]: *** [check] Error 1
make[1]: Leaving directory `/«BUILDDIR»/libxmp-4.2.1+dfsg'
dh_auto_test: make -j2 check returned exit code 2
make: *** [build-arch] Error 2
...

See also https://buildd.debian.org/status/package.php?p=libxmpsuite=sid

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733611: twinkle: FTBFS: automake-1.13: not found

2013-12-30 Thread Roland Stigge
Package: twinkle
Version: 1:1.4.2-3
Severity: serious

Hi,

twinkle FTBFS in current unstable:

...
if test -e /usr/share/misc/config.sub ; then \
for i in ./config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination 
/usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
if [ -e ./configure.ac ] || [ -e ./configure.in ]; then cd .  `which 
autoconfyes || which autoconf`; fi
if [ -e ./Makefile.am ]; then cd .  automake-1.13 --add-missing --copy ; fi
/bin/sh: 1: automake-1.13: not found
make: *** [debian/stamp-autotools-files] Error 127
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733616: probabel: FTBFS: chmod: cannot access 'debian/probabel-examples/usr/share/probabel/scripts/extIDS.pl': No such file or directory

2013-12-30 Thread Roland Stigge
Source: probabel
Version: 0.4.1-1
Severity: serious

Hi,

probabel FTBFS in current unstable like this:

...
dh_install
rm debian/probabel/usr/bin/extract-snp
chmod a+x debian/probabel-examples/usr/share/probabel/scripts/extIDS.pl
chmod: cannot access 
'debian/probabel-examples/usr/share/probabel/scripts/extIDS.pl': No such file 
or directory
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730352: libisl-dev: /usr/include/isl/union_map.h:114:45: error: unknown type name 'isl_multi_aff'

2013-12-29 Thread Roland Stigge
Hi,

On 24/11/13 18:34, Matthias Klose wrote:
 Control: reassign -1 src:llvm-toolchain-3.2
 
 then please fix llvm-3.2.

Consider the minimal example I gave when reporting the bug. It triggers
the issue even without llvm being involved.

How can this possibly be solved in llvm-3.2?

As far as I can see, the issue can be reduced to isl.

Any hint?

Thanks in advance,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730352: libisl-dev: /usr/include/isl/union_map.h:114:45: error: unknown type name 'isl_multi_aff'

2013-12-29 Thread Roland Stigge
On 29/12/13 14:44, Roland Stigge wrote:
 Consider the minimal example I gave when reporting the bug. It triggers
 the issue even without llvm being involved.

To be more precise: With llvm being used neither as a compiler nor when
building llvm. (I compiled the example program with gcc.)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730352: libisl-dev: /usr/include/isl/union_map.h:114:45: error: unknown type name 'isl_multi_aff'

2013-12-29 Thread Roland Stigge
Hi,

the attached patch fixes the issue (in isl).

Roland
--- isl-0.12.1.orig/include/isl/union_map.h
+++ isl-0.12.1/include/isl/union_map.h
@@ -6,6 +6,7 @@
 #include isl/union_map_type.h
 #include isl/printer.h
 #include isl/val.h
+#include isl/aff.h
 
 #if defined(__cplusplus)
 extern C {


Bug#733306: owncloud-client: FTBFS: 'hasLaunchOnStartup(appName) == true' returned FALSE

2013-12-28 Thread Roland Stigge
Source: owncloud-client
Version: 1.5.0+dfsg-2
Severity: serious

Hi,

owncloud-client fails to build from source on most arches, see the logs on the
autobuilders:

...
Running tests...
/usr/bin/ctest --force-new-ctest-process -j8
Test project /«BUILDDIR»/owncloud-client-1.5.0+dfsg/obj-i486-linux-gnu
Start 1: OwncloudPropagatorTest
Start 2: UtilityTest
Errors while running CTest
1/2 Test #2: UtilityTest ..***Failed0.03 sec
* Start testing of TestUtility *
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS   : TestUtility::initTestCase()
PASS   : TestUtility::testFormatFingerprint()
PASS   : TestUtility::testOctetsToString()
QDEBUG : TestUtility::testLaunchOnStartup() Could not create autostart 
directory 
FAIL!  : TestUtility::testLaunchOnStartup() 'hasLaunchOnStartup(appName) == 
true' returned FALSE. ()
   Loc: 
[/«BUILDDIR»/owncloud-client-1.5.0+dfsg/obj-i486-linux-gnu/test/../../test/testutility.h(66)]
PASS   : TestUtility::testToCSyncScheme()
PASS   : TestUtility::cleanupTestCase()
Totals: 5 passed, 1 failed, 0 skipped
* Finished testing of TestUtility *

2/2 Test #1: OwncloudPropagatorTest ...   Passed0.03 sec

50% tests passed, 1 tests failed out of 2

Total Test time (real) =   0.04 sec

The following tests FAILED:
  2 - UtilityTest (Failed)
make[1]: *** [test] Error 8
make[1]: Leaving directory 
`/«BUILDDIR»/owncloud-client-1.5.0+dfsg/obj-i486-linux-gnu'
dh_auto_test: make -j8 test ARGS+=-j8 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
...

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733218: liboping: FTBFS: cp: cannot stat 'debian/tmp/usr/bin/noping': No such file or directory

2013-12-27 Thread Roland Stigge
Source: liboping
Version: 1.6.2-2
Severity: serious
Tags: patch

Hi,

liboping FTBFS on all architectures, like this:

...
Installing /«PKGBUILDDIR»/debian/tmp/usr/share/man/man3/Net::Oping.3pm
make[4]: Leaving directory `/«PKGBUILDDIR»/bindings/perl'
make[3]: Leaving directory `/«PKGBUILDDIR»/bindings'
make[2]: Leaving directory `/«PKGBUILDDIR»/bindings'
make[2]: Entering directory `/«PKGBUILDDIR»'
make[3]: Entering directory `/«PKGBUILDDIR»'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/«PKGBUILDDIR»'
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_install -a -O--parallel
cp: cannot stat 'debian/tmp/usr/bin/noping': No such file or directory
...

This can be fixed by adding libncursesw5-dev to build-deps.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732059: VTK_USE_SYSTEM_FREETYPE is ON, but FREETYPE_LIBRARY is NOTFOUND.

2013-12-25 Thread Roland Stigge
On 25/12/13 12:21, Julien Cristau wrote:
 Why can't vtk use the cmake-provided findfreetype?

There is no reason that prevents you from implementing it.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732151: postgis: FTBFS on various architectures

2013-12-24 Thread Roland Stigge
Hi,

the test suite (failing on some architectures) was activated in the
postgis 2.x line in Debian. This made the builds start to fail.

Please decide if the respective test failures justify the build failures.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733064: igstk: FTBFS: find: `debian/igstk-examples/usr/share/doc/igstk-examples/examples': No such file or directory

2013-12-24 Thread Roland Stigge
Source: igstk
Version: 4.4.0-5
Severity: serious

Hi,

igstk FTBFS on all arches on the autobuilders like this:

...
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_installdocs -a -O--parallel
install -g 0 -o 0 -d debian/libigstk4-dev/usr/share/doc/libigstk4-dev
install -g 0 -o 0 -m 644 -p debian/README.Debian 
debian/libigstk4-dev/usr/share/doc/libigstk4-dev/README.Debian
install -g 0 -o 0 -m 644 -p debian/copyright 
debian/libigstk4-dev/usr/share/doc/libigstk4-dev/copyright
install -g 0 -o 0 -d debian/libigstk4/usr/share/doc/libigstk4
install -g 0 -o 0 -m 644 -p debian/copyright 
debian/libigstk4/usr/share/doc/libigstk4/copyright
install -g 0 -o 0 -d debian/libigstk4-dbg/usr/share/doc/libigstk4-dbg
install -g 0 -o 0 -m 644 -p debian/copyright 
debian/libigstk4-dbg/usr/share/doc/libigstk4-dbg/copyright
   dh_installchangelogs -a -O--parallel
install -o 0 -g 0 -p -m644 debian/changelog 
debian/libigstk4-dev/usr/share/doc/libigstk4-dev/changelog.Debian
install -o 0 -g 0 -p -m644 debian/changelog 
debian/libigstk4/usr/share/doc/libigstk4/changelog.Debian
install -o 0 -g 0 -p -m644 debian/changelog 
debian/libigstk4-dbg/usr/share/doc/libigstk4-dbg/changelog.Debian
   debian/rules override_dh_installexamples
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_installexamples -pigstk-examples Examples/*
dh_installexamples: No packages to build.
# remove executable file mode bit
find debian/igstk-examples/usr/share/doc/igstk-examples/examples \
-type f -print0 | xargs -0 chmod 644
find: `debian/igstk-examples/usr/share/doc/igstk-examples/examples': No such 
file or directory
chmod: missing operand after '644'
Try 'chmod --help' for more information.
make[1]: *** [override_dh_installexamples] Error 123
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
...

This is probably because some targets in debian/rules are just done in the
indep case, and the buildds only build the arch case.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732059: VTK_USE_SYSTEM_FREETYPE is ON, but FREETYPE_LIBRARY is NOTFOUND.

2013-12-23 Thread Roland Stigge
Hi,

I'm attaching the patch that I used to fix the issue on powerpcspe.
Applies to the other arches as well.

Roland
Index: vtk-5.8.0/CMake/FindFREETYPE.cmake
===
--- vtk-5.8.0.orig/CMake/FindFREETYPE.cmake	2013-12-23 11:38:25.0 +0100
+++ vtk-5.8.0/CMake/FindFREETYPE.cmake	2013-12-23 12:27:47.208086774 +0100
@@ -10,9 +10,11 @@
 # also defined, but not for general use are
 # FREETYPE_LIBRARY, where to find the FREETYPE library.
 
-FIND_PATH(FREETYPE_INCLUDE_DIR_FT2BUILD ft2build.h)
+FIND_PATH(FREETYPE_INCLUDE_DIR_FT2BUILD ft2build.h
+  /usr/include/freetype2
+)
 
-FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER freetype/config/ftheader.h
+FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER config/ftheader.h
   /usr/include/freetype2
   /usr/local/include/freetype2
 )


Bug#732735: performous: FTBFS: Required library Freetype NOT FOUND.

2013-12-22 Thread Roland Stigge
Hi,

I can also confirm that Markus' patch works.

Thanks,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#713333: ocl-icd: FTBFS: /usr/share/automake-1.13/am/ltlibrary.am: warning: 'libOpenCL.la': linking libtool libraries using a non-POSIX

2013-12-21 Thread Roland Stigge
Adding AM_PROG_AR to configure.ac before the LT_INIT line fixes this
issue in unstable.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732735: performous: FTBFS: Required library Freetype NOT FOUND.

2013-12-20 Thread Roland Stigge
Source: performous
Version: 0.7.0-2
Severity: serious

Hi,

performous FTBFS in current unstable like this:

...
-- Found Boost 1.54.0
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: 
/usr/lib/powerpc-linux-gnuspe/libboost_thread.so;/usr/lib/powerpc-linux-gnuspe/libboost_date_time.so;/usr/lib/powerpc-linux-gnuspe/libboost_program_options.so;/usr/lib/powerpc-linux-gnuspe/libboost_regex.so;/usr/lib/powerpc-linux-gnuspe/libboost_filesystem.so;optimized;/usr/lib/powerpc-linux-gnuspe/libboost_system.so;debug;/usr/lib/powerpc-linux-gnuspe/libboost_system.so;optimized;/usr/lib/powerpc-linux-gnuspe/libboost_system.so;debug;/usr/lib/powerpc-linux-gnuspe/libboost_system.so
-- checking for module 'sdl'
--   found sdl, version 1.2.15
-- Found SDL 
-- checking for module 'freetype2'
--   found freetype2, version 17.0.11
Freetype_INCLUDE_DIR=Freetype_INCLUDE_DIR-NOTFOUND
Freetype_LIBRARY=/usr/lib/powerpc-linux-gnuspe/libfreetype.so
CMake Error at cmake/Modules/LibFindMacros.cmake:71 (message):
  Required library Freetype NOT FOUND.

  Install the library (dev version) and try again.  If the library is already
  installed, use ccmake to set the missing variables manually.
Call Stack (most recent call first):
  cmake/Modules/FindFreetype.cmake:30 (libfind_process)
  cmake/Modules/LibFindMacros.cmake:10 (find_package)
  cmake/Modules/FindPango.cmake:11 (libfind_package)
  cmake/Modules/LibFindMacros.cmake:10 (find_package)
  cmake/Modules/FindPangoCairo.cmake:11 (libfind_package)
  game/CMakeLists.txt:75 (find_package)


-- Configuring incomplete, errors occurred!
See also /«PKGBUILDDIR»/build-tree/CMakeFiles/CMakeOutput.log.
make: *** [configure-stamp] Error 1
...


Please note that this happens with cmake 2.8.12.1-1.1 that fixes #731089, a
similar issue.

I also checked that the same happens on amd64.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732748: imanx: FTBFS on autobuilders: unconditionally relies on stuff from arch-indep builds

2013-12-20 Thread Roland Stigge
Source: imanx
Version: 0.50-9.1
Severity: serious

Hi,

imanx FTBFS on autobuilders like this:

...
make[2]: Entering directory `/«PKGBUILDDIR»'
wc -l manx.words  gv_GB.dic
cat manx.words  gv_GB.dic
mkdir -p /«PKGBUILDDIR»/debian/myspell-gv/usr/share/myspell/dicts
mkdir -p /«PKGBUILDDIR»/debian/myspell-gv/usr/share/myspell/infos/ooo
cp gv_GB.aff gv_GB.dic /«PKGBUILDDIR»/debian/myspell-gv/usr/share/myspell/dicts
cp debian/myspell.info 
/«PKGBUILDDIR»/debian/myspell-gv/usr/share/myspell/infos/ooo/myspell-gv
make[2]: Leaving directory `/«PKGBUILDDIR»'
# For debian bug  #541923
mv debian/myspell-gv/usr/share/myspell/dicts/* 
debian/myspell-gv/usr/share/hunspell
mv: target 'debian/myspell-gv/usr/share/hunspell' is not a directory
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
...

Autobuilders only build arch specific packages. I checked that when building
both arch and arch-indep packages, the problem is gone. Looks like the package
unconditionally relies on stuff from arch-indep builds.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732745: igaelic: FTBFS on autobuilders: unconditionally relies on stuff from arch-indep builds

2013-12-20 Thread Roland Stigge
Source: igaelic
Version: 0.50-8
Severity: serious

Hi,

igaelic FTBFS on autobuilders like this:

...
make[2]: Entering directory `/«PKGBUILDDIR»'
wc -l gaelic.words  gd_GB.dic
cat gaelic.words  gd_GB.dic
mkdir -p /«PKGBUILDDIR»/debian/myspell-gd/usr/share/myspell/dicts
mkdir -p /«PKGBUILDDIR»/debian/myspell-gd/usr/share/myspell/infos/ooo
cp gd_GB.aff gd_GB.dic /«PKGBUILDDIR»/debian/myspell-gd/usr/share/myspell/dicts
cp debian/myspell.info 
/«PKGBUILDDIR»/debian/myspell-gd/usr/share/myspell/infos/ooo/myspell-gd
make[2]: Leaving directory `/«PKGBUILDDIR»'
# For debian bug  #541923
mv debian/myspell-gd/usr/share/myspell/dicts/* 
debian/myspell-gd/usr/share/hunspell
mv: target 'debian/myspell-gd/usr/share/hunspell' is not a directory
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
...

Autobuilders only build arch specific packages. I checked that when building
both arch and arch-indep packages, the problem is gone. Looks like the package
unconditionally relies on stuff from arch-indep builds.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732381: unifont: FTBFS: /bin/sh: 1: bdftopcf: not found

2013-12-17 Thread Roland Stigge
Source: unifont
Version: 1:5.1.20080914-4
Severity: serious
Tags: patch

Hi,

unifont FTBFS in current unstable like this on the autobuilders:

...
bdftopcf compiled/unifont-6.3.20131215.bdf \
 compiled/unifont-6.3.20131215.pcf
/bin/sh: 1: bdftopcf: not found
make[4]: *** [pcf] Error 127
make[4]: Leaving directory `/«PKGBUILDDIR»/font'
make[3]: *** [compiled] Error 2
make[2]: make[3]: Leaving directory `/«PKGBUILDDIR»/font'
*** [buildfont] Error 2
make[1]: *** [override_dh_auto_build] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Moving xfonts-utils from Build-Depends-Indep to Build-Depends helps.

Roland.


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732402: latex2rtf: FTBFS: Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)

2013-12-17 Thread Roland Stigge
Source: latex2rtf
Version: 2.3.4-0.1
Severity: serious

Hi,

latex2rtf FTBFS in current unstable like this:

...
-- Protobuf: doing try-compiles for pthread test
CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindFreetype.cmake:119 
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  VTK/CMake/vtkModuleMacros.cmake:633 (find_package)
  VTK/ThirdParty/freetype/CMakeLists.txt:1 (vtk_module_third_party)


-- Configuring incomplete, errors occurred!
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeOutput.log.
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeError.log.
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -Wno-dev 
-DBUILD_DOCUMENTATION=ON -DCMAKE_INSTALL_RPATH=/usr/lib/paraview 
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF -DCMAKE_SKIP_RPATH=OFF 
-DBUILD_SHARED_LIBS=ON -DVTK_USE_SYSTEM_FREETYPE=ON -DVTK_USE_SYSTEM_JPEG=ON 
-DVTK_USE_SYSTEM_PNG=ON -DBUILD_TESTING=OFF -DVTK_USE_MPEG2_ENCODER=OFF 
-DVTK_USE_FFMPEG_ENCODER=ON -DPARAVIEW_ENABLE_FFMPEG=ON 
-DVTK_USE_OGGTHEORA_ENCODER=ON -DVTK_USE_SYSTEM_OGGTHEORA=ON 
-DVTK_INSTALL_LIBRARY_DIR=lib/paraview -DVTK_INSTALL_ARCHIVE_DIR=lib/paraview 
-DVTK_INSTALL_INCLUDE_DIR=include/paraview 
-DVTK_INSTALL_DATA_DIR=share/paraview -DVTK_INSTALL_DOC_DIR=share/doc/paraview 
-DVTK_INSTALL_PACKAGE_DIR=lib/cmake/paraview -DVTK_CUSTOM_LIBRARY_SUFFIX= 
-DVTK_USE_SYSTEM_TIFF=ON -DVTK_USE_SYSTEM_ZLIB=ON -DBUILD_EXAMPLES=OFF 
-DVTK_USE_SYSTEM_LIBXML2=ON -DVTK_USE_SYSTEM_EXPAT=ON 
-DDOCUMENTATION_HTML_HELP=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON 
-DBUILD_DOCUMENTATI
 ON=ON -DPARAVIEW_USE_MPI=ON -DMPI_INCLUDE_PATH=/usr/include/mpi 
-DVTK_USE_SYSTEM_HDF5=ON -DPARAVIEW_ENABLE_PYTHON=ON 
-DPARAVIEW_BUILD_PLUGIN_AdiosReader:BOOL=ON 
-DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON -DEigen_DIR=/usr/include/eigen3 
returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732402: latex2rtf: FTBFS: cp: cannot stat 'doc/latex2rtf.html': No such file or directory

2013-12-17 Thread Roland Stigge
Sorry, reported wrong error.

This is the right one:

Output written on latex2rtf.pdf (70 pages, 323638 bytes).
Transcript written on latex2rtf.log.
chmod 644 latex2rtf.pdf
make[3]: Leaving directory `/«PKGBUILDDIR»/doc'
mkdir -p /«PKGBUILDDIR»/debian/tmp/usr/bin
mkdir -p /«PKGBUILDDIR»/debian/tmp/usr/share/man/man1
mkdir -p /«PKGBUILDDIR»/debian/tmp/usr/share/latex2rtf/cfg
cp -p scripts/latex2png  /«PKGBUILDDIR»/debian/tmp/usr/bin
cp -p doc/latex2rtf.1/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1
cp -p doc/latex2png.1/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1
cp -p cfg/fonts.cfg cfg/direct.cfg cfg/ignore.cfg cfg/style.cfg
cfg/afrikaans.cfg cfg/bahasa.cfg cfg/basque.cfg cfg/brazil.cfg
cfg/breton.cfg cfg/catalan.cfg cfg/croatian.cfg cfg/czech.cfg
cfg/danish.cfg cfg/dutch.cfg cfg/english.cfg cfg/esperanto.cfg
cfg/estonian.cfg cfg/finnish.cfg cfg/french.cfg cfg/galician.cfg
cfg/german.cfg cfg/icelandic.cfg cfg/irish.cfg cfg/italian.cfg
cfg/latin.cfg cfg/lsorbian.cfg cfg/magyar.cfg cfg/norsk.cfg
cfg/nynorsk.cfg cfg/polish.cfg cfg/portuges.cfg cfg/romanian.cfg
cfg/samin.cfg cfg/scottish.cfg cfg/serbian.cfg cfg/slovak.cfg
cfg/slovene.cfg cfg/spanish.cfg cfg/swedish.cfg cfg/turkish.cfg
cfg/usorbian.cfg cfg/welsh.cfg cfg/russian.cfg cfg/ukrainian.cfg
cfg/frenchb.cfg cfg/greek.cfg cfg/british.cfg
/«PKGBUILDDIR»/debian/tmp/usr/share/latex2rtf/cfg
cp -p doc/latex2rtf.html
/«PKGBUILDDIR»/debian/tmp/usr/share/doc/latex2rtf-doc/
cp: cannot stat 'doc/latex2rtf.html': No such file or directory
make[2]: *** [install] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_install: make -j4 install DESTDIR=/«PKGBUILDDIR»/debian/tmp
AM_UPDATE_INFO_DIR=no SUPPORTDIR=/share/doc/latex2rtf-doc/
DESTDIR=/«PKGBUILDDIR»/debian/tmp/usr returned exit code 2
make[1]: *** [override_dh_auto_install] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2

This is caused by doing some arch-indep build in debian/rules, but
installing unconditionally. That's why the buildds that only build
arch-dependent stuff can't install the results.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732404: paraview: FTBFS: Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)

2013-12-17 Thread Roland Stigge
Source: paraview
Version: 4.0.1-1
Severity: serious

Hi,

paraview FTBFS in current unstable like this:

...
-- Protobuf: doing try-compiles for pthread test
CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindFreetype.cmake:119 
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  VTK/CMake/vtkModuleMacros.cmake:633 (find_package)
  VTK/ThirdParty/freetype/CMakeLists.txt:1 (vtk_module_third_party)


-- Configuring incomplete, errors occurred!
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeOutput.log.
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeError.log.
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -Wno-dev 
-DBUILD_DOCUMENTATION=ON -DCMAKE_INSTALL_RPATH=/usr/lib/paraview 
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF -DCMAKE_SKIP_RPATH=OFF 
-DBUILD_SHARED_LIBS=ON -DVTK_USE_SYSTEM_FREETYPE=ON -DVTK_USE_SYSTEM_JPEG=ON 
-DVTK_USE_SYSTEM_PNG=ON -DBUILD_TESTING=OFF -DVTK_USE_MPEG2_ENCODER=OFF 
-DVTK_USE_FFMPEG_ENCODER=ON -DPARAVIEW_ENABLE_FFMPEG=ON 
-DVTK_USE_OGGTHEORA_ENCODER=ON -DVTK_USE_SYSTEM_OGGTHEORA=ON 
-DVTK_INSTALL_LIBRARY_DIR=lib/paraview -DVTK_INSTALL_ARCHIVE_DIR=lib/paraview 
-DVTK_INSTALL_INCLUDE_DIR=include/paraview 
-DVTK_INSTALL_DATA_DIR=share/paraview -DVTK_INSTALL_DOC_DIR=share/doc/paraview 
-DVTK_INSTALL_PACKAGE_DIR=lib/cmake/paraview -DVTK_CUSTOM_LIBRARY_SUFFIX= 
-DVTK_USE_SYSTEM_TIFF=ON -DVTK_USE_SYSTEM_ZLIB=ON -DBUILD_EXAMPLES=OFF 
-DVTK_USE_SYSTEM_LIBXML2=ON -DVTK_USE_SYSTEM_EXPAT=ON 
-DDOCUMENTATION_HTML_HELP=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON 
-DBUILD_DOCUMENTATI
 ON=ON -DPARAVIEW_USE_MPI=ON -DMPI_INCLUDE_PATH=/usr/include/mpi 
-DVTK_USE_SYSTEM_HDF5=ON -DPARAVIEW_ENABLE_PYTHON=ON 
-DPARAVIEW_BUILD_PLUGIN_AdiosReader:BOOL=ON 
-DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON -DEigen_DIR=/usr/include/eigen3 
returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Roland.

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732423: kde-workspace: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/kde4/kcm_fonts.so': No such file or directory

2013-12-17 Thread Roland Stigge
Source: kde-workspace
Version: 4:4.11.3-2
Severity: serious

Hi,

kde-workspace FTBFS in current unstable like this:

...
make[3]: Leaving directory `/«PKGBUILDDIR»/obj-powerpc-linux-gnuspe'
chmod a-x debian/tmp/usr/share/autostart/klipper.desktop
make[2]: Leaving directory `/«PKGBUILDDIR»'
# Running override target (override_dh_install)
test -z `ls debian/*.debhelper.log 2/dev/null` || sed -i 
'/^override_dh_install[[:space:]]/d' debian/*.debhelper.log
/usr/bin/make -f debian/rules override_dh_install 
DH_INTERNAL_OVERRIDE=dh_install  # [-a]
make[2]: Entering directory `/«PKGBUILDDIR»'
dh_install 
cp: cannot stat 'debian/tmp/usr/lib/kde4/kcm_fonts.so': No such file or 
directory
dh_install: cp -a debian/tmp/usr/lib/kde4/kcm_fonts.so 
debian/systemsettings//usr/lib/kde4/ returned exit code 1
make[2]: *** [override_dh_install] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [pre_install-arch_dh_install] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [debian/dhmk_install-arch] Error 2
...

Roland.

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732316: mysql-workbench: FTBFS: ft2build.h: No such file or directory

2013-12-16 Thread Roland Stigge
Source: mysql-workbench
Version: 6.0.8+dfsg-1
Severity: serious
Tags: patch

Hi,

mysql-workbench FTBFS in current unstable like this:

...
[ 56%] Building CXX object 
plugins/db.mysql.editors/linux/CMakeFiles/db.mysql.editors.wbp.dir/mysql_table_editor_fe.cpp.o
cd 
/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/obj-powerpc-linux-gnuspe/plugins/db.mysql.editors/linux
  /usr/bin/c++   -DTIXML_USE_STL=1 -D__STDC_FORMAT_MACROS 
-Ddb_mysql_editors_wbp_EXPORTS -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-O2 -g -DNDEBUG -fPIC 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/plugins/migration/copytable 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/library/base -I/usr/include/gtk-2.0 
-I/usr/lib/powerpc-linux-gnuspe/gtk-2.0/include -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/powerpc-linux-gnuspe/glib-2.0/include 
-I/usr/include/gtkmm-2.4 -I/usr/lib/powerpc-linux-gnuspe/gtkmm-2.4/include 
-I/usr/include/gdkmm-2.4 -I/usr/lib/powerpc-linux-gnuspe/gdkmm-2.4/include 
-I/usr/include/pangomm-1.4 -I/usr/lib/powerpc-linux-gnuspe/pangomm-1.4/include 
-I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include 
-I/usr/include/giomm-2.4
  -I/usr/lib/powerpc-linux-gnuspe/giomm-2.4/include -I/usr/include/atkmm-1.6 
-I/usr/include/glibmm-2.4 -I/usr/lib/powerpc-linux-gnuspe/glibmm-2.4/include 
-I/usr/include/sigc++-2.0 -I/usr/lib/powerpc-linux-gnuspe/sigc++-2.0/include 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/plugins/db.mysql.editors/linux/. 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/generated 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/backend/wbpublic 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/library/grt/src 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/library/forms 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/modules/interfaces 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/library/grt/src/diff 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/library/sql-parser/include 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/library/sql-parser/source 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/plugins 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/modules 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/frontend/linux 
-I/«BUILDDIR»/mysql-workbench-6.0.8
 +dfsg/frontend/linux/workbench 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/frontend/linux/linux_utilities 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/frontend/linux/sqlide 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/ext/scintilla/include 
-I/«BUILDDIR»/mysql-workbench-6.0.8+dfsg -I/usr/include/python2.7 
-I/usr/include/powerpc-linux-gnuspe/python2.7 -I/usr/include/lua5.1 
-I/usr/include/libxml2-Wall -Wsign-compare -Wextra -Wno-unused 
-Wno-deprecated -o 
CMakeFiles/db.mysql.editors.wbp.dir/mysql_table_editor_fe.cpp.o -c 
/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/plugins/db.mysql.editors/linux/mysql_table_editor_fe.cpp
In file included from /usr/include/cairomm-1.0/cairomm/fontoptions.h:26:0,
 from /usr/include/cairomm-1.0/cairomm/surface.h:37,
 from /usr/include/cairomm-1.0/cairomm/context.h:24,
 from /usr/include/pangomm-1.4/pangomm/context.h:43,
 from /usr/include/pangomm-1.4/pangomm/layout.h:36,
 from /usr/include/gdkmm-2.4/gdkmm/drawable.h:29,
 from /usr/include/gdkmm-2.4/gdkmm/pixbuf.h:32,
 from 
/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/frontend/linux/linux_utilities/image_cache.h:4,
 from 
/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/plugins/db.mysql.editors/linux/mysql_table_editor_fe.cpp:17:
/usr/include/cairo/cairo-ft.h:46:22: fatal error: ft2build.h: No such file or 
directory
compilation terminated.
make[4]: *** 
[plugins/db.mysql.editors/linux/CMakeFiles/db.mysql.editors.wbp.dir/mysql_table_editor_fe.cpp.o]
 Error 1
make[4]: Leaving directory 
`/«BUILDDIR»/mysql-workbench-6.0.8+dfsg/obj-powerpc-linux-gnuspe'
make[3]: *** 
[plugins/db.mysql.editors/linux/CMakeFiles/db.mysql.editors.wbp.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs
...

freetype changed by moving ft2build.h to an include subdir not found now.
pkg-config --cflags cairo does the right thing but unfortunately, the result
is not used correctly in all relevant places. The attached patch fixes this.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- mysql-workbench-6.0.8+dfsg.orig/plugins/db.mysql.editors/linux/CMakeLists.txt
+++ mysql-workbench-6.0.8+dfsg/plugins/db.mysql.editors/linux/CMakeLists.txt
@@ -33,6 +33,7 @@ include_directories(.
 ${VSQLITE_INCLUDE_DIRS}
 ${PROJECT_SOURCE_DIR}
 ${GTK2_INCLUDE_DIRS}
+${CAIRO_INCLUDE_DIRS}
 ${SIGC++_INCLUDE_DIRS}
 ${GRT_INCLUDE_DIRS}
 

Bug#732321: freeorion: FTBFS: Freetype library not found

2013-12-16 Thread Roland Stigge
Source: freeorion
Version: 0.4.3-2
Severity: serious

Hi,

freeorion FTBFS in current unstable like this:

...

-- Could NOT find Freetype (missing:  FREETYPE_INCLUDE_DIRS) 
CMake Error at GG/CMakeLists.txt:209 (message):
  Freetype library not found.


-- Configuring incomplete, errors occurred!
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeOutput.log.
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeError.log.
dh_auto_configure: cmake ../FreeOrion -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DBUILD_DOCUMENTATION=off 
-DBUILD_TUTORIALS=off -DBUILD_OGRE_DRIVER=ON -DBUILD_OGRE_OIS_PLUGIN=ON 
-DLIB_SUFFIX=/freeorion returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732325: exodusii: FTBFS: zlib and hdf missing

2013-12-16 Thread Roland Stigge
Source: exodusii
Version: 5.14.dfsg.1-2
Severity: serious
Tags: patch

Hi,

exodusii FTBFS in current unstable like this:

...
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
CMake Error at CMakeLists.txt:60 (MESSAGE):
  HDF5 Support specified, cannot find ZLib.


-- Configuring incomplete, errors occurred!
See also /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log.
dh_auto_configure: cmake ../exodus -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None returned exit code 1
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
...

Adding zlib1g-dev and libhdf5-dev to Build-Depends: helps.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732325: exodusii: FTBFS: zlib and hdf missing

2013-12-16 Thread Roland Stigge
Update: You also need csh to make it build.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#732325: exodusii: FTBFS: zlib and hdf missing

2013-12-16 Thread Roland Stigge
On 16/12/13 20:52, Alastair McKinstry wrote:
 On 16/12/2013 19:34, Roland Stigge wrote:
 Update: You also need csh to make it build.
 Ok, so csh is used in the tests, but for some reason works for me in
 pbuilder, even though its not in B-D. Investigating further.

I used sbuild logs from buildds.

Maybe csh is included in the pbuilder chroot already?

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#731935: msort: FTBFS on arch-only builds (buildds)

2013-12-11 Thread Roland Stigge
Source: msort
Version: 8.53-1
Severity: serious
Tags: patch

Hi,

msort FTBFS on all buildds like this:

...
   dh_auto_install -a
make[1]: Entering directory `/«PKGBUILDDIR»'
make[2]: Entering directory `/«PKGBUILDDIR»'
test -z /usr/bin || mkdir -p -- /«PKGBUILDDIR»/debian/tmp/usr/bin
  /usr/bin/install -c 'msort' '/«PKGBUILDDIR»/debian/tmp/usr/bin/msort'
test -z /usr/bin || mkdir -p -- /«PKGBUILDDIR»/debian/tmp/usr/bin
 /usr/bin/install -c 'msg' '/«PKGBUILDDIR»/debian/tmp/usr/bin/msg'
test -z /usr/share/man/man1 || mkdir -p -- 
/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1
 /usr/bin/install -c -m 644 './msort.1' 
'/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1/msort.1'
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
   debian/rules override_dh_install
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_install
mv debian/msort-gui/usr/bin/msg debian/msort-gui/usr/bin/msort-gui
mv: cannot stat 'debian/msort-gui/usr/bin/msg': No such file or directory
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
...

This is caused by the (wrong) assumption that arch dependent and independent
binary packages are built at the same time. (buildds only build arch dependent
packages with dpkg-buildpackage -B).

The problem can be fixed by changing override_dh_install in debian/rules to
override_dh_install-indep:.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#731710: update-alternatives: Segmentation fault

2013-12-10 Thread Roland Stigge
Hi,

I can confirm that the patch fixes the issue (reproduced on powerpcspe).

Thanks in advance for integrating the fix,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 ${p%_plugin*}) 
-DMODULE_NAME_IS_$(p=libfreetype_plugin_la-freetype.lo; p=${p##*/}; 
p=${p#lib}; echo ${p%_plugin*}) 
-DMODULE_STRING=\$(p=libfreetype_plugin_la-freetype.lo; p=${p##*/}; 
p=${p#lib}; echo ${p%_plugin*})\ -D__PLUGIN__ -I/usr/include/freetype2   
-DHAVE_FONTCONFIG -I/usr/include/fribidi   -DHAVE_FRIBIDI -I../../include 
-I../../include -D_FORTIFY_SOURCE=2   -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -mtune=8548 -Wall 
-Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast 
-Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var 
-Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math 
-funroll-loops -fomit-frame-pointer -c -o libfreetype_plugin_la-freetype.lo 
`test -f 'freetype.c' || echo './'`freetype.c
freetype.c:93:30: fatal error: freetype/ftsynth.h: No such file or directory
compilation terminated.
make[5]: *** [libfreetype_plugin_la-freetype.lo] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/modules/text_renderer'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/«PKGBUILDDIR»/modules/text_renderer'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
...

Attaching a patch that fixes this by considering the new location of a header
file.

Thanks in advance,

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: vlc-2.1.1/modules/text_renderer/freetype.c
===
--- vlc-2.1.1.orig/modules/text_renderer/freetype.c	2013-09-12 17:18:34.0 +0200
+++ vlc-2.1.1/modules/text_renderer/freetype.c	2013-12-05 22:59:07.375288208 +0100
@@ -90,7 +90,7 @@
 #endif
 
 /* Freetype */
-#include freetype/ftsynth.h
+#include ftsynth.h
 #include FT_FREETYPE_H
 #include FT_GLYPH_H
 #include FT_STROKER_H


Bug#724168: ocsigenserver: FTBFS: make[1]: *** No rule to make target `Makefile.config'. Stop.

2013-12-06 Thread Roland Stigge
Hi,

this issue seems to be fixed in 2.2.0-2 (experimental). Can you push to
unstable?

Thanks,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#731365: perl: regex makes other packages FTBFS, patch available

2013-12-04 Thread Roland Stigge
Package: perl
Version: 5.18.1-4
Severity: serious
Tags: patch

Hi,

in #723913 (see http://bugs.debian.org/723913) it turned out that FTBFS of
latex2html and some packages FTBFSing (condor, starlink-ast) could be traced
back to perl.

https://bugzilla.redhat.com/show_bug.cgi?id=978233

suggests that perl's upstream commit f1e1b256c5c1773d90e828cca6323c53fa23391b
fixes this.

I tested this and it works. :-)

Attaching the adjusted patch that applies to Debian's 5.18.1-4.

Thanks to Tim Theisen for digging this out.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- perl-5.18.1.orig/regcomp.c
+++ perl-5.18.1/regcomp.c
@@ -10659,7 +10659,7 @@ tryagain:
 if (num  1)
 vFAIL(Reference to nonexistent or unclosed group);
 }
-		if (!isg  num  9  num = RExC_npar)
+if (!isg  num  9  num = RExC_npar  *RExC_parse != '8'  *RExC_parse != '9')
 /* Probably a character specified in octal, e.g. \35 */
 		goto defchar;
 		else {
@@ -10936,10 +10936,28 @@ tryagain:
 			p++;
 			ender = grok_bslash_c(*p++, UTF, SIZE_ONLY);
 			break;
-		case '0': case '1': case '2': case '3':case '4':
+case '8': case '9': /* must be a backreference */
+--p;
+goto loopdone;
+case '1': case '2': case '3':case '4':
 		case '5': case '6': case '7':
-			if (*p == '0' ||
-			(isDIGIT(p[1])  atoi(p) = RExC_npar))
+/* When we parse backslash escapes there is ambiguity between
+ * backreferences and octal escapes. Any escape from \1 - \9 is
+ * a backreference, any multi-digit escape which does not start with
+ * 0 and which when evaluated as decimal could refer to an already
+ * parsed capture buffer is a backslash. Anything else is octal.
+ *
+ * Note this implies that \118 could be interpreted as 118 OR as
+ * \11 . 8 depending on whether there were 118 capture buffers
+ * defined already in the pattern.
+ */
+if ( !isDIGIT(p[1]) || atoi(p) = RExC_npar )
+{  /* Not to be treated as an octal constant, go
+   find backref */
+--p;
+goto loopdone;
+}
+case '0':
 			{
 			I32 flags = PERL_SCAN_SILENT_ILLDIGIT;
 			STRLEN numlen = 3;
@@ -10958,11 +10976,6 @@ tryagain:
  form_short_octal_warning(p, numlen));
 }
 			}
-else {  /* Not to be treated as an octal constant, go
-   find backref */
-			--p;
-			goto loopdone;
-			}
 			if (PL_encoding  ender  0x100)
 			goto recode_encoding;
 			break;
--- perl-5.18.1.orig/t/re/pat.t
+++ perl-5.18.1/t/re/pat.t
@@ -20,7 +20,7 @@ BEGIN {
 require './test.pl';
 }
 
-plan tests = 472;  # Update this when adding/deleting tests.
+plan tests = 572;  # Update this when adding/deleting tests.
 
 run_tests() unless caller;
 
@@ -1380,6 +1380,23 @@ EOP
 	is ($s, 'XXcdXXX', 'RT #119125 with /x');
 }
 
+{
+# if we have 87 capture buffers defined then \87 should refer to the 87th.
+# test that this is true for 1..100
+my $str= aa;
+for my $i (1..100) {
+my $pat= a;
+$pat= ($pat) for 1 .. $i;
+$pat.=\\$i;
+eval {
+ok($str=~/$pat/,\\$i works with $i buffers);
+1;
+} or do {
+ok(0,\\$i works with $i buffers);
+};
+}
+}
+
 } # End of sub run_tests
 
 1;
--- perl-5.18.1.orig/t/re/re_tests
+++ perl-5.18.1/t/re/re_tests
@@ -1487,10 +1487,9 @@ abc\N{def	-	c	-	\\N{NAME} must be resolv
 [a\o{1000}]	\x{200}	y	$	\x{200}
 
 # The below were inserting a NULL
-\87	87	y	$	87
-a\87	a87	y	$	a87
-a\97	a97	y	$	a97
-
+\87	87	c	-	Reference to nonexistent group in regex
+a\87	a87	c	-	Reference to nonexistent group in regex
+a\97	a97	c	-	Reference to nonexistent group in regex
 
 # The below was inserting a NULL into the character class.
 [\8\9]	\000	Sn	-	-
--- perl-5.18.1.orig/t/re/reg_mesg.t
+++ perl-5.18.1/t/re/reg_mesg.t
@@ -174,6 +174,9 @@ my @death =
  'm/[\o]/' = 'Missing braces on \o{} {#} m/[\o{#}]/',
  'm/[\o{}]/' = 'Number with no digits {#} m/[\o{}{#}]/',
  'm/(?^-i:foo)/' = 'Sequence (?^-...) not recognized {#} 

Bug#723913: FTBFS: \8 and \9 back-references not working in regex parsing with recent Perl 5.18

2013-12-04 Thread Roland Stigge
I forwarded this issue together with ported and tested patch to Debian
#731365.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#731214: dialign-t: FTBFS with debian/rules build-arch

2013-12-03 Thread Roland Stigge
Source: dialign-t
Version: 1.0.2-4
Severity: serious
Tags: patch

Hi,

dialign-t currenly FTBFS on all buildds because they only run debian/rules
build-arch, i.e. without building arch independent packages:

...
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_fixperms
chmod 644 /«PKGBUILDDIR»/debian/dialign-tx-data/usr/share/dialign-tx/*
chmod: cannot access 
'/«PKGBUILDDIR»/debian/dialign-tx-data/usr/share/dialign-tx/*': No such file or 
directory
make[1]: *** [override_dh_fixperms] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
...

This can be fixed in debian/rules like this:

==
override_dh_fixperms:
dh_fixperms

override_dh_fixperms-indep:
chmod 644 $(CURDIR)/debian/dialign-tx-data/usr/share/dialign-tx/*
==

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#723913: FTBFS: tests never finish

2013-12-03 Thread Roland Stigge
Hi,

I'll need to check if the new upstream version at

http://www.ctan.org/tex-archive/support/latex2html/

(2012)

fixes this. Problem is that it's a fork of latex2html independent of
Ross Moore.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730984: r-bioc-rsamtools: FTBFS: fatal error: XVector_defines.h: No such file or directory

2013-11-30 Thread Roland Stigge
Package: r-bioc-rsamtools
Version: 1.12.4-1
Severity: serious

Hi,

r-bioc-rsamtools FTBFS like this:

...
dh_installdirs  usr/lib/R/site-library
echo R:Depends=r-base-core (= 3.0.2-1)  debian/r-bioc-rsamtools.substvars
if test -f /usr/bin/xvfb-run; then  \
 xvfb-run -a\
R CMD INSTALL -l 
/«PKGBUILDDIR»/debian/r-bioc-rsamtools/usr/lib/R/site-library --clean \
 . ;\
else\
 R CMD INSTALL -l 
/«PKGBUILDDIR»/debian/r-bioc-rsamtools/usr/lib/R/site-library \
--clean  . ;\
fi
* installing *source* package 'Rsamtools' ...
** libs
make[1]: Entering directory `/«PKGBUILDDIR»/src'
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG   
-I/usr/lib/R/site-library/Biostrings/include 
-I/usr/lib/R/site-library/IRanges/include  -fopenmp -D_USE_KNETFILE 
-D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -Dfprintf=_samtools_fprintf 
-Dexit=_samtools_exit -Dabort=_samtools_abort -I./samtools 
-I./samtools/bcftools -I./tabix -fpic  -O3 -pipe  -g  -c Biostrings_stubs.c -o 
Biostrings_stubs.o
In file included from 
/usr/lib/R/site-library/Biostrings/include/Biostrings_interface.h:114:0,
 from 
/usr/lib/R/site-library/Biostrings/include/_Biostrings_stubs.c:1,
 from Biostrings_stubs.c:1:
/usr/lib/R/site-library/Biostrings/include/Biostrings_defines.h:19:29: fatal 
error: XVector_defines.h: No such file or directory
compilation terminated.
make[1]: *** [Biostrings_stubs.o] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: Entering directory `/«PKGBUILDDIR»/src'
make[1]: Leaving directory `/«PKGBUILDDIR»/src'
ERROR: compilation failed for package 'Rsamtools'
* removing 
'/«PKGBUILDDIR»/debian/r-bioc-rsamtools/usr/lib/R/site-library/Rsamtools'
make: *** [R_any_arch] Error 1
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#731005: contextfree: FTBFS: unrecognized command line option '-march=native'

2013-11-30 Thread Roland Stigge
Package: contextfree
Version: 3.0.5+dfsg1-1
Severity: serious
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

contextfree FTBFS on several arches (everything except on I*tel like and ARM
where -march=native is supported):

...
mkdir -p objs 2 /dev/null || true
set -e; g++ -g -O2 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-Isrc-common -Isrc-unix -Iobjs -Isrc-agg/include -Isrc-common/agg-extras 
-Isrc-ffmpeg/include -O3 -Wall -march=native -Wno-parentheses  -c -MM 
src-common/cfdg.cpp \
| sed 's,\(.*\.o\)\( *:\),objs/\1 objs/cfdg.d\2,g'  objs/cfdg.d; \
[ -s objs/cfdg.d ] || rm -f objs/cfdg.d
cc1plus: error: unrecognized command line option '-march=native'
...

Attaching a patch that fixes this by removing -march=native from Makefile.
Please note that -march=native is not good on Debian anyway since specialized
code on the autodetected local hardware might not work on other machines
besides the buildd.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- contextfree-3.0.5+dfsg1.orig/Makefile
+++ contextfree-3.0.5+dfsg1/Makefile
@@ -133,7 +133,7 @@ $(OUTPUT_DIR)/rtest-2k.png: cfdg $(RTEST
 #
 
 CPPFLAGS += $(patsubst %,-I%,$(INC_DIRS))
-CPPFLAGS += -O3 -Wall -march=native -Wno-parentheses
+CPPFLAGS += -O3 -Wall -Wno-parentheses
 #CPPFLAGS += -ggdb
 
 $(OBJ_DIR)/%.o : %.cpp


Bug#730574: r-bioc-genomicranges: FTBFS: error: unknown type name 'cachedCharSeq'

2013-11-26 Thread Roland Stigge
Package: r-bioc-genomicranges
Version: 1.12.4-1
Severity: serious

Hi,

r-bioc-genomicranges FTBFS like this:

...
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG   
-I/usr/lib/R/site-library/IRanges/include   -fpic  -O3 -pipe  -g  -c 
transcript_utils.c -o transcript_utils.o
transcript_utils.c:146:1: error: unknown type name 'cachedCharSeq'
transcript_utils.c: In function 'copy_exon':
transcript_utils.c:154:3: warning: implicit declaration of function 
'Orevcopy_bytes_from_i1i2_with_lkup' [-Wimplicit-function-declaration]
transcript_utils.c:156:6: error: request for member 'seq' in something not a 
structure or union
transcript_utils.c:156:15: error: request for member 'length' in something not 
a structure or union
transcript_utils.c:159:3: warning: implicit declaration of function 
'Ocopy_bytes_from_i1i2_with_lkup' [-Wimplicit-function-declaration]
transcript_utils.c:161:6: error: request for member 'seq' in something not a 
structure or union
transcript_utils.c:161:15: error: request for member 'length' in something not 
a structure or union
transcript_utils.c: At top level:
transcript_utils.c:167:1: error: unknown type name 'cachedCharSeq'
transcript_utils.c: In function 'extract_transcripts':
transcript_utils.c:260:2: error: unknown type name 'cachedCharSeq'
transcript_utils.c:262:2: error: unknown type name 'cachedXVectorList'
transcript_utils.c:266:2: warning: implicit declaration of function 
'cache_XRaw' [-Wimplicit-function-declaration]
transcript_utils.c:269:2: error: request for member 'length' in something not a 
structure or union
transcript_utils.c:271:2: warning: implicit declaration of function 
'alloc_XRawList' [-Wimplicit-function-declaration]
transcript_utils.c:271:2: warning: assignment makes pointer from integer 
without a cast [enabled by default]
transcript_utils.c:273:2: warning: implicit declaration of function 
'cache_XVectorList' [-Wimplicit-function-declaration]
transcript_utils.c:274:2: warning: implicit declaration of function 
'get_cachedXVectorList_length' [-Wimplicit-function-declaration]
transcript_utils.c:285:3: warning: implicit declaration of function 
'get_cachedXRawList_elt' [-Wimplicit-function-declaration]
transcript_utils.c:288:29: error: request for member 'seq' in something not a 
structure or union
make[1]: *** [transcript_utils.o] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: Entering directory `/«PKGBUILDDIR»/src'
make[1]: Leaving directory `/«PKGBUILDDIR»/src'
ERROR: compilation failed for package 'GenomicRanges'
* removing 
'/«PKGBUILDDIR»/debian/r-bioc-genomicranges/usr/lib/R/site-library/GenomicRanges'
make: *** [R_any_arch] Error 1
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730589: zygrib: FTBFS: Tries to create directory in user's home

2013-11-26 Thread Roland Stigge
Source: zygrib
Version: 6.2.1-1
Severity: serious

Hi,

zygrib FTBFS like this:

...
mkdir -p /sbuild-nonexistent/zyGrib
mkdir: cannot create directory '/sbuild-nonexistent': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_install: make -j1 install DESTDIR=/«PKGBUILDDIR»/debian/tmp 
AM_UPDATE_INFO_DIR=no returned exit code 2
make: *** [binary-arch] Error 2
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730592: r-bioc-biostrings: FTBFS: error: unknown type name 'cachedCharSeq'

2013-11-26 Thread Roland Stigge
Package: r-bioc-biostrings
Version: 2.28.0-1
Severity: serious

Hi,

r-bioc-biostrings FTBFS like this:

...
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG   
-I/usr/lib/R/site-library/IRanges/include   -fpic  -O3 -pipe  -g  -c 
BAB_class.c -o BAB_class.o
In file included from Biostrings.h:1:0,
 from BAB_class.c:5:
../inst/include/Biostrings_defines.h:50:2: error: unknown type name 
'cachedCharSeq'
../inst/include/Biostrings_defines.h:59:1: error: unknown type name 
'cachedXVectorList'
In file included from BAB_class.c:5:0:
Biostrings.h:32:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:51:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:56:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:104:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:112:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:144:1: error: unknown type name 'cachedCharSeq'
Biostrings.h:514:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:515:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:526:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:527:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:535:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:536:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:577:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:578:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:591:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:592:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:604:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:605:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:617:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:618:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:627:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:628:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:947:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:958:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:977:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:1029:2: error: unknown type name 'cachedCharSeq'
Biostrings.h:1037:2: error: unknown type name 'cachedCharSeq'
make[1]: *** [BAB_class.o] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: Entering directory `/«PKGBUILDDIR»/src'
make[1]: Leaving directory `/«PKGBUILDDIR»/src'
ERROR: compilation failed for package 'Biostrings'
* removing 
'/«PKGBUILDDIR»/debian/r-bioc-biostrings/usr/lib/R/site-library/Biostrings'
make: *** [R_any_arch] Error 1
...

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730352: libisl-dev: /usr/include/isl/union_map.h:114:45: error: unknown type name 'isl_multi_aff'

2013-11-24 Thread Roland Stigge
Source: libisl-dev
Version: 0.12.1-1
Severity: serious

Hi,

upon builing llvm-toolchain-3.2, I noticed that union_map.h from libisl-dev
made it FTBFS.

Consider the following minimal example.c program:

#include isl/union_map.h
int main() {
return 0;
}

Results in:

In file included from test1.c:1:0:
/usr/include/isl/union_map.h:114:45: error: unknown type name ?isl_multi_aff?
  __isl_take isl_union_map *umap, __isl_take isl_multi_aff *ma);
 ^

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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-finite-math-only `pkg-config --cflags lv2` 
-std=c99 \
  -o build/sisco.so src/sisco.c \
  -shared -Wl,-Bstatic -Wl,-Bdynamic -Wl,-z,relro
cc1: error: unrecognized command line option '-mfpmath=sse'
make[3]: *** [build/sisco.so] Error 1
make[2]: *** [sisco.lv2] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/sisco.lv2'
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Removing -mfpmath=sse from the sisco.lv2/Makefile, as proposed in #730308, 
fixes this.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#713717: hardinfo: FTBFS: ld: cannot find -llzma

2013-11-23 Thread Roland Stigge
Hi,

I can confirm that adding liblzma-dev to build-deps fixes the issue.

Thanks,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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-security -DXTERNAL_UI -fPIC -msse -msse2 -mfpmath=sse 
-ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only `pkg-config --cflags 
lv2` -std=c99 \
  -o build/sisco.so src/sisco.c \
  -shared -Wl,-Bstatic -Wl,-Bdynamic -Wl,-z,relro
cc1: error: unrecognized command line option '-msse'
cc1: error: unrecognized command line option '-msse2'
cc1: error: unrecognized command line option '-mfpmath=sse'
make[3]: *** [build/sisco.so] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/sisco.lv2'
make[2]: *** [sisco.lv2] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Although fixed in #728411, it comes back with another instance in another
Makefile in the new upstream version. The attached patch fixes it.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- x42-plugins-20131119/sisco.lv2/Makefile.orig	2013-11-23 20:18:53.716083604 +0100
+++ x42-plugins-20131119/sisco.lv2/Makefile	2013-11-23 20:19:12.764166058 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
 PREFIX ?= /usr/local
 CFLAGS ?= -g -Wall -Wno-unused-function
 LIBDIR ?= lib


Bug#729875: gdal: FTBFS: libxml/encoding.h: No such file or directory

2013-11-18 Thread Roland Stigge
Source: gdal
Version: 1.9.0-3.1
Severity: serious

Hi!

gdal FTBFS like this:

===
make[3]: Entering directory `/«PKGBUILDDIR»/frmts/dods'
/bin/bash /«PKGBUILDDIR»/libtool --mode=compile --tag=CXX g++ -g -O2  -Wall  
-I/«PKGBUILDDIR»/port -I/«PKGBUILDDIR»/gcore -I/«PKGBUILDDIR»/alg 
-I/«PKGBUILDDIR»/ogr -I/«PKGBUILDDIR»/ogr/ogrsf_frmts -DOGR_ENABLED 
-I/«PKGBUILDDIR»/port -I/usr/include  -I/usr/include -I/usr/include/libdap 
-I/usr/include/dap -DLIBDAP_39 -c -o ../o/dodsdataset2.lo dodsdataset2.cpp
libtool: compile:  g++ -g -O2 -Wall -I/«PKGBUILDDIR»/port 
-I/«PKGBUILDDIR»/gcore -I/«PKGBUILDDIR»/alg -I/«PKGBUILDDIR»/ogr 
-I/«PKGBUILDDIR»/ogr/ogrsf_frmts -DOGR_ENABLED -I/«PKGBUILDDIR»/port 
-I/usr/include -I/usr/include -I/usr/include/libdap -I/usr/include/dap 
-DLIBDAP_39 -c dodsdataset2.cpp  -fPIC -DPIC -o ../o/.libs/dodsdataset2.o
In file included from /usr/include/libdap/AttrTable.h:54:0,
 from /usr/include/libdap/BaseType.h:57,
 from dodsdataset2.cpp:38:
/usr/include/libdap/XMLWriter.h:33:29: fatal error: libxml/encoding.h: No such 
file or directory
compilation terminated.
make[3]: *** [../o/dodsdataset2.lo] Error 1
make[2]: *** [dods-install-obj] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/frmts/dods'
make[2]: Leaving directory `/«PKGBUILDDIR»/frmts'
make[1]: *** [frmts-target] Error 2
===

Looks like pkg-config of libdap isn't used correctly. Would include
-I/usr/include/libxml2 etc.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#729648: libapreq2: FTBFS: /usr/bin/ld: cannot find -lapreq2

2013-11-15 Thread Roland Stigge
Source: libapreq2
Version: 2.13-2.1
Severity: serious

Hi,

libapreq FTBFS like this:


[...]
tmp`/usr/bin/apxs2 -q LIBEXECDIR`
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c  'mod_apreq2.la' 
'/home/rst/temp/debian/libapreq2-2.13/debian/tmp/usr/lib/apache2/modules/mod_apreq2.la'
libtool: install: warning: relinking `mod_apreq2.la'
(cd /home/rst/temp/debian/libapreq2-2.13/module/apache2; /bin/bash 
../../libtool  --tag=CC --mode=relink gcc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -export-dynamic 
-module -avoid-version 
/home/rst/temp/debian/libapreq2-2.13/library/libapreq2.la 
/usr/lib/i386-linux-gnu/libapr-1.la /usr/lib/i386-linux-gnu/libaprutil-1.la 
-Wl,-z,relro -o mod_apreq2.la -rpath /usr/lib/apache2/modules handle.lo 
filter.lo -inst-prefix-dir /home/rst/temp/debian/libapreq2-2.13/debian/tmp)  
gcc -shared  .libs/handle.o .libs/filter.o  
-L/home/rst/temp/debian/libapreq2-2.13/debian/tmp/lib -L/lib -lapreq2 
-L/home/rst/temp/debian/libapreq2-2.13/debian/tmp/usr/lib/i386-linux-gnu 
-L/usr/lib/i386-linux-gnu -lapr-1 -laprutil-1  -Wl,-z -Wl,relro -Wl,-soname 
-Wl,mod_apreq2.so -o .libs/mod_apreq2.so
/usr/bin/ld: cannot find -lapreq2
collect2: error: ld returned 1 exit status
libtool: install: error: relink `mod_apreq2.la' with the above command before 
installing it
make[4]: *** [install-pkglibLTLIBRARIES] Error 1
make[4]: Leaving directory `/home/rst/temp/debian/libapreq2-2.13/module/apache2'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/rst/temp/debian/libapreq2-2.13/module/apache2'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/rst/temp/debian/libapreq2-2.13/module'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/rst/temp/debian/libapreq2-2.13'
make: *** [binary-arch] Error 2
[...]


Looks like the scripts already look at .../debian/tmp/usr/lib/i386-linux-gnu
while libapreq2.so* is located at .../debian/tmp/usr/lib/

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#729675: italc: FTBFS: CMake Error: variables NOTFOUND

2013-11-15 Thread Roland Stigge
Source: italc
Version: 1:2.0.1-3
Severity: serious

Hi,

italc FTBFS like this:


...
-- Looking for DPMSForceLevel - found
-- Looking for XTestGrabControl
-- Looking for XTestGrabControl - found
-- Looking for XRecordEnableContextAsync
-- Looking for XRecordEnableContextAsync - found
-- Looking for include file X11/extensions/readdisplay.h
-- Looking for include file X11/extensions/readdisplay.h - not found
-- Looking for include file X11/XKBlib.h
-- Looking for include file X11/XKBlib.h - found
-- Looking for XkbSelectEvents
-- Looking for XkbSelectEvents - found
-- Found Java: /usr/bin/java (found version 1.5.0) 

iTALC build summary

* Install prefix  : /usr
* Build type  : relwithdebinfo
* Platform: i686 (i486-linux-gnu)
* Builtin JavaViewer support  : yes
* Compile flags   : -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC 
-D_FORTIFY_SOURCE=2 -I/usr/include/X11 -Wall  (CXX: -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC 
-D'BUILD_TYPE=i486' -D_FORTIFY_SOURCE=2 -I/usr/include/X11 -Wall 
-fno-exceptions )


-
IMPORTANT:
After installing missing packages, remove CMakeCache.txt before
running cmake again!
-



CMake Error: The following variables are used in this project, but they are set 
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake 
files:
PNG_LIBRARY (ADVANCED)
linked by target ItalcCore in directory 
/home/rst/temp/debian/italc-2.0.1/lib
linked by target ica in directory /home/rst/temp/debian/italc-2.0.1/ica
linked by target italc_auth_helper in directory 
/home/rst/temp/debian/italc-2.0.1/ica/helpers
linked by target italc in directory /home/rst/temp/debian/italc-2.0.1/ima
linked by target imc in directory /home/rst/temp/debian/italc-2.0.1/imc

-- Configuring incomplete, errors occurred!
See also 
/home/rst/temp/debian/italc-2.0.1/obj-i486-linux-gnu/CMakeFiles/CMakeOutput.log.
See also 
/home/rst/temp/debian/italc-2.0.1/obj-i486-linux-gnu/CMakeFiles/CMakeError.log.
make: *** [obj-i486-linux-gnu/CMakeCache.txt] Error 1
...



Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#729680: libdbd-firebird-perl: FTBFS: failed test

2013-11-15 Thread Roland Stigge
Package: libdbd-firebird-perl
Version: 1.15-2
Severity: serious

Hi,

upon build of libdbd-firebird-perl, I get:

=
...
t/embed-48-numeric.t  ok
t/embed-49-scale.t .. ok
t/embed-50-chopblanks.t . ok
t/embed-51-commit.t . ok
t/embed-60-leaks.t .. skipped: Long memory leak test (try with 
MEMORY_TEST on linux)
t/embed-61-settx.t .. ok
DBD::FirebirdEmbedded::db ib_set_tx_param failed: The only valid key is 'wait' 
at t/embed-62-timeout.t line 60.
# Looks like you planned 15 tests but ran 4.
# Looks like your test exited with 255 just after 4.
t/embed-62-timeout.t  
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 11/15 subtests 
...
=

I guess this came with the new perl's environment or some other change in the
dependencies, since the same revision built before.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#729691: xine-lib: FTBFS: xineplug_inp_smb.so missing on dh_install

2013-11-15 Thread Roland Stigge
Source: xine-lib
Version: 1.1.21-1.1
Severity: serious

Hi,

xine-lib FTBFS like this:

...
dpkg-deb: building package `libxine1-x' in `../libxine1-x_1.1.21-1.1_amd64.deb'.
make[1]: Leaving directory `/tmp/buildd/xine-lib-1.1.21'
(cd debian/libxine1-x  find .) | grep -v DEBIAN  binary-libxine1-x-stamp
make -f debian/rules binary-common DH_OPTIONS=-plibxine1-misc-plugins 
DH_PACKAGE=libxine1-misc-plugins
Package libmodplug was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmodplug.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libmodplug' found
make[1]: Entering directory `/tmp/buildd/xine-lib-1.1.21'
working on package libxine1-misc-plugins
dh_testdir
dh_testroot
dh_install
dh_install: libxine1-misc-plugins missing files 
(debian/tmp/usr/lib/xine/plugins/*/xineplug_inp_smb.so), aborting
make[1]: *** [binary-common] Error 2
make[1]: Leaving directory `/tmp/buildd/xine-lib-1.1.21'
make: *** [binary-libxine1-misc-plugins] Error 2
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#729313: geotranz: FTBFS due to changed symbols

2013-11-11 Thread Roland Stigge
Source: geotranz
Version: 3.2-1.1
Severity: serious

Hi,

geotranz currently fails to build from source on many arches, actually
everywhere except for i386 and amd64, e.g.:

...
--- debian/libgeotranz3.2.symbols (libgeotranz3.2_3.2-1.1_powerpc)
+++ dpkg-gensymbolsJFtrmA   2013-10-11 07:01:16.0 +
@@ -989,9 +989,9 @@
  _ZN3MSP3CCS18TransverseMercator6sphtmdEddd@Base 3.2
  _ZN3MSP3CCS27geoidLibraryCleanerInstanceE@Base 3.2
  _ZN3MSP3CCS29CoordinateConversionExceptionC1EPKc@Base 3.2
- _ZN3MSP3CCS29CoordinateConversionExceptionC1EPKcS3_S3_S3_@Base 3.2
+#MISSING: 3.2-1.1# 
_ZN3MSP3CCS29CoordinateConversionExceptionC1EPKcS3_S3_S3_@Base 3.2
  _ZN3MSP3CCS29CoordinateConversionExceptionC2EPKc@Base 3.2
- _ZN3MSP3CCS29CoordinateConversionExceptionC2EPKcS3_S3_S3_@Base 3.2
+#MISSING: 3.2-1.1# 
_ZN3MSP3CCS29CoordinateConversionExceptionC2EPKcS3_S3_S3_@Base 3.2
  _ZN3MSP3CCS3UTM19convertFromGeodeticEPNS0_19GeodeticCoordinatesEi@Base 3.2
  _ZN3MSP3CCS3UTMC1Ev@Base 3.2
  _ZN3MSP3CCS3UTMC2Ev@Base 3.2

...

dh_makeshlibs: dpkg-gensymbols -plibgeotranz3.2 -Idebian/libgeotranz3.2.symbols 
-Pdebian/libgeotranz3.2 
-edebian/libgeotranz3.2/usr/lib/powerpc-linux-gnu/geotranz/libjnimsp_ccs.so
 -edebian/libgeotranz3.2/usr/lib/powerpc-linux-gnu/libgeotranz.so.3.2
 returned exit code 1
make: *** [binary-fixup/libgeotranz3.2] Error 1

I guess the symbols file needs to be adjusted.

Thanks in advance,

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#728625: gatling: FTBFS: pssl.c:25:1: error: unknown type name 'x509_cert'

2013-11-04 Thread Roland Stigge
By including polarssl/compat-1.2.h in pssl.c, this issue is fixed.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#727116: Debian: polarssl 1.3.1 fails to build from source on big endian architectures

2013-10-22 Thread Roland Stigge
Hi,

at Debian, it has just been discovered that some tests fail on big
endian architectures (powerpc etc.), e.g.:

 - test_suite_ecdh
   ECDH primitive rfc 5903 p256 ..
FAILED
  mpi_cmp_mpi( qA.X, check ) == 0
ECDH primitive rfc 5903 p384 .. FAILED
  mpi_cmp_mpi( qA.X, check ) == 0
ECDH primitive rfc 5903 p521 .. FAILED
  mpi_cmp_mpi( qA.X, check ) == 0
FAILED (7 / 10 tests (0 skipped))
 Failed ***

 - test_suite_ecdsa
   ECDSA primitive rfc 4754 p256 .
FAILED
  mpi_cmp_mpi( r, r_check ) == 0
ECDSA primitive rfc 4754 p384 . FAILED
  mpi_cmp_mpi( r, r_check ) == 0
ECDSA primitive rfc 4754 p521 . FAILED
  mpi_cmp_mpi( r, r_check ) == 0
FAILED (10 / 13 tests (0 skipped))
 Failed ***

See also https://buildd.debian.org/status/package.php?p=polarssl

I guess this is due to some little endian specific code in mpi_shift_r()
or similar or in tests design.

Best regards,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#727116: Fwd: Re: Debian: polarssl 1.3.1 fails to build from source on big endian architectures

2013-10-22 Thread Roland Stigge
, s_check ) == 0 );



 -Original Message-
 From: Roland Stigge [mailto:sti...@antcom.de]
 Sent: dinsdag 22 oktober 2013 15:07
 To: polarssl_maintai...@polarssl.org; 727...@bugs.debian.org
 Subject: Debian: polarssl 1.3.1 fails to build from source on big endian
 architectures
 
 Hi,
 
 at Debian, it has just been discovered that some tests fail on big endian
 architectures (powerpc etc.), e.g.:
 
  - test_suite_ecdh
ECDH primitive rfc 5903 p256 ..
 FAILED
   mpi_cmp_mpi( qA.X, check ) == 0
 ECDH primitive rfc 5903 p384 .. FAILED
   mpi_cmp_mpi( qA.X, check ) == 0
 ECDH primitive rfc 5903 p521 .. FAILED
   mpi_cmp_mpi( qA.X, check ) == 0
 FAILED (7 / 10 tests (0 skipped))
  Failed ***
 
  - test_suite_ecdsa
ECDSA primitive rfc 4754 p256 .
 FAILED
   mpi_cmp_mpi( r, r_check ) == 0
 ECDSA primitive rfc 4754 p384 . FAILED
   mpi_cmp_mpi( r, r_check ) == 0
 ECDSA primitive rfc 4754 p521 . FAILED
   mpi_cmp_mpi( r, r_check ) == 0
 FAILED (10 / 13 tests (0 skipped))
  Failed ***
 
 See also https://buildd.debian.org/status/package.php?p=polarssl
 
 I guess this is due to some little endian specific code in mpi_shift_r() or
 similar or in tests design.
 
 Best regards,
 
 Roland

---End Message---


Bug#725359: polarssl: CVE-2013-5914 CVE-2013-5915

2013-10-16 Thread Roland Stigge
Hi,

yes, preparing a new 1.2.9 for stable. This also fixes the other
outstanding issues with polarssl.

Should I upload it to the security queue?

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#725359: polarssl: CVE-2013-5914 CVE-2013-5915

2013-10-16 Thread Roland Stigge
Hi,

On 16/10/13 17:20, Moritz Muehlenhoff wrote:
 yes, preparing a new 1.2.9 for stable. This also fixes the other
 outstanding issues with polarssl.

 Should I upload it to the security queue?
 
 Yes, but please send a debdiff to t...@security.debian.org first

See attached polarssl.debdiff: Only debian/changes is changed since all
changes are in the upstream tarball only. Please tell if you need a diff
of the latter one also.

 Please use 1.2.9-1~deb7u1 for stable-security.
 
 Due to a bug in dak on security-master we cannot release a package
 with the same tarball in oldstable-securit and stable-security.
 
 As such, we first need to release 1.2.9-1~deb7u1 for stable-security
 and 1.2.9-1~deb6u1 for oldstable-security can follow later.
 
 Since the 1.2.9 tarball is new in the security archive, the updates
 need to be built with -sa.

OK, please tell when I should upload.

Thanks in advance,

Roland

diff -ruN polarssl-1.2.8/debian/changelog polarssl-1.2.9/debian/changelog
--- polarssl-1.2.8/debian/changelog 2013-06-23 11:11:34.124047388 +0200
+++ polarssl-1.2.9/debian/changelog 2013-10-16 20:15:19.360074536 +0200
@@ -1,3 +1,10 @@
+polarssl (1.2.9-1~deb7u1) stable-security; urgency=low
+
+  * New upstream release
+- Fixes CVE-2013-5914 CVE-2013-5915 (Closes: #725359)
+
+ -- Roland Stigge sti...@antcom.de  Wed, 16 Oct 2013 20:04:47 +0200
+
 polarssl (1.2.8-2) unstable; urgency=low
 
   * Activate HAVEGE config option manually, needed since 1.2.8


Bug#723878: FTBFS: configure.ac:67: error: required file 'config/compile' not found

2013-09-23 Thread Roland Stigge
Hi,

need to add -i to autoreconf in debian/rules.

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#723796: [Pkg-dia-team] Bug#723796: FTBFS: configure.in:14: error: required file './compile' not found

2013-09-20 Thread Roland Stigge
Hi,

On 09/19/2013 10:40 PM, Damyan Ivanov wrote:
 dia seems to fail to build in a clean sid chroot:
 
 configure.in:195: the top level
 configure.in:5: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
 deprecated.  For more info, see:
 configure.in:5: 
 http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
 configure.in:14: error: required file './compile' not found
 configure.in:14:   'automake --add-missing' can install 'compile'
 Makefile.am:28: warning: wildcard $(top_srcdir: non-POSIX variable name
 Makefile.am:28: (probably a GNU make extension)
 automake: warning: autoconf input should be named 'configure.ac', not 
 'configure.in'
 ...
 autoreconf: automake failed with exit status: 1
 make[1]: *** [override_dh_auto_configure] Error 1

Need to add -i to autoreconf in debian/rules.

Thanks for the report,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#718311: #718311: gnubiff: crashes

2013-08-13 Thread Roland Stigge
Hi,

I just uploaded gnubiff_2.2.15-2, compiled with new libs API. Can you
confirm if the crash is gone?

Thanks in advance,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#717331: gst-plugins-bad1.0: FTBFS on i386, kfreebsd-i386 and powerpc

2013-07-19 Thread Roland Stigge
Source: gst-plugins-bad1.0
Version: 1.0.8-1
Severity: serious
Tags: patch

Hi,

gst-plugins-bad1.0 FTBFS on i386, kfreebsd-i386 and powerpc like this:

...
libtool: link: mv -f .libs/libgstmodplug.expT .libs/libgstmodplug.exp
libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/powerpc-linux-gnu/4.6/../../../powerpc-linux-gnu/crti.o 
/usr/lib/gcc/powerpc-linux-gnu/4.6/crtbeginS.o  
.libs/libgstmodplug_la-gstmodplug.o   -Wl,--as-needed -lgstreamer-1.0 
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lmodplug 
-L/usr/lib/gcc/powerpc-linux-gnu/4.6 
-L/usr/lib/gcc/powerpc-linux-gnu/4.6/../../../powerpc-linux-gnu 
-L/usr/lib/gcc/powerpc-linux-gnu/4.6/../../../../lib -L/lib/powerpc-linux-gnu 
-L/lib/../lib -L/usr/lib/powerpc-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/powerpc-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/powerpc-linux-gnu/4.6/crtendS.o 
/usr/lib/gcc/powerpc-linux-gnu/4.6/../../../powerpc-linux-gnu/crtn.o  -pthread 
-pthread -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -pthread   -pthread 
-Wl,-soname -Wl,libgstmodplug.so -Wl,-retain-symbols-file 
-Wl,.libs/libgstmodplug.exp -o .libs/libgstmodplug.so
/usr/lib/powerpc-linux-gnu/libc_nonshared.a(stack_chk_fail_local.oS): In 
function `__stack_chk_fail_local':
(.text+0x20): undefined reference to `__stack_chk_fail'
collect2: ld returned 1 exit status
make[4]: *** [libgstmodplug.la] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/ext/modplug'
make[3]: *** [modplug] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/ext'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
...

This can be fixed by removing -Wl,--as-needed from debian/rules.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#717067: chicken: FTBFS due to missing build-dep on chicken-bin

2013-07-16 Thread Roland Stigge
Source: chicken
Version: 4
Severity: serious
Tags: patch

Hi,

latest chicken FTBFS on all arches due to missing (cyclic!) build-dependency on
chicken-bin:

gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -DC_BUILDING_LIBCHICKEN library.c 
-o library-static.o -I. -I./
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -DC_BUILDING_LIBCHICKEN eval.c -o 
eval-static.o -I. -I./
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -DC_BUILDING_LIBCHICKEN 
data-structures.c -o data-structures-static.o -I. -I./
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -DC_BUILDING_LIBCHICKEN ports.c -o 
ports-static.o -I. -I./
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -DC_BUILDING_LIBCHICKEN files.c -o 
files-static.o -I. -I./
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -DC_BUILDING_LIBCHICKEN extras.c 
-o extras-static.o -I. -I./
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -DC_BUILDING_LIBCHICKEN lolevel.c 
-o lolevel-static.o -I. -I./
chicken  utils.scm -optimize-level 2 -include-path . -include-path ./ -inline 
-ignore-repository -feature chicken-bootstrap -no-warnings -specialize -types 
./types.db   -explicit-use -no-trace -output-file utils.c 
make[2]: chicken: Command not found
make[2]: *** [utils.c] Error 127
make[1]: make[2]: Leaving directory `/«PKGBUILDDIR»'
*** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#716751: telepathy-logger-qt: FTBFS on most arches due to broken symbols file

2013-07-12 Thread Roland Stigge
Source: telepathy-logger-qt
Version: 0.6.0-1
Severity: serious

Hi,

telepathy-logger-qt FTBFS on many arches, including armel, armhf, i386,
kfreebsd-i386, mips, mipsel, powerpcand s390:

dh_makeshlibs -V
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libtelepathy-logger-qt4-1/DEBIAN/symbols 
doesn't match completely debian/libtelepathy-logger-qt4-1.symbols
--- debian/libtelepathy-logger-qt4-1.symbols 
(libtelepathy-logger-qt4-1_0.6.0-1+powerpcspe1_powerpcspe)
+++ dpkg-gensymbolsy5PaDj   2013-07-12 08:28:50.833640100 +
@@ -189,13 +189,23 @@
  _ZTVN3Tpl6EntityE@Base 0.6.0
  _ZTVN3Tpl9CallEventE@Base 0.6.0
  _ZTVN3Tpl9TextEventE@Base 0.6.0
- _ZTv0_n24_N3Tpl10LogManagerD0Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl10LogManagerD1Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl5EventD0Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl5EventD1Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl6EntityD0Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl6EntityD1Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl9CallEventD0Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl9CallEventD1Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl9TextEventD0Ev@Base 0.6.0-1
- _ZTv0_n24_N3Tpl9TextEventD1Ev@Base 0.6.0-1
+ _ZTv0_n12_N3Tpl10LogManagerD0Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl10LogManagerD1Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl5EventD0Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl5EventD1Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl6EntityD0Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl6EntityD1Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl9CallEventD0Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl9CallEventD1Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl9TextEventD0Ev@Base 0.6.0-1+powerpcspe1
+ _ZTv0_n12_N3Tpl9TextEventD1Ev@Base 0.6.0-1+powerpcspe1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl10LogManagerD0Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl10LogManagerD1Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl5EventD0Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl5EventD1Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl6EntityD0Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl6EntityD1Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl9CallEventD0Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl9CallEventD1Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl9TextEventD0Ev@Base 0.6.0-1
+#MISSING: 0.6.0-1+powerpcspe1# _ZTv0_n24_N3Tpl9TextEventD1Ev@Base 0.6.0-1
dh_makeshlibs: dpkg-gensymbols -plibtelepathy-logger-qt4-1 
-Idebian/libtelepathy-logger-qt4-1.symbols -Pdebian/libtelepathy-logger-qt4-1 
-edebian/libtelepathy-logger-qt4-1/usr/lib/powerpc-linux-gnuspe/libtelepathy-logger-qt4.so.1.0.5.60
 returned exit code 1
make[1]: *** [override_dh_makeshlibs] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

This is due to changed symbols collection.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#716751: [Pkg-kde-extras] Bug#716751: telepathy-logger-qt: FTBFS on most arches due to broken symbols file

2013-07-12 Thread Roland Stigge
On 07/12/2013 04:28 PM, Lisandro Damián Nicanor Pérez Meyer wrote:
 telepathy-logger-qt FTBFS on many arches, including armel, armhf,
 i386, kfreebsd-i386, mips, mipsel, powerpcand s390:
 
 Yes, those are symbols issues which we maintainers are aware. You
 have to live with that until we are able to get all the symbols,
 process them and re upload the package.

OK!

When you are doing it platform specific, can you please take into
account powerpcspe at debian-ports.org also:

http://buildd.debian-ports.org/status/package.php?p=telepathy-logger-qt

Thanks in advance!

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#715536: pygobject: FTBFS on all arches not excluded from tests

2013-07-10 Thread Roland Stigge
Source: pygobject
Version: 3.8.3-1
Severity: serious
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

pygobject currently FTBFS on all architectures that are not excluded from tests
in debian/rules:

...
*** Warning: Linking the executable 
/«PKGBUILDDIR»/build-2.7/tests/tmp-introspectz5B3ca/Regress-1.0 against the 
loadable module
*** libregress.so is not portable!
libtool: link: gcc -o 
/«PKGBUILDDIR»/build-2.7/tests/tmp-introspectz5B3ca/.libs/Regress-1.0 -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wall -Werror=unused-variable -fno-strict-aliasing -std=c9x -Wall 
-Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes 
-Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self 
-Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -Wl,-z 
-Wl,relro /«PKGBUILDDIR»/build-2.7/tests/tmp-introspectz5B3ca/Regress-1.0.o 
-Wl,--export-dynamic -pthread -Wl,--export-dynamic  -L. ./.libs/libregress.so 
-lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -Wl,-rpath 
-Wl,/usr/lib/python2.7/site-packages/pygobject
g-ir-compiler Regress-1.0.gir -o Regress-1.0.typelib
glib-compile-schemas --targetdir=. 
--schema-file=../../tests/org.gnome.test.gschema.xml
  CHECK  Pyflakes
  CHECK  PEP8
export `/usr/bin/dbus-launch`  \
PYTHONPATH=..:../tests:${PYTHONPATH:+:$PYTHONPATH} 
LD_LIBRARY_PATH=./.libs:$LD_LIBRARY_PATH GI_TYPELIB_PATH=.:$GI_TYPELIB_PATH 
XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share MALLOC_PERTURB_=85 MALLOC_CHECK_=3 
G_SLICE=debug-blocks TESTS_BUILDDIR=.  /usr/bin/python2.7 -Wd 
../../tests/runtests.py; rc=$?; \
[ $rc -ne 0 ] || [ -n $TEST_NAMES ] || { 
TEST_NAMES=compat_test_pygtk PYTHONPATH=..:../tests:${PYTHONPATH:+:$PYTHONPATH} 
LD_LIBRARY_PATH=./.libs:$LD_LIBRARY_PATH GI_TYPELIB_PATH=.:$GI_TYPELIB_PATH 
XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share MALLOC_PERTURB_=85 MALLOC_CHECK_=3 
G_SLICE=debug-blocks TESTS_BUILDDIR=.  /usr/bin/python2.7 -Wd 
-Werror::PendingDeprecationWarning -Werror::DeprecationWarning 
-Werror::RuntimeWarning ../../tests/runtests.py; rc=$?; }; \
kill $DBUS_SESSION_BUS_PID; \
exit $rc

** (runtests.py:32715): WARNING **: Error retrieving accessibility bus address: 
org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not 
provided by any .service files
/bin/bash: line 4: 32715 Trace/breakpoint trap   
PYTHONPATH=..:../tests:${PYTHONPATH:+:$PYTHONPATH} 
LD_LIBRARY_PATH=./.libs:$LD_LIBRARY_PATH GI_TYPELIB_PATH=.:$GI_TYPELIB_PATH 
XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share MALLOC_PERTURB_=85 MALLOC_CHECK_=3 
G_SLICE=debug-blocks TESTS_BUILDDIR=. /usr/bin/python2.7 -Wd 
../../tests/runtests.py
make[4]: *** [check-local] Error 133
make[4]: Leaving directory `/«PKGBUILDDIR»/build-2.7/tests'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/build-2.7/tests'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/build-2.7'
dh_auto_test: make -j1 check returned exit code 2
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
...

This includes armel, armhf, ia64, powerpc, sparc, and all arches at
debian-ports.org.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714267: iodine: FTBFS: undefined reference to symbol '__pthread_register_cancel@@GLIBC_2.3.3'

2013-06-27 Thread Roland Stigge
Package: iodine
Version: 0.6.0~rc1-16
Severity: serious
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

iodine FTBFS on i386, kfreebsd and several unofficial ports at debian-ports.org:

...
gcc -o test ../src/base32.o  ../src/base64.o ../src/read.o ../src/dns.o 
../src/encoding.o ../src/login.o ../src/md5.o ../src/user.o ../src/fw_query.o 
test.o base32.o base64.o read.o dns.o encoding.o login.o user.o fw_query.o 
-L/usr/local/lib -lcheck `pkg-config --cflags --libs check` `../src/osflags 
link`
/usr/bin/ld: 
/usr/lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/libcheck.a(check_pack.o):
 undefined reference to symbol '__pthread_register_cancel@@GLIBC_2.3.3'
/lib/i386-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
make[2]: *** [test] Error 1
...

Adding -lpthread to LDFLAGS in the latest patch test-libs.patch fixes this.

Thanks,

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#712140: Bug#714267: iodine: FTBFS: undefined reference to symbol '__pthread_register_cancel@@GLIBC_2.3.3'

2013-06-27 Thread Roland Stigge

On 06/27/2013 02:47 PM, gregor herrmann wrote:

On Thu, 27 Jun 2013 14:21:13 +0200, Roland Stigge wrote:


iodine FTBFS on i386, kfreebsd and several unofficial ports at debian-ports.org:


Yup, I've seen the failures already.


Adding -lpthread to LDFLAGS in the latest patch test-libs.patch
fixes this.


I hoped that check would do this but maybe not?
Cf. also #712140 (reopened check bug).

The 2 powerpcspe logs [0]are interesting, the older with

gcc -o test ... -L/usr/local/lib -lcheck `pkg-config --cflags --libs check` 
`../src/osflags link`
/usr/bin/ld: 
/usr/lib/gcc/powerpc-linux-gnuspe/4.6/../../../powerpc-linux-gnuspe/libcheck.a(check_pack.o):
 undefined reference to symbol '__pthread_unregister_cancel@@GLIBC_2.3.3'

and the newer:

gcc -o test ... -L/usr/local/lib -lcheck -lpthread `pkg-config --cflags --libs 
check` `../src/osflags link`
[no error]


You can ignore the newer one since I silently already included 
-lpthread manually (but didn't upload the successfully built package 
since source was changed without sourcefule upload). The first is 
basically the same as on i386.


But thanks for the hint,

Roland


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#712751: mscompress: FTBFS on big endian arches

2013-06-19 Thread Roland Stigge
Package: mscompress
Version: 0.4-2
Severity: serious
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

mscompress FTBFS on big endian arches:

...
make[5]: Leaving directory `/«PKGBUILDDIR»/test'
make[4]: *** [test-suite.log] Error 1

Testsuite summary for mscompress 0.4

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See test/test-suite.log
Please report to michael+mscompr...@stapelberg.de

make[4]: Leaving directory `/«PKGBUILDDIR»/test'
make[3]: *** [check-TESTS] Error 2
make[2]: *** [check-am] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/test'
make[2]: Leaving directory `/«PKGBUILDDIR»/test'
make[1]: *** [check-recursive] Error 1
dh_auto_test: make -j1 check returned exit code 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 29
...

This issue surfaced when the testsuite was implicitely activated by using new
debhelper rules in debian/rules. I'm attaching a patch that fixes the issue by
defining WORDS_BIGENDIAN which is expected by the source code in the respective
case but nevertheless never defined.

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Fix big endian build
 mscompress assumes WORDS_BIGENDIAN to be defined in the big endian case. Tests
 revealed that we need to specify it on big endian arches.
Author: Roland Stigge sti...@antcom.de

Index: mscompress-0.4/src/msexpand.c
===
--- mscompress-0.4.orig/src/msexpand.c	2013-06-19 09:54:57.0 +0200
+++ mscompress-0.4/src/msexpand.c	2013-06-19 10:02:17.298322577 +0200
@@ -27,6 +27,10 @@
 #include stdint.h
 #include getopt.h
 
+#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
+#define WORDS_BIGENDIAN
+#endif
+
 extern char *version_string;
 
 #define N 4096
Index: mscompress-0.4/src/mscompress.c
===
--- mscompress-0.4.orig/src/mscompress.c	2013-06-19 09:54:57.0 +0200
+++ mscompress-0.4/src/mscompress.c	2013-06-19 10:02:05.978319764 +0200
@@ -28,6 +28,10 @@
 #include stdint.h
 #include getopt.h
 
+#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
+#define WORDS_BIGENDIAN
+#endif
+
 extern char *version_string;
 
 #define BSWAP32(x) x)0xFF)24)+(((x)8)0xFF)+\


  1   2   3   4   >