Bug#479613: fix for 479613

2008-05-06 Thread peter green
tags 479613 +patch thanks it looks like libosip renamed it's md5 functions/types (probablly to avoid symbol conflicts) causing this failure. I have attatched a patch to make siproxd use the new functions, this can be dropped straight into the debian/patches directory (the package uses cdbs

Bug#479751: azureus: Requires Sun Java

2008-05-06 Thread peter green
The package seems to require Sun Java as it stated in README.txt. I gave up with trying to run it on free VM's available in Debian etch. It would appear that way In addition, the azureus wrapper expects java in the path, which is available only with Sun Java package installed. Afaict this is

Bug#477046: fix for 477046

2008-05-06 Thread peter green
tags 477046 +patch thanks this bug is caused by some minor misquoting in debian/rules. fixed debian/rules file is attatched. #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # Uncomment this to turn on

Bug#479971: fix for 479971

2008-05-07 Thread peter green
tags 479971 +patch thanks The inclusion of asm/page.h in lib/gexec_process.c seems to be supirous, simply removing the #include makes the file build. To get the complete package to build (I did my test builds on AMD64) I also had to add -fPIC to the CFLAGS in debian/rules -- To

Bug#479973: fix for 479973

2008-05-07 Thread peter green
tags 479973 +patch thanks removing the #include asm/page.h from base/sched/liblxrt/touchall.c will make this build (at least on i386). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479974: fix for 479974

2008-05-07 Thread peter green
tags 479974 +patch thanks it seems that simply removing the #include asm/page.h from swapd.c is enough to make this package build (at least on i386, not tested elsewhere). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479975: fix for 479975

2008-05-07 Thread peter green
tags 479975 +patch thanks simply removing the #include asm/page.h from font/j3100.c makes this package build successfully (at least on i386). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479969: fix for 479969

2008-05-07 Thread peter green
simply removing the #include asm/page.h from proc/ps.h will make this package build (at least on i386). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#480108: fix for 480108

2008-05-08 Thread peter green
tags 480108 +patch thanks It seems this problem is actually caused by an over-zelous distclean target in the doc directories makefile (it removes a load of html files that are not generated at least not as part of the normal build process). I tried to fix this in the upstream build system but

Bug#480108: fix for 480108

