Bug#715510: marked as done (libvirt-bin: libvirtd locks up whenever touching storage storage pool when related to systems's harddrive.)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Tue, 6 Aug 2013 08:09:51 +0200 with message-id <20130806060951.ga17...@bogon.sigxcpu.org> and subject line Fixed in 1.1.1-1 has caused the Debian Bug report #715510, regarding libvirt-bin: libvirtd locks up whenever touching storage storage pool when related to systems's harddri

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Alan Coopersmith
On 08/ 5/13 04:35 PM, Alan Coopersmith wrote: +fgets(Buffer, (Buffer_size - 1), stdin); +sscanf(Buffer,"%s"); Oops, forgot to mention the sscanf is still wrong in this second revision. This code now reads a line from stdin and writes it to Buffer. The sscanf now takes Buffer as input,

Bug#718844: swapon grabs the wrong partition

2013-08-05 Thread jidanni
Package: mount Version: 2.20.1-5.5 Severity: critical File: /sbin/swapon Here swapon -s reports the SIZE of the partition (sda11) FOLLOWING the one we gave swapon -a (sda10)! # swapon /dev/sda10 # swapon -s FilenameTypeSizeUsedPriority /dev/sda5

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Alan Coopersmith
On 08/ 5/13 05:00 PM, Pedro Ribeiro wrote: Thanks for that Alan - I had no idea, and have been looking at lots of C code lately that has probably has the same mistakes. I will keep an eye on that. More details/deeper explanations of when sizeof can and cannot work can be found in: https://www.

