Bug#363574: libforms1: patch

2006-04-22 Thread Andreas Jochens
imake: Exit code 1. Stop. make: *** [build-stamp] Error 1 I also saw this error when I tried to build some packages immediately after the upload of the new modular Xorg version to unstable. But this problem with imake seems to be fixed in unstable now. Regards Andreas Jochens

Bug#364050: ogre: FTBFS (ppc64): 'static Ogre::String Ogre::StringConverter::toString(long unsigned int, short unsigned int, char, std::_Ios_Fmtflags)' cannot be overloaded

2006-04-21 Thread Andreas Jochens
-free/OgreMain/src' With the attached patch 'ogre' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/ogre-1.0.6/debian/patches/10_ppc64 ./debian/patches/10_ppc64 --- ../tmp-orig/ogre-1.0.6/debian/patches/10_ppc64 1970-01-01 00:00:00.0 + +++ ./debian/patches

Bug#364080: xpaint: FTBFS: xpm.h: No such file or directory

2006-04-21 Thread Andreas Jochens
:38:17: error: xpm.h: No such file or directory With the attached patch 'xpaint' can be compiled on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/xpaint-2.7.8.1/Local.config ./Local.config --- ../tmp-orig/xpaint-2.7.8.1/Local.config 2006-04-21 12:09:51.0 +

Bug#363574: libforms1: patch

2006-04-21 Thread Andreas Jochens
tags 363574 +patch thanks Hello, the attached patch changes debian/rules to install files in /usr/lib and /usr/include/X11 instead of /usr/X11R6/lib and /usr/X11R6/include/X11. Regards Andreas Jochens diff -urN ../tmp-orig/libforms1-1.0/debian/rules ./debian/rules --- ../tmp-orig/libforms1-1.0

Bug#364107: lincvs: FTBFS (gcc-4.1): extra qualification 'CPixmapTimer::' on member 'CPixmapTimer'

2006-04-21 Thread Andreas Jochens
With the attached patch 'lincvs' can be compiled using gcc-4.1. Regards Andreas Jochens diff -urN ../tmp-orig/lincvs-1.4.4/src/PixmapTimer.h ./src/PixmapTimer.h --- ../tmp-orig/lincvs-1.4.4/src/PixmapTimer.h 2005-07-25 20:13:55.0 + +++ ./src/PixmapTimer.h 2006-04-21 14:57:09.0

Bug#364126: autodir: FTBFS (amd64): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC

2006-04-21 Thread Andreas Jochens
patch 'autodir' can be compiled on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/autodir-0.99.3/debian/rules ./debian/rules --- ../tmp-orig/autodir-0.99.3/debian/rules 2006-04-21 16:25:31.0 + +++ ./debian/rules 2006-04-21 16:09:29.0 + @@ -21,7 +21,7

Bug#364145: vnc4: FTBFS (ppc64): fbblt.c:136: error: duplicate case value

2006-04-21 Thread Andreas Jochens
fbblt.c fbblt.c: In function 'fbBlt': fbblt.c:136: error: duplicate case value With the attached patch 'vnc4' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/vnc4-4.1.1+X4.3.0/unix/xc/config/cf/linux.cf ./unix/xc/config/cf/linux.cf --- ../tmp-orig/vnc4-4.1.1+X4.3.0/unix/xc

Bug#364163: exult: FTBFS (gcc-4.1): fmopldrv.h:79: error: extra qualification 'OplDriver::' on member 'send'

2006-04-21 Thread Andreas Jochens
patch 'exult' can be compiled using gcc-4.1. Regards Andreas Jochens diff -urN ../tmp-orig/exult-1.2/audio/midi_drivers/fmopldrv.h ./audio/midi_drivers/fmopldrv.h --- ../tmp-orig/exult-1.2/audio/midi_drivers/fmopldrv.h 2002-08-06 18:10:31.0 + +++ ./audio/midi_drivers/fmopldrv.h 2006

Bug#363461: openmsx: FTBFS (ppc64): Unknown CPU powerpc64!

2006-04-19 Thread Andreas Jochens
Unknown CPU powerpc64! With the attached patch 'openmsx' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/openmsx-0.6.0/build/detectsys.sh ./build/detectsys.sh --- ../tmp-orig/openmsx-0.6.0/build/detectsys.sh2005-12-27 15:44:09.0 + +++ ./build

Bug#363470: openmsx-catapult: FTBFS (ppc64): Unknown CPU powerpc64!

2006-04-19 Thread Andreas Jochens
system: powerpc64-unknown-linux-gnu Unknown CPU powerpc64! With the attached patch 'openmsx-catapult' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/openmsx-catapult-0.6.0-R1/build/detectsys.sh ./build/detectsys.sh --- ../tmp-orig/openmsx-catapult-0.6.0-R1/build

Bug#362085: xorg: FTBFS (ppc64): Please add debian/scripts/vars.ppc64

2006-04-18 Thread Andreas Jochens
Hello, the attached patch is an updated version of the ppc64 support patch which applies to the latest xorg version 7.0.14 in unstable. The patch just creates the debian/scripts/vars.ppc64 file. Regards Andreas Jochens diff -urN ../tmp-orig/xorg-7.0.14/debian/scripts/vars.ppc64 ./debian

Bug#363277: gnuserv: FTBFS: conflicting types for 'strerror'