2008-05-08 Thread peter green
Umh, sorry... Didn't do the trick :-( That is strange because it seems to be working fine here. Are you sure the tree was in a sane state when you replaced the rules file. The new rules file won't help if the documentation is already gone. -- To UNSUBSCRIBE, email to [EMAIL

Bug#479977: fix for 479977

2008-05-09 Thread peter green
tags 479977 +patch thanks It seems that simply removing the #include asm/page.h from src/linux/proc/ps.h is enough to make this build (at least on i386). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479979: fix for 479979

2008-05-09 Thread peter green
tags 479979 +patch thanks It seems that simply removing the #include asm/page.h from um-viewos/um_mmap.c will make this build fine at least on i386 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479981: fix for 479981

2008-05-10 Thread peter green
tags 479981 +patch thanks simply removing the #include asm/page.h from fbcommon.c is enough to make this build (at least on i386) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479982: fix for 479982

2008-05-10 Thread peter green
tags 479982 +patch thanks it seems that simply removing the #include asm/page.h from util-linux/mkswap.c is sufficiant to make this build (at least on i386). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#479980: fix for 479980

2008-05-10 Thread peter green
tags 479980 +patch thanks simply removing the #include asm/page.h from mount.ocfs2/mount.ocfs2.h will make this build (at least on i386) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#475908: please support MBR+GPT hybrid partition tables

2008-04-15 Thread peter green
Does libparted have support for that kind of partition table? it doesn't look like it (both parted and gparted also detect the partition table type as GPT). If not, it would have to be implemented there first. ok -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#476680: fix for 476680

2008-04-19 Thread peter green
tags 476680 +patch thanks The problem here is that the packages makefiles break when the quilt patches are removed (probablly due to DFSG stripping of the source tree). but debian/rules clean removes the patches before calling make distclean. A fixed debian/rules file is attatched.

Bug#471004: fix for 471004

2008-04-19 Thread peter green
tags 471004 +patch thanks to fix this bug add -fno-strict-aliasing to the line that adds cflags in base/common.make -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#460191: fix for 460191

2008-04-19 Thread peter green
tags 460191 +patch thanks add the following commands to the clean target near the end (I put them just before dh_clean) to fix this bug. -rm -rf /cdrdao-1.2.2/scsilib/librscg/OBJ -rm -rf /cdrdao-1.2.2/scsilib/libscg/OBJ -rm -rf /cdrdao-1.2.2/scsilib/libschily/OBJ P.S. this -- To

Bug#477011: fix for 477011

2008-04-20 Thread peter green
tags 477011 +patch thanks patch is attatched. just add it to the quilt series. Index: adonthell-0.3.4.cvs.20050813/src/py_adonthell_wrap.cc === --- adonthell-0.3.4.cvs.20050813.orig/src/py_adonthell_wrap.cc 2008-04-20

Bug#468310: gnat-gps: FTBFS: libgnatprj-dev no longer in unstable

2008-02-28 Thread peter green
package: gnat-gps version: 4.0.1-6 severity: serious It seems the -dev packages for libgnatprj have now been versioned to allow multiple versions of gnat to be installed using thier own version of it. To allow successfull builds on both testing and unstable it appears the first line of

Bug#474456: ethernet broken on a epox 8hda series motherboard from 2.6.23 onwards

2008-04-05 Thread peter green
Package: linux-image-2.6.24-1-amd64 Version: 2.6.24-5 Severity: important With 2.6.23 and 2.6.24 the onboard ethernet on my brothers desktop PC no longer works. The system announces the link is up then soon afterwards announces a timeout then announces it is up again and the process repeats

Bug#474787: patch for hugin FTBFS with gcc-4.3

2008-04-09 Thread peter green
tags 474787 +patch thanks patch is attatched diff -ur hugin-0.6.1/debian/rules hugin-0.6.1-plugwash/debian/rules --- hugin-0.6.1/debian/rules 2008-04-09 20:17:53.0 + +++ hugin-0.6.1-plugwash/debian/rules 2008-04-09 19:43:49.0 + @@ -21,7 +21,7 @@ DEB_BUILD_GNU_TYPE ?=

Bug#474794: patch to make gnome-color-chooser build with gcc 4.3

2008-04-09 Thread peter green
tags 474794 +patch thanks patch is attatched. The patch also fixes an unreported FTBFS if built twice in a row bug. Only in gnome-color-chooser-0.2.3: config.guess Only in gnome-color-chooser-0.2.3: config.sub diff -ur gnome-color-chooser-0.2.3/debian/rules

Bug#474795: fix for 474795

2008-04-09 Thread peter green
tags 474795 +patch thanks to fix this bug add #include libintl.h to the top of gpar2.cc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#475314: gmetadom FTBFS in experimental chroot (maybe a gcc-4.3 issue)

2008-04-09 Thread peter green
package: gmetadom severity: important tags: patch add #include string.h to src/gdome_cpp_smart/include/GdomeSmartDOM.hh and src/gdome_cpp_smart/include/GdomeSmartDOMTraitst.hh just before the existing includes to fix this bug -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#474798: fix for building gdome2-xslt with gcc-4.3

2008-04-09 Thread peter green
tags 474798 +patch thanks add #include string.h to the top of C++/test/main.cc to fix this bug -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#475908: please support MBR+GPT hybrid partition tables

2008-04-13 Thread peter green
package: partman severity: wishlist On mutliboot intel based macs the normal partition table type is a MBR+GPT hybrid. Currently when used with such a partition table partman destroys the MBR parition table causing bootloader installation to fail and thus making installing debian on such

Bug#442550: drbd0.7: FTBFS if build twice in a row

2008-03-20 Thread peter green
tags 442550 +patch thanks to fix this bug add the commands -rm user/drbdmeta -rm benchmark/io-latency-test to the end of the clean target -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#471606: can anyone reproduce theese bugs

2008-03-20 Thread peter green
I have just tried to reproduce 471606 and 471608 (which seem to be the same issue just on different packages) in my up to date sid chroot and I can't reproduce either. Have they been fixed by a new gtk/glib upload or something? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#471608: can anyone reproduce theese bugs

2008-03-20 Thread peter green
peter green wrote: I have just tried to reproduce 471606 and 471608 (which seem to be the same issue just on different packages) in my up to date sid chroot and I can't reproduce either. Have they been fixed by a new gtk/glib upload or something? sorry I wrote my message before I finished

Bug#471608: beast: FTBFS: bsecategories.c:203: error: 'G_GNUC_PRETTY_FUNCTION' undeclared

2008-03-20 Thread peter green
tags 471608 +patch thanks this can be fixed by removing -DG_DISABLE_DEPRECATED from bse/makefile.in -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#472325: pidgin-nateon - FTBFS: configure: error: XML::Parser perl module is required for intltool

2008-03-23 Thread peter green
tags 472325 +patch this is trivially fixed, just add libxml-parser-perl to the build-depends line in debian/control -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#395911: error mounting/creating filesystems windowswindow~1.log is 92k, but it has 41 clusters (164k)

2006-10-28 Thread peter green
windowswindow~1.log is 92k, but it has 41 clusters (164k) ERROR !!! Ignore Cancel dmesg -c on second console didnt showed anything relevant, only information that swap was mounted/added. Perhaps the fat system there was damaged before and debian tried to mount it? But if so then this

Bug#524584: lastfm_1:1.5.1.31879.dfsg-2(mips/unstable): FTBFS on mips

2009-04-18 Thread peter green
The problem is one of wrong include paths getting passed to g++ sucessfull amd64 build: g++ -c -pipe -g -O2 -g -Wall -O2 -w -D_REENTRANT -fPIC -DNBREAKPAD -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.

Bug#521922: freedoom: FTBFS: Missing Build-Depends

2009-04-18 Thread peter green
tags 521922 +patch thanks from testing with pbuilder login it seems python is the only missing build-dependency and adding it will fix this bug. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#523935: gedit-plugins: FTBFS: Unsatisfiable Build-Depends

2009-04-18 Thread peter green
tags 523935 +patch thanks simply changing libgucharmap-dev to libgucharmap2-dev in build-depends makes this package build successfully. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#524775: ogre: FTBFS fails to build two time in a row

2009-04-20 Thread peter green
tags 524775 +patch thanks patch is attatched. diff -urN ogre-1.6.1.dfsg1/debian/Makefile.dummy ogre-1.6.1.dfsg1.new/debian/Makefile.dummy --- ogre-1.6.1.dfsg1/debian/Makefile.dummy 1970-01-01 00:00:00.0 + +++ ogre-1.6.1.dfsg1.new/debian/Makefile.dummy 2009-04-20 18:10:15.0

Bug#520005: gpsim: FTBFS: ../cli/.libs/libgpsimcli.so: undefined reference to `rl_getc_function'

2009-04-26 Thread peter green
Looks like some fedora guys have found a fix for this but they don't seem to have posted it as an actual patch :/ https://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=61208forum=11 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#522991: freeradius_2.0.4+dfsg-6+b1(mips/unstable): FTBFS on mips

2009-04-28 Thread peter green
I've done some flyby inspection of this bug and come to the following conclusions. * The freeradius build has a check for links with anything in a libssl* package BUT this check only detects direct links. * Freeradius normally ends up with an indirect link to libcrypto (from the libssl*

Bug#534089: libcomplearn-mod-ppmd: FTBFS: Nonexistent build-dependency: ppmd

2009-09-27 Thread peter green
severity 534089 important block 534089 by 178840 E: Couldn't find package ppmd That is because ppmd FTBFS on amd64. It also FTBFS on our other 64 bit architectures (alpha, ia64 and kfreebsd-amd64). There have been serveral attempts to fix it but so far it still segfaults during the build.

Bug#545593: fgfs-atlas: FTBFS: Atlas.cxx:32:10: error: #include expects FILENAME or FILENAME

2009-09-30 Thread peter green
tags 545593 + sid squeeze This bug affects sid. It does not affect lenny. Right now it does not affect squeeze either but I suspect that will change so i'm considering this as relavent for squeeze. It seems the headers for simgear have changed a lot with the new version and this is breaking

Bug#605816: suckless-tools: FTBFS: /home/buildd/.terminfo: permission denied (errno 2)

2010-12-04 Thread peter green
tags 605816 +patch thanks The attached patch points $HOME for the build at a subdirectory of the build tree (which is created in build and nuked in clean) allowing the package to be built by users with a nonexistent homedir and ensuring that the users homedir can neither affect or be affected

Bug#606343: libpam-mount: FTBFS on kfreebsd-*: insufficient build-deps

2010-12-08 Thread peter green
I just took a quick look (i'm just doing flyby looks at rc bugs, I don't have anything to do with this package) and it appears it isn't a simple case of missing build-depends. The build-depends is there but qualified with [linux-any], presumablly that qualification is there because

Bug#593049: osso-gwconnect: FTBFS: configure: error: ossolog enabled but, osso-log.h not found

2010-12-08 Thread peter green
found 593049 1.0.12.debian-1 thanks I have just confirmed that this issue also impacts building squeezes version in squeeze Looking at config.log for insight it seems something screwy with CFLAGS configure:5403: checking osso-log.h usability configure:5403: gcc -c -g -O2 -Wall -g -O2

Bug#575856: nestra: build-depends-on-obsolete-package x-dev

2011-02-08 Thread peter green
tags 575856 +patch thanks From my testing it appears to be sufficiant to simply drop the build-dependency on x-dev to fix this. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#614772: libkarma: FTBFS: insufficient build-deps

2011-02-23 Thread peter green
tags 614772 +patch thanks Looks like /cli-common-dev needs to be moved from build-depends-indep to build-depends. / -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#614440: alarm-clock: FTBFS: alarm_runner.h:33: error: 'alarm' redeclared as

2011-02-28 Thread peter green
As of right now this issue only seems to affect builds on sid not on squeeze or wheezy. The offending line is GKeyFile *alarm; which seems to conflict with a new addition to the standard headers. The strange thing is I can't seem to find any evidence that variable is ever used either by

Bug#617968: libstdc++6-4.5-dev: Apps that include algorithm FTBFS

2011-03-13 Thread peter green
After much trial and erorr I managed to reduce the problem to the attatched trivial example. I do not know enough C++ to say if this is supposed to work or not but I can say it builds with 4.4 but not 4.5. Note: i'm just doing flyby RC bug investigation (yes I know this bug is marked as

Bug#505847: ttf-mathematica4.1: can't install, can't, uninstall...

2008-11-16 Thread peter green
It seems wolfram.com changed the location of fonts or removed the fonts. Regardless of what caused the failure IMO with a package of this style it is not acceptable to leave the package in an unremovable state if the download fails. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c, works)