Bug#718824: marked as done (texinfo-doc-nonfree: fails to upgrade from 'wheezy': /var/lib/dpkg/info/texinfo-doc-nonfree.prerm: 5: /var/lib/dpkg/info/texinfo-doc-nonfree.prerm: install-info: not found)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Tue, 06 Aug 2013 01:18:09 + with message-id and subject line Bug#718824: fixed in texinfo-doc-nonfree 5.1-3 has caused the Debian Bug report #718824, regarding texinfo-doc-nonfree: fails to upgrade from 'wheezy': /var/lib/dpkg/info/texinfo-doc-nonfree.prerm: 5: /var/lib/dp

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Alan Coopersmith
void GetLine(char* Buffer) { -scanf("%s", Buffer); +size_t Buffer_size = sizeof(Buffer); +fgets(Buffer, (Buffer_size - 1), stdin); +sscanf(Buffer,"%s"); sizeof() in the C language does not reach through a pointer to find the size of the underlying object - that code will always

Bug#718371: marked as done (goldencheetah: FTBFS: CLucene/clucene-config.h not found)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Tue, 06 Aug 2013 00:18:05 + with message-id and subject line Bug#718371: fixed in goldencheetah 3.0-2 has caused the Debian Bug report #718371, regarding goldencheetah: FTBFS: CLucene/clucene-config.h not found to be marked as done. This means that you claim that the proble

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Pedro Ribeiro
Thanks for that Alan - I had no idea, and have been looking at lots of C code lately that has probably has the same mistakes. I will keep an eye on that. Ok this patch is turning into a trainwreck - to everyone please be careful when applying it. Actually my original idea was more to point to the

Bug#715363: closing 715363

2013-08-05 Thread Laurent Bigonville
close 715363 1.1.1-1 thanks Hi, libvirt properly builds on kfreebsd-* now Closing this bugreport Cheers Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Processed: closing 715363

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > close 715363 1.1.1-1 Bug #715363 [src:libvirt] libvirt: FTBFS on kfreebsd-* Marked as fixed in versions libvirt/1.1.1-1. Bug #715363 [src:libvirt] libvirt: FTBFS on kfreebsd-* Marked Bug as done > thanks Stopping processing here. Please contact m

Bug#712878: marked as done (brp-pacu: FTBFS on buildds)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 23:03:00 + with message-id and subject line Bug#712878: fixed in brp-pacu 2.1.1+git20111020-3 has caused the Debian Bug report #712878, regarding brp-pacu: FTBFS on buildds to be marked as done. This means that you claim that the problem has been dealt with

Processed: closing 713316

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > close 713316 3.8.4-1 Bug #713316 [src:evolution] evolution: FTBFS: Makefile.am:6: warning: '%'-style pattern rules are a GNU make extension Marked as fixed in versions evolution/3.8.4-1. Bug #713316 [src:evolution] evolution: FTBFS: Makefile.am:6

Bug#713316: closing 713316

2013-08-05 Thread Laurent Bigonville
close 713316 3.8.4-1 thanks Hi, I've just uploaded 3.8.4-1 and it builds properly here. Closing this bugreport Cheers Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#718830: python-apsw: Required dependencies missing due to incorrect python:Depends expansion

2013-08-05 Thread Scott Kitterman
Package: python-apsw Version: 3.7.17-r1-1 Severity: serious Tags: patch Justification: Policy 3.5 Both python-apsw and python3-apsw are missing depends on the correct python interpreter. The attached patch resolves the issue. I can either upload this as an NMU or you can, please let me know if y

Processed: user debian...@lists.debian.org, tagging 698008, usertagging 708486, affects 708486 ...

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > user debian...@lists.debian.org Setting user to debian...@lists.debian.org (was a...@debian.org). > tags 698008 - moreinfo Bug #698008 {Done: Andreas Beckmann } [fglrx-driver] fglrx-driver: Xorg crashed when resizing terminal window (XFCE termina

Bug#718824: texinfo-doc-nonfree: fails to upgrade from 'wheezy': /var/lib/dpkg/info/texinfo-doc-nonfree.prerm: 5: /var/lib/dpkg/info/texinfo-doc-nonfree.prerm: install-info: not found

2013-08-05 Thread Andreas Beckmann
Package: texinfo-doc-nonfree Version: 5.1-2 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package fails to upgrade from 'wheezy'. It installed fine in 'wheezy', then the upgrade to 'jessie' fails. >From the attached log (scro

Processed (with 1 errors): forcemerge 718157 717225

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 718157 717225 Bug #718157 [src:heat] heat: FTBFS: Tests failed Unable to merge bugs because: package of #717225 is 'python-heat' not 'src:heat' Failed to forcibly merge 718157: Did not alter merged bugs Debbugs::Control::set_mer

Processed (with 1 errors): forcemerge 717509 717225

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 717509 717225 Bug #717509 [sheepdog] sheepdog: FTBFS on !x86 architectures Unable to merge bugs because: package of #717225 is 'python-heat' not 'sheepdog' Failed to forcibly merge 717509: Did not alter merged bugs Debbugs::Cont

Processed: tagging as pending bugs that are closed by packages in NEW

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Monday 5 August 20:03:09 UTC 2013 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: href="http://packages.qa.debian.org/csound";>csound > tags 713667 + pendi

Processed: your mail

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 717757 grave Bug #717757 [hg-fast-export] [hg-fast-export] hg-fast-export is old and fails with current Mercurial version in Debian Severity set to 'grave' from 'important' > -- Stopping processing here. Please contact me if you need as

Bug#718809: fglrx-driver: screen backlight is turned off at login, unable to turn it on

2013-08-05 Thread francesco . devita
Package: fglrx-driver Version: 1:13.8~beta1-2 Severity: grave Justification: renders package unusable Dear Maintainer, I'm using an ASUS laptop with an ATI Mobility Radeon HD 5470. I upgraded the catalyst driver from 13.4 to 13.8~beta1-2 and now, when the X session starts, the screen backlight

Processed: Re: nut-server cannot start automatically on system boot

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 694717 udev 175-7.2 Bug #694717 [nut-server] nut-server cannot start automatically on system boot Bug reassigned from package 'nut-server' to 'udev'. No longer marked as found in versions nut/2.6.5-1 and nut/2.6.4-1. Ignoring request to a

Bug#694717: nut-server cannot start automatically on system boot

2013-08-05 Thread Laurent Bigonville
reassign 694717 udev 175-7.2 severity 694717 important retitle 694717 udevadm settle returns before /dev is fully populated thanks Hi, I'm reassigning this to the udev package. I've the feeling that udevadm settle is not waiting that /dev is fully populated. I also have this issue (randomly) wi

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Pedro Ribeiro
Hi Sebastian, sorry again for that fail. Here is the correct patch. Regards, Pedro lcms-1.19-b0f-v2.patch Description: Binary data

Bug#718666: libtorrent-rasterbar: FTBFS now that python3.2 has been removed

2013-08-05 Thread Cristian Greco
On Sat, 03 Aug 2013 22:32:30 -0400 Scott Kitterman wrote: > On Saturday, August 03, 2013 21:40:06 Scott Kitterman wrote: > > Package: libtorrent-rasterbar > > Version: 0.16.10-3 > > Severity: serious > > Justification: fails to build from source (but built successfully in the > > past) > > > > l

Bug#716696: linux-image-3.9-1-amd64: 3.9.8-1 freezes when libvirt/KVM guest VM attempts network I/O with virtio adapter

2013-08-05 Thread C W
On Sat, Aug 3, 2013 at 11:25 AM, Ben Hutchings wrote: > Control: tag -1 security moreinfo > > On Thu, 2013-07-11 at 10:09 -0400, C W wrote: > > Package: src:linux > > Version: 3.9.8-1 > > Severity: critical > > Justification: breaks the whole system > > Sorry for the slow response, I don't why th

Bug#718741: marked as done (gpsd: FTBFS on arm* & more)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 15:48:21 + with message-id and subject line Bug#718741: fixed in gpsd 3.9-2 has caused the Debian Bug report #718741, regarding gpsd: FTBFS on arm* & more to be marked as done. This means that you claim that the problem has been dealt with. If this is not t

Bug#718800: filezilla: CVE-2013-4852: PuTTY SSH handshake heap overflow

2013-08-05 Thread Salvatore Bonaccorso
Package: filezilla Severity: grave Tags: security patch upstream Hi, the following vulnerability was published for putty, but filezilla embedds putty source: CVE-2013-4852[0]: PuTTY SSH handshake heap overflow See the advisory [1] for details referring to putty commit [2]. AFAICS filezilla embe

Bug#718741: gpsd: FTBFS on arm* & more

2013-08-05 Thread Bernd Zeimetz
Hi, thanks for the report. The fix was commited but I forgot about it unfortunately :( Uploading right now! cheers, bernd On 08/05/2013 01:56 AM, Hector Oron wrote: > Source: gpsd > Version: 3.9-1 > Severity: serious > Justification: FTBFS > > > Hello, > > Your package fails to build from

Bug#713646: marked as done (gxtuner: FTBFS: ld: deskpager.o: undefined reference to symbol 'XFlush')

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 15:33:16 + with message-id and subject line Bug#713646: fixed in gxtuner 2.0-3 has caused the Debian Bug report #713646, regarding gxtuner: FTBFS: ld: deskpager.o: undefined reference to symbol 'XFlush' to be marked as done. This means that you claim that

Bug#718789: apache2: upgrade wheezy -> testing (2.4.6-2) wiped out all of my log files

2013-08-05 Thread Arno Töll
severity 718789 important thanks On 05.08.2013 15:33, Julian Gilbey wrote: > Severity: serious > Justification: causes data loss Yes it does, and that's expected. Read the manpage from aptitude (for example): --purge-unused [..] THIS OPTION CAN CAUSE DATA LOSS! DO NOT USE IT

Processed: Re: Bug#718789: apache2: upgrade wheezy -> testing (2.4.6-2) wiped out all of my log files

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 718789 important Bug #718789 [apache2] apache2: upgrade wheezy -> testing (2.4.6-2) wiped out all of my log files Severity set to 'important' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. --

Bug#718789: apache2: upgrade wheezy -> testing (2.4.6-2) wiped out all of my log files

2013-08-05 Thread Arno Töll
On 05.08.2013 16:26, Arno Töll wrote: > It's your responsibility if you use this option or apt's equivalent. > This is the same problem as #717476. Refer there too, why an > apache2.2-common package is problematic. err. #711925 I mean. #717476 is a duplicate of the same issue, too. -- with kind

Processed (with 1 errors): Re: Bug#718787: libapache2-mod-musicindex: Dependency on apache2.2 (-common) holds up migration to Apache 2.4

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 718787 666834 Bug #718787 [libapache2-mod-musicindex] libapache2-mod-musicindex: Dependency on apache2.2 (-common) holds up migration to Apache 2.4 Unable to merge bugs because: package of #666834 is 'libapache-mod-musicindex' not 'lib

Bug#718789: apache2: upgrade wheezy -> testing (2.4.6-2) wiped out all of my log files

2013-08-05 Thread Julian Gilbey
Package: apache2 Version: 2.4.6-2 Severity: serious Justification: causes data loss I discovered that on upgrading from wheezy to the current testing, which has just had 2.4.6-2 migrating to it, the entire contents of /var/log/apache2 were blitzed. I'm guessing that what I did was to purge apache

Processed: libparpack2: missing dependency on MPI

2013-08-05 Thread Debian Bug Tracking System
Processing control commands: > block 707872 by -1 Bug #707872 [src:elmerfem] src:elmerfem: FTBFS in sid 707872 was blocked by: 711713 707872 was blocking: 708401 Added blocking bug(s) of 707872: 718790 -- 707872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707872 718790: http://bugs.debian.

Processed: puppetmaster-passenger still fails on upgrade

2013-08-05 Thread Debian Bug Tracking System
Processing control commands: > reopen -1 Bug #718649 {Done: Stig Sandbeck Mathisen } [puppetmaster-passenger] puppetmaster-passenger: fails to install in jessie: cp: cannot create regular file `/etc/apache2/sites-available/puppetmaster': No such file or directory 'reopen' may be inappropriate w

Bug#718649: puppetmaster-passenger still fails on upgrade

2013-08-05 Thread Stig Sandbeck Mathisen
Control: reopen -1 Control: notfixed -1 3.2.3-1 Control: notfixed -1 puppet/3.2.3-1 http://piuparts.debian.org/testing2sid/fail/puppetmaster-passenger_3.2.3-1.log says that the problem persists. Reopening this issue. -- Stig Sandbeck Mathisen -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

Processed: bug 718129 is forwarded to https://github.com/PerlGameDev/SDL/issues/246

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 718129 https://github.com/PerlGameDev/SDL/issues/246 Bug #718129 [src:libsdl-perl] libsdl-perl: FTBFS: Failed 1/59 test programs. 0/3826 subtests failed. Set Bug forwarded-to-address to 'https://github.com/PerlGameDev/SDL/issues/246'. >

Processed: tagging 704786

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 704786 + pending Bug #704786 [src:ember] ember: Please upgrade OGRE dependency to 1.8 or greater Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 704786: http://bugs.debian.org/cgi-bin/bu

Processed: your mail

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 711369 + pending Bug #711369 [src:python-django-threadedcomments] python-django-threadedcomments: FTBFS Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 711369: http://bugs.debian.org/cgi

Bug#707449: marked as done (pidgin-musictracker: FTBFS: mpris.c:153:13: error: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 12:48:08 + with message-id and subject line Bug#707449: fixed in pidgin-musictracker 0.4.22-3 has caused the Debian Bug report #707449, regarding pidgin-musictracker: FTBFS: mpris.c:153:13: error: 'g_value_array_get_nth' is deprecated (declared at /usr/inc

Processed: tagging 718711

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 718711 + pending Bug #718711 [atlas-cpp] atlas-cpp: ftbfs on armhf: update symbols file Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 718711: http://bugs.debian.org/cgi-bin/bugreport.c

Processed: Re: [inventor] Please link -lXm before -lXt

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 718691 grave Bug #718691 [src:inventor] [inventor] Please link -lXm before -lXt Severity set to 'grave' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 718691: http://bugs.debian.org/cgi-bin

Bug#718781: marked as done (samba: CVE-2013-4124 denial-of-service)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 12:19:30 + with message-id and subject line Bug#718781: fixed in samba 2:3.6.17-1 has caused the Debian Bug report #718781, regarding samba: CVE-2013-4124 denial-of-service to be marked as done. This means that you claim that the problem has been dealt with

Bug#718742: marked as done (infernal: FTBFS on arm* & more)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 11:48:10 + with message-id and subject line Bug#718742: fixed in infernal 1.1~rc4-1 has caused the Debian Bug report #718742, regarding infernal: FTBFS on arm* & more to be marked as done. This means that you claim that the problem has been dealt with. If t

Bug#670973: w3c-markup-validator: transition towards Apache 2.4

2013-08-05 Thread Jean-Michel Vourgère
Control: tags -1 + patch Attached is a patch for your package that fails to install on jessie. diff -Nru w3c-markup-validator-1.3+dfsg/debian/postinst w3c-markup-validator-1.3+dfsg/debian/postinst --- w3c-markup-validator-1.3+dfsg/debian/postinst 2012-10-04 00:48:48.0 +0200 +++ w3c-markup-

Processed: Re: w3c-markup-validator: transition towards Apache 2.4

2013-08-05 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + patch Bug #670973 [w3c-markup-validator] w3c-markup-validator: transition towards Apache 2.4 Added tag(s) patch. -- 670973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670973 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Pedro Ribeiro
Thanks Sebastian. Shameful that to fix one I introduced another... Regards Pedro On Aug 4, 2013 11:08 AM, "Sebastian Ramacher" wrote: > Hi Pedro, > > thank you for reporting this security issue. > > On 2013-08-04 10:35:46, Pedro R wrote: > > diff -urb lcms-1.19.dfsg/samples/icctrans.c > lcms-1.

Bug#718674: transcriber: missing dependency on libsnack2-alsa | libsnack2

2013-08-05 Thread Paul Wise
On Mon, 2013-08-05 at 12:20 +0200, Giulio Paci wrote: > I am using libsnack2-alsa alone since several years now (wavesurfer and > transcriber), but still the OSS backend is the default in current libsnack2 > Debian package. > However libsnack2-alsa also provides libsnack2, so users can choose wh

Bug#718781: samba: CVE-2013-4124 denial-of-service

2013-08-05 Thread Ivo De Decker
package: samba severity: serious tags: security version: 2:3.5.6~dfsg-3 Hi, A security update for samba was released today, which fixed a denial-of-service: https://www.samba.org/samba/security/CVE-2013-4124 I will upload a fix to unstable later today. For (old-)stable, this issue will be fixed

Bug#718649: marked as done (puppetmaster-passenger: fails to install in jessie: cp: cannot create regular file `/etc/apache2/sites-available/puppetmaster': No such file or directory)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 13:09:04 +0200 with message-id <87zjsw1jjj@turbotape.w.bitbit.net> and subject line Puppet 3.2.2-1 supports apache 2.4 has caused the Debian Bug report #718649, regarding puppetmaster-passenger: fails to install in jessie: cp: cannot create regular file `/et

Bug#711591: php-horde still fails to install

2013-08-05 Thread Dr. Peter J. Bauer
Hello! The reported error still exists: *** Errors were encountered while processing: php-horde php-horde-imp E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up php-horde (5.1.1+debian0-1) ... dpkg: error processing php-horde (-

Bug#718779: putty: CVE-2013-4852

2013-08-05 Thread Moritz Muehlenhoff
Package: putty Severity: grave Tags: security Justification: user security hole Hi, please see http://www.search-lab.hu/advisories/secadv-20130722 for details. Cheers, Moritz -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C

Processed: your mail

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 714686 serious Bug #714686 [src:llvm-toolchain-snapshot] llvm-toolchain-snapshot should stay in unstable Severity set to 'serious' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 714686:

Bug#718674: transcriber: missing dependency on libsnack2-alsa | libsnack2

2013-08-05 Thread Giulio Paci
Il 05/08/2013 11:32, Paul Wise ha scritto: > On Mon, 2013-08-05 at 11:19 +0200, Giulio Paci wrote: > >> I added libsnack2 dependency only > > The version of transcriber in Debian doesn't have any dependency on > libsnack2 or libsnack2-alsa. It must depend on one of them. Both the OSS > and ALSA v

Processed: Re: Bug#718749: postgis: FTBFS on !x86 arches

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 718749 postgis: FTBFS on non-Intel arches Bug #718749 [src:postgis] postgis: FTBFS on !x86 arches Changed Bug title to 'postgis: FTBFS on non-Intel arches' from 'postgis: FTBFS on !x86 arches' > forwarded 718749 http://trac.osgeo.org/post

Bug#718749: postgis: FTBFS on !x86 arches

2013-08-05 Thread Markus Wanner
retitle 718749 postgis: FTBFS on non-Intel arches forwarded 718749 http://trac.osgeo.org/postgis/ticket/2396 tags 718749 + upstream thanks On 08/05/2013 02:39 AM, Hector Oron wrote: > Your package fails to build from source on Debian autobuilder network. > > Please check your package build lo

Bug#718674: transcriber: missing dependency on libsnack2-alsa | libsnack2

2013-08-05 Thread Paul Wise
On Mon, 2013-08-05 at 11:19 +0200, Giulio Paci wrote: > I added libsnack2 dependency only The version of transcriber in Debian doesn't have any dependency on libsnack2 or libsnack2-alsa. It must depend on one of them. Both the OSS and ALSA versions worked exactly the same for me (running pulseaud

Processed: Re: aufs-tools: FTBFS: aufs-util for aufs3.0 and later, but aufs is 3.x-rcN-20130520.

2013-08-05 Thread Debian Bug Tracking System
Processing control commands: > tag -1 patch Bug #718123 [src:aufs-tools] aufs-tools: FTBFS: aufs-util for aufs3.0 and later, but aufs is 3.x-rcN-20130520. Added tag(s) patch. -- 718123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718123 Debian Bug Tracking System Contact ow...@bugs.debian.

Bug#718123: aufs-tools: FTBFS: aufs-util for aufs3.0 and later, but aufs is 3.x-rcN-20130520.

2013-08-05 Thread Dmitrijs Ledkovs
Control: tag -1 patch Patch attached. Regards, Dmitrijs. fix-ftbfs-with-rc-kernel.patch Description: Binary data

Bug#718674: transcriber: missing dependency on libsnack2-alsa | libsnack2

2013-08-05 Thread Giulio Paci
Il 04/08/2013 07:30, Paul Wise ha scritto: > transcriber would not start until I installed libsnack2-alsa. > Please add libsnack2-alsa | libsnack2 to the dependencies. Thank you very much for this bug report. I added libsnack2 dependency only, according to the discussions at http://bugs.debian.org

Bug#708077:

2013-08-05 Thread Luca Falavigna
tags 708077 + patch pending tags 709540 + patch pending tags 712203 + patch pending thanks Dear maintainer, I've prepared an NMU for subunit (versioned as 0.0.10-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. subunit_0.0.10-2.1.debdiff Description:

Processed: your mail

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 708077 + patch pending Bug #708077 [subunit] subunit: missing dependency on python3.3 Added tag(s) pending and patch. > tags 709540 + patch pending Bug #709540 [subunit] subunit: Depends on python{3} -dev packages despite arch all content Ad

Bug#718770: apt-listchanges: missing binNMU changelog entries

2013-08-05 Thread Thorsten Glaser
Package: apt-listchanges Version: 2.85.11 Severity: serious Justification: possible missing of information I’m running sid and just got a couple of binNMU packages like this: Setting up python-numpy (1:1.7.1-2+b1) ... Setting up python-openssl (0.13-2+b2) ... I’m getting other changelog entries

Bug#707525: marked as done (strigi: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/libstreams/LibStreamsTargets-noconfig.cmake': No such file or directory)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 09:08:07 + with message-id and subject line Bug#707525: fixed in strigi 0.7.8-1 has caused the Debian Bug report #707525, regarding strigi: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/libstreams/LibStreamsTargets-noconfig.cmake': No such file or directory t

Bug#718747: marked as done (phyml: FTBFS on arm* & more)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 09:06:55 + with message-id and subject line Bug#718747: fixed in phyml 2:20120412-2 has caused the Debian Bug report #718747, regarding phyml: FTBFS on arm* & more to be marked as done. This means that you claim that the problem has been dealt with. If this

Bug#718373: marked as done (strigi: FTBFS: cp: cannot stat 'debian/tmp/usr/bin/luceneindexer': No such file or directory)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 09:08:07 + with message-id and subject line Bug#718373: fixed in strigi 0.7.8-1 has caused the Debian Bug report #718373, regarding strigi: FTBFS: cp: cannot stat 'debian/tmp/usr/bin/luceneindexer': No such file or directory to be marked as done. This mean

Bug#617613: usertags for problem of linking with OpenCASCADE libraries

2013-08-05 Thread Francesco Poli
On Mon, 05 Aug 2013 11:15:19 +0300 Boris Pek wrote: > Hi, Hi Boris! > > > I fear I will myself forget about the thing, which would be a shame... > > Could you add usertags for all your bug reports related to problem of linking > with OpenCASCADE libraries? Yes, I can probably do so, but pleas

Bug#712745: Re: [Pkg-puppet-devel] Bug#712745: Bug#7712745: puppet: CVE-2013-3567

2013-08-05 Thread Raphael Geissert
Hi Stig, Chris, Stig: Have you been able to check the report? I haven't taken a proper look at it, but I think there's at least one extra field that doesn't correspond to the format version. On 31 July 2013 17:43, Chris Boot wrote: > On 25/06/13 17:36, Raphael Geissert wrote: >> On 21 June 2013

Bug#718552: libgjs0c: libgjs 1.36.1 is missing dbus.js and breaks gnome-shell 3.4.2.-11

2013-08-05 Thread Emmanuel Fleury
On 08/02/2013 10:54 AM, Emmanuel Fleury wrote: > Package: libgjs0c > Version: 1.36.1-2 > Followup-For: Bug #718552 > > I confirm the bug (and the severity). > > For now, I did not find any workaround for this bug (I tried to use the > dbus.js from libgjs0b without any success). > > Reverting to

Processed: user debian...@lists.debian.org, found 669836 in 2012.1.1-10, tagging 669836

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > user debian...@lists.debian.org Setting user to debian...@lists.debian.org (was a...@debian.org). > found 669836 2012.1.1-10 Bug #669836 {Done: Thomas Goirand } [openstack-dashboard-apache] openstack-dashboard-apache: transition towards Apache 2

Bug#617613: usertags for problem of linking with OpenCASCADE libraries

2013-08-05 Thread Boris Pek
Hi, > I fear I will myself forget about the thing, which would be a shame... Could you add usertags for all your bug reports related to problem of linking with OpenCASCADE libraries? It should simplify your work in this direction and will allow to observe the scale of problem in whole. These lin

Processed: user debian...@lists.debian.org, fixed 718649 in 3.2.3-1, affects 717951

2013-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > user debian...@lists.debian.org Setting user to debian...@lists.debian.org (was a...@debian.org). > fixed 718649 3.2.3-1 Bug #718649 [puppetmaster-passenger] puppetmaster-passenger: fails to install in jessie: cp: cannot create regular file `/et

Bug#718764: openvas-plugins-base: modifies conffiles (policy 10.7.3): /etc/openvas/openvasd.conf

2013-08-05 Thread Andreas Beckmann
Package: openvas-plugins-base Version: 1:20100705-4 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package modifies conffiles. This is forbidden by the policy, see http://www.debian.org/doc/debian-policy/ch-files.html#s-config-

Bug#718747: Bug#718747: phyml: FTBFS on arm* & more

2013-08-05 Thread Andreas Tille
Hi Hector, I don't know if you need to cancel if the upload is overriden by a higher version. At least I did and I think the patch is correct now ... at least it includes -msse on the architectures it should. I have not tested on arm but it should work. Thanks for your porting work in any case

Processed: Re: Bug#709125: libunwind-setjmp0: fails to install: preinst: dpkg-architecture: not found

2013-08-05 Thread Debian Bug Tracking System
Processing control commands: > found -1 1.1-2 Bug #709125 [libunwind-setjmp0] libunwind-setjmp0: fails to install: preinst: dpkg-architecture: not found Marked as found in versions libunwind/1.1-2. -- 709125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709125 Debian Bug Tracking System Con

Bug#709125: libunwind-setjmp0: fails to install: preinst: dpkg-architecture: not found

2013-08-05 Thread Andreas Beckmann
Control: found -1 1.1-2 On 2013-08-04 10:56, Julien Cristau wrote: > On Tue, May 21, 2013 at 03:58:07 +0200, Andreas Beckmann wrote: >> This looks like a missing-dependency on dpkg-dev, but having a >> library depending on dpkg-dev looks very wrong. >> > So it looks like you've done the very wrong

Bug#718734: marked as done (python3-minimal: fails to upgrade from 'testing' - trying to overwrite /usr/share/man/man1/py3clean.1.gz)

2013-08-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Aug 2013 07:18:25 + with message-id and subject line Bug#718734: fixed in python3-defaults 3.3.2-13 has caused the Debian Bug report #718734, regarding python3-minimal: fails to upgrade from 'testing' - trying to overwrite /usr/share/man/man1/py3clean.1.gz to be mar

Bug#718747: Bug#718747: phyml: FTBFS on arm* & more

2013-08-05 Thread Andreas Tille
Hi, On Mon, Aug 05, 2013 at 01:39:10PM +0900, Charles Plessy wrote: > Le Mon, Aug 05, 2013 at 04:23:20AM +0200, Hector Oron a écrit : > > > > 2013/8/5 Hector Oron : > > > 2013/8/5 Charles Plessy : > > > > >> do you think that you could send a patch for this ? > > > > > Find it attached > > > >