2006-04-18 Thread Andreas Jochens
from sysfile.h. The strerror function does not seem to be used anywhere in the gnuserv code. Regards Andreas Jochens diff -urN ../tmp-orig/gnuserv-3.12.7/sysfile.h ./sysfile.h --- ../tmp-orig/gnuserv-3.12.7/sysfile.h2004-10-19 08:51:09.0 + +++ ./sysfile.h 2006-04-18 08:24

Bug#363288: linm: FTBFS: Missing Build-Depends on 'libncurses5-dev'

2006-04-18 Thread Andreas Jochens
: *** [config.status] Error 1 Please add the missing Build-Depends on 'libncurses5-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/linm-0.7.8/debian/control ./debian/control --- ../tmp-orig/linm-0.7.8/debian/control 2006-04-17 04:28:30.0 + +++ ./debian/control2006-04

Bug#363311: pyroman: FTBFS: Missing Build-Depends on 'python'

2006-04-18 Thread Andreas Jochens
-Depend on python.) make: *** [binary-install/pyroman] Error 1 Please add the missing Build-Depends on 'python' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/pyroman-0.3/debian/control ./debian/control --- ../tmp-orig/pyroman-0.3/debian/control 2006-04-18 11:11:06.0

Bug#363040: germinate: FTBFS: Missing Build-Depends on 'python'

2006-04-17 Thread Andreas Jochens
the missing Build-Depends on 'python' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/germinate-0.12/debian/control ./debian/control --- ../tmp-orig/germinate-0.12/debian/control 2006-04-03 22:17:31.0 + +++ ./debian/control2006-04-17 09:42:41.0 +

Bug#354947: gtk+2.0-directfb: FTBFS (ppc64): Please add ppc64 to the architecture line in debian/control

2006-04-15 Thread Andreas Jochens
to the architecture line in debian/control. Alternatively the package could be changed to Architecture 'any'. This issue had already been fixed in a previous version (2.0.9.2-14), but it was reintroduced again. Regards Andreas Jochens diff -urN ../tmp-orig/gtk+2.0-directfb-2.0.9.2/debian/control ./debian

Bug#362085: xorg: FTBFS (ppc64): Please add debian/scripts/vars.ppc64

2006-04-12 Thread Andreas Jochens
`debian/scripts/vars.ppc64'. Stop. With the attached patch 'xorg' can be compiled on ppc64. The patch adds the file debian/scripts/vars.ppc64 which has been copied from debian/scripts/vars.powerpc. Regards Andreas Jochens diff -urN ../tmp-orig/xorg-7.0.10/debian/scripts/vars.ppc64 ./debian

Bug#362085: xorg: FTBFS (ppc64): Please add debian/scripts/vars.ppc64

2006-04-12 Thread Andreas Jochens
Hello, thanks for your reply! On 06-Apr-12 08:47, Michel Dänzer wrote: On Wed, 2006-04-12 at 08:09 +0200, Andreas Jochens wrote: +XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-ati, xserver-xorg-video-chips, xserver-xorg-video-fbdev, xserver-xorg-video-glint, xserver-xorg-video-imstt

Bug#362110: gsfonts-x11: FTBFS (amd64): Please use /usr/lib/X11/fonts instead of /usr/X11R6/lib/X11/fonts

2006-04-12 Thread Andreas Jochens
Package: gsfonts-x11 Version: 0.18 Severity: wishlist Tags: patch The new X11 version which has been uploaded to unstable installs fonts in /usr/lib/X11/fonts instead of /usr/X11R6/lib/X11/fonts. Regards Andreas Jochens diff -urN ../tmp-orig/gsfonts-x11-0.18/debian/dirs ./debian/dirs --- ../tmp

Bug#362116: glide: FTBFS (amd64): Please use /usr/lib/X11/modules instead of /usr/X11R6/lib/modules

2006-04-12 Thread Andreas Jochens
Package: glide Version: 2002.04.10-11 Severity: wishlist Tags: patch The new X11 which has been uploaded to unstable does not use the /usr/X11R6 directory anymore. Please change the installation paths accordingly. Regards Andreas Jochens diff -urN ../tmp-orig/glide-2002.04.10/debian/libglide2

Bug#362150: xorg-server: FTBFS (ppc64): Please add ppc64 to the architecture list in debian/control

2006-04-12 Thread Andreas Jochens
adds ppc64 to the architecture list in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/xorg-server-1.0.2/debian/control ./debian/control --- ../tmp-orig/xorg-server-1.0.2/debian/control2006-04-12 11:45:19.0 + +++ ./debian/control2006-04-12 11:45:02.0

Bug#361943: ipe: FTBFS (amd64): format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-04-11 Thread Andreas Jochens
' can be compiled on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/ipe-6.0pre26/src/ipetopng/ipetopng.cpp ./src/ipetopng/ipetopng.cpp --- ../tmp-orig/ipe-6.0pre26/src/ipetopng/ipetopng.cpp 2005-12-14 04:45:59.0 + +++ ./src/ipetopng/ipetopng.cpp 2006-04-11 08:24:57.0

Bug#361943: ipe: FTBFS (amd64): format '%d' expects type 'int', but argument 3 has type 'size_t'

2006-04-11 Thread Andreas Jochens
for me, thanks! Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361831: commons-daemon: FTBFS (ppc64): Unsupported CPU architecture powerpc64

2006-04-10 Thread Andreas Jochens
... ranlib *** Host support *** checking C flags dependant on host system type... failed configure: error: Unsupported CPU architecture powerpc64 make: *** [common-configure-arch] Error 1 With the attached patch 'commons-daemon' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig

Bug#361595: zeroc-icee: FTBFS (ppc64): #error Unknown architecture

2006-04-09 Thread Andreas Jochens
Unknown architecture make[3]: *** [BasicStream.o] Error 1 make[3]: Leaving directory `/zeroc-icee-1.1.0/src/IceE' With the attached patch 'zeroc-icee' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/zeroc-icee-1.1.0/include/IceE/Config.h ./include/IceE/Config.h --- ../tmp