2008-11-17 Thread peter green
I have attatched a patch which reduces the optimisation level of the build to O2 on ia64. I have checked the patch sets the optimisation level correctly by using a different architecture in the test but I do not have access to an ia64 box so I can't test to confirm the subitters statement

Bug#506009: maq: gzopen64 implicitly converted to pointer

2008-11-17 Thread peter green
tags 506009 +patch thanks the issue seems to be caused by upstream defining _FILE_OFFSET_BITS=64 but not _LARGEFILE64_SOURCE causing the zlib header to misbehave. Defining _LARGEFILE64_SOURCE as well fixes it. This can be done by adding the following to debian/rules #needed to make the zlib

Bug#506066: hardening-wrapper: wrapper script hangs if corresponding gcc version is not installed.

2008-11-17 Thread peter green
package: hardening-wrapper severity: important For some reason in my i386 sid chroot I ended up with cc pointing at gcc-4.2 but gcc-4.2 not installed, I dunno exactly how this happened but given that this chroot is far from clean i'm not going to blame debian for it (heck I may have even set

Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c, works)

2008-11-18 Thread peter green
Thanks, peter. John uploaded a fixed package with your patch. The good news is it built sucessfully on ia64 The bad news is it failed on alpha arm mips s390 and sparc due to a failure to install the build-depends. I have reproduced this failure on my qemu arm system and the culprit seems

