Bug#717949: tetzle: build failures on ARM
source: tetzle - Forwarded message from Graeme Gott - Date: Fri, 26 Jul 2013 18:16:01 -0400 From: Graeme Gott To: Bart Martens Subject: Build failures for Tetzle User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 I noticed that there are some build failures for Tetzle on ARM platforms, and I have created a patch that should fix the issue. Unfortunately, I don't have any ARM systems to test with, but I have attached the patch in case you can test it or you want to add it to the Debian package. Cheers, Graeme Gott >From b614c9153681c21dbea6eec5511bf5ad5cc24616 Mon Sep 17 00:00:00 2001 From: Graeme Gott Date: Fri, 26 Jul 2013 18:11:33 -0400 Subject: [PATCH] Fixed build failure on ARM. --- src/graphics_layer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics_layer.cpp b/src/graphics_layer.cpp index c9ff010..1ef447e 100644 --- a/src/graphics_layer.cpp +++ b/src/graphics_layer.cpp @@ -143,7 +143,7 @@ static inline void convertMatrix(const float* in, GLfloat* out) std::copy(in, in + 16, out); } -static inline void convertMatrix(const qreal* in, GLfloat* out) +static inline void convertMatrix(const double* in, GLfloat* out) { for (int i = 0; i < 16; ++i) { out[i] = static_cast(in[i]); -- 1.8.3.4 - End forwarded message - -- Regards, Bart Martens -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130727055741.ga21...@master.debian.org
Bug#687859: libbt: copyright file missing after upgrade (policy 12.5)
Package: libbt Version: 0.70.1-12 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Control: found -1 libbt/0.70.1-12 A test with piuparts revealed that package libbt misses the copyright file after an upgrade from squeeze to wheezy, which is a violation of Policy 12.5 : http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile After the upgrade /usr/share/doc/libbt/ is just an empty directory. The output produced by piuparts can be found here : http://piuparts.debian.org/squeeze2wheezy/fail/libbt_0.70.1-12.log Additional info may be available here: http://wiki.debian.org/MissingCopyrightFile -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1tdjr7-0001eq...@quantz.debian.org
Bug#640812: libopencryptoki0: libopencryptoki paths for modules are incorrect
tags 640812 unreproducible moreinfo stop Hi Nikos, Guido Trotter wrote in September 2011 on your bug report: > I tried to reproduce this with something like p11tool --provider > /usr/lib/pkcs11/libopencryptoki.so --list-tokens but it doesn't fail. > Can you please tell me what command exactly you're running, and how it fails? Can you answer this question please ? Regards, Bart Martens -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121003050958.gb10...@master.debian.org
Bug#689811: mp3diags: incorrect debian/copyright and confusing upstream license information
Package: mp3diags Severity: serious Version: 1.0.11.076-1 The information in debian/copyright is not correct. For example, src/SerSupport.cpp has license "GNU General Public License version 2 as published by the Free Software Foundation", while debian/copyright claims that it has license "GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version". Another example is that the files in src/images/ appear to have license GPL-3 or LGPL-3, see the files src/images/*txt, and that is not mentioned in debian/copyright. But when I look in the .svg-files then I see GPL/2.0 and LGPL/2.1. It is not clear which license(s) apply. Also, the upstream source contains these licenses, and it is not clear to which files these licenses apply: license.boost.txt license.gplv2.txt license.gplv3.txt license.lgpl-2.1.txt license.lgplv3.txt license.zlib.txt src/licences/zlib.txt src/licences/lgplv3.txt src/licences/lgpl-2.1.txt src/licences/gplv2.txt src/licences/gplv3.txt src/licences/boost.txt -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121006150450.gb26...@master.debian.org
Bug#524566: fluidsynth: sf2/COPYRIGHT is not DFSG
Package: fluidsynth Version: 1.0.8-2 Severity: serious The file fluidsynth_1.0.8.orig.tar.gz in Debian contains these files: sf2/VintageDreamsWaves-v2.sf2 sf2/Makefile.in sf2/Makefile.am sf2/COPYRIGHT The license in sf2/COPYRIGHT contains "It is not altered, edited, modified, ripped, or converted to other formats, except for private use only". -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#569648: d4x: license problem
Package: d4x Severity: serious On Fri, Feb 12, 2010 at 11:18:57PM +0100, Joachim Wiedorn wrote: > each source file have the following header: > > /*WebDownloader for X-Window > * > *Copyright (C) 1999-2002 Koshelev Maxim > *This Program is free but not GPL!!! You can't modify it > *without agreement with author. You can't distribute modified > *program but you can distribute unmodified program. > * > *This program is distributed in the hope that it will be useful, > *but WITHOUT ANY WARRANTY; without even the implied warranty of > *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > */ > -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#419124: kwave: license issues
Package: kwave Severity: serious Version: 0.7.7-2 The copyright and licenses information in debian/copyright is not complete, and, the upstream file LICENSES lists license issues that are not solved in the Debian packaging. signature.asc Description: This is a digitally signed message part
Bug#457961: dillo: fails to build twice in a row - patch
tags 457961 patch stop The attached patch should fix this bug. diff -ruN orig/dillo-0.8.6/debian/rules dillo-0.8.6/debian/rules --- orig/dillo-0.8.6/debian/rules 2007-12-27 18:59:20.0 +0100 +++ dillo-0.8.6/debian/rules 2007-12-27 19:27:32.0 +0100 @@ -23,6 +23,8 @@ configure: config.status config.status: patch-stamp dh_testdir + [ -f config.sub.d-r-orig ] || cp -p config.sub config.sub.d-r-orig + [ -f config.guess.d-r-orig ] || cp -p config.guess config.guess.d-r-orig ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif @@ -45,7 +47,8 @@ $(MAKE) touch build-stamp -clean: unpatch +clean: clean-patched unpatch +clean-patched: dh_testdir dh_testroot rm -f build-stamp configure-stamp @@ -65,6 +68,8 @@ $(MAKE) install DESTDIR=$(CURDIR)/debian/dillo # Install lintian overrides install -m644 -D debian/dillo.lintian-overrides $(CURDIR)/debian/dillo/usr/share/lintian/overrides/dillo + [ ! -f config.sub.d-r-orig ] || mv config.sub.d-r-orig config.sub + [ ! -f config.guess.d-r-orig ] || mv config.guess.d-r-orig config.guess binary-indep: build install
Bug#346359: dosemu-freedos: newer upstream stable
Package: dosemu-freedos Version: b8p-4 Severity: wishlist The newest upstream stable is currently version b9r5. http://dosemu.sourceforge.net/stable/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#346363: dosemu-freedos: .orig.tar.gz differs from upstream files without explanation
Package: dosemu-freedos Version: b8p-4 The packaged .orig.tar.gz differs from the upstream files. See the attached log.txt for details. The differences may be necessary, but they are not explained in debian/changelog or in debian/README.Debian. [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ md5sum * 3522d2c139c2fd30d333d93570274377 dosemu-freedos-b8p-bin.tgz b2600e00e73d24f563b153f4b514122a dosemu-freedos_b8p.orig.tar.gz e84c91574c8d1c8b2e95c154d37e472a dosemu-freedos-b8p-sources.tgz [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ tar xzf dosemu-freedos_b8p.orig.tar.gz [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ tar xzf dosemu-freedos-b8p-sources.tgz [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ ls -al total 4860 drwxr-xr-x 4 bart bart4096 2006-01-07 11:00 . drwxr-xr-x 4 bart bart4096 2006-01-07 10:36 .. drwxr-xr-x 3 bart bart4096 2006-01-07 11:00 dosemu-freedos -rw-r--r-- 1 bart bart 794880 2006-01-07 10:43 dosemu-freedos-b8p-bin.tgz drwx-- 4 bart bart4096 2003-01-31 23:28 dosemu-freedos-b8p.orig -rw-r--r-- 1 bart bart 2462560 2006-01-07 10:36 dosemu-freedos_b8p.orig.tar.gz -rw-r--r-- 1 bart bart 1679744 2006-01-07 10:37 dosemu-freedos-b8p-sources.tgz [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ diff -ru dosemu-freedos-b8p.orig dosemu-freedos Only in dosemu-freedos-b8p.orig: FDchange.log Only in dosemu-freedos-b8p.orig: freedos Only in dosemu-freedos-b8p.orig: README.bindist [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ tar xzf dosemu-freedos-b8p-bin.tgz [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ ls -al total 4864 drwxr-xr-x 5 bart bart4096 2006-01-07 11:01 . drwxr-xr-x 4 bart bart4096 2006-01-07 10:36 .. drwxr-xr-x 3 bart bart4096 2002-12-20 21:55 dosemu drwxr-xr-x 3 bart bart4096 2006-01-07 11:00 dosemu-freedos -rw-r--r-- 1 bart bart 794880 2006-01-07 10:43 dosemu-freedos-b8p-bin.tgz drwx-- 4 bart bart4096 2003-01-31 23:28 dosemu-freedos-b8p.orig -rw-r--r-- 1 bart bart 2462560 2006-01-07 10:36 dosemu-freedos_b8p.orig.tar.gz -rw-r--r-- 1 bart bart 1679744 2006-01-07 10:37 dosemu-freedos-b8p-sources.tgz [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ ls -al dosemu total 20 drwxr-xr-x 3 bart bart 4096 2002-12-20 21:55 . drwxr-xr-x 5 bart bart 4096 2006-01-07 11:01 .. -rw-r--r-- 1 bart bart 465 2002-12-20 22:15 FDchange.log drwxr-xr-x 9 bart bart 4096 2002-12-20 21:55 freedos -rw-r--r-- 1 bart bart 3012 2002-12-20 22:18 README.bindist [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ mv dosemu/* dosemu-freedos [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$ diff -ru dosemu-freedos-b8p.orig dosemu-freedos Only in dosemu-freedos/freedos/bin: command.com Only in dosemu-freedos/freedos/bin: join.exe Only in dosemu-freedos/freedos/bin: subst.exe Only in dosemu-freedos/freedos: command.com Only in dosemu-freedos/freedos/doc/attrib: copying Only in dosemu-freedos/freedos/doc/bwbasic: copying Only in dosemu-freedos/freedos/doc/choice: copying Only in dosemu-freedos/freedos/doc/deltree: copying Only in dosemu-freedos/freedos/doc/diskcopy: copying Only in dosemu-freedos/freedos/doc/edit: license.txt Only in dosemu-freedos/freedos/doc/help: copying Only in dosemu-freedos/freedos/doc/mem: copying Only in dosemu-freedos/freedos/doc/more: copying Only in dosemu-freedos/freedos/doc/nansi: license.txt Only in dosemu-freedos/freedos/doc/pause: copying Only in dosemu-freedos/freedos/doc/replace: copying Only in dosemu-freedos/freedos/doc/tree: copying Only in dosemu-freedos/freedos/doc/vol: license.txt Only in dosemu-freedos/freedos/doc/xcopy: copying Only in dosemu-freedos/freedos: dosemu [EMAIL PROTECTED]:~/src/dosemu-freedos/unpack$
Bug#352257: dosemu: don't use the name "freedos"
Package: dosemu Version: 1.2.2-1 Severity: wishlist Ryan Underwood wrote about /var/lib/dosemu/freedos : > I believe if anyone should be managing that link, it should be the > maintainer scripts of the dosemu-freedos package. At first sight, I agree with Ryan. With dosemu 1.2.2-1 and dosemu-freedos 0.0.b9r5a-1: localhost:~# dpkg -L dosemu|grep freedos /usr/lib/freedos /usr/lib/freedos/dosemu /usr/lib/freedos/dosemu/aspi.sys /usr/lib/freedos/dosemu/bootoff.com /usr/lib/freedos/dosemu/booton.com /usr/lib/freedos/dosemu/cdrom.sys /usr/lib/freedos/dosemu/cmdline.com /usr/lib/freedos/dosemu/comcom.com /usr/lib/freedos/dosemu/dosdbg.com /usr/lib/freedos/dosemu/ecpuoff.com /usr/lib/freedos/dosemu/ecpuon.com /usr/lib/freedos/dosemu/eject.com /usr/lib/freedos/dosemu/ems.sys /usr/lib/freedos/dosemu/emufs.sys /usr/lib/freedos/dosemu/emumouse.com /usr/lib/freedos/dosemu/exitemu.com /usr/lib/freedos/dosemu/fossil.com /usr/lib/freedos/dosemu/generic.com /usr/lib/freedos/dosemu/lredir.com /usr/lib/freedos/dosemu/mgarrot.com /usr/lib/freedos/dosemu/speed.com /usr/lib/freedos/dosemu/system.com /usr/lib/freedos/dosemu/uchdir.com /usr/lib/freedos/dosemu/ugetcwd.com /usr/lib/freedos/dosemu/unix.com /usr/lib/freedos/dosemu/vgaoff.com /usr/lib/freedos/dosemu/vgaon.com /usr/lib/freedos/dosemu/xmode.com localhost:~# dpkg -L dosemu-freedos|grep /usr/lib/freedos|wc -l 342 localhost:~# It seems that both dosemu and dosemu-freedos install in /usr/lib/freedos. Must this be the same directory ? If not, then dosemu should not install in a directory named "freedos". If yes, then try to change both dosemu and dosemu-freedos to avoid dosemu installing in directories named freedos. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#352266: dosemu: midid has no man page
Package: dosemu Version: 1.2.2-1 Severity: minor I'm including "midid" in the next upload, thereby fixing bug #249242. While packaging that next upload, I got this lintian warning. W: dosemu: binary-without-manpage midid I'm accepting patches. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#352568: dosemu: automatic detection of keyboard layout
Package: dosemu Version: 1.2.2-2 Severity: wishlist The file /etc/dosemu/dosemu.conf has this commented line : # $_layout = "auto" It would be nice to have this line uncommented in the Debian package, and to have this automatic detection of the keyboard layout work on Debian. It doesn't work now. (However, $_layout = "be" does select the belgian layout, and I guess this works for other layouts too.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#352572: debianize message about missing dosemu-freedos
Package: dosemu Version: 1.2.2-2 Severity: wishlist It's possible to install dosemu without dosemu-freedos. When the user then tries to use dosemu, this message appears : Sorry, there is no operating system. Please try to install FreeDOS from dosemu-freedos-*-bin.tgz It would be nice to have that message changed to : Sorry, there is no operating system. Please try to install FreeDOS from dosemu-freedos -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#354359: enscript: debian/watch
Package: enscript Version: 1.6.4-8 Severity: minor Tags: patch I suggest to replace debian/watch by the attached file. That should take the package off this list: http://dehs.alioth.debian.org/no_upstream.html version=3 http://www.codento.com/people/mtr/genscript/ .*enscript-(.*)\.tar\.gz
Bug#357761: patch
The attached patch seems to fix the FTBFS. However, I did not do any tests. diff -ruN orig/haskell-hsql-1.6/debian/rules haskell-hsql-1.6/debian/rules --- orig/haskell-hsql-1.6/debian/rules 2006-04-01 12:09:10.0 +0200 +++ haskell-hsql-1.6/debian/rules 2006-04-01 12:10:30.0 +0200 @@ -58,7 +58,7 @@ cd HSQL && dh_haskell_prep -plibghc6-hsql-dev cd HSQL && dh_haskell_build -plibghc6-hsql-dev # Register HSQL - sed s,/usr/lib/haskell-packages/ghc6/lib/hsql-$(version),`pwd`/HSQL/dist/build,g < HSQL/.installed-pkg-config > debian/tmp-installed-pkg + sed s,/usr/lib/haskell-packages/ghc6/lib/hsql-$(version)/ghc-[0-9\.]*,`pwd`/HSQL/dist/build,g < HSQL/.installed-pkg-config > debian/tmp-installed-pkg echo '[]' > debian/tmp-package-conf ghc-pkg -f debian/tmp-package-conf register debian/tmp-installed-pkg
Bug#376356: libxclass0-dev: No manual page for binary xc-config
Package: libxclass0-dev Version: 0.9.1-1 Severity: wishlist http://www.debian.org/doc/debian-policy/ch-docs.html#s12.1 "If no manual page is available, this is considered as a bug and should be reported to the Debian Bug Tracking System (the maintainer of the package is allowed to write this bug report themselves, if they so desire)." Well, libxclass0-dev lacks a manual page for xc-config. signature.asc Description: This is a digitally signed message part
Bug#287658: gengetopt 2.17 as new upstream?
tags 287658 -patch stop On Mon, 2006-08-14 at 14:18 +0300, Mikko Rapeli wrote: > tags 287658 +patch > thanks > > Indeed, gengetopt could be upgraded to 2.17 which debianizes nicely. I > think the gnu/kfreebsd related build failure is fixed in the upstream > version, but someone should verify it? > > New interesting features include possibility to init and free memory > used by the parser, which translates to nicer valgrind memcheck figures > to some programs. At least cmdline_parser_configfile function changed > its interface, but nothing too big. > > -Mikko I was already adopting this package. See this ITA report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266484 I have sent this package to my sponsor for review and upload on Wed, 09 Aug 2006 01:08:10 +0200: http://knars.be/bartm/debian/gengetopt_2.17-1.dsc Regards, Bart Martens signature.asc Description: This is a digitally signed message part
Bug#221211: bug fixed upstream
This bug is fixed upstream. See: http://bugzilla.gnome.org/show_bug.cgi?id=122393