Bug#361604: r-base: FTBFS (ppc64): sibling call optimization to `bratio' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-09 Thread Andreas Jochens
' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/r-base-2.2.1.svn37668/debian/rules ./debian/rules --- ../tmp-orig/r-base-2.2.1.svn37668/debian/rules 2006-04-09 08:37:31.0 + +++ ./debian/rules 2006-04-09 07:03:04.0 + @@ -75,6 +75,10

Bug#361604: r-base: FTBFS (ppc64): sibling call optimization to `bratio' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-09 Thread Andreas Jochens
a bit of attention for its algorithmic performance and correctness, so it is interesting to see the compiler complain. Could we count on you for some minimal testing? Of course, what specific things would you like me to check? Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL

Bug#361604: r-base: FTBFS (ppc64): sibling call optimization to `bratio' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-09 Thread Andreas Jochens
lead to errors. pbeta.c compiles with -O1 and also with -O0 without any problems on ppc64. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361363: wip: FTBFS (ppc64): ### Invalid Host type: [linux].

2006-04-08 Thread Andreas Jochens
sgi u2 convex osf x86-linux x86_64-linux sparc-linux alpha-linux aix hpux make[1]: *** [default] Error 1 make[1]: Leaving directory `/wip-2p3' make: *** [build-stamp] Error 2 With the attached patch 'wip' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/wip-2p3/makewip

Bug#361394: zeroc-icee-translators: FTBFS (ppc64): #error Unknown architecture

2006-04-08 Thread Andreas Jochens
-translators-1.1.0/src/IceUtil' With the attached patch 'zeroc-icee-translators' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/zeroc-icee-translators-1.1.0/debian/patches/mips-support.diff ./debian/patches/mips-support.diff --- ../tmp-orig/zeroc-icee-translators-1.1.0

Bug#361452: vlc: FTBFS (ppc64): Unknown platform ppc64, edit the configure

2006-04-08 Thread Andreas Jochens
)' \ --extra-asflags='$(EASFLAGS)' \ /usr/bin/make Unknown platform ppc64, edit the configure make: *** [configure-stamp] Error 1 With the attached patch 'vlc' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/vlc-0.8.4.debian/extras/x264/configure

Bug#361193: readline5: FTBFS (ppc64): Build-Depends on libc6-dev-i386 [amd64 ppc64] cannot be satisfied

2006-04-07 Thread Andreas Jochens
be satisfied because the package libc6-dev-i386 cannot be found With the attached patch 'readline5' can be compiled on ppc64. The patch changes the Build-Depends from 'libc6-dev-i386 [amd64 ppc64]' to 'libc6-dev-i386 [amd64], libc6-dev-powerpc [ppc64]'. Regards Andreas Jochens diff -urN ../tmp-orig

Bug#361202: fakechroot: Please support the 32-bit biarch files also on ppc64

2006-04-07 Thread Andreas Jochens
'ia32-libs-dev', which does not exist anymore, to 'libc6-dev-i386' on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/fakechroot-2.5/debian/control ./debian/control --- ../tmp-orig/fakechroot-2.5/debian/control 2006-04-07 06:53:02.0 + +++ ./debian/control2006-04-07 06:53

Bug#361230: etherboot: FTBFS: Mtools version detection problem/Wrong Build-Depends on amd64

2006-04-07 Thread Andreas Jochens
available from another source However the following packages replace it: lib32z1-dev ia32-libs E: Package ia32-libs-dev has no installation candidate E: Failed to satisfy Build-Depends dependency for etherboot: ia32-libs-dev The attached patch fixes both problems. Regards Andreas Jochens diff

Bug#299676: cfengine2: FTBFS (amd64/gcc-4.0): array type has incomplete element type

2006-04-07 Thread Andreas Jochens
Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#361307: ruby1.6: FTBFS (ppc64): Please update config.guess and config.sub

2006-04-07 Thread Andreas Jochens
type; you must specify one make: *** [configure-stamp] Error 1 With the attached patch 'ruby1.6' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/ruby1.6-1.6.8/debian/control ./debian/control --- ../tmp-orig/ruby1.6-1.6.8/debian/control2006-04-07 17:51:52.0

Bug#361044: m2c: FTBFS (ppc64): file `config/powerpc64-gcc.h' does not exist.

2006-04-06 Thread Andreas Jochens
not exist. Good bye. make: *** [build-stamp] Error 1 With the attached patch 'm2c' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/m2c-0.6/config/powerpc64-gcc.h ./config/powerpc64-gcc.h --- ../tmp-orig/m2c-0.6/config/powerpc64-gcc.h 1970-01-01 00:00:00.0 +

Bug#361049: inventor: FTBFS (ppc64): cast from 'void*' to 'int' loses precision