Bug#507113: [smartpm] fails to start with root permissions

2008-11-28 Thread peter green
severity 507113 normal thanks If I'm using Root Terminal from GNOME, smart --gui works fine. If I'm using Konsole and su root smart --gui fails in seg fault su clears out the environment so x programs won't work hence the can't open display warning you get from gtk. Use sux instead. The

Bug#506862: inspircd: fails to start, complains about missing shared libraries

2008-11-28 Thread peter green
severity 506862 normal thanks When I try to run inspircd, it dies with the message inspircd: error while loading shared libraries: libIRCDchannels.so: cannot open shared object file: No such file or directory In my test chroots at least it starts sucessfully using the init script but fails

Bug#565694: ball FTBFS on all the buildds that have tried it with various, issues

2010-01-27 Thread peter green
the armel issue is a missing #include cstdio in source/COMMON/logStream.C , I dunno why it only showed on armel though (maybe the standard library include chains are different or something). the kfreebsd issue seems to be an issue with the code in source/SYSTEM/sysinfo.C not being compatible

Bug#551400: fpc on kfreebsd-i386

2010-02-02 Thread peter green
Abou Al Montacir wrote: Thank you for the interest you are giving to FPC. Indeed, FPC is supported upstream on *BSD, and we shouldn't get any issue making it available for Debian for any of these targets. However a new FPC version (2.4.0) is being released and we should focus on it instead of

Bug#549391: Please switch to poppler-utils

2009-11-27 Thread peter green
xpdf might not be shipped with Squeeze. Your package currently build depends on xpdf-utils. Please adapt it to xpdf-utils's successor poppler-utils. However poppler-utils provides xpdf-utils and seems to be compatible enough for hpodder to build successfully so i'm not sure that this is a bug.

Bug#559378: bzr-hg: Incorrect versioned dependency on ‘mercurial’

2009-12-04 Thread peter green
Architecture: all -Depends: bzr (= 1.13), bzr ( 2.1~), mercurial (= 1.3.1), ${python:Depends}, ${misc:Depends} +Depends: bzr (= 1.13), bzr ( 2.1~), mercurial (== 1.3.1), ${python:Depends}, ${misc:Depends} Suggests: bzr-gtk That patch is no good for two reasons Firstly there has never been a

Bug#559776: fsck now considers last mount time in the future to be an error causing boot failure on systems without a usable rtc

2009-12-06 Thread peter green
package: e2fsprogs severity: critical justification: breaks the entire system When booting my quemu armel system I get the following Checking root file system...fsck from util-linux-ng 2.16.1 /dev/sda1: Superblock last mount time (Thu Jan 1 01:03:11 1970, now = Thu Jan 1 01:00:52 1970)

Bug#559747: zita-convolver: must not use -march=native (was FTBFS: unrecognized command line option -march=native)

2009-12-06 Thread peter green
retitle 559747 zita-convolver: must not use -march=native thanks zita-convolver appears to be using -march=native , there are two problems with this 1: It's not supported on most debian architectures (hence a load of build failures) 2: Even on architectures where it is supported it's totally

Bug#532971: closed by Faidon Liambotis parav...@debian.org (Bug#532971: fixed in asterisk 1:1.6.2.0~dfsg~beta3-1)

2009-07-28 Thread peter green
reopen 532971 1:1.6.2.0~dfsg~beta3-1 thanks This is an automatic notification regarding your Bug report which was filed against the asterisk package: #532971: asterisk FTBFS on armel snip * Accommodate for the rename of libcap2-dev to libcap-dev (Closes: #532971) This doesn't seem

Bug#356055: loadlin: loadlin.exe cannot be built from source

2008-10-27 Thread peter green
This bug has been pending for over a fortnight and the bug that was marked as blocking it after it was tagged pending was fixed over a week ago. What is the current status of the bug and if there are still problems is the work in progress code availible anywhere? -- To UNSUBSCRIBE, email