2006-04-06 Thread Andreas Jochens
1 make[5]: Leaving directory `/inventor-2.1.5-10/lib/database/src/so' With the attached patch 'inventor' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/inventor-2.1.5-10/lib/database/include/machine.h ./lib/database/include/machine.h --- ../tmp-orig/inventor-2.1.5-10

Bug#361060: ufraw: FTBFS (ppc64): -m64 requires a PowerPC64 cpu - Please do not use -mcpu on powerpc64

2006-04-06 Thread Andreas Jochens
' With the attached patch 'ufraw' can be compiled on ppc64. The patch makes sure that '-mcpu=powerpc' will _not_ be added to CFLAGS on powerpc64 systems. Probably the special CFLAGS could also be removed for the powerpc case because the gcc bug which made them necessary has long been fixed. Regards Andreas

Bug#361065: tcpreplay: FTBFS (powerpc): conflicting types for 'speed_t'

2006-04-06 Thread Andreas Jochens
declaration of 'speed_t' was here make[5]: *** [cidr.o] Error 1 make[5]: Leaving directory `/tcpreplay-2.99+3.0.beta7/src/common' With the attached patch 'tcpreplay' can be compiled on powerpc. Regards Andreas Jochens diff -urN ../tmp-orig/tcpreplay-2.99+3.0.beta7/src/defines.h.in ./src

Bug#361075: partimage: FTBFS (ppc64): conflicting declaration 'typedef long long int __int64_t'

2006-04-06 Thread Andreas Jochens
/fs' With the attached patch 'partimage' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/partimage-0.6.4/debian/patches/xfs.diff ./debian/patches/xfs.diff --- ../tmp-orig/partimage-0.6.4/debian/patches/xfs.diff 2006-04-06 10:27:02.0 + +++ ./debian/patches

Bug#361079: regina: FTBFS (ppc64): syntax error before '*' token

2006-04-06 Thread Andreas Jochens
' undeclared (first use in this function) ./gci/gci_call.c:278: error: 'GCI_ARGS' undeclared (first use in this function) make[1]: *** [gci_call.sho] Error 1 make[1]: Leaving directory `/regina-3.3' make: *** [stamp-build] Error 2 With the attached patch 'regina' can be compiled on ppc64. Regards Andreas

Bug#361093: csmash: FTBFS (ppc64): no matching function for call to 'clamp(unsigned int, long unsigned int, long unsigned int)'

2006-04-06 Thread Andreas Jochens
]: *** [loadparts.o] Error 1 make[3]: Leaving directory `/csmash-0.6.6' With the attached patch 'csmash' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/csmash-0.6.6/debian/patches/01_loadparts.dpatch ./debian/patches/01_loadparts.dpatch --- ../tmp-orig/csmash-0.6.6/debian/patches

Bug#361188: xulrunner: FTBFS (ppc64): sibling call optimization to `nsXBLWindowKeyHandler::ShutDown()' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-06 Thread Andreas Jochens
on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/xulrunner-1.8.0.1/debian/rules ./debian/rules --- ../tmp-orig/xulrunner-1.8.0.1/debian/rules 2006-04-06 14:51:12.0 + +++ ./debian/rules 2006-04-06 11:49:15.0 + @@ -32,6 +32,10 @@ OPTCFLAGS += -g endif

Bug#360878: haskell-http: FTBFS (ppc64): current build architecture ppc64 does not appear in package's list (alpha amd64 hppa i386 ia64 m68k powerpc s390 sparc)

2006-04-05 Thread Andreas Jochens
not appear in package's list (alpha amd64 hppa i386 ia64 m68k powerpc s390 sparc) dh_gencontrol: command returned error code 65280 make: *** [binary-arch] Error 1 Please add ppc64 to the architecture list in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/haskell-http-0.4.20050430

Bug#360930: spamoracle: FTBFS (ppc64): Please support the ppc64 architecture

2006-04-05 Thread Andreas Jochens
-i dpkg-deb: building package `spamoracle-byte' in `../spamoracle-byte_1.4-7_all.deb'. dh_testdir -s dh_testdir: I have no package to build make: *** [binary-arch] Error 1 With the attached patch 'spamoracle' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/spamoracle-1.4

Bug#360935: wmnd: FTBFS (ppc64): duplicate 'unsigned' - Please do not define __u32 outside the linux kernel headers