Bug#481818: Conflicts needed (bug #481818 nbsmtp: Unable to send mail via mail or mailx)

2008-10-30 Thread peter green
I think nbsmtp should conflict with mail implementations, which it does not support. I use bsd-mailx and it does not work. Even with the conflicts nbsmtp would still be rc buggy according to the lenny rc policy ( http://release.debian.org/lenny/rc_policy.txt ) . The /usr/sbin/sendmail

Bug#503800: libgdata-java: java bytecode / java runtime version mismatch

2008-10-31 Thread peter green
tags 503800 +patch thanks add ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 immeditately after the line that sets DEB_ANT_BUILDFILE in debian/rules to fix this bug -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#503800: libgdata-java: java bytecode / java runtime version mismatch

2008-10-31 Thread peter green
found 503800 1.20.0-1 thanks btw this bug also affects the version in lenny (which is built using the propietry sun jdk) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#503771: coco-java: java bytecode / java runtime version mismatch

2008-10-31 Thread peter green
tags 503771 +patch thanks While coco-java does list openjdk in it's build-dependencies it lists other options too so the class versions will depend on the build machine setup (as they will for any package that doesn't take explicit steps to choose the build jdk that matches the

Bug#503775: glassfish: java bytecode / java runtime version mismatch

2008-10-31 Thread peter green
found 503775 2+b58g-3 thanks ok it seems some of the binaries generated from this source have the classfile version issue but not others. It looks like Also given that this package only migrated over from contrib recently I strongly suspect that the dependencies on the binary packages would

Bug#503779: groovy: java bytecode / java runtime version mismatch

2008-10-31 Thread peter green
The jar contains a mixture of versions 47 and 48 in the lenny and sid packages and in a self built version of the sid package so I presume the build system is already taking steps to control the classfile version and am closing this as a false positive. reopen if you disagree. -- To

Bug#503798: libjboss-serialization-java: java bytecode / java runtime version mismatch

2008-11-01 Thread peter green
found 503798 1.0.3.GA-1 thanks This bug also affects the version in lenny (which is built with the sun propietry jdk) marking as such -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#503798: libjboss-serialization-java: java bytecode / java runtime version mismatch

2008-11-01 Thread peter green
tags 503798 +patch thanks add ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 immeditately after the line that sets DEB_JARS in debian/rules to fix this bug -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#564963: more gw6c key problems

2010-01-12 Thread peter green
Package: gw6c Version: 6.0.1dfsg.1-8 Severity: important (some might say this bug deserves critical given the impact it can have on the boot process) Someone filed a bug (554911) complaining about unacceptable interaction from gw6c during init script run. In response to this bug a test was

Bug#565287: FTBFS: No package 'epiphany-2.28' found

2010-01-15 Thread peter green
The issue mentioned in the bug report was easy enough to fix, just a matter of changing the version specified to configure in debian/rules . Unfortunately after doing that the build failed in a different error. cp: cannot stat `./debian/tmp/usr/lib/epiphany-browser/2.29/extensions/': No such

Bug#563050: beast: FTBFS on some architectures (infinite loop?)

2010-02-07 Thread peter green
I believe that the attached patch fixes this bug. However, it has *not* been tested on any affected architecture. I tried adding your patch to the end of the quilt series and got a successful build on a qemu mips system. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#562904: adonthell ftbfs on armel

2009-12-28 Thread peter green
package: adonthell version: 0.3.5-4 severity: serious x-debbugs-cc: debian-pyt...@lists.debian.org During the run up to the lenny release python 2.5 was made the default and this made adonthell FTBFS on arm(el) with Fatal Python error: exceptions bootstrapping error.

Bug#563306: FTBFS: make: autoreconf: Command not found

2010-01-02 Thread peter green
tags 563306 +patch thanks add autoconf, automake and libtool to the build-depends to make this package buildable -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#565694: ball FTBFS on all the buildds that have tried it with various issues

2010-01-17 Thread peter green
Package: ball version: 1.3.1-1 severity: serious The most recent version of ball has failed to build on all the buildds that have tried it so far, this is a rc issue for architectures the package is currently in the archive for (afaict currently this means i386, amd64 and s390) and arguablly

Bug#560072: FTBFS: java-gcj-compat-dev can't be installed

2010-01-17 Thread peter green
This wasn't detected by edos, so it might be a bug anywhere within: - edos - sbuild - java stuff - your package. I don't think your package is responsible, but it still currently FTBFS, so let's open a bug to track this. brltty now seems to have been successfully built on all architectures,

Bug#565694: ball FTBFS on all the buildds that have tried it with various issues

2010-01-17 Thread peter green
The most recent version of ball has failed to build on all the buildds that have tried it so far It also failed to build in my amd64 pbuiler with the same issue as on alpha/i386/s390/sparc -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#558999: Build still fails ( Bug#558999: FTBFS [hppa] - recompile with -ffunction-sections )

2010-01-17 Thread peter green
The bug is not fixed even with latest changes in packaging. It looks like compiler flag set from debian/rules file is not getting used by the build system. mmm, looks like it is to me /usr/bin/gcc-4.4 -g -Wall -fPIC -I/usr/lib/jvm/default-java/include

Bug#565694: ball FTBFS on all the buildds that have tried it with various issues

2010-01-19 Thread peter green
severity 565694 important thanks downgrading my bugreport to important as it's now built successfull on all architectures for which there are packages currently in the archive -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#504181: Apt FTBFS with dpkg-buildpackage -B (was apt_0.7.17~exp4 (ia64/experimental): FTBFS: doc/apt-cache.8: No such file or directory)

2008-11-06 Thread peter green
retititle 504181 apt FTBFS with dpkg-buildpackage -B tags 504181 +patch thanks In my amd64 chroot that the package builds with a straight dpkg-buildpackage but fails with dpkg-buildpackage -B . Since the buildds always use -B this would explain it building for the maintainers but not on any

Bug#363049: probably found the reason for this ...

2008-11-08 Thread peter green
The solution Sven has proposed can be improved, without all the mirror bloat, I think. The sane thing to do would be for debootstrap to default to what's in /etc/apt/sources.list when no mirror is given. This avoids the logistical nightmare of having to make and update $arch.ftp.debian.org

Bug#474456: ethernet broken on a epox 8hda series motherboard from 2.6.23 onwards

2008-11-08 Thread peter green
Peter, is this bug still reproducible with 2.6.26 from Lenny? yes and with the 2.6.27 version from that archive someone told me to try earlier in the bug report. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#474456: ethernet broken on a epox 8hda series motherboard from 2.6.23 onwards

2008-11-14 Thread peter green
Can you please report it upstream at bugzilla.kernel.org and add the bug number to the bug log? Unfortunately it looks like i'll have to re-test with a vanilla upstream kernel before i'm allowed to do that. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#513625: aptitude upgrade action described incorrectly for the version of aptitude that will be installed

2009-01-30 Thread peter green
package: release-notes severity: minor The lenny release notes say First, run: # aptitude upgrade This has the effect of upgrading those packages which can be upgraded without requiring any other packages to be removed or installed. However (assuming the user has followed the

Bug#513627: prepariing for the upgrade section should mention kernel versions.

2009-01-30 Thread peter green
package: release-notes lenny's libc6 will fail preinst on kernels older than 2.6.8 (Afaict this applies to all architectures except m68k but I could be misreading the script) and on some architectures will fail on higher than that. Depending on the order in which the package manager decides

Bug#514235: librra: FTBFS on etch: pyrex syntax error

2009-02-05 Thread peter green
severity 514235 important retitle 514235 librra build-depends should be stricter thanks Justification: no longer builds from source etch's version builds fine in etch lenny's version builds fine in lenny sid's version builds fine in sid While it is nice for the build-depends to reflect the

Bug#540147: bug #540147 metapixel Uninstalable: depends on libungif4g which has been removed

2009-08-06 Thread peter green
Package: metapixel Version: 1.9.2-5 This looks like a typo, can you confirm/deny that you mean 1.0.2-5? metapixel cannot be installed because it depends on libugif4g which is no more available. From a quick test it looks like a binnmu will fix this. CCing debian-release to get one scheduled.

Bug#536924: gai: FTBFS: gai-private.h:66:35: error: libgnomeui/libgnomeui.h: No such file or directory

2009-08-06 Thread peter green
tags 536924 +patch thanks The upstream build process does not seem to pick up the required include dir. Adding CFLAGS += -I/usr/include/libgnomeui-2.0/ to debian/rules between the shebang and the cdbs includes will force it to look in the right place. -- To UNSUBSCRIBE, email to

Bug#540147: bug #540147 metapixel Uninstalable: depends on libungif4g which has been removed

2009-08-07 Thread peter green
notfound 540147 1.9.2-5 found 540147 1.0.2-5 thanks Yes, sorry. 9 is just near 0 on the keyboard :/ Fixing version tracking information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#536997: glunarclock: FTBFS: configure: error: Library requirements, (libglade-2.0 = 2.0.0) not met

2009-08-08 Thread peter green
tags 536997 +patch thanks patch is attatched. diff -ur glunarclock-0.32.4/debian/control glunarclock-0.32.4.new/debian/control --- glunarclock-0.32.4/debian/control 2009-08-09 01:09:28.0 + +++ glunarclock-0.32.4.new/debian/control 2009-08-07 06:25:40.0 + @@ -10,7 +10,8 @@

Bug#474456: ethernet broken on a epox 8hda series motherboard from 2.6.23 onwards

2009-08-09 Thread peter green
Moritz Muehlenhoff wrote: On Fri, Nov 14, 2008 at 09:38:53PM +, peter green wrote: Can you please report it upstream at bugzilla.kernel.org and add the bug number to the bug log? Unfortunately it looks like i'll have to re-test with a vanilla upstream kernel before i'm allowed

Bug#534084: dwarves-dfsg: FTBFS: Nonexistent build-dependency: libebl-dev

2009-08-14 Thread peter green
tags 534084 +patch thanks Patch is attached diff -ur dwarves-dfsg-1.3/cmake/modules/FindDWARF.cmake dwarves-dfsg-1.3.new/cmake/modules/FindDWARF.cmake --- dwarves-dfsg-1.3/cmake/modules/FindDWARF.cmake 2009-08-14 22:24:10.0 + +++ dwarves-dfsg-1.3.new/cmake/modules/FindDWARF.cmake

Bug#537089: gnome-chemistry-utils: FTBFS: reaction.h:26:34:, error: boost/shared_ptr.hpp: No such file or directory

2009-08-14 Thread peter green
We'll fix openbabel. Cloning, reassigning and blocking. The blocking bug was closed nearly a month ago and when I tested gnome-chemistry-utils in pbuilder it built fine. Should this bug be closed too? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#529161: [Pkg-acpi-devel] Bug#529161: kacpimon: FTBFS: input_layer.c:138: error: format '%ld' expects, type 'long int', but argument 2 has type 'unsigned int'

2009-05-18 Thread peter green
It seems you forgot to really attach it. Could you please send it? Attatched Gosh, I hate to see different gcc version act so differently. The package compiled without any problem on my system. I think it's more an issue of different architectures than different gcc versions. Index:

Bug#528659: FTBFS: #error Cannot determine endianness.

2009-05-18 Thread peter green
reopen 528659 thanks It seems you dropped the patch into debian/patches but forgot to actually add it to the series so it's not being used. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#529161: [Pkg-acpi-devel] Bug#529161: kacpimon: FTBFS: input_layer.c:138:, error: format '%ld' expects, type 'long int', but argument 2 has type 'unsigned, int'

2009-05-18 Thread peter green
reopen 529161 thanks The upload did not fully fix the bug, it fixed the issue with the ssize_t variable but not the issue with the return type of sizeof. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#528659: [Debian-med-packaging] Bug#528659: FTBFS: #error Cannot determine endianness.

2009-05-18 Thread peter green
But the issues is somehow strange because it builded fine on my amd64 machine. It always did because amd64 is one of the architectures that had a hardcoded default. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

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