2006-04-05 Thread Andreas Jochens
be removed from the configure script. Regards Andreas Jochens diff -urN ../tmp-orig/wmnd-0.4.11/src/drivers.c ./src/drivers.c --- ../tmp-orig/wmnd-0.4.11/src/drivers.c 2004-09-13 10:45:31.0 + +++ ./src/drivers.c 2006-04-05 14:47:16.0 + @@ -40,7 +40,7 @@ /* some needed

Bug#360992: exmap: FTBFS (ppc64): syntax error before numeric constant

2006-04-05 Thread Andreas Jochens
`/exmap-0.8/tools' With the attached patch 'exmap' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/exmap-0.8/tools/mapper.c ./tools/mapper.c --- ../tmp-orig/exmap-0.8/tools/mapper.c2006-01-13 11:01:28.0 + +++ ./tools/mapper.c2006-04-05 19:15

Bug#361035: firefox: FTBFS (ppc64): sibling call optimization to `nsBufferDecoderSupport::Reset()' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-05 Thread Andreas Jochens
' With the attached patch 'firefox' can be compiled on ppc64. The patch adds -mminimal-toc to OPTFLAGS on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/firefox-1.5.dfsg+1.5.0.1/debian/rules ./debian/rules --- ../tmp-orig/firefox-1.5.dfsg+1.5.0.1/debian/rules 2006-04-05 11:55:09.0 +

Bug#361036: thunderbird: FTBFS (ppc64): sibling call optimization to `nsGridRowGroupLayout::GetMaxSize(nsIFrame*, nsBoxLayoutState, nsSize)' does not allow automatic multiple TOCs; recompile with -m

2006-04-05 Thread Andreas Jochens
make[4]: *** [libgklayout.so] Error 1 make[4]: Leaving directory `/thunderbird-1.5/build-dir/mozilla/layout/build' With the attached patch 'thunderbird' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/thunderbird-1.5/debian/patches/00list ./debian/patches/00list --- ../tmp

Bug#360715: aolserver4: FTBFS (ppc64): libnsd.so: undefined reference to `pthread_kill_other_threads_np'

2006-04-04 Thread Andreas Jochens
. Regards Andreas Jochens diff -urN ../tmp-orig/aolserver4-4.0.10/debian/patches/amd64.dpatch ./debian/patches/amd64.dpatch --- ../tmp-orig/aolserver4-4.0.10/debian/patches/amd64.dpatch 2006-04-04 10:19:46.0 + +++ ./debian/patches/amd64.dpatch 2006-04-04 10:19:35.0

Bug#360712: unixodbc: FTBFS (ppc64): incorrect soname libgtrtst.so.1, missing symbol: Base GetRCString

2006-04-04 Thread Andreas Jochens
-T' seems to reflect that difference correctly. I do not know how to fix this problem. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#360753: autounit: FTBFS (ppc64): 'size_t ns_len; sscanf(str,%d,ns_len)' is wrong on 64-bit architectures

2006-04-04 Thread Andreas Jochens
int instead of a 32-bit int. Regards Andreas Jochens diff -urN ../tmp-orig/autounit-0.15.2/c-unit/au-netstring.c ./c-unit/au-netstring.c --- ../tmp-orig/autounit-0.15.2/c-unit/au-netstring.c 2002-04-22 22:50:08.0 + +++ ./c-unit/au-netstring.c 2006-04-04 12:04:11.0 +

Bug#360797: powerpc-utils: FTBFS (ppc64): Please support the ppc64 architecture

2006-04-04 Thread Andreas Jochens
Package: powerpc-utils Version: 1.1.3-18 Severity: wishlist Tags: patch Hello, please support the ppc64 port by adding 'ppc64' to the Architecture line in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/powerpc-utils-1.1.3/debian/control ./debian/control --- ../tmp-orig/powerpc

Bug#360633: zeroc-ice: FTBFS (ppc64): #error Unknown architecture

2006-04-03 Thread Andreas Jochens
[3]: Leaving directory `/zeroc-ice-3.0.1/src/IceUtil' With the attached patch 'zeroc-ice' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/zeroc-ice-3.0.1/debian/patches/bugs-arch.diff ./debian/patches/bugs-arch.diff --- ../tmp-orig/zeroc-ice-3.0.1/debian/patches/bugs

Bug#360498: gcc-4.1: FTBFS (ppc64): ppc64-biarch.dpatch does not apply cleanly

2006-04-02 Thread Andreas Jochens
-biarch] Error 1 With the attached patch 'gcc-4.1' can be compiled on ppc64. The patch changes ppc64-biarch.dpatch so that it applies cleanly to the gcc-4.1 sources. The patch also adds libssp and libffi to the 32-bit libraries which are created during the build. Regards Andreas Jochens diff -urN

Bug#360542: argouml: FTBFS: Failed to satisfy Build-Depends-Indep dependency for argouml: mime-codecs

2006-04-02 Thread Andreas Jochens
on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/argouml-0.19.6/debian/control ./debian/control --- ../tmp-orig/argouml-0.19.6/debian/control 2006-04-03 02:54:23.0 + +++ ./debian/control2006-04-03 02:53:57.0 + @@ -3,7 +3,7 @@ Priority: optional Maintainer

Bug#360316: zeroc-icee: FTBFS: #error IceE version mismatch!

2006-04-01 Thread Andreas Jochens
/BuiltinSequences.h:28:9: error: #error IceE version mismatch! make[3]: *** [BasicStream.o] Error 1 make[3]: Leaving directory `/zeroc-icee-1.0.0/src/IceE' Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#360317: e2fsprogs: FTBFS (amd64): conflicting types for '__s64'

2006-04-01 Thread Andreas Jochens
Andreas Jochens diff -urN ../tmp-orig/e2fsprogs-1.38+1.39-WIP-2006.03.29/lib/blkid/devname.c ./lib/blkid/devname.c --- ../tmp-orig/e2fsprogs-1.38+1.39-WIP-2006.03.29/lib/blkid/devname.c 2006-03-19 19:53:35.0 + +++ ./lib/blkid/devname.c 2006-04-01 06:55:49.0 + @@ -36,12

Bug#360346: cmap-adobe-cns1: FTBFS: debconf2po-update: Command not found

2006-04-01 Thread Andreas Jochens
debian/rules clean debconf2po-update make: debconf2po-update: Command not found make: *** [debian/po/templates.pot] Error 127 With the attached patch 'cmap-adobe-cns1' can be built on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/cmap-adobe-cns1-0+20040609/debian/rules ./debian/rules

Bug#360351: cmap-adobe-korea1: FTBFS: debconf2po-update: Command not found

2006-04-01 Thread Andreas Jochens
architecture amd64 debian/rules clean debconf2po-update make: debconf2po-update: Command not found make: *** [debian/po/templates.pot] Error 127 With the attached patch 'cmap-adobe-korea1' can be build on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/cmap-adobe-korea1-0+20020208/debian/rules

Bug#360349: cmap-adobe-gb1: FTBFS: debconf2po-update: Command not found

2006-04-01 Thread Andreas Jochens
amd64 debian/rules clean debconf2po-update make: debconf2po-update: Command not found make: *** [debian/po/templates.pot] Error 127 With the attached patch 'cmap-adobe-gb1' can be build on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/cmap-adobe-gb1-0+20030802/debian/rules ./debian/rules

Bug#360358: eagle: FTBFS: Failed to satisfy Build-Depends dependency for eagle: ia32-libs-dev

2006-04-01 Thread Andreas Jochens
for eagle: ia32-libs-dev Please change the Build-Depends from 'ia32-libs-dev' to 'libc6-dev-i386' in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/eagle-4.16/debian/control ./debian/control --- ../tmp-orig/eagle-4.16/debian/control 2006-04-01 13:54:58.0 + +++ ./debian

Bug#360359: cthugha: FTBFS (gcc-4.1): extra qualification 'InterfaceMain::' on member 'doKey'

2006-04-01 Thread Andreas Jochens
but non-virtual destructor Interface.cc:507: warning: 'class InterfaceOption' has virtual functions but non-virtual destructor make[3]: *** [Interface.o] Error 1 make[3]: Leaving directory `/cthugha-1.4/src' With the attached patch 'cthugha' can be compiled using gcc-4.1. Regards Andreas Jochens

Bug#339716: Can we close this bug?

2006-04-01 Thread Andreas Jochens
native installer on ppc64. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#360239: gnome-keyring-sharp: FTBFS: Missing Build-Depends on 'gtk-sharp2-gapi'

2006-03-31 Thread Andreas Jochens
so pkg-config can find them. make: *** [configure-stamp] Error 1 Please add the missing Build-Depends on 'gtk-sharp2-gapi' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/gnome-keyring-sharp-0.0.1/debian/control ./debian/control --- ../tmp-orig/gnome-keyring-sharp-0.0.1/debian

Bug#360241: installation-guide: FTBFS: /usr/bin/openjade: [...] ISOamsr.ent:50:19:E: X2254 is not a function name

2006-03-31 Thread Andreas Jochens
: creating temporary .html file... Info: creating .txt file... Warning: The following formats failed to build: pdf make: *** [build-stamp] Error 2 Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#360082: kdemultimedia: FTBFS: Build-Depends dependency for kdemultimedia cannot be satisfied because no available versions of package libtunepimp2-dev can satisfy version requirements

2006-03-30 Thread Andreas Jochens
for kdemultimedia cannot be satisfied because no available versions of package libtunepimp2-dev can satisfy version requirements Please change the Build-Depends to 'libtunepimp3-dev' in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/kdemultimedia-3.5.2/debian/control ./debian/control

Bug#360177: ghc6: FTBFS (ppc64): TOC section size exceeds 64k

2006-03-30 Thread Andreas Jochens
section size problem. This solution to make ghc work on ppc64 has been taken from Gentoo. Regards Andreas Jochens diff -urN ../tmp-orig/ghc6-6.4.1/debian/rules ./debian/rules --- ../tmp-orig/ghc6-6.4.1/debian/rules 2006-03-30 17:11:26.0 + +++ ./debian/rules 2006-03-30 07:05

Bug#360180: icon: FTBFS (ppc64): memory violation/File sieve.icn - Please build with -O0 on ppc64

2006-03-30 Thread Andreas Jochens
Testing wordcnt Tests failed: sieve make[3]: *** [Samples] Error 1 make[3]: Leaving directory `/icon-9.4.2/tests/general' With the attached patch 'icon' can be compiled on ppc64. The patch adds ppc64 to the list of architectures which use 'CFLAGS_OPT = -O0'. Regards Andreas Jochens diff -urN

Bug#360177: ghc6: FTBFS (ppc64): TOC section size exceeds 64k

2006-03-30 Thread Andreas Jochens
) the -mminimal-toc option was sufficient to fix the problem. I tried to make ghc use '-mminimal-toc' but I had not success so far. But I guess it should be possible for someone who knows more about the ghc build process than I do. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#360028: grub: FTBFS (amd64): Failed to satisfy Build-Depends dependency for grub: ia32-libs-dev

2006-03-29 Thread Andreas Jochens
With the attached patch, which replaces ia32-libs-dev by libc6-dev-i386 in debian/control, 'grub' can be built on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/grub-0.97/debian/control ./debian/control --- ../tmp-orig/grub-0.97/debian/control2006-03-30 06:56:22.0 +

Bug#359690: synfig: FTBFS (amd64): no matching function for call to 'min(int, long int)'

2006-03-28 Thread Andreas Jochens
(w,get_w()-x); Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#359275: xbae: FTBFS: Missing Build-Depends on 'libxmu-dev'

2006-03-27 Thread Andreas Jochens
add.c:132: error: for each function it appears in.) make[3]: *** [add.o] Error 1 make[3]: Leaving directory `/xbae-4.60.2/examples/add' Please add the missing Build-Depends on 'libxmu-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/xbae-4.60.2/debian/control ./debian

Bug#359046: mc: FTBFS (ppc64): Please do not use 'umode_t'

2006-03-26 Thread Andreas Jochens
'AC_CHECK_TYPE(umode_t, int)' type check/definition from configure.ac and configure. Regards Andreas Jochens diff -urN ../tmp-orig/mc-4.6.1/src/achown.c ./src/achown.c --- ../tmp-orig/mc-4.6.1/src/achown.c 2005-07-23 16:52:02.0 + +++ ./src/achown.c 2006-03-25 18:52:50.0 +

Bug#358926: qpsmtpd: FTBFS: cp: cannot stat `/qpsmtpd-0.32/debian/plugins/*': No such file or directory

2006-03-25 Thread Andreas Jochens
/ cp -a /qpsmtpd-0.32/debian/plugins/* /qpsmtpd-0.32/debian/qpsmtpd/usr/share/qpsmtpd/plugins/ cp: cannot stat `/qpsmtpd-0.32/debian/plugins/*': No such file or directory make: *** [install] Error 1 Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#358926: qpsmtpd: FTBFS: cp: cannot stat `/qpsmtpd-0.32/debian/plugins/*': No such file or directory

2006-03-25 Thread Andreas Jochens
Hello, On 06-Mar-25 11:45, Devin Carraway wrote: On Sat, Mar 25, 2006 at 10:49:38AM +0100, Andreas Jochens wrote: # install the plugins install -m 755 -d /qpsmtpd-0.32/debian/qpsmtpd/usr/share/qpsmtpd/plugins cp -a /qpsmtpd-0.32/plugins/* /qpsmtpd-0.32/debian/qpsmtpd/usr/share/qpsmtpd

Bug#358327: ess: FTBFS: Missing Build-Depends on 'tetex-extra'

2006-03-22 Thread Andreas Jochens
' not found. Type X to quit or RETURN to proceed, or enter new name. (Default extension: sty) Enter file name: Please add the missing Build-Depends on 'tetex-extra' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/ess-5.2.12/debian/control ./debian/control --- ../tmp-orig/ess

Bug#358393: powermgmt-base: Missing 'Depends' on debconf

2006-03-22 Thread Andreas Jochens
/dpkg returned an error code (1) Please add the missing Depends on 'debconf' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/powermgmt-base-1.23/debian/control ./debian/control --- ../tmp-orig/powermgmt-base-1.23/debian/control 2006-01-03 05:52:37.0 + +++ ./debian

Bug#358400: tdiary: FTBFS: Missing Build-Depends on 'dpatch'

2006-03-22 Thread Andreas Jochens
: Command not found make: *** [unpatch] Error 127 Please add the missing Build-Depends on 'dpatch' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/tdiary-2.0.2+20060303/debian/control ./debian/control --- ../tmp-orig/tdiary-2.0.2+20060303/debian/control2006-03-22 15:59:50.0

Bug#358402: pyroman: FTBFS: Missing Build-Depends on 'python-dev'

2006-03-22 Thread Andreas Jochens
: *** [binary-install/pyroman] Error 1 Please add the missing Build-Depends on 'python-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/pyroman-0.2/debian/control ./debian/control --- ../tmp-orig/pyroman-0.2/debian/control 2006-03-22 16:12:29.0 + +++ ./debian

Bug#358403: testresources: FTBFS: SyntaxError: invalid syntax

2006-03-22 Thread Andreas Jochens
import TestVisitor, TestSuite File /testresources-0.1/lib/testresources/__init__.py, line 168 @classmethod ^ SyntaxError: invalid syntax make: *** [common-post-build-indep] Error 1 Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#358409: linda: FTBFS: AssertionError

2006-03-22 Thread Andreas Jochens
), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), stripped' make[1]: *** [test] Error 1 make[1]: Leaving directory `/linda-0.3.18' make: *** [test-stamp] Error 2 With the attached patch 'linda' can be built on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/linda-0.3.18/tests

Bug#358411: libdata-visitor-perl: FTBFS: Failed 5/5 test scripts

2006-03-22 Thread Andreas Jochens
/callback_aliasing.t 255 65280 47 175.00% 1-4 t/circular_refs.t 255 65280 35 166.67% 1-3 t/globs.t 255 6528010 13 130.00% 1 4-10 Failed 5/5 test scripts, 0.00% okay. 57/59 subtests failed, 3.39% okay. make: *** [install-stamp] Error 255 Regards Andreas Jochens

Bug#358414: webcalendar: FTBFS: Missing Build-Depends on 'dpatch'

2006-03-22 Thread Andreas Jochens
' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/webcalendar-1.0.2/debian/control ./debian/control --- ../tmp-orig/webcalendar-1.0.2/debian/control2006-03-22 17:13:22.0 + +++ ./debian/control2006-03-22 17:13:15.0 + @@ -2,7 +2,7 @@ Section: web

Bug#358403: testresources: FTBFS: SyntaxError: invalid syntax

2006-03-22 Thread Andreas Jochens
. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#358450: libimage-exiftool-perl: FTBFS: Missing Build-Depends on 'dpatch'

2006-03-22 Thread Andreas Jochens
target `/usr/share/dpatch/dpatch.make'. Stop. Please add the missing Build-Depends on 'dpatch' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/libimage-exiftool-perl-6.00/debian/control ./debian/control --- ../tmp-orig/libimage-exiftool-perl-6.00/debian/control 2006-03-22 19

Bug#358448: simpledb: FTBFS (amd64): cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument '6' to 'SQLRETURN SQLBindCol(void*, SQLUSMALLINT, SQLSMALLINT, void*, SQLLEN, SQLLEN*)'

2006-03-22 Thread Andreas Jochens
on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/simpledb-1.5/Column.h ./Column.h --- ../tmp-orig/simpledb-1.5/Column.h 2006-01-05 23:59:30.0 + +++ ./Column.h 2006-03-22 19:32:32.0 + @@ -100,7 +100,7 @@ /** The lengthOrIndex variable to be sent to the SQLBindCol

Bug#358460: exmap: FTBFS (amd64): /usr/bin/ld: sharedarray.o: relocation R_X86_64_32S against `writeme' can not be used when making a shared object; recompile with -fPIC

2006-03-22 Thread Andreas Jochens
`/exmap-0.8/tools' With the attached patch 'exmap' can be compiled on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/exmap-0.8/debian/rules ./debian/rules --- ../tmp-orig/exmap-0.8/debian/rules 2006-03-22 19:33:20.0 + +++ ./debian/rules 2006-03-22 19:33:15.0 +

Bug#354967: wmspaceweather: FTBFS

2006-03-03 Thread Andreas Jochens
tags 354967 +patch thanks With the following patch 'wmspaceweather' can be built on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/wmspaceweather-1.04/debian/control ./debian/control --- ../tmp-orig/wmspaceweather-1.04/debian/control 2006-03-03 11:23:34.0 +

Bug#354947: gtk+2.0-directfb: FTBFS (ppc64): Please support the ppc64 architecture

2006-03-02 Thread Andreas Jochens
Package: gtk+2.0-directfb Version: 2.0.9.2-13 Severity: wishlist Tags: patch Please add 'ppc64' to the architecture fields in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/gtk+2.0-directfb-2.0.9.2/debian/control ./debian/control --- ../tmp-orig/gtk+2.0-directfb-2.0.9.2/debian

Bug#354809: [Pkg-db-devel] Bug#354809: db4.4: FTBFS (ppc64): syntax error in VERSION script

2006-03-02 Thread Andreas Jochens
Hello, On 06-Mar-01 23:16, Florian Weimer wrote: * Andreas Jochens: Looking at the output of 'nm' I found that the symbols which are marked with 'T' on other architectures have a 'D' on ppc64 instead. However, there are also symbols which have a 'D' on other architectures and on ppc64

Bug#352203: antlr: FTBFS (ppc64): cannot guess build type; you must specify one

2006-03-02 Thread Andreas Jochens
reopen 352203 thanks Hello, the config.sub and config.guess scripts are still not updated properly, because the updated files are copied to the wrong directory in debian/rules. The attached patch fixes this. Regards Andreas Jochens diff -urN ../tmp-orig/antlr-2.7.6/debian/rules ./debian/rules

Bug#354809: db4.4: FTBFS (ppc64): syntax error in VERSION script

2006-03-01 Thread Andreas Jochens
patch disables the use of the Versions script on ppc64. With this patch 'db4.4' can be compiled on ppc64. Regards Andreas Jochens diff -urN ../tmp-orig/db4.4-4.4.20/dist/Makefile.in ./dist/Makefile.in --- ../tmp-orig/db4.4-4.4.20/dist/Makefile.in 2006-02-28 10:48:20.0 + +++ ./dist

Bug#354809: [Pkg-db-devel] Bug#354809: db4.4: FTBFS (ppc64): syntax error in VERSION script

2006-03-01 Thread Andreas Jochens
Hello, thank you for your reply to my report! On 06-Mar-01 22:24, Adam Conrad wrote: Andreas Jochens wrote: The attached patch disables the use of the Versions script on ppc64. With this patch 'db4.4' can be compiled on ppc64. Surely, there must be a way to resolve this bug without

Bug#354859: rxtx: FTBFS: rm: cannot remove `src/gnu/io': No such file or directory

2006-03-01 Thread Andreas Jochens
The attached patch fixes this problem. Regards Andreas Jochens diff -urN ../tmp-orig/rxtx-2.1.7/debian/rules ./debian/rules --- ../tmp-orig/rxtx-2.1.7/debian/rules 2006-03-01 15:47:06.0 + +++ ./debian/rules 2006-03-01 15:45:56.0 + @@ -22,8 +22,7 @@ dh_testdir

Bug#354546: texinfo: 'apt-get build-dep make' fails with 'update-fmtutil: cannot read /etc/texmf/fmt.d/00tex.cnf'

2006-02-27 Thread Andreas Jochens
(--configure): subprocess post-installation script returned error exit status 1 Installing just 'texinfo' alone, i.e. not together with 'tetex-bin' works fine. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#352588: uqm: FTBFS (amd64)

2006-02-27 Thread Andreas Jochens
With the attached patch 'uqm' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/uqm-0.5.0/src/sc2code/libs/platform.h ./src/sc2code/libs/platform.h --- ../tmp-orig/uqm-0.5.0/src/sc2code/libs/platform.h 2005-11-03 01:41:19.0 + +++ ./src/sc2code

Bug#354677: uruk: FTBFS: [zoem] error around input line 13 in ./include.zmm

2006-02-27 Thread Andreas Jochens
] unwound on error/exception make[2]: *** [uruk.8] Error 8 make[2]: Leaving directory `/uruk-20051027/man' Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#354489: libcatalyst-perl: FTBFS: Missing Build-Depends on 'libfile-slurp-perl'

2006-02-26 Thread Andreas Jochens
? [y] y I do not think that is behaviour is correct. Building a package should not cause an automatic download of files from the internet. Please switch this auto-download/auto-installation off. Regards Andreas Jochens diff -urN ../tmp-orig/libcatalyst-perl-5.65/debian/control ./debian/control

<    1   2   3   4   5   6   7   8   9   10   >