Bug#634261: Requesting clarification

2011-12-07 Thread Mike Hommey
On Sun, Nov 27, 2011 at 11:24:30PM +, Jurij Smakov wrote:
 Mike, can you clarify a bit how glibc is failing to meet your 
 expectations here? I don't mind trying to work on this bug, but with 
 the available information I don't quite understand the problem. Is it 
 expected that glibc should work correctly even if _IO_stdin_used 
 symbol is not exported? If you could provide a simple test case 
 demonstrating the issue, it would be great too.

What is fishy is that only sparc is affected. So whatever it's doing on
sparc, it's doing it differently from other architectures.

As for a small test case:

$ cat  foo.c EOF
#include stdio.h
int main() {
  setbuf(stdout, 0);
  return 0;
}
EOF
$ cat  ver EOF
{
local: *;
};
EOF
$ gcc -o foo foo.c -Wl,--version-script,ver
$ ./foo
Bus error

As a matter of fact, despite the version script, the stdout symbol is
still exported. I guess the real problem is that _IO_stdin_used is not
defined the same way.

Mike



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



Bug#650681: marked as done (fuse: i386-linux-gnu/libfuse.so points to /lib/libfuse and not libfuse in the same directory)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 08:48:17 +
with message-id e1rydan-ql...@franck.debian.org
and subject line Bug#650681: fixed in fuse 2.8.6-4
has caused the Debian Bug report #650681,
regarding fuse: i386-linux-gnu/libfuse.so points to /lib/libfuse and not 
libfuse in the same directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
650681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fuse
Version: 2.8.6-3
Severity: important

When building gvfs from git, I hit this problem.

Apparently the linking is against this file:

/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/libfuse.so

but it points to /lib/libfuse.so which doesn't exist.

Changing this symbolic link to point to libfuse.so.2.8.6 in the same
directory works fine. So either the file in /lib is missing or this link
should be pointing to the same directory, or perhaps even fuse's
development files are pointing to the wrong place.

For the record, gvfs seems to be using fuse's pkg-config info directly.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_PE.utf8, LC_CTYPE=es_PE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fuse depends on:
ii  adduser   3.113   
ii  libc6 2.13-21 
ii  libfuse2  2.8.6-3 
ii  mount 2.20.1-1
ii  sed   4.2.1-9 
ii  udev  175-2   

fuse recommends no packages.

fuse suggests no packages.

-- Configuration Files:
/etc/fuse.conf [Errno 13] Permiso denegado: u'/etc/fuse.conf'

-- no debconf information


---End Message---
---BeginMessage---
Source: fuse
Source-Version: 2.8.6-4

We believe that the bug you reported is fixed in the latest version of
fuse, which is due to be installed in the Debian FTP archive:

fuse-dbg_2.8.6-4_i386.deb
  to main/f/fuse/fuse-dbg_2.8.6-4_i386.deb
fuse-udeb_2.8.6-4_i386.udeb
  to main/f/fuse/fuse-udeb_2.8.6-4_i386.udeb
fuse-utils_2.8.6-4_all.deb
  to main/f/fuse/fuse-utils_2.8.6-4_all.deb
fuse_2.8.6-4.debian.tar.gz
  to main/f/fuse/fuse_2.8.6-4.debian.tar.gz
fuse_2.8.6-4.dsc
  to main/f/fuse/fuse_2.8.6-4.dsc
fuse_2.8.6-4_i386.deb
  to main/f/fuse/fuse_2.8.6-4_i386.deb
libfuse-dev_2.8.6-4_i386.deb
  to main/f/fuse/libfuse-dev_2.8.6-4_i386.deb
libfuse2-udeb_2.8.6-4_i386.udeb
  to main/f/fuse/libfuse2-udeb_2.8.6-4_i386.udeb
libfuse2_2.8.6-4_i386.deb
  to main/f/fuse/libfuse2_2.8.6-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 650...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann daniel.baum...@progress-technologies.net (supplier of updated 
fuse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 08:40:57 +0100
Source: fuse
Binary: fuse fuse-dbg fuse-utils libfuse2 libfuse-dev fuse-udeb libfuse2-udeb
Architecture: source i386 all
Version: 2.8.6-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 fuse   - Filesystem in Userspace
 fuse-dbg   - Filesystem in Userspace
 fuse-udeb  - Filesystem in Userspace (udeb)
 fuse-utils - Filesystem in Userspace (transitional package)
 libfuse-dev - Filesystem in Userspace (development)
 libfuse2   - Filesystem in Userspace (library)
 libfuse2-udeb - Filesystem in Userspace (library) (udeb)
Closes: 646676 650354 650681 651189
Changes: 
 fuse (2.8.6-4) unstable; urgency=low
 .
   * Prefixing readme to assign it to the fuse package only.
   * Correcting accidentally wrong debhelper install file for libfuse2
 which resulted in having the so links in /usr/lib instead of /lib.
   * Adjusting /lib for multiarch (Closes: #650354, #650681, #651189).
   * Correcting spelling typo in mount.fuse manpage, thanks to A. Costa
 agco...@gis.net (Closes: #646676).
Checksums-Sha1: 
 ada234deff044d585b4d15be1d53eda5fe6ce57f 1381 fuse_2.8.6-4.dsc
 02b697a143ace4f93d82018989dbad540090662c 21346 fuse_2.8.6-4.debian.tar.gz
 

Bug#651109: marked as done (ntfs-3g: FTBFS(kfreebsd): ntfs-3g-udeb missing files (sbin/mount.*), aborting)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 08:52:25 +
with message-id e1ryden-0001kx...@franck.debian.org
and subject line Bug#651109: fixed in ntfs-3g 1:2011.10.9AR.1-3
has caused the Debian Bug report #651109,
regarding ntfs-3g: FTBFS(kfreebsd): ntfs-3g-udeb missing files (sbin/mount.*), 
aborting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
651109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:ntfs-3g
Version: 1:2011.10.9AR.1-2
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:
make[1]: Entering directory 
`/build/buildd-ntfs-3g_2011.10.9AR.1-2-kfreebsd-amd64-Rykq5o/ntfs-3g-2011.10.9AR.1'
dh_install --fail-missing
dh_install: ntfs-3g-udeb missing files (sbin/mount.*), aborting
make[1]: *** [override_dh_install] Error 255
make[1]: Leaving directory 
`/build/buildd-ntfs-3g_2011.10.9AR.1-2-kfreebsd-amd64-Rykq5o/ntfs-3g-2011.10.9AR.1'
make: *** [binary-arch] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=ntfs-3garch=kfreebsd-amd64ver=1%3A2011.10.9AR.1-2stamp=1322498705

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer


---End Message---
---BeginMessage---
Source: ntfs-3g
Source-Version: 1:2011.10.9AR.1-3

We believe that the bug you reported is fixed in the latest version of
ntfs-3g, which is due to be installed in the Debian FTP archive:

ntfs-3g-dbg_2011.10.9AR.1-3_i386.deb
  to main/n/ntfs-3g/ntfs-3g-dbg_2011.10.9AR.1-3_i386.deb
ntfs-3g-dev_2011.10.9AR.1-3_i386.deb
  to main/n/ntfs-3g/ntfs-3g-dev_2011.10.9AR.1-3_i386.deb
ntfs-3g-udeb_2011.10.9AR.1-3_i386.udeb
  to main/n/ntfs-3g/ntfs-3g-udeb_2011.10.9AR.1-3_i386.udeb
ntfs-3g_2011.10.9AR.1-3.debian.tar.gz
  to main/n/ntfs-3g/ntfs-3g_2011.10.9AR.1-3.debian.tar.gz
ntfs-3g_2011.10.9AR.1-3.dsc
  to main/n/ntfs-3g/ntfs-3g_2011.10.9AR.1-3.dsc
ntfs-3g_2011.10.9AR.1-3_i386.deb
  to main/n/ntfs-3g/ntfs-3g_2011.10.9AR.1-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann daniel.baum...@progress-technologies.net (supplier of updated 
ntfs-3g package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 08:55:30 +0100
Source: ntfs-3g
Binary: ntfs-3g ntfs-3g-dbg ntfs-3g-dev ntfs-3g-udeb
Architecture: source i386
Version: 1:2011.10.9AR.1-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 ntfs-3g- read/write NTFS driver for FUSE
 ntfs-3g-dbg - read/write NTFS driver for FUSE (debug)
 ntfs-3g-dev - read/write NTFS driver for FUSE (development)
 ntfs-3g-udeb - read/write NTFS driver for FUSE (udeb)
Closes: 650869 650940 651109
Changes: 
 ntfs-3g (1:2011.10.9AR.1-3) unstable; urgency=low
 .
   * Adding updated Russian debconf translations from Yuri Kozlov
 yu...@komyakino.ru (Closes: #650869).
   * Stop installing NEWS and README as ntfs-3g docs, no useful content.
   * Calling dh_install conditionally with fail-missing or list-missing,
 depending on whetever it is build on kfreebsd or not in order to
 workaround lack of conditionals in debhelper install files (Closes:
 #651109).
   * Updating todo file.
   * Adding updated Danish debconf translation from Joe Hansen
 joedalt...@yahoo.dk (Closes: #650940).
Checksums-Sha1: 
 5c18710c652fd3c6979ac3304ecbe04de0bc1991 1426 ntfs-3g_2011.10.9AR.1-3.dsc
 0d7f3d20b35c896e6b10c352404f2acc0495f834 26003 
ntfs-3g_2011.10.9AR.1-3.debian.tar.gz
 14f385d56db70e79292682f24d9e3413554f9fee 613462 
ntfs-3g_2011.10.9AR.1-3_i386.deb
 657d8ccdc4970d0bd79954d83ab9aa4aa1c0 1044594 
ntfs-3g-dbg_2011.10.9AR.1-3_i386.deb
 b1146cbfdd7f9e6239c78e96247bc0888522b70f 253890 

Processed: forcibly merging 651257 650717

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 651257 650717
Bug#651257: Unsatisfied build dependency on libdbusmenu-gtk3-dev
Bug#650717: deja-dup: i386 package for unstable not available
Forcibly Merged 650717 651257.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651257
650717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#645546: FTBFS(kfreebsd): error: Operating system is unknown, configure can't continue

2011-12-07 Thread Sylvestre Ledru
Le lundi 05 décembre 2011 à 19:28 -0600, David A. Greene a écrit :
 Any progress?  This is preventing migration to testing, meaning that we
 cannot use these packages for development.  I have a project waiting on
 this.
 
 Anything I can do to help?
For the record, it still fails with clang 3.0. I think I found the
reason issue.

* To build clang, we need the llvm sources available
* llvm sources are patched to accept kfreebsd  hurd
* sources are packed when llvm is created and stored into
llvm-3.0-source
* they were patched with dedicaded rules 
* I switched to format 3 and quilt recently 
= it is causing the patches not to be included in the llvm-3.0-source

Now, let's fix the issue.

Sylvestre






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



Bug#614525: marked as done (autoclass: FTBFS: /bin/sh: ps2pdf: not found)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:02:11 +
with message-id e1ryekj-0003ys...@franck.debian.org
and subject line Bug#614525: fixed in autoclass 3.3.6.dfsg.1-1
has caused the Debian Bug report #614525,
regarding autoclass: FTBFS: /bin/sh: ps2pdf: not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: autoclass
Version: 3.3.6-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110221 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-autoclass_3.3.6-1-amd64-0JNNHZ/autoclass-3.3.6/prog'
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c globals.c -o globals.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c init.c -o init.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c io-read-data.c -o 
 io-read-data.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c io-read-model.c -o 
 io-read-model.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c io-results.c -o 
 io-results.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c io-results-bin.c -o 
 io-results-bin.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c model-expander-3.c -o 
 model-expander-3.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c matrix-utilities.c -o 
 matrix-utilities.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c 
 model-single-multinomial.c -o model-single-multinomial.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c model-single-normal-cm.c 
 -o model-single-normal-cm.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c model-single-normal-cn.c 
 -o model-single-normal-cn.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c model-multi-normal-cn.c 
 -o model-multi-normal-cn.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c model-transforms.c -o 
 model-transforms.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c model-update.c -o 
 model-update.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c search-basic.c -o 
 search-basic.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c search-control.c -o 
 search-control.o
 model-transforms.c: In function 'find_singleton_transform':
 model-transforms.c:71: warning: cast from pointer to integer of different size
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c search-control-2.c -o 
 search-control-2.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c search-converge.c -o 
 search-converge.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c struct-class.c -o 
 struct-class.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c struct-clsf.c -o 
 struct-clsf.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c statistics.c -o 
 statistics.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c predictions.c -o 
 predictions.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c struct-data.c -o 
 struct-data.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c struct-matrix.c -o 
 struct-matrix.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c struct-model.c -o 
 struct-model.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c utils.c -o utils.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c utils-math.c -o 
 utils-math.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c intf-reports.c -o 
 intf-reports.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c intf-extensions.c -o 
 intf-extensions.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c intf-influence-values.c 
 -o intf-influence-values.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c intf-sigma-contours.c -o 
 intf-sigma-contours.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c prints.c -o prints.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c getparams.c -o getparams.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -c autoclass.c -o autoclass.o
 gcc  -ansi -pedantic -Wall -O2 -fno-fast-math -g -o autoclass globals.o 
 init.o io-read-data.o io-read-model.o io-results.o io-results-bin.o 
 model-expander-3.o matrix-utilities.o model-single-multinomial.o 
 model-single-normal-cm.o model-single-normal-cn.o model-multi-normal-cn.o 
 model-transforms.o model-update.o search-basic.o search-control.o 
 search-control-2.o search-converge.o struct-class.o struct-clsf.o 
 statistics.o predictions.o struct-data.o struct-matrix.o struct-model.o 
 utils.o utils-math.o intf-reports.o intf-extensions.o 

Bug#629809: marked as done (autoclass: FTBFS: /bin/sh: ps2pdf: not found)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:02:11 +
with message-id e1ryekj-0003ys...@franck.debian.org
and subject line Bug#614525: fixed in autoclass 3.3.6.dfsg.1-1
has caused the Debian Bug report #614525,
regarding autoclass: FTBFS: /bin/sh: ps2pdf: not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: autoclass
Version: 3.3.6-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110607 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64. This is probably a matter of moving the ps2pdf call in the
binary-indep target.

Relevant part:
 make[1]: Leaving directory `/«BUILDDIR»/autoclass-3.3.6/prog'
 (cd doc; ps2pdf kdd-95.ps; ps2pdf tr-fia-90-12-7-01.ps)
 /bin/sh: ps2pdf: not found
 /bin/sh: ps2pdf: not found
 make: *** [build-stamp] Error 127

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/06/07/autoclass_3.3.6-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


---End Message---
---BeginMessage---
Source: autoclass
Source-Version: 3.3.6.dfsg.1-1

We believe that the bug you reported is fixed in the latest version of
autoclass, which is due to be installed in the Debian FTP archive:

autoclass_3.3.6.dfsg.1-1.diff.gz
  to main/a/autoclass/autoclass_3.3.6.dfsg.1-1.diff.gz
autoclass_3.3.6.dfsg.1-1.dsc
  to main/a/autoclass/autoclass_3.3.6.dfsg.1-1.dsc
autoclass_3.3.6.dfsg.1-1_amd64.deb
  to main/a/autoclass/autoclass_3.3.6.dfsg.1-1_amd64.deb
autoclass_3.3.6.dfsg.1.orig.tar.gz
  to main/a/autoclass/autoclass_3.3.6.dfsg.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl toli...@debian.org (supplier of updated autoclass 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Dec 2011 10:36:07 +0100
Source: autoclass
Binary: autoclass
Architecture: source amd64
Version: 3.3.6.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 autoclass  - automatic classification or clustering
Closes: 614525
Changes: 
 autoclass (3.3.6.dfsg.1-1) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to QA group
   * Remove sourceless PostScript files
 * Add comment to debian/copyright
 * Drop debian/autoclass.doc-base.autoclass-theory and
   debian/autoclass.doc-base.autoclass-results
   * Drop build-depends on gs-common, as we don't build the PDFs anymore
 (Closes: #614525)
   * Introduce recommended build-arch: and build-indep: targets in
 debian/rules
   * Bump standards to 3.9.2 (no further changes needed)
Checksums-Sha1: 
 258b4e942e8765fffd87d68605bc368c4641aadb 1756 autoclass_3.3.6.dfsg.1-1.dsc
 77dfe25a00b17059d09b48639bca3197b19dd76f 1186570 
autoclass_3.3.6.dfsg.1.orig.tar.gz
 9fc0ac08699fd4a60c05963c1a8a0cd85f17f5fd 42828 autoclass_3.3.6.dfsg.1-1.diff.gz
 57b85deb36376cfc60438aef2529bfcbd05cc6a3 356640 
autoclass_3.3.6.dfsg.1-1_amd64.deb
Checksums-Sha256: 
 70ee1fd8c5a75bcc7f2070d4805604447c2cea4007f36aeca9822aa059ee4f30 1756 
autoclass_3.3.6.dfsg.1-1.dsc
 28bb2f08537fc5f9a0df9b4d953a1c04c8c744502944303279bda1bf94c908cf 1186570 
autoclass_3.3.6.dfsg.1.orig.tar.gz
 a900ad257b265daa7b6c71e39d9f0b37b35f6e746a5f911d1ffc19f0c5d1e869 42828 
autoclass_3.3.6.dfsg.1-1.diff.gz
 7c8cea173b31e9a1964d445e5078669b75e42987c34cefa1f7719addc5fc66b2 356640 
autoclass_3.3.6.dfsg.1-1_amd64.deb
Files: 
 d0948860694ba48cb88496a30f689695 1756 math optional 
autoclass_3.3.6.dfsg.1-1.dsc
 bb0b40f32c8bd0773b270e9e65398396 1186570 math optional 
autoclass_3.3.6.dfsg.1.orig.tar.gz
 90427d429965d7991012e767644ec4ae 

Bug#651271: gstreamer0.10-fluendo-mp3: quodlibet and mp3splt-gtk crash when volume is changed (illegal instruction)

2011-12-07 Thread Bernward
Package: gstreamer0.10-fluendo-mp3
Version: 0.10.14.debian-1
Severity: grave
Justification: renders package unusable

quodlibet chrashes on start of a mp3-file, if its volume control is not set to 
100%. If quodlibets volume control is set to 100%, playing of mp3 starts, but 
quodlibet crashes as soon as volume is changed.
mp3splt-gtk starts an mp3-file, but crashes as soon as volume is changed.
If the applications are started from the command line, the error message for 
both is Ungültiger Maschinenbefehl (=german for illegal instruction).
Both applications work without failure, when I remove the package 
gstreamer0.10-fluendo-mp3 (I assume, that then gstreamer0.10-plugins-ugly 
is used for mp3-playing).  

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'oldstable'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gstreamer0.10-fluendo-mp3 depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  liboil0.3  0.3.17-2  Library of Optimized Inner Loops
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library

gstreamer0.10-fluendo-mp3 recommends no packages.

gstreamer0.10-fluendo-mp3 suggests no packages.

-- no debconf information



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



Bug#647992: marked as done (chromium: unrecoverable Aw, Snap! on start up)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium: unrecoverable Aw, Snap! on start up
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave
Justification: renders package unusable

Chromium starts with a Aw, Snap! page and it is stuck on that. 

Using an empty user-data-dir doesn't help. I managed to get it working by using 
the --single-process option. Since I get a

[5720:5735:3873153110:ERROR:proxy_service_factory.cc(66)] Cannot use V8 Proxy 
resolver in single process mode.

I believe the problem is related to V8



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium depends on:
ii  chromium-inspector  15.0.874.106~r107270-1 
ii  libasound2  1.0.24.1-4 
ii  libavcodec534:0.7.2-1+b1   
ii  libavformat53   4:0.7.2-1+b1   
ii  libavutil51 4:0.7.2-1+b1   
ii  libbz2-1.0  1.0.5-7
ii  libc6   2.13-21
ii  libcairo2   1.10.2-6.1 
ii  libcups21.5.0-10   
ii  libdbus-1-3 1.4.16-1   
ii  libdbus-glib-1-20.98-1 
ii  libevent-1.4-2  1.4.14b-stable-1   
ii  libexpat1   2.0.1-7.2  
ii  libflac81.2.1-6
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.7-2
ii  libgcc1 1:4.6.2-4  
ii  libgconf2-4 2.32.4-1   
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.0-1   
ii  libglib2.0-02.30.1-2   
ii  libgtk2.0-0 2.24.7-1   
ii  libjpeg88c-2   
ii  libnspr4-0d 4.8.9-1
ii  libnss3-1d  3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0   1.29.4-2   
ii  libpng12-0  1.2.46-3   
ii  libspeex1   1.2~rc1-1  
ii  libstdc++6  4.6.2-4
ii  libvpx0 0.9.7.p1-2 
ii  libwebp20.1.3-1
ii  libx11-62:1.4.4-2  
ii  libxext62:1.3.0-3  
ii  libxml2 2.7.8.dfsg-5   
ii  libxrender1 1:0.9.6-2  
ii  libxslt1.1  1.1.26-8   
ii  libxss1 1:1.2.1-2  
ii  xdg-utils   1.1.0~rc1-2
ii  zlib1g  1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  none

-- no debconf information


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium-dbg_15.0.874.121~r109964-1_amd64.deb

Bug#647994: marked as done (chromium: Aw, Snap! for everything after upgrade)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium: Aw, Snap! for everything after upgrade
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave
Justification: renders package unusable

After upgrading to this version, chromium displays the Aw, Snap! screen for
everything, including chrome:///settings.

If I downgrade to 14.0.835.202~r103287-1, everything works.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-ibid-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fi_FI.utf8, LC_CTYPE=fi_FI.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages chromium depends on:
ii  chromium-inspector  15.0.874.106~r107270-1 
ii  libasound2  1.0.24.1-4 
ii  libavcodec534:0.7.2-1+b1   
ii  libavformat53   4:0.7.2-1+b1   
ii  libavutil51 4:0.7.2-1+b1   
ii  libbz2-1.0  1.0.5-7
ii  libc6   2.13-21
ii  libcairo2   1.10.2-6.1 
ii  libcups21.5.0-10   
ii  libdbus-1-3 1.4.16-1   
ii  libdbus-glib-1-20.98-1 
ii  libevent-1.4-2  1.4.14b-stable-1   
ii  libexpat1   2.0.1-7.2  
ii  libflac81.2.1-6
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.7-2
ii  libgcc1 1:4.6.2-4  
ii  libgconf2-4 2.32.4-1   
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.0-1   
ii  libglib2.0-02.30.1-2   
ii  libgtk2.0-0 2.24.7-1   
ii  libjpeg88c-2   
ii  libnspr4-0d 4.8.9-1
ii  libnss3-1d  3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0   1.29.4-2   
ii  libpng12-0  1.2.46-3   
ii  libspeex1   1.2~rc1-1  
ii  libstdc++6  4.6.2-4
ii  libvpx0 0.9.7.p1-2 
ii  libwebp20.1.3-1
ii  libx11-62:1.4.4-2  
ii  libxext62:1.3.0-3  
ii  libxml2 2.7.8.dfsg-5   
ii  libxrender1 1:0.9.6-2  
ii  libxslt1.1  1.1.26-8   
ii  libxss1 1:1.2.1-2  
ii  xdg-utils   1.1.0~rc1-2
ii  zlib1g  1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
ii  chromium-l10n  15.0.874.106~r107270-1

-- no debconf information


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium-dbg_15.0.874.121~r109964-1_amd64.deb
chromium-inspector_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-inspector_15.0.874.121~r109964-1_all.deb

Bug#647996: marked as done (unable to display any page)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding unable to display any page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave

Since update to Chromium 15, I am getting only the error page (Aw,
Snap) when attempting to display anything, including the the thumbnail
page or configuration pages.

This renders Chromium completely unusable.
-- 
Jindrich Makovicka


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium-dbg_15.0.874.121~r109964-1_amd64.deb
chromium-inspector_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-inspector_15.0.874.121~r109964-1_all.deb
chromium-l10n_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-l10n_15.0.874.121~r109964-1_all.deb
chromium_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium_15.0.874.121~r109964-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 647...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Iuculano iucul...@debian.org (supplier of updated chromium-browser 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 09:12:54 +0100
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 15.0.874.121~r109964-1
Distribution: unstable
Urgency: high
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Closes: 644526 647992
Changes: 
 chromium-browser (15.0.874.121~r109964-1) unstable; urgency=high
 .
   [ Jonathan Nieder ]
   * [f67eee0] chromium-inspector: Recommend chromium (= 10) to avoid pulling 
in chromium-bsu
   * [4de64d5] Use /etc/debian_version, not `lsb_release -sr`, to populate 
BUILD_DIST
   * [7dba3cb] Permit '/' in Debian release names (Closes: #644526)
   * [aa996fe] Unbreak get-orig-source in non-C locales by using svn log 
--xml instead of svn info
 .
   [ Giuseppe Iuculano ]
  

Bug#648008: marked as done (chromium: Chromium 15 do not render any page)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium: Chromium 15 do not render any page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

The new Chromium version packed to Debian can't open any page, neither
configuration pages. In all kind of tabs I got the page Aw, Snap!.

I tried open Chromium using a fresh configuration, but occurs the same problem.

Thank you,
semente

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), 
(150, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages chromium depends on:
ii  chromium-inspector15.0.874.106~r107270-1 
ii  libasound21.0.24.1-4 
ii  libavcodec-extra-53   4:0.7.2.1+b1   
ii  libavformat-extra-53  4:0.7.2.1+b1   
ii  libavutil-extra-514:0.7.2.1+b1   
ii  libbz2-1.01.0.5-7
ii  libc6 2.13-21
ii  libcairo2 1.10.2-6.1 
ii  libcups2  1.5.0-10   
ii  libdbus-1-3   1.4.16-1   
ii  libdbus-glib-1-2  0.98-1 
ii  libevent-1.4-21.4.14b-stable-1   
ii  libexpat1 2.0.1-7.2  
ii  libflac8  1.2.1-6
ii  libfontconfig12.8.0-3
ii  libfreetype6  2.4.7-2
ii  libgcc1   1:4.6.2-4  
ii  libgconf2-4   2.32.4-1   
ii  libgcrypt11   1.5.0-3
ii  libgdk-pixbuf2.0-02.24.0-1   
ii  libglib2.0-0  2.30.1-2   
ii  libgtk2.0-0   2.24.7-1   
ii  libjpeg8  8c-2   
ii  libnspr4-0d   4.8.9-1
ii  libnss3-1d3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0 1.29.4-2   
ii  libpng12-01.2.46-3   
ii  libspeex1 1.2~rc1-1  
ii  libstdc++64.6.2-4
ii  libvpx0   0.9.7.p1-2 
ii  libwebp2  0.1.3-1
ii  libx11-6  2:1.4.4-2  
ii  libxext6  2:1.3.0-3  
ii  libxml2   2.7.8.dfsg-5   
ii  libxrender1   1:0.9.6-2  
ii  libxslt1.11.1.26-8   
ii  libxss1   1:1.2.1-2  
ii  xdg-utils 1.1.0~rc1-2
ii  zlib1g1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
ii  chromium-l10n  15.0.874.106~r107270-1

-- no debconf information


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to 

Bug#648010: marked as done (chromium: Crashes instantly after start Aw, snap!)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium: Crashes instantly after start Aw, snap!
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

after upgrade to the new chromium after start I always get the Chromium crash
page: Aw, Snap!

No URL can be opened, even internal ones like chrome://settings/

I am low on diskspace but try to get more informations via chromium-dbg.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages chromium depends on:
ii  chromium-inspector  15.0.874.106~r107270-1 
ii  libasound2  1.0.24.1-4 
ii  libavcodec534:0.7.2-1+b1   
ii  libavformat53   4:0.7.2-1+b1   
ii  libavutil-extra-51  4:0.7.2.1+b1   
ii  libbz2-1.0  1.0.5-7
ii  libc6   2.13-21
ii  libcairo2   1.10.2-6.1 
ii  libcups21.5.0-10   
ii  libdbus-1-3 1.4.16-1   
ii  libdbus-glib-1-20.98-1 
ii  libevent-1.4-2  1.4.14b-stable-1   
ii  libexpat1   2.0.1-7.2  
ii  libflac81.2.1-6
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.7-2
ii  libgcc1 1:4.6.2-4  
ii  libgconf2-4 2.32.4-1   
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.0-1   
ii  libglib2.0-02.28.8-1   
ii  libgtk2.0-0 2.24.7-1   
ii  libjpeg88c-2   
ii  libnspr4-0d 4.8.9-1
ii  libnss3-1d  3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0   1.29.4-2   
ii  libpng12-0  1.2.46-3   
ii  libspeex1   1.2~rc1-1  
ii  libstdc++6  4.6.2-4
ii  libvpx0 0.9.7.p1-2 
ii  libwebp20.1.3-1
ii  libx11-62:1.4.4-2  
ii  libxext62:1.3.0-3  
ii  libxml2 2.7.8.dfsg-5   
ii  libxrender1 1:0.9.6-2  
ii  libxslt1.1  1.1.26-8   
ii  libxss1 1:1.2.1-2  
ii  xdg-utils   1.1.0~rc1-2
ii  zlib1g  1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  none

-- no debconf information


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium-dbg_15.0.874.121~r109964-1_amd64.deb
chromium-inspector_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-inspector_15.0.874.121~r109964-1_all.deb

Bug#648015: marked as done (chromium: fails to render any web page)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium: fails to render any web page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrading to the latest version of chromium in unstable, the
browser can no longer be used easily as I get an Aw, Snap! on each
website I try to load. This occurs even for the start page of the
browser (i.e. favorites). Deleting .config/chromium doesn't help
either, so the problem seems to be directly related to the latest
version of chromium in unstable.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages chromium depends on:
ii  chromium-inspector  15.0.874.106~r107270-1 
ii  libasound2  1.0.24.1-4 
ii  libavcodec535:0.8.6-0.1
ii  libavformat53   5:0.8.6-0.1
ii  libavutil51 5:0.8.6-0.1
ii  libbz2-1.0  1.0.5-7
ii  libc6   2.13-21
ii  libcairo2   1.10.2-6.1 
ii  libcups21.5.0-10   
ii  libdbus-1-3 1.4.16-1   
ii  libdbus-glib-1-20.98-1 
ii  libevent-1.4-2  1.4.14b-stable-1   
ii  libexpat1   2.0.1-7.2  
ii  libflac81.2.1-6
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.7-2
ii  libgcc1 1:4.6.2-4  
ii  libgconf2-4 2.32.4-1   
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.0-1   
ii  libglib2.0-02.28.8-1   
ii  libgtk2.0-0 2.24.7-1   
ii  libjpeg88c-2   
ii  libnspr4-0d 4.8.9-1
ii  libnss3-1d  3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0   1.29.4-2   
ii  libpng12-0  1.2.46-3   
ii  libspeex1   1.2~rc1-1  
ii  libstdc++6  4.6.2-4
ii  libvpx0 0.9.7.p1-2 
ii  libwebp20.1.3-1
ii  libx11-62:1.4.4-2  
ii  libxext62:1.3.0-3  
ii  libxml2 2.7.8.dfsg-5   
ii  libxrender1 1:0.9.6-2  
ii  libxslt1.1  1.1.26-8   
ii  libxss1 1:1.2.1-2  
ii  xdg-utils   1.1.0~rc1-2
ii  zlib1g  1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  none

-- no debconf information


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to 

Bug#648018: marked as done (chromium-browser: Aw, Snap! on any page (unusable chromium-browser 15.0.874.106~r107270-1))

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium-browser: Aw, Snap! on any page (unusable chromium-browser 
15.0.874.106~r107270-1)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium-browser
Version: 15.0.874.106~r107270-1
Severity: important

Upgrading chromium-browser (and other related packages) from 
14.0.835.202~r103287-1 to 15.0.874.106~r107270-1 lead to completelly unusable 
browser - any URL lead to 'Aw, Snap!' page (config pages as well).

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (100, 'testing'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium-browser depends on:
ii  chromium  15.0.874.106~r107270-1

chromium-browser recommends no packages.

chromium-browser suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium-dbg_15.0.874.121~r109964-1_amd64.deb
chromium-inspector_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-inspector_15.0.874.121~r109964-1_all.deb
chromium-l10n_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-l10n_15.0.874.121~r109964-1_all.deb
chromium_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium_15.0.874.121~r109964-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 647...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Iuculano iucul...@debian.org (supplier of updated chromium-browser 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 09:12:54 +0100
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 15.0.874.121~r109964-1
Distribution: unstable
Urgency: high
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the 

Bug#648023: marked as done ([chromium])

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding [chromium]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: serious

--- Please enter the report below this line. ---
The window opens, the borders, toolbars and tabbar look and work good. Howewer 
the rendering area shows standard chromium dead folder error page without 
any further data regardless if i try to open a webpage or some internal stuff 
(settings, bookmarks, nerd stats). Plugins proboablu are nit loaded - no 
icons show up. Wiping the configuration, didn't help.
There are no explicit error messages neither in windows nor the console.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-2-amd64

Debian Release: wheezy/sid
  500 unstableftp.pl.debian.org 
  500 unstabledebian-mirrors.sdinet.de 
1 experimentalftp.pl.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
libasound2 ( 1.0.24.1) | 1.0.24.1-4
libbz2-1.0   | 1.0.5-7
libc6  (= 2.11) | 2.13-21
libcairo2 (= 1.6.0) | 1.10.2-6.1
libcups2  (= 1.4.0) | 1.5.0-10
libdbus-1-3  (= 1.2.14) | 1.4.16-1
libdbus-glib-1-2   (= 0.78) | 0.98-1
libevent-1.4-2   (= 1.4.14b-stable) | 1.4.14b-stable-1
libexpat1(= 1.95.8) | 2.0.1-7.2
libflac8  (= 1.2.1) | 1.2.1-6
libfontconfig1(= 2.8.0) | 2.8.0-3
libfreetype6  (= 2.3.9) | 2.4.7-2
libgcc1 (= 1:4.1.1) | 1:4.6.2-4
libgconf2-4  (= 2.31.1) | 2.32.4-1
libgcrypt11   (= 1.4.5) | 1.5.0-3
libgdk-pixbuf2.0-0   (= 2.22.0) | 2.24.0-1
libglib2.0-0 (= 2.18.0) | 2.28.8-1
libgtk2.0-0  (= 2.24.0) | 2.24.7-1
libjpeg8 (= 8c) | 8c-2
libnspr4-0d(= 1.8.0.10) | 4.8.9-1
libnss3-1d   (= 3.12.3) | 3.13.1.with.ckbi.1.88-1
libpango1.0-0(= 1.20.0) | 1.29.4-2
libpng12-0 (= 1.2.13-4) | 1.2.46-3
libspeex1   (= 1.2~beta3-1) | 1.2~rc1-1
libstdc++6  (= 4.6) | 4.6.2-4
libwebp2 | 0.1.3-1
libx11-6 | 2:1.4.4-2
libxext6 | 2:1.3.0-3
libxml2   (= 2.7.4) | 2.7.8.dfsg-5
libxrender1  | 1:0.9.6-2
libxslt1.1   (= 1.1.25) | 1.1.26-8
libxss1  | 1:1.2.1-2
zlib1g  (= 1:1.2.0) | 1:1.2.3.4.dfsg-3
libvpx0   (= 0.9.6) | 0.9.7.p1-2
xdg-utils| 1.1.0~rc1-2
chromium-inspector   | 15.0.874.106~r107270-1
libavcodec53   (= 4:0.7-1)  | 5:0.8.6-0.1
 OR libavcodec-extra-53 (= 4:0.7-1) | 
libavformat53  (= 4:0.7-1)  | 5:0.8.6-0.1
 OR libavformat-extra-53(= 4:0.7-1) | 
libavutil51(= 4:0.7-1)  | 5:0.8.6-0.1
 OR libavutil-extra-51  (= 4:0.7-1) | 


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
chromium-l10n| 15.0.874.106~r107270-1






---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb

Bug#648031: marked as done (chromium crashes)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium crashes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: important

Dear Maintainer,

 After upgrading to 15.0.874.106~r107270-1, chromium cannot show any pages
 (setting, local and remote). I have two amd64 machines and both of them
 have this issue.

 I'll attach backtrace as http://wiki.debian.org/Chromium/Debugging instructs.
 


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages chromium depends on:
ii  chromium-inspector  15.0.874.106~r107270-1 
ii  libasound2  1.0.24.1-4 
ii  libavcodec534:0.7.2-1+b1   
ii  libavformat53   4:0.7.2-1+b1   
ii  libavutil51 4:0.7.2-1+b1   
ii  libbz2-1.0  1.0.5-7
ii  libc6   2.13-21
ii  libcairo2   1.10.2-6.1 
ii  libcups21.5.0-10   
ii  libdbus-1-3 1.4.16-1   
ii  libdbus-glib-1-20.98-1 
ii  libevent-1.4-2  1.4.14b-stable-1   
ii  libexpat1   2.0.1-7.2  
ii  libflac81.2.1-6
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.7-2
ii  libgcc1 1:4.6.2-4  
ii  libgconf2-4 2.32.4-1   
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.0-1   
ii  libglib2.0-02.28.6-1   
ii  libgtk2.0-0 2.24.7-1   
ii  libjpeg88c-2   
ii  libnspr4-0d 4.8.9-1
ii  libnss3-1d  3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0   1.29.4-2   
ii  libpng12-0  1.2.46-3   
ii  libspeex1   1.2~rc1-1  
ii  libstdc++6  4.6.2-4
ii  libvpx0 0.9.7.p1-2 
ii  libwebp20.1.3-1
ii  libx11-62:1.4.4-2  
ii  libxext62:1.3.0-3  
ii  libxml2 2.7.8.dfsg-5   
ii  libxrender1 1:0.9.6-2  
ii  libxslt1.1  1.1.26-8   
ii  libxss1 1:1.2.1-2  
ii  xdg-utils   1.1.0~rc1-2
ii  zlib1g  1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
ii  chromium-l10n  15.0.874.106~r107270-1

-- no debconf information
# Env:
# LD_LIBRARY_PATH=/usr/lib/chromium:/usr/lib/xulrunner-1.9.1
#
PATH=/usr/lib/chromium:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
#GTK_PATH=
# CHROMIUM_USER_FLAGS=
#  CHROMIUM_FLAGS=--password-store=detect
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.k06GS5
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/lib/chromium/chromium...Reading symbols from 
/usr/lib/debug/usr/lib/chromium/chromium...done.
done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/lib/chromium/chromium --password-store=detect 
[Thread debugging using libthread_db enabled]
Gtk-Message: Failed to load module pk-gtk-module
[New Thread 0x7fffe6cc6700 (LWP 6505)]
[New Thread 0x7fffe64c5700 (LWP 6506)]
[New Thread 0x7fffe5cc4700 (LWP 6507)]
[New Thread 0x7fffe4ea7700 (LWP 6508)]
[New Thread 0x7fffe46a6700 (LWP 

Bug#648032: marked as done (No longer works since this morning's update)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding No longer works since this morning's update
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave

Hi,

Since this morning's update, starting chromium as 'chromium' or
'chromium-browser' does not as expected. Sometimes it just shows a blank
page; sometimes it shows the 'unhappy browser' blue screen. In both
cases, trying to browse to a webpage does not work.

I tried producing a backtrace, but it doesn't seem to be segfaulting or
anything; it just sits there, doing nothing.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium depends on:
ii  chromium-inspector  15.0.874.106~r107270-1 
ii  libasound2  1.0.24.1-4 
ii  libavcodec534:0.7.2-1+b1   
ii  libavformat53   4:0.7.2-1+b1   
ii  libavutil51 4:0.7.2-1+b1   
ii  libbz2-1.0  1.0.5-7
ii  libc6   2.13-21
ii  libcairo2   1.10.2-6.1 
ii  libcups21.5.0-10   
ii  libdbus-1-3 1.4.16-1   
ii  libdbus-glib-1-20.98-1 
ii  libevent-1.4-2  1.4.14b-stable-1   
ii  libexpat1   2.0.1-7.2  
ii  libflac81.2.1-6
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.7-2
ii  libgcc1 1:4.6.2-4  
ii  libgconf2-4 2.32.4-1   
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.0-1   
ii  libglib2.0-02.28.8-1   
ii  libgtk2.0-0 2.24.7-1   
ii  libjpeg88c-2   
ii  libnspr4-0d 4.8.9-1
ii  libnss3-1d  3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0   1.29.4-2   
ii  libpng12-0  1.2.46-3   
ii  libspeex1   1.2~rc1-1  
ii  libstdc++6  4.6.2-4
ii  libvpx0 0.9.7.p1-2 
ii  libwebp20.1.3-1
ii  libx11-62:1.4.4-2  
ii  libxext62:1.3.0-3  
ii  libxml2 2.7.8.dfsg-5   
ii  libxrender1 1:0.9.6-2  
ii  libxslt1.1  1.1.26-8   
ii  libxss1 1:1.2.1-2  
ii  xdg-utils   1.1.0~rc1-2
ii  zlib1g  1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
ii  chromium-l10n  15.0.874.106~r107270-1

-- no debconf information


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2
chromium-dbg_15.0.874.121~r109964-1_amd64.deb
  to main/c/chromium-browser/chromium-dbg_15.0.874.121~r109964-1_amd64.deb

Bug#648035: marked as done (chromium: Doesn't display any pages)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 10:52:20 +
with message-id e1ryf6q-av...@franck.debian.org
and subject line Bug#647992: fixed in chromium-browser 15.0.874.121~r109964-1
has caused the Debian Bug report #647992,
regarding chromium: Doesn't display any pages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: chromium
Version: 15.0.874.106~r107270-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrading to the new version today, chromium doesn't display any
pages, just a Aw, snap! Something went wrong while displaying this
webpage. message everywhere (also internal pages like the addons). New
profile doesn't help, and confirmed on IRC to happen elsewhere.

Best regards,
Christian Ohm


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium depends on:
ii  chromium-inspector  15.0.874.106~r107270-1 
ii  libasound2  1.0.24.1-4 
ii  libavcodec535:0.8.6-0.1
ii  libavformat53   5:0.8.6-0.1
ii  libavutil51 5:0.8.6-0.1
ii  libbz2-1.0  1.0.5-7
ii  libc6   2.13-21
ii  libcairo2   1.10.2-6.1 
ii  libcups21.5.0-10   
ii  libdbus-1-3 1.4.16-1   
ii  libdbus-glib-1-20.98-1 
ii  libevent-1.4-2  1.4.14b-stable-1   
ii  libexpat1   2.0.1-7.2  
ii  libflac81.2.1-6
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.7-2
ii  libgcc1 1:4.6.2-4  
ii  libgconf2-4 2.32.4-1   
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.24.0-1   
ii  libglib2.0-02.28.8-1   
ii  libgtk2.0-0 2.24.7-1   
ii  libjpeg88c-2   
ii  libnspr4-0d 4.8.9-1
ii  libnss3-1d  3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0   1.29.4-2   
ii  libpng12-0  1.2.46-3   
ii  libspeex1   1.2~rc1-1  
ii  libstdc++6  4.6.2-4
ii  libvpx0 0.9.7.p1-2 
ii  libwebp20.1.3-1
ii  libx11-62:1.4.4-2  
ii  libxext62:1.3.0-3  
ii  libxml2 2.7.8.dfsg-5   
ii  libxrender1 1:0.9.6-2  
ii  libxslt1.1  1.1.26-8   
ii  libxss1 1:1.2.1-2  
ii  xdg-utils   1.1.0~rc1-2
ii  zlib1g  1:1.2.3.4.dfsg-3   

chromium recommends no packages.

Versions of packages chromium suggests:
pn  chromium-l10n  none

-- no debconf information

-- 
Academy:
A modern school where football is taught.
Institute:
An archaic school where football is not taught.


---End Message---
---BeginMessage---
Source: chromium-browser
Source-Version: 15.0.874.121~r109964-1

We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive:

chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser-dbg_15.0.874.121~r109964-1_all.deb
chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-inspector_15.0.874.121~r109964-1_all.deb
chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
  to 
main/c/chromium-browser/chromium-browser-l10n_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
  to 
main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.debian.tar.gz
chromium-browser_15.0.874.121~r109964-1.dsc
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1.dsc
chromium-browser_15.0.874.121~r109964-1_all.deb
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964-1_all.deb
chromium-browser_15.0.874.121~r109964.orig.tar.bz2
  to main/c/chromium-browser/chromium-browser_15.0.874.121~r109964.orig.tar.bz2

Bug#651257: deja-dup: diff for NMU version 20.2-1.1

2011-12-07 Thread bigon
tags 651257 + patch
tags 651257 + pending
thanks

Dear maintainer,

I've prepared an NMU for deja-dup (versioned as 20.2-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru deja-dup-20.2/debian/changelog deja-dup-20.2/debian/changelog
--- deja-dup-20.2/debian/changelog  2011-11-25 21:33:23.0 +0100
+++ deja-dup-20.2/debian/changelog  2011-12-07 11:54:30.0 +0100
@@ -1,3 +1,11 @@
+deja-dup (20.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Drop libdbusmenu-gtk3-dev Build-dep, the package is only
+available in experimental for now (Closes: #651257)
+
+ -- Laurent Bigonville bi...@debian.org  Wed, 07 Dec 2011 11:54:25 +0100
+
 deja-dup (20.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #613336, #632568)
diff -Nru deja-dup-20.2/debian/control deja-dup-20.2/debian/control
--- deja-dup-20.2/debian/control2011-11-25 21:33:23.0 +0100
+++ deja-dup-20.2/debian/control2011-12-07 10:47:21.0 +0100
@@ -6,7 +6,6 @@
 Build-Depends: debhelper (= 8),
intltool (= 0.40),
itstool,
-   libdbusmenu-gtk3-dev (= 0.3.94),
libglib2.0-dev (= 2.26),
libgnome-control-center-dev,
libgnome-keyring-dev,



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



Processed: deja-dup: diff for NMU version 20.2-1.1

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 651257 + patch
Bug #651257 [src:deja-dup] Unsatisfied build dependency on libdbusmenu-gtk3-dev
Bug #650717 [src:deja-dup] deja-dup: i386 package for unstable not available
Added tag(s) patch.
Added tag(s) patch.
 tags 651257 + pending
Bug #651257 [src:deja-dup] Unsatisfied build dependency on libdbusmenu-gtk3-dev
Bug #650717 [src:deja-dup] deja-dup: i386 package for unstable not available
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: found 649786 in leptonlib/1.68-4

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 649786 leptonlib/1.68-4
Bug #649786 [src:leptonlib] libleptonica: hardcoded shlibs dependencies
Bug Marked as found in versions leptonlib/1.68-4.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
649786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649786
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#650515: mlterm: Crashes at start

2011-12-07 Thread Raf Czlonka
Package: mlterm
Version: 3.0.9-1
Followup-For: Bug #650515

hi,

Same here using awesome.

§ mlterm
X Error of failed request:  BadPixmap (invalid Pixmap parameter)
Major opcode of failed request:  54 (X_FreePixmap)
Resource id in failed request:  0x0
Serial number of failed request:  60
Current serial number in output stream:  61

Regards,

Raf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 3.0.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mlterm depends on:
ii  libc6   2.13-21
ii  libgdk-pixbuf2.0-0  2.24.0-1
ii  libglib2.0-02.30.2-4
ii  libssh2-1   1.2.8-2
ii  libx11-62:1.4.4-4
ii  mlterm-common   3.0.9-1

Versions of packages mlterm recommends:
ii  mlterm-tools  3.0.9-1

Versions of packages mlterm suggests:
ii  fonts-arphic-bsmi00lpnone
ii  fonts-arphic-gbsn00lpnone
ii  fonts-baekmuknone
ii  fonts-takao-gothic [fonts-japanese-gothic]   003.02.01-5
ii  mlterm-im-m17nlibnone
ii  mlterm-im-scim   none
ii  mlterm-im-uimnone
ii  t1-cyrillic  none
ii  ttf-freefont 20100919-1
ii  ttf-sazanami-gothic [fonts-japanese-gothic]  20040629-12
ii  unifont  1:5.1.20080914-1.1
ii  xfonts-efont-unicode 0.4.2-4

-- no debconf information



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



Bug#623523: breaks when /run is used

2011-12-07 Thread Roger Leigh
On Sun, Jun 19, 2011 at 10:25:07AM +0300, Andrew O. Shadoura wrote:
 Hello,
 
 Also, ~alpha5.1 has been released, you may want to try it if you
 haven't yet. Please report any news.

Hi folks,

Is this still an issue?--it all looks OK to me.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.



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



Bug#651285: libdap: FTBFS due to ltmain --as-needed patch no longer applying

2011-12-07 Thread Iain Lane
+
+override_dh_auto_configure:
LDFLAGS= -Wl,--as-needed dh_auto_configure -- --with-gnu-ld
 
 override_dh_auto_build:


libdap_3.11.1-9-amd64-20111207-1119.gz
Description: Binary data


Bug#642610: marked as done (adacgi: FTBFS: build-depends on both gnat and gnat-4.4)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 12:02:26 +
with message-id e1rygcg-0001wi...@franck.debian.org
and subject line Bug#642610: fixed in adacgi 1.6-15
has caused the Debian Bug report #642610,
regarding adacgi: FTBFS: build-depends on both gnat and gnat-4.4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
642610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: adacgi
Version: 1.6-14
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ┌──┐
 │ Install adacgi build dependencies (apt-based resolver)  
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-adacgi-dummy : Depends: gnat but it is not going to be 
 installed
 E: Broken packages

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/09/23/adacgi_1.6-14_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


---End Message---
---BeginMessage---
Source: adacgi
Source-Version: 1.6-15

We believe that the bug you reported is fixed in the latest version of
adacgi, which is due to be installed in the Debian FTP archive:

adacgi0_1.6-15_i386.deb
  to main/a/adacgi/adacgi0_1.6-15_i386.deb
adacgi_1.6-15.diff.gz
  to main/a/adacgi/adacgi_1.6-15.diff.gz
adacgi_1.6-15.dsc
  to main/a/adacgi/adacgi_1.6-15.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Phil Brooke p...@debian.org (supplier of updated adacgi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 11:40:57 +
Source: adacgi
Binary: adacgi0
Architecture: source i386
Version: 1.6-15
Distribution: unstable
Urgency: low
Maintainer: Phil Brooke p...@debian.org
Changed-By: Phil Brooke p...@debian.org
Description: 
 adacgi0- Ada CGI interface
Closes: 642610
Changes: 
 adacgi (1.6-15) unstable; urgency=low
 .
   * Bump gnat version to 4.6 (closes: 642610).
   * Bump to standards version 3.9.2.
   * Fix build targets in debian/rules.
Checksums-Sha1: 
 57bc3b347219291c7237870b95d18d0fc4bce582 978 adacgi_1.6-15.dsc
 60b0219692e66208c6a81fa5ad32c8148d23c833 4145 adacgi_1.6-15.diff.gz
 f38608c6614cbe08e1e8d888bfaea8f8f415c65d 90366 adacgi0_1.6-15_i386.deb
Checksums-Sha256: 
 c2ed3213234f4b99acf22cbbf08e05ea5d8c2b8b3f67a494123c617b14dc4615 978 
adacgi_1.6-15.dsc
 16c6b80b51ba7116612eefbe370fdbd03addbb6d968f9cf091b5f9b754d17da3 4145 
adacgi_1.6-15.diff.gz
 1b7508f6836ef52af4119b512f2b3d8b8c74b57efa2cae569229268ebf8acb96 90366 
adacgi0_1.6-15_i386.deb
Files: 
 3bc10335258ee570616bd65048be987a 978 devel optional adacgi_1.6-15.dsc
 e31f43ad74872cabe6e61bb535ab2e7a 4145 devel optional adacgi_1.6-15.diff.gz
 0a8aeb047a36531ff9e78f4d5dc27f11 90366 web optional adacgi0_1.6-15_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk7fUyYACgkQHb8HEVCXO5ECVACg3bNbkGxqIVOVB5ttRpYdOFer
6JcAn0qfYifSUSIwY1GLXlSAqi32TXoh
=z2GT
-END PGP SIGNATURE-


---End Message---


Bug#651203: procps: SONAME breakage

2011-12-07 Thread Simon McVittie
On Wed, 07 Dec 2011 at 08:42:24 +1100, Craig Small wrote:
 There was a reason why we said not to link to libproc, this one of the
 reasons.

Is libproc considered to be a public shared library or not?

If it is, it should probably be in its own package with the usual
SONAME-tracking, parallel-installability sorts of things; or failing that,
provide a SONAME-named virtual package that things linking to it can depend
on, and have suitable dpkg-shlibdeps magic to make that happen, so that
xmem etc. can't be co-installed with an incompatible procps.

(Perhaps depending packages would Depends: procps (= VERSION),
libproc-ng-x.y.z or something, where the latter is virtual.)

If it isn't a public shared library, then it should go in /lib/procps (or even
/lib/TRIPLET/procps) with an RPATH, and things that currently link to the
shared library should link to it statically (and have Built-Using), or even
have their own copy.

Whether it's considered to be a public shared library also affects the
correct solutions to #651179, #650314 and #646834, I think?

S



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



Bug#650948: Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-07 Thread Steven Shiau
Anibal,
I confirm this issue is gone in 0.24-4. Cool! Thanks!

$ sudo apt-get install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libnfsidmap2
The following NEW packages will be installed:
  libnfsidmap2 nfs-common
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 304 kB of archives.
After this operation, 752 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://free.nchc.org.tw/debian/ sid/main libnfsidmap2 i386 0.24-4
[28.5 kB]
Get:2 http://free.nchc.org.tw/debian/ sid/main nfs-common i386
1:1.2.5-2+b1 [276 kB]
Fetched 304 kB in 0s (1,284 kB/s)
Selecting previously unselected package libnfsidmap2.
(Reading database ... 139229 files and directories currently installed.)
Unpacking libnfsidmap2 (from .../libnfsidmap2_0.24-4_i386.deb) ...
Selecting previously unselected package nfs-common.
Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-2+b1_i386.deb) ...
Processing triggers for man-db ...
Setting up libnfsidmap2 (0.24-4) ...
Setting up nfs-common (1:1.2.5-2+b1) ...

Creating config file /etc/idmapd.conf with new version

Creating config file /etc/default/nfs-common with new version
Starting NFS common utilities: statd idmapd.


Steven.

-- 
Steven Shiau steven _at_ nchc org tw steven _at_ stevenshiau org
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



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



Bug#642144: mmpong: Porting patch to support cegui-mk2-0.7.5

2011-12-07 Thread James Page
Package: mmpong
Version: 0.9.1-1
Followup-For: Bug #642144
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/patches/02_cegui-mk2-0.7.5.dpatch:
- client_gl/gui.h: Update for new header file name and location.
- client_gl/gui.cpp: Port API usage from 0.6.x - 0.7.x

Debian unstable now has cegui-mk2 0.7.5; this patch ports mmpong to use
the new header locations and API changes in this library.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-generic (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJO31ueAAoJEL/srsug59jDbiUP/izvFk28BuUS/N1HMSN0LK1T
yahTeCrL3m48i3YtyEAq71Eb9EkLhNy42rQTruMtsJhC5GyEkmPqTrHQo+MX9CRs
QRe3eu0m7FSbx37qeNLSZ58hKqXM0W8R2cythiuICwQ7yg7WEAd7aWVG94zzff6/
UDyvmdukl4vaDpsbgK3vcfgKNJZvVjQyZ2ZzAa98/X+yp6lU4IYKx1jhgKD/qzNm
CxJC2JdgpEMAgX3matKCpq137Wz69exqfxpT4U6RHawg57VO4AP8IiQDulKjXWjh
nkO2d/xZD7hndHQHxSbw2mY/tNBLyFJi6Vq5C2hXrYoe+b5jme+UVVDPr/jQ7uFV
TQV9j39T2ywJhUlRFIPF5OKu48stK5jrh6Ab3UILhpeunAYCL8B4xUaxEEhV92Bl
YAxJd036QBKgj59pWplMsv898qFSwguMUkNB3S45BApL06jaNT6qFUfRt7fh0CaD
yl6JA9CEVnK0sx8XGs5j7lR0FGwPGa4SmnI+1R84i2kPmdrrP4kG2/nNWcrnvjHO
6MC845NVbsO3tURGc3FULt0VGNe2POzpt/6LG/m9twDjGf+3Qu5jCb1ROKuMttQM
HabflSpHnlgk7ZvQs8YsV3ounC7ruQ4g/BhszZGgtWJASlmtEmhVZC/UvXIrOIU7
Kh2PSe15fRLQelxsfFaB
=kfT7
-END PGP SIGNATURE-
=== modified file 'debian/patches/00list'
--- debian/patches/00list	2009-01-09 16:39:01 +
+++ debian/patches/00list	2011-12-07 09:54:29 +
@@ -1 +1,2 @@
 01_share.dpatch
+02_cegui-mk2-0.7.5.dpatch

=== added file 'debian/patches/02_cegui-mk2-0.7.5.dpatch'
--- debian/patches/02_cegui-mk2-0.7.5.dpatch	1970-01-01 00:00:00 +
+++ debian/patches/02_cegui-mk2-0.7.5.dpatch	2011-12-07 10:43:14 +
@@ -0,0 +1,43 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_cegui-mk2-0.7.5.dpatch by James Page james.p...@ubuntu.com
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' mmpong~/client_gl/gui.cpp mmpong/client_gl/gui.cpp
+--- mmpong~/client_gl/gui.cpp	2011-12-07 09:45:09.0 +
 mmpong/client_gl/gui.cpp	2011-12-07 10:43:13.727551992 +
+@@ -148,9 +148,9 @@
+ 
+ 
+ GUI::GUI(std::string resbase, int w, int h, bool _visible, ClientState *_state) {
+-	renderer = new OpenGLRenderer(0, w, h);
++	renderer = OpenGLRenderer::create(Size(w,h));
+ 	log =  new dummyLogger();
+-	sys = new System(renderer);
++	sys = System::create(*renderer);
+ 	visible = _visible;
+ 	state = _state;
+ 	try {
+@@ -176,7 +176,7 @@
+ 		// ATTENTION (by andré): 
+ 		//the next line segfaults with CEGUI 0.5.0-4.1 in Debian/Ubuntu
+ 		//this is fixed in 0.6 (sorry, found no workaround atm)
+-		SchemeManager::getSingleton().loadScheme( TaharezLook.scheme );
++		SchemeManager::getSingleton().create( TaharezLook.scheme );
+ 		sys-setDefaultMouseCursor( TaharezLook, MouseArrow );
+ 		sys-setDefaultTooltip(TaharezLook/Tooltip);
+ 
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' mmpong~/client_gl/gui.h mmpong/client_gl/gui.h
+--- mmpong~/client_gl/gui.h	2011-12-07 09:45:09.0 +
 mmpong/client_gl/gui.h	2011-12-07 10:30:03.0 +
+@@ -22,7 +22,7 @@
+ #define __GUI_H__
+ 
+ #include CEGUI.h
+-#include RendererModules/OpenGLGUIRenderer/openglrenderer.h
++#include RendererModules/OpenGL/CEGUIOpenGLRenderer.h
+ #include CEGUILogger.h
+ #include clientstate.h
+ 



Bug#643604: marked as done (fix ftbfs with ld --as-needed and lua in multiarch location)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 13:03:43 +
with message-id e1ryh9z-0001dq...@franck.debian.org
and subject line Bug#643604: fixed in qcontrol 0.4.2-7
has caused the Debian Bug report #643604,
regarding fix ftbfs with ld --as-needed and lua in multiarch location
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
643604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643604
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qcontrol
Version: 0.4.2-6
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

patch at
http://launchpadlibrarian.net/81241980/qcontrol_0.4.2-6_0.4.2-6ubuntu1.diff.gz


---End Message---
---BeginMessage---
Source: qcontrol
Source-Version: 0.4.2-7

We believe that the bug you reported is fixed in the latest version of
qcontrol, which is due to be installed in the Debian FTP archive:

qcontrol-udeb_0.4.2-7_armel.udeb
  to main/q/qcontrol/qcontrol-udeb_0.4.2-7_armel.udeb
qcontrol_0.4.2-7.diff.gz
  to main/q/qcontrol/qcontrol_0.4.2-7.diff.gz
qcontrol_0.4.2-7.dsc
  to main/q/qcontrol/qcontrol_0.4.2-7.dsc
qcontrol_0.4.2-7_armel.deb
  to main/q/qcontrol/qcontrol_0.4.2-7_armel.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 643...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl toli...@debian.org (supplier of updated qcontrol 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Dec 2011 13:51:09 +0100
Source: qcontrol
Binary: qcontrol qcontrol-udeb
Architecture: source armel
Version: 0.4.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Alexander Reichle-Schmehl toli...@debian.org
Description: 
 qcontrol   - hardware control for QNAP Turbo Station devices
 qcontrol-udeb - hardware control for QNAP Turbo Station devices (udeb)
Closes: 643604
Changes: 
 qcontrol (0.4.2-7) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to QA group
   * Apply patch from Matthias Klose to fix FTBFS with ld --as-needed
 and with multiarched lua (Closes: #643604)
   * Set urgency to medium due to rc bug fix
   * Fix lintian detected spelling error in package descriptions
 (s/Allows\ to/Allows one to/)
   * Add recommended targets build-arch and build-indep to debian/rules
   * Add $remote_fs to the Required-Stop of the debian/init.d
   * Bump standards to 3.9.2 (no furhter changes needed)
Checksums-Sha1: 
 01d1f6b3b62c981968f33cd75f06b04f3b47678e 1930 qcontrol_0.4.2-7.dsc
 be8dc8a7bf0822495fa2136e255197ce3b26fa6f 12177 qcontrol_0.4.2-7.diff.gz
 810afa0c5480e21e84548c2de6e1cae9fe3f6343 18448 qcontrol_0.4.2-7_armel.deb
 8880aa4b5ebb1cf0ab2610722521c392a4397446 70826 qcontrol-udeb_0.4.2-7_armel.udeb
Checksums-Sha256: 
 a5f242f0145726258d37d309b51ec71c8258041571f00d6cb61b24b803d7d167 1930 
qcontrol_0.4.2-7.dsc
 acb2335e6ad5e75e6bbc34a6d6caddade8e36bbe835c214c234631877686f0d9 12177 
qcontrol_0.4.2-7.diff.gz
 e3a8d0dc085e67a779b4937acadd38d13f6baf9e05e3ccc84c2cc6fa5d0b9abd 18448 
qcontrol_0.4.2-7_armel.deb
 67f6f021706eddb55fa1296a217eaaa25e24783be6d22fbe6eaff1d0b9fc683a 70826 
qcontrol-udeb_0.4.2-7_armel.udeb
Files: 
 faadbee9963661fbc60adfb562fa9644 1930 utils optional qcontrol_0.4.2-7.dsc
 28865ef1b3494dd4a144d30f36f0d392 12177 utils optional qcontrol_0.4.2-7.diff.gz
 409d7ce260f0767739c0057450db59ad 18448 utils optional 
qcontrol_0.4.2-7_armel.deb
 fb49dabbbfa203f3814e9090837db704 70826 debian-installer optional 
qcontrol-udeb_0.4.2-7_armel.udeb
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJO32LbAAoJEMJLZaJnLIsScCkQAIXQ0KAxDg71Ar9Po9IY+yO+
ZzZRo/KyxIJGNsoFUboa4UMwOgRAv3iwcpFXorT0UzZc2/p49fcWWj0J4GkhrLiK
LYO3APDT+5prqutGV+Z2KYs8TDRlYi5f/AS+NEleDD7PJqZgeAvc/a5V2f6ezDq9
U1f1+i7arpkzZZ1mgF0XnpdBFVXJV2N8IXyR3Y3iK36bOxsPuU8zq8MbGHL6MLDN
P1Pq7l6W42J/h7mph3UTJA3pAYalxTK5zZhl0xf01PrO6+0P6GKzA0DqyaJKlp26
nk2aMEV7UAuPvCCSx3V1ZWV9VJ0VsUV16JkdCaDF98Xx/6T5ekbtQ/MikoBuk/Y4
IqpRYXrhuV0mfVEGV7KfB1Bxqm1hi//TsvzdT58+pLciGiJwmb+eTNtEA2Wfrl3t
wxDGciJVp8GH5A60Qv5xkRZvt3FfVMiZas5F39tQllFQrx1S5KKxzbUAsxmZn9pM

Bug#651285: libdap: FTBFS due to ltmain --as-needed patch no longer applying

2011-12-07 Thread Alastair McKinstry
Hi,

Thanks for this. Have you done an upload, or will I?

regards
Alastair


On 2011-12-07 12:02, Iain Lane wrote:
 Source: libdap
 Version: 3.11.1-9
 Severity: serious
 Tags: patch sid wheezy
 Justification: fails to build from source

 Hi there,

 libdap FTBFS due to the ltmain --as-needed patch no longer applying.
 Excerpt from build log:

 ,
 | (cd conf  patch  ../debian/as-needed.patch)
 | patching file ltmain.sh
 | Hunk #1 succeeded at 5512 (offset 12 lines).
 | Hunk #2 FAILED at 6155.
 | 1 out of 2 hunks FAILED -- saving rejects to file ltmain.sh.rej
 | make[1]: *** [override_dh_auto_configure] Error 1
 | make[1]: Leaving directory `/«PKGBUILDDIR»'
 | make: *** [build] Error 2
 | dpkg-buildpackage: error: debian/rules build gave error exit status 2
 `

 I made a patch to use dh_autoreconf --as-needed. Attached.

 Cheers,

 -- System Information:
 Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)

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



-- 
Alastair McKinstry  , alast...@sceal.ie , mckins...@debian.org
http://blog.sceal.ie

Anyone who believes exponential growth can go on forever in a finite world
is either a madman or an economist - Kenneth Boulter, Economist.





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



Bug#651295: kexec-tools: FTBFS on powerpc: multiple definition of `__lshrdi3'

2011-12-07 Thread Jakub Wilk

Source: kexec-tools
Version: 1:2.0.2-3
Severity: serious
Justification: fails to build from source
User: debian-powe...@lists.debian.org
Usertags: powerpc

kexec-tools FTBFS on powerpc:
| gcc  -Wl,--no-undefined -nostartfiles -nostdlib -nodefaultlibs -e 
purgatory_start -r -o purgatory/purgatory.ro purgatory/purgatory.o 
purgatory/printf.o purgatory/string.o purgatory/arch/ppc/v2wrap_32.o 
purgatory/arch/ppc/misc.o purgatory/arch/ppc/purgatory-ppc.o 
purgatory/arch/ppc/console-ppc.o purgatory/arch/ppc/crt.o purgatory/sha256.o
| purgatory/arch/ppc/crt.o: In function `__lshrdi3':
| (.text+0xf0): multiple definition of `__lshrdi3'
| purgatory/arch/ppc/misc.o:(.text+0x50): first defined here
| collect2: ld returned 1 exit status
| make[1]: *** [purgatory/purgatory.ro] Error 1

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=kexec-toolsarch=powerpcver=1%3A2.0.2-3stamp=1318545602

--
Jakub Wilk



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



Bug#651285: libdap: FTBFS due to ltmain --as-needed patch no longer applying

2011-12-07 Thread Iain Lane
Hiya,

On Wed, Dec 07, 2011 at 01:00:24PM +, Alastair McKinstry wrote:
 Hi,
 
 Thanks for this. Have you done an upload, or will I?

No I haven't. I thought I'd let you have a first crack at it. :-)

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]
PhD student   [ i...@cs.nott.ac.uk ]


signature.asc
Description: Digital signature


Bug#649786: leptonlib: diff for NMU version 1.68-4.1

2011-12-07 Thread Mehdi Dogguy
tags 649786 + patch
tags 649786 + pending
thanks

Dear maintainer,

I've prepared an NMU for leptonlib (versioned as 1.68-4.1). The diff
is attached to this message. I plan to upload it later today, as the
bug is quite old and there were no reactions from the maintainer since
the beginning.

Regards.

-- 
Mehdi Dogguy
diff -Nru leptonlib-1.68/debian/changelog leptonlib-1.68/debian/changelog
--- leptonlib-1.68/debian/changelog	2011-04-14 07:30:34.0 +0200
+++ leptonlib-1.68/debian/changelog	2011-12-07 12:28:05.0 +0100
@@ -1,3 +1,11 @@
+leptonlib (1.68-4.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Remove libwebp0 from libleptonica's Depends field, as it is added
+automatically in ${shlibs:Depends} (Closes: #649786).
+
+ -- Mehdi Dogguy me...@debian.org  Wed, 07 Dec 2011 12:25:37 +0100
+
 leptonlib (1.68-4) unstable; urgency=low
 
   * Add webp support
@@ -83,4 +91,3 @@
   * Initial Release.
 
  -- Jeff Breidenbach j...@debian.org  Tue, 27 Jun 2006 14:50:37 -0700
-
diff -Nru leptonlib-1.68/debian/control leptonlib-1.68/debian/control
--- leptonlib-1.68/debian/control	2011-04-14 07:18:12.0 +0200
+++ leptonlib-1.68/debian/control	2011-12-07 12:25:24.0 +0100
@@ -26,7 +26,7 @@
 Package: libleptonica
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libtiff4 (= 3.7.4), libpng12-0, libgif4 (= 4.1.6), libwebp0
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtiff4 (= 3.7.4), libpng12-0, libgif4 (= 4.1.6)
 Description: image processing library
  Well-tested C library for some basic image processing operations,
  along with a description of the functions and some design methods. A


Processed: leptonlib: diff for NMU version 1.68-4.1

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 649786 + patch
Bug #649786 [src:leptonlib] libleptonica: hardcoded shlibs dependencies
Added tag(s) patch.
 tags 649786 + pending
Bug #649786 [src:leptonlib] libleptonica: hardcoded shlibs dependencies
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
649786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649786
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#651296: uninstallable on kfreebsd-amd64

2011-12-07 Thread Robert Millan
Package: ntfs-config
Version: 1.0.1-9
Severity: grave
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Due to dependency on udev (see attached patch)

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control'
--- debian/control  2011-12-07 13:42:07 +
+++ debian/control  2011-12-07 13:43:45 +
@@ -11,9 +11,9 @@ XB-Python-Version: ${python:Versions}
 Homepage: http://flomertens.free.fr/ntfs-config/
 
 Package: ntfs-config
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ntfs-3g, ${python:Depends},
- udev, python-glade2
+ udev [linux-any], python-glade2
 Suggests: disk-manager
 XB-Python-Version: ${python:Versions}
 Description: Enable/disable write support for any NTFS devices



Bug#651297: uninstallable on kfreebsd-amd64

2011-12-07 Thread Robert Millan
Package: apparmor
Version: 2.7.0~beta1+bzr1774-1
Severity: grave
User: debian-...@lists.debian.org
Usertags: kfreebsd

The binary packages provided by apparmor are uninstallable on
kfreebsd-amd64 because of their dependency on initramfs-tools.

As per their description they appear to be Linux-specific.  If
that's the case, you can fix this bug by simply setting their
Architecture field to linux-any.

Afterwards an ANAIS bug needs to be filed in ftp.debian.org
to request removal of kfreebsd-* and hurd-* binaries.

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#649491: Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-07 Thread Rares Aioanei

I can confirm the problem as solved with 0.25-1. Thank you.



--
Rares Aioanei




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



Bug#643814: marked as done (vtk: FTBFS: No rule to make target `/usr/lib/libswscale.so')

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:37:53 +0100
with message-id 
ca+7wusyyzwz2_-gcbwdxy7yqmjth_nvnfe8mrez0radgub7...@mail.gmail.com
and subject line 
has caused the Debian Bug report #643814,
regarding vtk: FTBFS: No rule to make target `/usr/lib/libswscale.so'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
643814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Source: vtk
Version: 5.6.1-6.1
Severity: serious
Justification: fails to build from source

vtk FTBFS:
| [ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkMySQLDatabase.cxx.o
| [ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkMySQLQuery.cxx.o
| [ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkRowQueryToTable.cxx.o
| [ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkArrayReader.cxx.o
| [ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkArrayWriter.cxx.o
| [ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkIOInstantiator.cxx.o
| make[3]: *** No rule to make target `/usr/lib/libswscale.so', needed by 
`bin/libvtkIO.so.5.6.1'.  Stop.
| make[3]: Leaving directory 
`/build/buildd-vtk_5.6.1-6.1+b1-powerpc-si1M3X/vtk-5.6.1/Build'
| make[2]: *** [IO/CMakeFiles/vtkIO.dir/all] Error 2

Full build log:
https://buildd.debian.org/status/fetch.php?pkg=vtkarch=ia64ver=5.6.1-6.1%2Bb1stamp=1317335787

Other architectures are affected, too:
https://buildd.debian.org/status/package.php?p=vtksuite=sid

--
Jakub Wilk


---End Message---
---BeginMessage---
This has been fixed in vtk 5.8.0

---End Message---


Bug#506992: marked as done (libvtk5-dev: transitive linking and LINK_INTERFACE_LIBRARIES)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding libvtk5-dev: transitive linking and LINK_INTERFACE_LIBRARIES
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libvtk5-dev
Version: 5.0.4-1.1
Severity: normal


when linking to libvtkIO.so, cmake is pulling the dependencies from libvtkIO.so 
into the link line. this is not a nice behavior when doing shared libs linking.
Instead the interface of the library should be changed. See:

http://www.vtk.org/Bug/view.php?id=3490
and
http://www.cmake.org/pipermail/cmake/2008-November/025584.html

Basically libvtkIO should be created with:

SET_PROPERTY( TARGET vtkIO PROPERTY LINK_INTERFACE_LIBRARIES  )


so that none of the libjpeg.so or libtiff.so symlinks need to be present for 
package depending on vtk.

Thank you !



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvtk5-dev depends on:
ii  libc6-dev2.7-15  GNU C Library: Development Librari
ii  libglu1-mesa-dev [libglu-dev 7.0.3-6 The OpenGL utility library -- deve
ii  libvtk5  5.0.4-1.1   Visualization Toolkit - A high lev
ii  libx11-dev   2:1.1.5-2   X11 client-side library (developme
ii  libxt-dev1:1.0.5-3   X11 toolkit intrinsics library (de
ii  nvidia-glx-dev [libgl-dev]   173.14.09-5 NVIDIA binary Xorg driver developm
ii  x11proto-core-dev7.0.12-1X11 core wire protocol and auxilia

libvtk5-dev recommends no packages.

Versions of packages libvtk5-dev suggests:
pn  vtk-doc   none (no description available)
pn  vtk-examples  none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#555185: marked as done (libvtk5-dev: Invalid dependency in VTKConfig.cmake/VTKLibraryDepends.cmake)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding libvtk5-dev: Invalid dependency in 
VTKConfig.cmake/VTKLibraryDepends.cmake
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libvtk5-dev
Version: 5.2.1-11
Severity: normal


The following dependencie are hardcoded in the cmake cache and should be 
removed:

$ grep default-java /usr/lib/vtk-5.2/*.cmake
/usr/lib/vtk-5.2/VTKConfig.cmake:SET(VTK_INCLUDE_DIRS 
${VTK_INSTALL_PREFIX}/include/vtk-5.2;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include/tcl8.5;/usr/include/python2.5;/usr/include/tcl8.5;/usr/lib/jvm/default-java/include;/usr/lib/jvm/default-java/include/linux;/usr/lib/jvm/default-java/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include;/usr/include/libxml2;/usr/include;/usr/include/freetype2)
/usr/lib/vtk-5.2/VTKLibraryDepends.cmake:  SET(vtkRenderingJava_LIB_DEPENDS 
general;vtkRendering;general;vtkGraphicsJava;general;vtkImagingJava;general;/usr/lib/jvm/default-java/jre/lib/i386/libjawt.so;)
/usr/lib/vtk-5.2/VTKLibraryDepends.cmake:  SET(vtkRenderingJava_LIB_DEPENDS 
vtkRendering;vtkGraphicsJava;vtkImagingJava;/usr/lib/jvm/default-java/jre/lib/i386/libjawt.so;)

Thanks

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-bpo.1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvtk5-dev depends on:
ii  libc6-dev 2.7-18 GNU C Library: Development Librari
ii  libfreetype6-dev  2.3.7-2+lenny1 FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [libgl-de 7.6-1  A free implementation of the OpenG
ii  libglu1-mesa-dev [libglu- 7.6-1  The OpenGL utility library -- deve
ii  libpng12-dev  1.2.40-1   PNG library - development
ii  libvtk5.2 5.2.1-11   Visualization Toolkit - A high lev
ii  libx11-dev2:1.1.5-2  X11 client-side library (developme
ii  libxft-dev2.1.13-3   FreeType-based font drawing librar
ii  libxss-dev1:1.1.3-1  X11 Screen Saver extension library
ii  libxt-dev 1:1.0.5-3  X11 toolkit intrinsics library (de
ii  x11proto-core-dev 7.0.12-1   X11 core wire protocol and auxilia

libvtk5-dev recommends no packages.

Versions of packages libvtk5-dev suggests:
pn  vtk-doc   none (no description available)
pn  vtk-examples  none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#630559: marked as done (libvtk5-dev: linking against VTK using cmake broken because of multiarch)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding libvtk5-dev: linking against VTK using cmake broken because of 
multiarch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libvtk5-dev
Version: 5.6.1-6
Severity: important

cmake adds /usr/lib/libdl.so to Makefiles in project linking against VTK
although with multiarch this should be
/usr/lib/x86_64-linux-gnu/libdl.so. Ubuntu fixed this with a recompile
(same worked for me locally), but ideally VTK should not hard code the
path:
http://changelogs.ubuntu.com/changelogs/pool/universe/v/vtk/vtk_5.4.2-8ubuntu4/changelog

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (480, 'oneiric'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libvtk5-dev depends on:
ii  libavcodec-dev  4:0.6.2-3Development files for libavcodec
ii  libavformat-dev 4:0.6.2-3Development files for libavformat
ii  libavutil-dev   4:0.6.2-3Development files for libavutil
ii  libc6-dev   2.13-7   Embedded GNU C Library: Developmen
ii  libexpat1-dev [libexpat 2.0.1-7  XML parsing C library - developmen
ii  libfreetype6-dev2.4.4-1  FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [libgl- 7.10.2-4 free implementation of the OpenGL 
ii  libgl2ps-dev1.3.5-2  Lib providing high quality vector 
ii  libglu1-mesa-dev [libgl 7.10.2-4 The OpenGL utility library -- deve
ii  libjpeg62-dev [libjpeg- 6b1-1Development files for the IJG JPEG
ii  libmysqlclient-dev  5.1.57-1.3   MySQL database development files
ii  libnetcdf-dev   1:4.1.1-5Development kit for NetCDF
ii  libpng12-dev [libpng-de 1.2.44-2 PNG library - development
ii  libpq-dev   9.0.4-1+b1   header files for libpq5 (PostgreSQ
ii  libqt4-dev  4:4.7.3-1Qt 4 development files
ii  libswscale-dev  4:0.6.2-3Development files for libswscale
ii  libtiff4-dev [libtiff-d 3.9.5-1  Tag Image File Format library (TIF
ii  libvtk5.6   5.6.1-6  Visualization Toolkit - A high lev
ii  libx11-dev  2:1.4.3-2X11 client-side library (developme
ii  libxft-dev  2.2.0-3  FreeType-based font drawing librar
ii  libxml2-dev 2.7.8.dfsg-3 Development files for the GNOME XM
ii  libxss-dev  1:1.2.1-1X11 Screen Saver extension library
ii  libxt-dev   1:1.1.1-2X11 toolkit intrinsics library (de
ii  mpi-default-dev 0.6  Standard MPI development files
ii  tcl8.5-dev  8.5.9-2  Tcl (the Tool Command Language) v8
ii  tk8.5-dev   8.5.9-2  Tk toolkit for Tcl and X11, v8.5 -
ii  x11proto-core-dev   7.0.21-2 X11 core wire protocol and auxilia
ii  zlib1g-dev  1:1.2.3.4.dfsg-3 compression library - development

libvtk5-dev recommends no packages.

Versions of packages libvtk5-dev suggests:
pn  vtk-doc   none (no description available)
pn  vtk-examples  none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#629815: marked as done (gofigure2: FTBFS: make[3]: *** No rule to make target `/usr/lib/libdl.so', needed by `lib/libvtkRenderingAddOn2.so.0.8'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding gofigure2: FTBFS: make[3]: *** No rule to make target 
`/usr/lib/libdl.so', needed by `lib/libvtkRenderingAddOn2.so.0.8'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gofigure2
Version: 0.8.1-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110607 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: *** No rule to make target `/usr/lib/libdl.so', needed by 
 `lib/libvtkRenderingAddOn2.so.0.8'.  Stop.
 make[3]: *** Waiting for unfinished jobs
(…)
 make[2]: *** 
 [Code/ExternalCode/MegaVTK/vtkRenderingAddOn/CMakeFiles/vtkRenderingAddOn2.dir/all]
  Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/06/07/gofigure2_0.8.1-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#634548: marked as done (vtkedge: FTBFS: make[3]: *** No rule to make target `/usr/lib/libGLU.so', needed by `bin/libVTKEdge.so'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding vtkedge: FTBFS: make[3]: *** No rule to make target 
`/usr/lib/libGLU.so', needed by `bin/libVTKEdge.so'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: vtkedge
Version: 0.2.0~20110403-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110718 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/vtkedge-S26Noq/vtkedge-0.2.0~20110403/obj-x86_64-linux-gnu'
 [ 76%] Building CXX object 
 Filtering/CMakeFiles/vtkKWEFiltering.dir/vtkKWEObjectTreePropertyBase.o
 [ 77%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkSMKWEIlluminatedLinesRepresentationProxy.o
 [ 78%] [ 79%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkSMKWEIlluminatedLinesRepresentationProxyClientServer.o
 Building CXX object 
 Widgets/CMakeFiles/vtkKWEWidgets.dir/vtkKWEITKConfidenceConnectedPaintbrushOperation.o
 [ 80%] [ 81%] Building CXX object 
 Widgets/CMakeFiles/vtkKWEWidgets.dir/vtkKWEITKImage.o
 Building CXX object 
 Widgets/CMakeFiles/vtkKWEWidgets.dir/vtkKWEITKImageToStencilFilter.o
 [ 82%] Building CXX object 
 Widgets/CMakeFiles/vtkKWEWidgets.dir/vtkKWEITKPaintbrushOperation.o
 [ 83%] Building CXX object 
 Filtering/CMakeFiles/vtkKWEFiltering.dir/vtkKWEObjectTreeTransformableNode.o
 [ 83%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEIlluminatedLinesPainterClientServer.o
 [ 84%] Building CXX object 
 Filtering/CMakeFiles/vtkKWEFiltering.dir/vtkKWEObjectTreeUserProperty.o
 [ 85%] [ 86%] Building CXX object 
 Filtering/CMakeFiles/vtkKWEFiltering.dir/vtkKWEObjectTreeNodeBase.o
 Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWERenderingFactoryClientServer.o
 [ 87%] Building CXX object 
 Filtering/CMakeFiles/vtkKWEFiltering.dir/vtkKWEObjectTreeNodeIterator.o
 Linking CXX shared library ../bin/libvtkKWEVolumeRendering.so
 [ 88%] Building CXX object 
 Widgets/CMakeFiles/vtkKWEWidgets.dir/vtkKWEITKPaintbrushExtractConnectedComponents.o
 [ 89%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEVBOTStripsPainterClientServer.o
 [ 90%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEVertexBufferObjectClientServer.o
 make[3]: Leaving directory 
 `/build/vtkedge-S26Noq/vtkedge-0.2.0~20110403/obj-x86_64-linux-gnu'
 [ 90%] Built target vtkKWEVolumeRendering
 [ 91%] Building CXX object 
 Filtering/CMakeFiles/vtkKWEFiltering.dir/vtkKWEObjectTreeColorProperty.o
 [ 92%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEWireframePainterClientServer.o
 [ 93%] Building CXX object 
 Filtering/CMakeFiles/vtkKWEFiltering.dir/vtkKWEFilteringInstantiator.o
 [ 94%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEExtentCalculatorClientServer.o
 [ 95%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEGPUArrayCalculatorClientServer.o
 [ 95%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEGPUImageAlgorithmDriverClientServer.o
 [ 96%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkKWEImageGradientMagnitudeClientServer.o
 Linking CXX shared library ../bin/libvtkKWEFiltering.so
 [ 97%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/VTKEdgeInit.o
 make[3]: Leaving directory 
 `/build/vtkedge-S26Noq/vtkedge-0.2.0~20110403/obj-x86_64-linux-gnu'
 [ 97%] Built target vtkKWEFiltering
 [ 98%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/vtkSMVTKEdgeInstantiator.o
 [ 99%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/VTKEdge_Plugin.o
 make[3]: *** No rule to make target `/usr/lib/libGLU.so', needed by 
 `bin/libVTKEdge.so'.  Stop.
 make[3]: *** Waiting for unfinished jobs
 [100%] Building CXX object 
 ParaViewPlugins/CMakeFiles/VTKEdge.dir/moc_VTKEdge_Plugin.o
 make[3]: Leaving directory 
 `/build/vtkedge-S26Noq/vtkedge-0.2.0~20110403/obj-x86_64-linux-gnu'
 make[2]: *** [ParaViewPlugins/CMakeFiles/VTKEdge.dir/all] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/07/18/vtkedge_0.2.0~20110403-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 

Bug#636869: marked as done (vmtk: FTBFS on all plateforms: No rule to make target `/usr/lib/libpng.so')

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding vmtk: FTBFS on all plateforms:  No rule to make target 
`/usr/lib/libpng.so'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: vmtk
Version: 0.9.0-4
Severity: serious
Justification: FTBFS

Hello,

Your patckage FTNFS on all plateforms:

cd 
/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/obj-x86_64-linux-gnu/vtkVmtk/ComputationalGeometry
  /usr/bin/g++   -DvtkvmtkComputationalGeometry_EXPORTS -g -Wall -fPIC -O2  
-Wno-deprecated  -ftemplate-depth-50 -Wall -Wno-deprecated -O2 -g -fPIC 
-I/usr/include/InsightToolkit/Review/Statistics 
-I/usr/include/InsightToolkit/Review 
-I/usr/include/InsightToolkit/Utilities/vxl/core 
-I/usr/include/InsightToolkit/Utilities/vxl/vcl 
-I/usr/include/InsightToolkit/Utilities/vxl/v3p/netlib 
-I/usr/include/InsightToolkit/Utilities 
-I/usr/include/InsightToolkit/Utilities/itkExtHdrs 
-I/usr/include/InsightToolkit/Utilities/nifti/znzlib 
-I/usr/include/InsightToolkit/Utilities/nifti/niftilib 
-I/usr/include/InsightToolkit/Utilities/expat 
-I/usr/include/InsightToolkit/Utilities/DICOMParser 
-I/usr/include/InsightToolkit/Utilities/NrrdIO 
-I/usr/include/InsightToolkit/Utilities/MetaIO 
-I/usr/include/InsightToolkit/SpatialObject 
-I/usr/include/InsightToolkit/Numerics/NeuralNetworks -I/usr/inc
 lude/InsightToolkit/Numerics/FEM -I/usr/include/InsightToolkit/IO 
-I/usr/include/InsightToolkit/Numerics -I/usr/include/InsightToolkit/Common 
-I/usr/include/InsightToolkit/BasicFilters 
-I/usr/include/InsightToolkit/Algorithms -I/usr/include/InsightToolkit 
-I/usr/include/vtk-5.6 -I/usr/include/mpi -I/usr/include/tcl8.5 
-I/usr/include/python2.6 -I/usr/lib/jvm/default-java/include 
-I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/gdcm-2.0 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/Common 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/ComputationalGeometry
 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/DifferentialGeometry
 -I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/IO 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/Misc 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/Segmentation 
-I/build/buildd-vmtk_0.9.0-4-amd64-Ewn
 XXz/vmtk-0.9.0/vtkVmtk/Contrib 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/Utilities/vtkvmtkITK
 
-I/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/obj-x86_64-linux-gnu/vtkVmtk
-o 
CMakeFiles/vtkvmtkComputationalGeometry.dir/vtkvmtkVoronoiDiagram3D.cxx.o -c 
/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/vtkVmtk/ComputationalGeometry/vtkvmtkVoronoiDiagram3D.cxx
make[3]: *** No rule to make target `/usr/lib/libpng.so', needed by 
`bin/libvtkvmtkComputationalGeometry.so.0.9.0'.  Stop.
make[3]: Leaving directory 
`/build/buildd-vmtk_0.9.0-4-amd64-EwnXXz/vmtk-0.9.0/obj-x86_64-linux-gnu'
make[2]: *** 
[vtkVmtk/ComputationalGeometry/CMakeFiles/vtkvmtkComputationalGeometry.dir/all] 
Error 2

Full build logs:
https://buildd.debian.org/status/package.php?p=vmtksuite=sid

Thanks,
Sylvestre


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#640383: marked as done (gofigure2: FTBFS: No rule to make target `/usr/lib/libpng.so', needed by `lib/libitkQt.so.0.8'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding gofigure2: FTBFS: No rule to make target `/usr/lib/libpng.so', needed 
by `lib/libitkQt.so.0.8'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:gofigure2
Version: 0.8.2-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

make -f Code/ExternalCode/itkQt/CMakeFiles/itkQt.dir/build.make 
Code/ExternalCode/itkQt/CMakeFiles/itkQt.dir/build
make[3]: Entering directory 
`/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu'
/usr/bin/cmake -E cmake_progress_report 
/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/CMakeFiles
 94
[  2%] Building CXX object 
Code/ExternalCode/itkQt/CMakeFiles/itkQt.dir/itkQtProgressBar.cxx.o
cd 
/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/itkQt
  /usr/bin/c++   -DitkQt_EXPORTS -DGOFIGURE2_BUILD_SHARED_LIBS -DQT_GUI_LIB 
-DQT_CORE_LIB -DENABLEFFMPEG -DQT_NO_DEBUG -g -O2  -fPIC  -Wno-deprecated  
-ftemplate-depth-50 -Wall -Wno-deprecated -O3 -DNDEBUG -fPIC 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Main
 -I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Main 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/ctk
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/ExternalCode/ctk
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/PoissonReconstruction
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/ExternalCode/PoissonReconstruction
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/ExternalCode/itkQt
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/itkQt
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/vtkLSM
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/ExternalCode/vtkLSM
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/MegaVTK/vtkRenderingAddOn
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/ExternalCode/MegaVTK/vtkRenderingAddOn
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/MegaVTK/vtkItk
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/ExternalCode/MegaVTK/vtkItk
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/ExternalCode/MegaVTK
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/ExternalCode/MegaVTK
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/GUI/src
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/GUI/src
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Interfaces
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Interfaces
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/GUI/lib/Resources
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/GUI/lib
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/GUI/lib
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/GUI
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/GUI
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/Filters
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/Code/Filters
 
-I/build/buildd-gofigure2_0.8.2-1-kfreebsd-amd64-ZK5emo/gofigure2-0.8.2/obj-x86_64-kfreebsd-gnu/Code/IO
 

Bug#638692: marked as done (gdcm: FTBFS: make[3]: *** No rule to make target `/usr/lib/libpng.so', needed by `bin/libvtkgdcm.so.2.0.17'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding gdcm: FTBFS: make[3]: *** No rule to make target 
`/usr/lib/libpng.so', needed by `bin/libvtkgdcm.so.2.0.17'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gdcm
Version: 2.0.17-3.1
Severity: serious
Justification: fails to build from source

Hi,

The package FTBFS, presumably because libpng has been multi-arched and this
package makes assumptions about the exact install location of libpng.


[ 78%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkImageRGBToYBR.cxx.o
[ 78%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMPolyDataReader.cxx.o
[ 79%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMPolyDataWriter.cxx.o
[ 79%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkLookupTable16.cxx.o
[ 79%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkImageMapToColors16.cxx.o
[ 79%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkImageColorViewer.cxx.o
[ 80%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMThreadedImageReader2.cxx.o
[ 80%] Building CXX object 
Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkgdcmInstantiator.cxx.o
make[3]: *** No rule to make target `/usr/lib/libpng.so', needed by 
`bin/libvtkgdcm.so.2.0.17'.  Stop.
make[3]: Leaving directory 
`/build/buildd-gdcm_2.0.17-3.1-armel-aP4FFF/gdcm-2.0.17/debian/build-python2.6'
make[2]: *** [Utilities/VTK/CMakeFiles/vtkgdcm.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [debian/build-python2.6-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
make[2]: Leaving directory 
`/build/buildd-gdcm_2.0.17-3.1-armel-aP4FFF/gdcm-2.0.17/debian/build-python2.6'


~Niels

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#640555: marked as done (gdcm: FTBFS: make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by `bin/libvtkgdcm.so.2.0.17'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding gdcm: FTBFS: make[3]: *** No rule to make target 
`/usr/lib64/libpq.so', needed by `bin/libvtkgdcm.so.2.0.17'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gdcm
Version: 2.0.17-3.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110902 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6'
 [ 82%] Building CXX object 
 Wrapping/Python/CMakeFiles/_gdcmswig.dir/gdcmswigPYTHON_wrap.cxx.o
 make[3]: Leaving directory 
 `/build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6'
 [ 82%] Built target gdcmpdf
 [ 83%] Building CXX object 
 Wrapping/Python/CMakeFiles/_gdcmswig.dir/gdcmPythonFilter.cxx.o
 [ 84%] Building CXX object 
 Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMPolyDataWriter.cxx.o
 [ 84%] Building CXX object 
 Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkLookupTable16.cxx.o
 [ 84%] Building CXX object 
 Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkImageMapToColors16.cxx.o
 /build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6/Wrapping/Python/gdcmswigPYTHON_wrap.cxx:
  In function 'PyObject* 
 _wrap_DataElement_GetSequenceOfItems__SWIG_0(PyObject*, PyObject*)':
 /build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6/Wrapping/Python/gdcmswigPYTHON_wrap.cxx:20107:91:
  warning: 'const gdcm::SequenceOfItems* 
 gdcm::DataElement::GetSequenceOfItems() const' is deprecated (declared at 
 /build/gdcm-PmsUOA/gdcm-2.0.17/Source/DataStructureAndEncodingDefinition/gdcmDataElement.h:150)
  [-Wdeprecated-declarations]
 /build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6/Wrapping/Python/gdcmswigPYTHON_wrap.cxx:
  In function 'PyObject* 
 _wrap_DataElement_GetSequenceOfItems__SWIG_1(PyObject*, PyObject*)':
 /build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6/Wrapping/Python/gdcmswigPYTHON_wrap.cxx:20129:64:
  warning: 'gdcm::SequenceOfItems* gdcm::DataElement::GetSequenceOfItems()' is 
 deprecated (declared at 
 /build/gdcm-PmsUOA/gdcm-2.0.17/Source/DataStructureAndEncodingDefinition/gdcmDataElement.h:151)
  [-Wdeprecated-declarations]
 [ 84%] Building CXX object 
 Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkImageColorViewer.cxx.o
 Linking CXX executable ../../bin/gdcmtar
 [ 85%] Building CXX object 
 Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMThreadedImageReader2.cxx.o
 make[3]: Leaving directory 
 `/build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6'
 [ 85%] Built target gdcmtar
 make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by 
 `bin/libvtkgdcm.so.2.0.17'.  Stop.
 make[3]: *** Waiting for unfinished jobs
 [ 85%] Building CXX object 
 Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkgdcmInstantiator.cxx.o
 make[3]: Leaving directory 
 `/build/gdcm-PmsUOA/gdcm-2.0.17/debian/build-python2.6'
 make[2]: *** [Utilities/VTK/CMakeFiles/vtkgdcm.dir/all] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/02/gdcm_2.0.17-3.1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#640556: marked as done (ginkgocadx: FTBFS: make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by `src/cadxcore/libCADxCore.so.2.5.0.0'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding ginkgocadx: FTBFS: make[3]: *** No rule to make target 
`/usr/lib64/libpq.so', needed by `src/cadxcore/libCADxCore.so.2.5.0.0'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ginkgocadx
Version: 2.5.1.0-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110902 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 /usr/bin/cmake -E cmake_progress_report 
 /build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/obj-x86_64-linux-gnu/CMakeFiles 
 [ 83%] Building CXX object 
 src/cadxcore/CMakeFiles/CADxCore.dir/xmlrpc/XmlRpcDispatch.cpp.o
 cd 
 /build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/obj-x86_64-linux-gnu/src/cadxcore 
  /usr/bin/c++   -DCADxCore_EXPORTS -DUSING_EXTENSIONS -DGINKGO_ARCH_x86_64 
 -DINTERNET_DIST -DLINUX -DAPIEXPORT -DUSE_SYSTEM_SQLITE 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DHAVE_CONFIG_H -fPIC 
 -pthread  -Wno-deprecated  -ftemplate-depth-50 -Wall -Wno-deprecated -O3 
 -DNDEBUG -fPIC -I/usr/include/InsightToolkit/Review/Statistics 
 -I/usr/include/InsightToolkit/Review 
 -I/usr/include/InsightToolkit/Utilities/vxl/core 
 -I/usr/include/InsightToolkit/Utilities/vxl/vcl 
 -I/usr/include/InsightToolkit/Utilities/vxl/v3p/netlib 
 -I/usr/include/InsightToolkit/Utilities 
 -I/usr/include/InsightToolkit/Utilities/itkExtHdrs 
 -I/usr/include/InsightToolkit/Utilities/nifti/znzlib 
 -I/usr/include/InsightToolkit/Utilities/nifti/niftilib 
 -I/usr/include/InsightToolkit/Utilities/expat 
 -I/usr/include/InsightToolkit/Utilities/DICOMParser 
 -I/usr/include/InsightToolkit/Utilities/NrrdIO 
 -I/usr/include/InsightToolkit/Utilities/MetaIO 
 -I/usr/include/InsightToolkit/SpatialObject 
 -I/usr/include/InsightToolkit/Numerics/NeuralNetworks 
 -I/usr/include/InsightToolkit/Numerics/FEM -I/usr/include/InsightToolkit/IO 
 -I/usr/include/InsightToolkit/Numerics -I/usr/include/InsightToolkit/Common 
 -I/usr/include/InsightToolkit/BasicFilters 
 -I/usr/include/InsightToolkit/Algorithms -I/usr/include/InsightToolkit 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/CADxCore 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/vtk 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/itk 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/wx 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/wx/VTK 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/VTKInria3D 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/VTKInria3D/wxVTK 
 -I/build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/VTKInria3D/vtkRenderingAddons
  -isystem /usr/lib/wx/include/gtk2-unicode-release-2.8 -isystem 
 /usr/include/wx-2.8 -I/usr/include/vtk-5.6 -I/usr/include/mpi 
 -I/usr/include/tcl8.5 -I/usr/include/python2.6 
 -I/usr/lib/jvm/default-java/include -I/usr/include/libxml2 
 -I/usr/include/freetype2 -I/usr/include/gdcm-2.0 -I/usr/include/dcmtk/config 
 -I/usr/include/dcmtk/dcmdata -I/usr/include/dcmtk/dcmimage 
 -I/usr/include/dcmtk/dcmimgle -I/usr/include/dcmtk/dcmjpeg 
 -I/usr/include/dcmtk/dcmnet -I/usr/include/dcmtk/dcmpstat 
 -I/usr/include/dcmtk/dcmqrdb -I/usr/include/dcmtk/dcmsign 
 -I/usr/include/dcmtk/dcmsr -I/usr/include/dcmtk/dcmtls 
 -I/usr/include/dcmtk/ofstd -I/usr/include/dcmtk -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 
 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0-o 
 CMakeFiles/CADxCore.dir/xmlrpc/XmlRpcDispatch.cpp.o -c 
 /build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/src/cadxcore/xmlrpc/XmlRpcDispatch.cpp
 /usr/bin/cmake -E cmake_progress_report 
 /build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/obj-x86_64-linux-gnu/CMakeFiles 
 make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by 
 `src/cadxcore/libCADxCore.so.2.5.0.0'.  Stop.
 make[3]: *** Waiting for unfinished jobs
 [ 83%] Building CXX object 
 src/cadxcore/CMakeFiles/CADxCore.dir/xmlrpc/XmlRpcServer.cpp.o
 cd 
 /build/ginkgocadx-GIeIWs/ginkgocadx-2.5.1.0/obj-x86_64-linux-gnu/src/cadxcore 
  /usr/bin/c++   -DCADxCore_EXPORTS 

Bug#640560: marked as done (itksnap: FTBFS: make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by `InsightSNAP'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding itksnap: FTBFS: make[3]: *** No rule to make target 
`/usr/lib64/libpq.so', needed by `InsightSNAP'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: itksnap
Version: 2.2.0-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110902 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/itksnap-HpyjiC/itksnap-2.2.0/obj-x86_64-linux-gnu'
 /usr/bin/cmake -E cmake_progress_report 
 /build/itksnap-HpyjiC/itksnap-2.2.0/obj-x86_64-linux-gnu/CMakeFiles 
 [ 97%] Building CXX object 
 CMakeFiles/InsightSNAP.dir/UserInterface/SNAPMain.cxx.o
 /usr/bin/c++-g -O2   -ftemplate-depth-50 -Wall -Wno-deprecated  
 -Wno-deprecated -I/usr/include/InsightToolkit/Review/Statistics 
 -I/usr/include/InsightToolkit/Review 
 -I/usr/include/InsightToolkit/Utilities/vxl/core 
 -I/usr/include/InsightToolkit/Utilities/vxl/vcl 
 -I/usr/include/InsightToolkit/Utilities/vxl/v3p/netlib 
 -I/usr/include/InsightToolkit/Utilities 
 -I/usr/include/InsightToolkit/Utilities/itkExtHdrs 
 -I/usr/include/InsightToolkit/Utilities/nifti/znzlib 
 -I/usr/include/InsightToolkit/Utilities/nifti/niftilib 
 -I/usr/include/InsightToolkit/Utilities/expat 
 -I/usr/include/InsightToolkit/Utilities/DICOMParser 
 -I/usr/include/InsightToolkit/Utilities/NrrdIO 
 -I/usr/include/InsightToolkit/Utilities/MetaIO 
 -I/usr/include/InsightToolkit/SpatialObject 
 -I/usr/include/InsightToolkit/Numerics/NeuralNetworks 
 -I/usr/include/InsightToolkit/Numerics/FEM -I/usr/include/InsightToolkit/IO 
 -I/usr/include/InsightToolkit/Numerics -I/usr/include/InsightToolkit/Common 
 -I/usr/include/InsightToolkit/BasicFilters 
 -I/usr/include/InsightToolkit/Algorithms -I/usr/include/InsightToolkit 
 -I/usr/include/gdcm-2.0 -I/usr/include/vtk-5.6 -I/usr/include/mpi 
 -I/usr/include/tcl8.5 -I/usr/include/python2.6 
 -I/usr/lib/jvm/default-java/include -I/usr/include/libxml2 
 -I/usr/include/freetype2 -I/usr/lib/InsightToolkit/Utilities/zlib 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Common 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Common/ITKExtras 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic/Common 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic/Framework 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic/ImageWrapper 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic/LevelSet 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic/Mesh 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic/Preprocessing 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Logic/Slicing 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Testing 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/BasicComponents 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/Common 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/ImageIOWizard 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/MeshIOWizard 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/MainComponents 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/MainComponents/Artwork 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/SliceWindow 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/Window3D 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/obj-x86_64-linux-gnu/UserInterface/ImageIOWizard
  
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/obj-x86_64-linux-gnu/UserInterface/MainComponents
  -I/build/itksnap-HpyjiC/itksnap-2.2.0/Utilities/FLTK/Fl_Table 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/Utilities/FLTK/Fl_Native_File_Chooser 
 -I/build/itksnap-HpyjiC/itksnap-2.2.0/obj-x86_64-linux-gnu-o 
 CMakeFiles/InsightSNAP.dir/UserInterface/SNAPMain.cxx.o -c 
 /build/itksnap-HpyjiC/itksnap-2.2.0/UserInterface/SNAPMain.cxx
 make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by 
 `InsightSNAP'.  Stop.
 make[3]: Leaving directory 
 `/build/itksnap-HpyjiC/itksnap-2.2.0/obj-x86_64-linux-gnu'
 make[2]: *** [CMakeFiles/InsightSNAP.dir/all] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/02/itksnap_2.2.0-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: 

Bug#640561: marked as done (kwwidgets: FTBFS: make[3]: *** No rule to make target `/usr/lib/libpng.so', needed by `bin/libKWWidgets.so.1.0.1009.0'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding kwwidgets: FTBFS: make[3]: *** No rule to make target 
`/usr/lib/libpng.so', needed by `bin/libKWWidgets.so.1.0.1009.0'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: kwwidgets
Version: 1.0.0~cvs20100930-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110902 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 Building CXX object CMakeFiles/KWWidgets.dir/Utilities/tkdnd/unix/Motif.c.o
 [ 61%] Building CXX object 
 CMakeFiles/KWWidgets.dir/Utilities/tkdnd/unix/tkXDND.c.o
 [ 61%] Building CXX object 
 CMakeFiles/KWWidgets.dir/Utilities/tkdnd/unix/XDND.c.o
 [ 61%] Building CXX object 
 CMakeFiles/KWWidgets.dir/Utilities/tkdnd/unix/Motif/lib/Dnd.c.o
 make[3]: *** No rule to make target `/usr/lib/libpng.so', needed by 
 `bin/libKWWidgets.so.1.0.1009.0'.  Stop.
 make[3]: *** Waiting for unfinished jobs
 [ 61%] Building CXX object 
 CMakeFiles/KWWidgets.dir/Utilities/tkdnd/unix/Motif/lib/Target.c.o
 make[3]: Leaving directory 
 `/build/kwwidgets-vk3Oac/kwwidgets-1.0.0~cvs20100930/DEB_build_shared'
 make[2]: *** [CMakeFiles/KWWidgets.dir/all] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/02/kwwidgets_1.0.0~cvs20100930-3_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


---End Message---
---BeginMessage---
This issue has been fixed with VTK 5.8.0 release

---End Message---


Bug#640566: marked as done (slicer: FTBFS: make[3]: *** No rule to make target `/usr/lib64/libpq.so', needed by `bin/libmimxAdapter.so.3.6.3'. Stop.)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id 
ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com
and subject line 
has caused the Debian Bug report #506992,
regarding slicer: FTBFS: make[3]: *** No rule to make target 
`/usr/lib64/libpq.so', needed by `bin/libmimxAdapter.so.3.6.3'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: slicer
Version: 3.6.3~svn16592-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110902 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 In file included from /usr/include/gdcm-2.0/gdcmFile.h:19:0,
  from /usr/include/gdcm-2.0/gdcmSerieHelper.h:20,
  from 
 /usr/include/InsightToolkit/IO/itkGDCMSeriesFileNames.h:24,
  from 
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/itkIO.h:19,
  from 
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelper.h:29,
  from 
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelper.cxx:1:
 /usr/include/gdcm-2.0/gdcmDataSet.h: In member function 'gdcm::VL 
 gdcm::DataSet::GetLength() const [with TDE = gdcm::ExplicitDataElement]':
 /usr/include/gdcm-2.0/gdcmFileMetaInformation.h:105:70:   instantiated from 
 here
 /usr/include/gdcm-2.0/gdcmDataSet.h:119:10: warning: variable 'len' set but 
 not used [-Wunused-but-set-variable]
 In file included from 
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelper.cxx:2:0:
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:
  In member function 'void itk::BRAINSFitHelperTemplateFixedImageType, 
 MovingImageType::SetTransformType(std::vectorstd::basic_stringchar ) 
 [with FixedImageType = itk::Imagefloat, 3u, MovingImageType = 
 itk::Imagefloat, 3u]':
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelper.cxx:179:5:
instantiated from here
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:160:3:
  warning: variable 'fromIt' set but not used [-Wunused-but-set-variable]
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:160:3:
  warning: variable 'toIt' set but not used [-Wunused-but-set-variable]
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:
  In member function 'void itk::BRAINSFitHelperTemplateFixedImageType, 
 MovingImageType::SetNumberOfIterations(std::vectorint) [with 
 FixedImageType = itk::Imagefloat, 3u, MovingImageType = itk::Imagefloat, 
 3u]':
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelper.cxx:179:5:
instantiated from here
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:140:3:
  warning: variable 'fromIt' set but not used [-Wunused-but-set-variable]
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:140:3:
  warning: variable 'toIt' set but not used [-Wunused-but-set-variable]
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:
  In member function 'void itk::BRAINSFitHelperTemplateFixedImageType, 
 MovingImageType::SetMinimumStepLength(std::vectordouble, 
 std::allocatordouble ) [with FixedImageType = itk::Imagefloat, 3u, 
 MovingImageType = itk::Imagefloat, 3u]':
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelper.cxx:179:5:
instantiated from here
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:141:3:
  warning: variable 'fromIt' set but not used [-Wunused-but-set-variable]
 /build/slicer-JGsvZf/slicer-3.6.3~svn16592/Applications/CLI/BRAINSTools/BRAINSCommonLib/BRAINSFitHelperTemplate.h:141:3:
  warning: variable 'toIt' set but not used [-Wunused-but-set-variable]
 

Processed: your mail

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 650025 vtk/5.8.0-5
Bug #650025 [libvtk5-dev] libvtk5-dev: No rule to make target 
`/usr/lib/libvtkCommonJava.so.5.8.0'
Bug Marked as fixed in versions vtk/5.8.0-5.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650025
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#650025: marked as done (libvtk5-dev: No rule to make target `/usr/lib/libvtkCommonJava.so.5.8.0')

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 15:46:00 +0100
with message-id 
CA+7wUsyUbV=+lvcezq1dvfd8jhxfeqfche1ndyjfbjjux1n...@mail.gmail.com
and subject line 
has caused the Debian Bug report #650025,
regarding libvtk5-dev: No rule to make target 
`/usr/lib/libvtkCommonJava.so.5.8.0'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
650025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650025
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libvtk5-dev
Version: 5.8.0-4
Severity: serious
Justification: FTBFS


This bug is meant to prevent vtk from transitioning to testing. VTK has a 
misconfiguration, and breaks gdcm compilation.

It can be seen for instance at:

http://buildd.debian-ports.org/status/fetch.php?pkg=gdcmarch=armhfver=2.0.18-6%2Bb1stamp=1322167400

cd 
/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/obj-arm-linux-gnueabihf/Utilities/VTK
  /usr/bin/c++   -DvtkgdcmJava_EXPORTS -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  
-DNDEBUG  -Wno-deprecated -fPIC -I/usr/include/vtk-5.8 
-I/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/obj-arm-linux-gnueabihf/Source/Common
 -I/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/Source/Common 
-I/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/Source/DataStructureAndEncodingDefinition
 
-I/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/Source/MediaStorageAndFileFormat
 
-I/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/Source/DataDictionary 
-I/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/Utilities/VTK 
-I/usr/lib/jvm/default-java/include -I/usr/include/python2.7-o 
CMakeFiles/vtkgdcmJava.dir/vtkGDCMThreadedImageReader2Java.cxx.o -c 
/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-
 
2.0.18/obj-arm-linux-gnueabihf/Utilities/VTK/vtkGDCMThreadedImageReader2Java.cxx
In file included from /usr/include/vtk-5.8/vtkJavaUtil.h:20:0,
 from 
/build/buildd-gdcm_2.0.18-6+b1-armhf-0RD9UW/gdcm-2.0.18/obj-arm-linux-gnueabihf/Utilities/VTK/vtkGDCMThreadedImageReader2Java.cxx:7:
/usr/lib/jvm/default-java/include/jni.h:876:13: note: the mangling of 'va_list' 
has changed in GCC 4.4
make[3]: *** No rule to make target `/usr/lib/libvtkCommonJava.so.5.8.0', 
needed by `bin/libvtkgdcmJava.so'.  Stop.
make[2]: *** [Utilities/VTK/CMakeFiles/vtkgdcmJava.dir/all] Error 2
make[1]: *** [all] Error 2


VTK Java glue libraries are installed in /usr/lib/jni and not /usr/lib



-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages libvtk5-dev depends on:
ii  libavcodec-dev 4:0.5.2-6 development files for libavcodec
ii  libavformat-dev4:0.5.2-6 development files for libavformat
ii  libavutil-dev  4:0.5.2-6 development files for libavutil
ii  libboost-all-dev   1.42.0.1  Boost C++ Libraries development fi
ii  libc6-dev  2.11.2-10 Embedded GNU C Library: Developmen
ii  libexpat1-dev [lib 2.0.1-7   XML parsing C library - developmen
ii  libfreetype6-dev   2.4.4-1~bpo60+1   FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [l 7.7.1-4   A free implementation of the OpenG
ii  libgl2ps-dev   1.3.5-1   Lib providing high quality vector 
ii  libglu1-mesa-dev [ 7.7.1-4   The OpenGL utility library -- deve
ii  libjpeg62-dev [lib 6b1-1 Development files for the IJG JPEG
ii  libmysqlclient-dev 5.1.58-1  MySQL database development files
ii  libpng12-dev [libp 1.2.44-1+squeeze1 PNG library - development
ii  libpq-dev  9.0.4-1~bpo60+1   header files for libpq5 (PostgreSQ
ii  libswscale-dev 4:0.5.2-6 development files for libswscale
ii  libtiff4-dev [libt 3.9.4-5+squeeze3  Tag Image File Format library (TIF
ii  libvtk5.4  5.4.2-8   Visualization Toolkit - A high lev
ii  libx11-dev 2:1.3.3-4 X11 client-side library (developme
ii  libxft-dev 2.1.14-2  FreeType-based font drawing librar
ii  libxml2-dev2.7.8.dfsg-2+squeeze1 Development files for the GNOME XM
ii  libxss-dev 1:1.2.0-2 X11 Screen Saver extension library
ii  libxt-dev  1:1.0.7-1 X11 

Bug#630386: Yeah, I hit that.

2011-12-07 Thread Rob Landley
You need to do a distclean.  Your random .depend crap has absolute paths
in it, I'm guessing you tarred up your source directory on one machine,
did a make clean on the other and then tried to rebuild?  Just clean
won't remove the horrible workaround infrastructure people keep trying
to slap on top of make to disguise the fact it had outlived its
usefulness by the late 1980's.

Rob



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



Bug#630386: Uboot Bug 630386

2011-12-07 Thread Rob Landley
The trying to rebuild include/autoconf.mk thing means you tarred upthe
source code on one machine, extracted it on another, and just did a
make clean rather than a make distclean.

Took me about half an hour of head-scratching to figure it out, the
make tool outlived its usefulness in the 1980's and people layer huge
quantities of random .depend crap on top of it (and/or call it
recursively) to try to beat basic functionality out of it rather than
just letting it die, so you wind up with cached absolute paths in
temporary files which aren't cleaned by clean.

Honestly, make needs to be replaced...

Rob



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



Processed: Re:lxappearance: segfaults on startup

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 650609 grave
Bug #650609 [lxappearance] lxappearance: segfaults on startup
Severity set to 'grave' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650609: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650609
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#649002: iBook touchpad stopped working

2011-12-07 Thread Rogério Brito
Hi there.

On Nov 19 2011, Evgeni Golov wrote:
 This is a me too.
 Works fine in 1.4.1-1, broken in 1.5.0-1.

Yet another me too here. Precisely the same symptoms, precisely
everything.

Reverting to the version in 1.4.1-1+b1 makes everything work again.

 Lemme know if I can supply any usefull information.
 Btw, 12 iBook 2005 (1.33GHz)

Same hardware here.


Regards,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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



Bug#647796: pcscada: diff for NMU version 0.6-2.1

2011-12-07 Thread Alexander Reichle-Schmehl
Hi!

* Reto Buerki r...@codelabs.ch [21 22:45]:

  Thanks for preparing a NMU for pcscada. But this is not needed in this
  case because I got the new PCSC/Ada version 0.7 almost ready for upload.
  Cool! I've rescheduled upload to DELAYED-15, so you'll have time to
  prepare the upload. Please tell me if you prefer me to delete it for
  good, instead.
 Please delete if for good, thank you.

Just a friendly ping.

Best Regards,
  Alexander



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



Bug#651257: deja-dup: diff for NMU version 20.2-1.1

2011-12-07 Thread Jose Carlos Garcia Sogo
On Wed, Dec 7, 2011 at 12:00 PM,  bi...@debian.org wrote:
 tags 651257 + patch
 tags 651257 + pending
 thanks

 Dear maintainer,

 I've prepared an NMU for deja-dup (versioned as 20.2-1.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.

It is OK to me. Thanks for the NMU.

-- 
José Carlos García Sogo
   jcs...@gmail.com



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



Bug#642611: marked as done (adasockets: FTBFS: build-depends on both gnat and gnat-4.4)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 16:32:24 +
with message-id e1rykpw-0002hn...@franck.debian.org
and subject line Bug#642611: fixed in adasockets 1.8.9-1
has caused the Debian Bug report #642611,
regarding adasockets: FTBFS: build-depends on both gnat and gnat-4.4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
642611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: adasockets
Version: 1.8.8-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ┌──┐
 │ Install adasockets build dependencies (apt-based resolver)  
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-adasockets-dummy : Depends: gnat but it is not going to 
 be installed
 E: Broken packages

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/adasockets_1.8.8-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


---End Message---
---BeginMessage---
Source: adasockets
Source-Version: 1.8.9-1

We believe that the bug you reported is fixed in the latest version of
adasockets, which is due to be installed in the Debian FTP archive:

adasockets_1.8.9-1.diff.gz
  to main/a/adasockets/adasockets_1.8.9-1.diff.gz
adasockets_1.8.9-1.dsc
  to main/a/adasockets/adasockets_1.8.9-1.dsc
adasockets_1.8.9.orig.tar.gz
  to main/a/adasockets/adasockets_1.8.9.orig.tar.gz
libadasockets4-dev_1.8.9-1_i386.deb
  to main/a/adasockets/libadasockets4-dev_1.8.9-1_i386.deb
libadasockets4_1.8.9-1_i386.deb
  to main/a/adasockets/libadasockets4_1.8.9-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Phil Brooke p...@debian.org (supplier of updated adasockets package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 11:53:11 +
Source: adasockets
Binary: libadasockets4-dev libadasockets4
Architecture: source i386
Version: 1.8.9-1
Distribution: unstable
Urgency: low
Maintainer: Phil Brooke p...@debian.org
Changed-By: Phil Brooke p...@debian.org
Description: 
 libadasockets4 - bindings for socket services in Ada
 libadasockets4-dev - bindings for socket services in Ada
Closes: 642611
Changes: 
 adasockets (1.8.9-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump gnat version to 4.6 (closes: #642611).
 * ALI version changes from 3 to 4.
 * New lib and dev packages, name is libadasockets4(-dev).
 * New soname libadasockets.so.4.
 * New shared library file name libadasockets.so.4.0.0.
 * Modified soname in configure/configure.ac.
   * Bump to standards version 3.9.2.
   * Fix build targets.
Checksums-Sha1: 
 8f9763d7b8e904f882543c347d95df57439ab502 1108 adasockets_1.8.9-1.dsc
 34e64abae28c93d8b23c8d4f0937a2bcb268696d 711618 adasockets_1.8.9.orig.tar.gz
 c878bad9e58fa2617752eb288098baeacf0dafbc 8136 adasockets_1.8.9-1.diff.gz
 dba1f204716143826ae9b565e84f3e1b70bce637 334614 
libadasockets4-dev_1.8.9-1_i386.deb
 d672e6003cf50849fb7685ce63f837e550e2a1cc 40924 libadasockets4_1.8.9-1_i386.deb
Checksums-Sha256: 
 

Bug#624441: scsitools: diff for NMU version 0.12-2.1

2011-12-07 Thread gregor herrmann
tags 624441 + pending
thanks

Dear maintainer,

I've prepared an NMU for scsitools (versioned as 0.12-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Eric Clapton: Tears In Heaven
diff -Nru scsitools-0.12/debian/changelog scsitools-0.12/debian/changelog
--- scsitools-0.12/debian/changelog	2011-01-21 22:39:27.0 +0100
+++ scsitools-0.12/debian/changelog	2011-12-07 17:26:55.0 +0100
@@ -1,3 +1,13 @@
+scsitools (0.12-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix rescan-scsi-bus call nonexistent usleep command:
+new patch rescan-scsi-bus_sleep.patch, based on suggestion from Ubuntu /
+Daniel T Chen: replace usleep with sleep.
+(Closes: #624441)
+
+ -- gregor herrmann gre...@debian.org  Wed, 07 Dec 2011 17:25:32 +0100
+
 scsitools (0.12-2) unstable; urgency=low
 
   * Removed note displayed at install time (debconf abuse). Closes: #610233
diff -Nru scsitools-0.12/debian/patches/rescan-scsi-bus_sleep.patch scsitools-0.12/debian/patches/rescan-scsi-bus_sleep.patch
--- scsitools-0.12/debian/patches/rescan-scsi-bus_sleep.patch	1970-01-01 01:00:00.0 +0100
+++ scsitools-0.12/debian/patches/rescan-scsi-bus_sleep.patch	2011-12-07 17:28:40.0 +0100
@@ -0,0 +1,35 @@
+Description: s/usleep/sleep/g
+ there is no usleep in Debian
+Forwarded: no
+Author: Daniel T Chen seven.st...@gmail.com
+Bug-Debian: http://bugs.debian.org/624441
+
+--- a/rescan-scsi-bus/rescan-scsi-bus.sh
 b/rescan-scsi-bus/rescan-scsi-bus.sh
+@@ -229,7 +229,7 @@
+   fi
+   while test $RC = 2 -o $RC = 6  test $ctr -le 8; do
+ if test $RC = 2 -a $RMB != 1; then echo -n .; let $LN+=1; sleep 1
+-else usleep 2; fi
++else sleep 0.02; fi
+ let ctr+=1
+ sg_turs /dev/$SGDEV /dev/null 21
+ RC=$?
+@@ -352,7 +352,7 @@
+ /sbin/udevadm settle
+ white_out
+   else
+-usleep 2
++sleep 0.02
+   fi
+ }
+ 
+@@ -388,7 +388,7 @@
+ 	fi
+ 	# FIXME: Can we skip udevadm settle for removal?
+ 	#udevadm_settle
+-	usleep 2
++	sleep 0.02
+   else
+ echo scsi remove-single-device $devnr  /proc/scsi/scsi
+ 	if test $RC -eq 1 -o $lun -eq 0 ; then
diff -Nru scsitools-0.12/debian/patches/series scsitools-0.12/debian/patches/series
--- scsitools-0.12/debian/patches/series	2011-01-10 22:53:41.0 +0100
+++ scsitools-0.12/debian/patches/series	2011-12-07 17:25:06.0 +0100
@@ -2,3 +2,4 @@
 sraw.patch
 rescan-scsi-bus.patch
 scsidev.patch
+rescan-scsi-bus_sleep.patch


signature.asc
Description: Digital signature


Bug#646446: gpsdrive: FTBFS: mapnik.cpp:33:15: error: 'mapnik::Image32' has not,

2011-12-07 Thread Francesco P. Lovergine
On Sat, Dec 03, 2011 at 01:42:05PM -0800, Hamish wrote:
 Hamish wrote:
   by the way, updated 2.11 packages for GpsDrive
   are available from www.gpsdrive.de for debian
   releases, and
    http://download.osgeo.org/livedvd/data/gpsdrive/ for
   Ubuntu releases. If anyone wants a copy built
   for Squeeze with full Mapnik+PostGIS OSM
   support just send me an email.
 
 Francesco wrote:
  I did not check lately but it seems packages there
  are missing source which is a pity: we need to
  provide a source package in main from scratch
  currently.
 
 I guess you mean Joerg's repo + build cluster:
   http://www.gpsdrive.de/debian/
   http://www.gpsdrive.de/build_cluster/results.shtml
 
 official source for version 2.11 is here:
  http://www.gpsdrive.de/packages/gpsdrive-2.11.tar.gz
 

No I meant that .deb source of 2.11 is missing, only a binary version is
available.

-- 
Francesco P. Lovergine



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



Processed: scsitools: diff for NMU version 0.12-2.1

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 624441 + pending
Bug #624441 [scsitools] rescan-scsi-bus call nonexistent usleep command
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
624441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624441
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: Bug#650606: followup

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 650606 ifrename
Bug #650606 [udev] udev no longer respects rules in 
/etc/udev/rules.d/70-persistent-net.rules
Bug reassigned from package 'udev' to 'ifrename'.
Bug No longer marked as found in versions udev/175-2.
 severity 650606 serious
Bug #650606 [ifrename] udev no longer respects rules in 
/etc/udev/rules.d/70-persistent-net.rules
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#650808: frown: OOM on compiling any remotely valid grammer

2011-12-07 Thread Helmut Grohne
tags 650808 +patch
thanks

Thanks to Joachim Breitner for taking some time to look at this with me.
A likely cause was some mistake in the n+k removal patch. Indeed I found
the precise culprit and verified that with the attached fix frown is
able to translate grammers again.

Helmut
diff -Nru frown-0.6.1/debian/changelog frown-0.6.1/debian/changelog
--- frown-0.6.1/debian/changelog2011-06-02 20:33:57.0 +0200
+++ frown-0.6.1/debian/changelog2011-12-07 17:36:24.0 +0100
@@ -1,3 +1,11 @@
+frown (0.6.1-11.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix OOM on compiling any remotely valid grammer fix logic error in
+debian/patches/07_no-n-plus-k-pattern (Closes: #650808)
+
+ -- Helmut Grohne hel...@subdivi.de  Wed, 07 Dec 2011 17:35:30 +0100
+
 frown (0.6.1-11) unstable; urgency=low
 
   [ Marco Silva ]
diff -Nru frown-0.6.1/debian/patches/07_no-n-plus-k-pattern 
frown-0.6.1/debian/patches/07_no-n-plus-k-pattern
--- frown-0.6.1/debian/patches/07_no-n-plus-k-pattern   2011-06-02 
20:32:03.0 +0200
+++ frown-0.6.1/debian/patches/07_no-n-plus-k-pattern   2011-12-07 
17:34:55.0 +0100
@@ -9,7 +9,7 @@
 -   build (n + 1) x =  (Node l a v r, z)
 - where m   =  n `div` 2
 +   build n x   =  (Node l a v r, z)
-+ where m   =  n-1 `div` 2
++ where m   =  (n-1) `div` 2
 (l, (a, v) : y) =  build m   x
 -   (r, z)  =  build (n - m) y
 +   (r, z)  =  build (n - 1 - m) y


Bug#651248: Acknowledgement (iceweasel: Colors gone from most desktop programs.Programs look very bleached white.)

2011-12-07 Thread Lynn Bowman
This is an edit of my first description,a typo correction.

I have installed Squeeze several times. And each time iceweasel has lost
all color to the point of very faint lines left on a very bright screen. It
makes it impossible to use, it also affects all of the desktop programs,
the same bleached white with faint outlines. It isn't affecting this
Roxterm badly though, but synaptic and the other programs are affected,
Epiphany also. I have reinstalled three times and it happened each time. It
seems like it happenedafter I visited my email account at MSN live.com. I hope 
to hear
back if there is a patch, because it makes my computer unusable. Not good.
Thank you 'w.l.'

run  vl...@gawab.com wrote on 6 Dec 2011, 06:42 PM:
Subject: Bug#651248: iceweasel: Colors gone from most desktop
programs.Programs look very bleached white.
Package: iceweasel
Version: version 3.5.16-10
Severity: critical
Tags: d-i security upstream
Justification: breaks the whole system

I have installed Squeeze several times. And each time iceweasel has lost
all color to the point of very faint lines left on a very bright screen. It
makes it impossible to use, it also affects all of the desktop programs,
the same bleached white with faint outlines. It isn't affecting this
Roxterm badly though, but synaptic and the other programs are affected,
Epiphany also. I have reinstalled three times and it happened each time. It
seems like after I visited my email account at MSN live.com. I hope to hear
back if there is a patch, because it makes my computer unusable. Not good.
Thank you 'w.l.'


-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils   3.4Miscellaneous utilities
specific t
ii  fontconfig2.8.0-2.1  generic font configuration
library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared
lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user
interface 
ii  libnspr4-0d   4.8.6-1NetScape Portable Runtime
Library
ii  libstdc++64.4.5-8The GNU Standard C++ Library
v3
ii  procps1:3.2.8-9  /proc file system utilities
pn  xulrunner-1.9.1   none (no description available)

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries
- k
pn  mozplugger  none   (no description available)
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX
font
pn  ttf-mathematica4.1  none   (no description available)
ii  xfonts-mathml   4Type1 Symbol font for MathML
pn  xprint  none   (no description available)








 ow...@bugs.debian.org (Debian Bug Tracking System) wrote on 6 Dec 2011,
06:45 PM:
Subject: Bug#651248: Acknowledgement (iceweasel: Colors gone from most
desktop programs.Programs look very bleached white.)
Thank you for filing a new Bug report with Debian.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

As you requested using X-Debbugs-CC, your message was also forwarded to
  vl...@gawab.com, Debian Security Team t...@security.debian.org, Debian
Testing Security Team secure-testing-t...@lists.alioth.debian.org
(after having been given a Bug report number, if it did not have one).

Your message has been sent to the package maintainer(s):
 Maintainers of Mozilla-related packages
pkg-mozilla-maintain...@lists.alioth.debian.org

If you wish to submit further information on this problem, please
send it to 651...@bugs.debian.org.

Please do not send mail to ow...@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.

-- 
651248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651248
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


---
Send big files for free. Simple steps. No registration.
Visit now http://www.nawelny.com



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



Processed: Re: frown: OOM on compiling any remotely valid grammer

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 650808 +patch
Bug #650808 [frown] frown: OOM on compiling any remotely valid grammer
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#647796: pcscada: diff for NMU version 0.6-2.1

2011-12-07 Thread Reto Buerki
Hi,

On 12/07/2011 05:28 PM, Alexander Reichle-Schmehl wrote:
 * Reto Buerki r...@codelabs.ch [21 22:45]:
 
 Thanks for preparing a NMU for pcscada. But this is not needed in this
 case because I got the new PCSC/Ada version 0.7 almost ready for upload.
 Cool! I've rescheduled upload to DELAYED-15, so you'll have time to
 prepare the upload. Please tell me if you prefer me to delete it for
 good, instead.
 Please delete if for good, thank you.
 
 Just a friendly ping.

Thanks for the ping. I have a RFU pending with my sponsor. The package
should be available in sid soon.

Kind regards,
reto





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



Bug#620437: xmlrpc-epi: please use LDFLAGS, not LIBADD, for external lib dependencies

2011-12-07 Thread Steve McIntyre
On Mon, Dec 05, 2011 at 09:26:37PM +, Robin Cornelius wrote:
Hi Steve

 No sign of any progress on this bug in quite a while, and now it's
 causing build failures in Debian too with multi-arch. Are you planning
 to work on this in the near future?

Ah sorry, I actually did this back in April and had everything staged
in my git at 
https://robincornel...@github.com/robincornelius/xmlrpc-epi-debian.git
but then never did that last step to finish off by getting it uploaded
by a DD.

OK...

Worse than that the upstream change log hints I fixed this upstream in
Feb last year ;-/

:-(

I expect that git repro is lagging behind latest packaging policy now
so will need another update, but hopefully a pretty trivial one. If
you could take a peek and see if everything else is now fine with it
i'll also check it over tomorrow when i'm in the office and see if we
can get this uploaded.

Building from that, I can see a few lintian warnings and an error:

W: xmlrpc-epi source: debian-rules-missing-recommended-target build-arch
W: xmlrpc-epi source: debian-rules-missing-recommended-target build-indep
W: xmlrpc-epi source: out-of-date-standards-version 3.9.1 (current is 3.9.2)
W: libxmlrpc-epi0: description-synopsis-starts-with-article
W: libxmlrpc-epi0-dbg: wrong-section-according-to-package-name 
libxmlrpc-epi0-dbg = debug
E: libxmlrpc-epi-dev: non-empty-dependency_libs-in-la-file 
usr/lib/libxmlrpc-epi.la

which should be fixed. Also, moving things to multi-arch paths if
possible would be a really nice thing to do now.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
...In the UNIX world, people tend to interpret `non-technical user'
 as meaning someone who's only ever written one device driver. -- Daniel Pead




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



Bug#647627: marked as done (redis-server: segmentation fault on startup on sparc)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 17:19:59 +
with message-id e1ryl9z-x5...@franck.debian.org
and subject line Bug#647627: fixed in redis 2:2.4.2-2
has caused the Debian Bug report #647627,
regarding redis-server: segmentation fault on startup on sparc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
647627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: redis-server
Version: 2:2.2.12-1
Severity: important

Hi,

I am the maintainer of the hiredis package which is a client library for
redis. Some time ago I have noticed that hiredis was failing to build on
sparc due to test failures, with the error Connection refused [0] (the
tests need a running redis instance, which is started by the package's
d/rules before dh_auto_test).

Since I have not access to sparc porter boxes I asked on debian-sparc for
help, and someone replied that redis appears to segfault on startup [1]:

 I see the following in the redis-server.log:

 [3491] 03 Nov 19:37:36 # === Ooops! Redis 2.2.12 got signal: -10- ===
 [3491] 03 Nov 19:37:36 # === Ooops! Redis 2.2.12 got signal: -11- ===

 and in dmesg:

 [ 1826.573524] redis-server[3491]: segfault at 24 ip 0001cc70 (rpc 
 0001cc54) sp ffe7e6d8 error 30001 in redis-server[1+36000]

Here [2] is the config file used to start redis.

Could you please have a look at the problem?

Thanks

[0] 
https://buildd.debian.org/status/fetch.php?pkg=hiredisarch=sparcver=0.10.1-2stamp=1309770719
[1] http://lists.debian.org/debian-sparc/2011/11/msg4.html
[2] 
http://anonscm.debian.org/gitweb/?p=collab-maint/hiredis.git;a=blob;f=debian/redis-test.conf;h=1e44f96774fea6d7e44f599e2c46fe46edb09600;hb=HEAD

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages redis-server depends on:
ii  adduser  3.113  
ii  libc62.13-21

redis-server recommends no packages.

redis-server suggests no packages.


---End Message---
---BeginMessage---
Source: redis
Source-Version: 2:2.4.2-2

We believe that the bug you reported is fixed in the latest version of
redis, which is due to be installed in the Debian FTP archive:

redis-server_2.4.2-2_amd64.deb
  to main/r/redis/redis-server_2.4.2-2_amd64.deb
redis_2.4.2-2.debian.tar.gz
  to main/r/redis/redis_2.4.2-2.debian.tar.gz
redis_2.4.2-2.dsc
  to main/r/redis/redis_2.4.2-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 647...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb la...@debian.org (supplier of updated redis package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 16:55:23 +
Source: redis
Binary: redis-server
Architecture: source amd64
Version: 2:2.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 redis-server - Persistent key-value database with network interface
Closes: 647627
Changes: 
 redis (2:2.4.2-2) unstable; urgency=low
 .
   * Fix test suite on sparc (Closes: #647627)
Checksums-Sha1: 
 ce6215141fbf77623b8bf8f558fd771c0d9504d5 1086 redis_2.4.2-2.dsc
 f0e05e7c86dd996cc6794690041c5075bcac4ff1 17792 redis_2.4.2-2.debian.tar.gz
 5a0be1cce0830dedb38f85a6f600d7d3d75510e6 375442 redis-server_2.4.2-2_amd64.deb
Checksums-Sha256: 
 502577d75df68851937ed5bdcb539f4ce6dd6f272eee917a6890d97eb53c3e11 1086 
redis_2.4.2-2.dsc
 b871b62410f4ded44d2b992c64a6789fd407881fbbce96c81c065690ab76b428 17792 
redis_2.4.2-2.debian.tar.gz
 84834413209532177fddc0dce0fa7c3503d52efe8fd423039bb77c3aaf0fea28 375442 
redis-server_2.4.2-2_amd64.deb
Files: 
 51d297a7f13f05c391e84e416d524577 1086 database optional redis_2.4.2-2.dsc
 61c099bd1410b21d6670a3a05c14ae87 17792 database optional 
redis_2.4.2-2.debian.tar.gz
 8d8b7bac1afb9b88072afc1c3bb41625 375442 database optional 
redis-server_2.4.2-2_amd64.deb


Bug#650717: marked as done (deja-dup: i386 package for unstable not available)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 17:48:11 +
with message-id e1rylbh-0004e0...@franck.debian.org
and subject line Bug#651257: fixed in deja-dup 20.2-1.1
has caused the Debian Bug report #651257,
regarding deja-dup: i386 package for unstable not available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
651257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: deja-dup
Severity: important

Hello,

I tried to install deja-dup, but I see that only the amd64 package is available
for ¨unstable¨.
Since on my devel system I am limited to use i386 only (and probably others are
limited to or prefer i386 as well), can we expect an i386 .deb?
Thanks

--
florin



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: deja-dup
Source-Version: 20.2-1.1

We believe that the bug you reported is fixed in the latest version of
deja-dup, which is due to be installed in the Debian FTP archive:

deja-dup-dbg_20.2-1.1_amd64.deb
  to main/d/deja-dup/deja-dup-dbg_20.2-1.1_amd64.deb
deja-dup_20.2-1.1.debian.tar.gz
  to main/d/deja-dup/deja-dup_20.2-1.1.debian.tar.gz
deja-dup_20.2-1.1.dsc
  to main/d/deja-dup/deja-dup_20.2-1.1.dsc
deja-dup_20.2-1.1_amd64.deb
  to main/d/deja-dup/deja-dup_20.2-1.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville bi...@debian.org (supplier of updated deja-dup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Dec 2011 11:54:25 +0100
Source: deja-dup
Binary: deja-dup deja-dup-dbg
Architecture: source amd64
Version: 20.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 deja-dup   - Backup utility
 deja-dup-dbg - Déjà Dup debugging symbols
Closes: 651257
Changes: 
 deja-dup (20.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: Drop libdbusmenu-gtk3-dev Build-dep, the package is only
 available in experimental for now (Closes: #651257)
Checksums-Sha1: 
 5e17246419b0a769828eda0f6c54023a5940756e 1730 deja-dup_20.2-1.1.dsc
 710e290bb8a55e136c0a854dec94ee97ef20415b 9905 deja-dup_20.2-1.1.debian.tar.gz
 c09bda3dfe78bd359d4146a334f779fa8b1d96f8 1395618 deja-dup_20.2-1.1_amd64.deb
 cd4d8de4819f5b6bb34a45ae7cd7dbddc40f01ec 1743776 
deja-dup-dbg_20.2-1.1_amd64.deb
Checksums-Sha256: 
 3e31e58835473b8e5613fce2505b40aefd653f0f826a4def0f6580eae7a80697 1730 
deja-dup_20.2-1.1.dsc
 40cedd3fe32ea65dd2644d77c8902bad3344a802f687a9a9f4d27063548f3834 9905 
deja-dup_20.2-1.1.debian.tar.gz
 cdbede8998c9b52488aa686fe78de1fe20a74fb7a1bedb13f9282e8830d98b9a 1395618 
deja-dup_20.2-1.1_amd64.deb
 340fd0ca3e50689fd37e869e56ec4b28e243bc9773a13b0d2fecbf3a3d1199a0 1743776 
deja-dup-dbg_20.2-1.1_amd64.deb
Files: 
 8a586227cf8882997e934e2533492f88 1730 utils optional deja-dup_20.2-1.1.dsc
 811ea14d51e8bb8ac9b7f55c6586deb6 9905 utils optional 
deja-dup_20.2-1.1.debian.tar.gz
 22be6af1d34e21f780210b802cf24528 1395618 utils optional 
deja-dup_20.2-1.1_amd64.deb
 9dfcd98b42858170282e3eefb7181293 1743776 debug extra 
deja-dup-dbg_20.2-1.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBCAAGBQJO30jnAAoJEB/FiR66sEPVs7UH/3xjeibErUatRVGSY+zCkn5O
KYjwRFmKkw/hQuLIJnAWRtfsFPNTwbv9wzTrt9+yoT3vGpbCVnpiYabN3LHdgzo5
X7K0gv/iHNZhLfwwchbik5EFs2OzhLVtkpBRw7ZnET6aeHFcSAW9BnzSiILt199+
s6O3BgZHxR40XNLjTdNhCZbM0yxSckf8ajIKlr2LMi97GO2r672PBXa/O3K6rana
kmdpTMV5Ndrsf+DLASZXYGJnl+8V6Dbggvq/+NuZK1OPSKlxQNu4iKFfuv0q84Wn
j4fogHgV4gEe2nqmBMExiVx32s4p+4YGCuMKCdd3so+GO9pD0GMd0z7o02vSzlQ=
=iE5c
-END PGP SIGNATURE-


---End Message---


Bug#651257: marked as done (Unsatisfied build dependency on libdbusmenu-gtk3-dev)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 17:48:11 +
with message-id e1rylbh-0004e0...@franck.debian.org
and subject line Bug#651257: fixed in deja-dup 20.2-1.1
has caused the Debian Bug report #651257,
regarding Unsatisfied build dependency on libdbusmenu-gtk3-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
651257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: deja-dup
Version: 20.2-1
Severity: serious

deja-dup build depends on libdbusmenu-gtk3-dev (= 0.3.94), but this
package is only available in experimental.

As Debian doesn't provide Unity, and support for dbusmenu is
conditional, this should be disabled on Debian and the build dependency
removed.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: deja-dup
Source-Version: 20.2-1.1

We believe that the bug you reported is fixed in the latest version of
deja-dup, which is due to be installed in the Debian FTP archive:

deja-dup-dbg_20.2-1.1_amd64.deb
  to main/d/deja-dup/deja-dup-dbg_20.2-1.1_amd64.deb
deja-dup_20.2-1.1.debian.tar.gz
  to main/d/deja-dup/deja-dup_20.2-1.1.debian.tar.gz
deja-dup_20.2-1.1.dsc
  to main/d/deja-dup/deja-dup_20.2-1.1.dsc
deja-dup_20.2-1.1_amd64.deb
  to main/d/deja-dup/deja-dup_20.2-1.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville bi...@debian.org (supplier of updated deja-dup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Dec 2011 11:54:25 +0100
Source: deja-dup
Binary: deja-dup deja-dup-dbg
Architecture: source amd64
Version: 20.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 deja-dup   - Backup utility
 deja-dup-dbg - Déjà Dup debugging symbols
Closes: 651257
Changes: 
 deja-dup (20.2-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: Drop libdbusmenu-gtk3-dev Build-dep, the package is only
 available in experimental for now (Closes: #651257)
Checksums-Sha1: 
 5e17246419b0a769828eda0f6c54023a5940756e 1730 deja-dup_20.2-1.1.dsc
 710e290bb8a55e136c0a854dec94ee97ef20415b 9905 deja-dup_20.2-1.1.debian.tar.gz
 c09bda3dfe78bd359d4146a334f779fa8b1d96f8 1395618 deja-dup_20.2-1.1_amd64.deb
 cd4d8de4819f5b6bb34a45ae7cd7dbddc40f01ec 1743776 
deja-dup-dbg_20.2-1.1_amd64.deb
Checksums-Sha256: 
 3e31e58835473b8e5613fce2505b40aefd653f0f826a4def0f6580eae7a80697 1730 
deja-dup_20.2-1.1.dsc
 40cedd3fe32ea65dd2644d77c8902bad3344a802f687a9a9f4d27063548f3834 9905 
deja-dup_20.2-1.1.debian.tar.gz
 cdbede8998c9b52488aa686fe78de1fe20a74fb7a1bedb13f9282e8830d98b9a 1395618 
deja-dup_20.2-1.1_amd64.deb
 340fd0ca3e50689fd37e869e56ec4b28e243bc9773a13b0d2fecbf3a3d1199a0 1743776 
deja-dup-dbg_20.2-1.1_amd64.deb
Files: 
 8a586227cf8882997e934e2533492f88 1730 utils optional deja-dup_20.2-1.1.dsc
 811ea14d51e8bb8ac9b7f55c6586deb6 9905 utils optional 
deja-dup_20.2-1.1.debian.tar.gz
 22be6af1d34e21f780210b802cf24528 1395618 utils optional 
deja-dup_20.2-1.1_amd64.deb
 9dfcd98b42858170282e3eefb7181293 1743776 debug extra 
deja-dup-dbg_20.2-1.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBCAAGBQJO30jnAAoJEB/FiR66sEPVs7UH/3xjeibErUatRVGSY+zCkn5O
KYjwRFmKkw/hQuLIJnAWRtfsFPNTwbv9wzTrt9+yoT3vGpbCVnpiYabN3LHdgzo5
X7K0gv/iHNZhLfwwchbik5EFs2OzhLVtkpBRw7ZnET6aeHFcSAW9BnzSiILt199+
s6O3BgZHxR40XNLjTdNhCZbM0yxSckf8ajIKlr2LMi97GO2r672PBXa/O3K6rana
kmdpTMV5Ndrsf+DLASZXYGJnl+8V6Dbggvq/+NuZK1OPSKlxQNu4iKFfuv0q84Wn
j4fogHgV4gEe2nqmBMExiVx32s4p+4YGCuMKCdd3so+GO9pD0GMd0z7o02vSzlQ=
=iE5c
-END PGP SIGNATURE-


---End Message---


Bug#651317: pike7.8: FTBFS on i386: Segmentation fault

2011-12-07 Thread Jakub Wilk

Source: pike7.8
Version: 7.8.352-dfsg-4
Severity: serious
Justification: fails to build from source

pike7.8 FTBFS on i386:
|  Making dynamic: post_modules/GL
| Original CFLAGS: -g -g -ggdb3 -mtune=i686  -O3 -pipe -W -Wall -Wno-unused 
-Wcomment -Wformat -Wimplicit-function-declaration -Wmultichar -Wswitch 
-Wuninitialized -Wpointer-arith -Wchar-subscripts -Wno-long-long 
-Wdeclaration-after-statement  -fPIC -DDYNAMIC_MODULE
| Modified CFLAGS:   -mtune=i686  -pipe  -fPIC -DDYNAMIC_MODULE  -O
| Compiling post_modules/GL/top.c
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/pike
 -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE 
-m/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike
  
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/src/post_modules/GL/gen.pike
  
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/src/post_modules/GL/auto.c.in
  auto.c.tmp
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:42:
 Error in constant definition.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:187:
 Failed to index module Files with 'Stat'. (Module doesn't exist?)
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:368:
 Cannot inherit program in pass 1 which is only a placeholder.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:368:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:376:
 No inherit or surrounding class Pike_0_5_master.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:411:
 No inherit or surrounding class Pike_0_5_master.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:438:
 Cannot inherit program in pass 1 which is only a placeholder.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:438:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:649:
 No inherit or surrounding class Pike_0_6_master.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:673:
 Cannot inherit program in pass 1 which is only a placeholder.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:673:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:712:
 No inherit or surrounding class Pike_7_0_master.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:736:
 Cannot inherit program in pass 1 which is only a placeholder.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:736:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:805:
 No inherit or surrounding class Pike_7_2_master.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:829:
 Cannot inherit program in pass 1 which is only a placeholder.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:829:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:842:
 No inherit or surrounding class Pike_7_4_master.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:857:
 Cannot inherit program in pass 1 which is only a placeholder.
| 
/build/buildd-pike7.8_7.8.352-dfsg-4+b1-i386-mjw1PE/pike7.8-7.8.352-dfsg/build/linux-2.6.32-5-686-bigmem-i686/master.pike:857:
 (You probably have a cyclic symbol dependency that the compiler cannot handle.)
| Segmentation fault

Full build log:

Bug#646165: marked as done (lua5.2: FTBFS: /usr/bin/ld: cannot find -lncurses)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 18:06:05 +
with message-id e1rylsb-0008v2...@franck.debian.org
and subject line Bug#646165: fixed in lua5.2 5.2.0~rc5-1
has caused the Debian Bug report #646165,
regarding lua5.2: FTBFS: /usr/bin/ld: cannot find -lncurses
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
646165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lua5.2
Version: 5.2.0~beta-1
Severity: serious

From my pbuilder log:

,
| libtool --quiet --mode=compile --tag=CC gcc -O2 -Wall -DLUA_COMPAT_ALL 
-DLUA_USE_LINUX -g -DDEB_HOST_MULTIARCH=\i386-linux-gnu\ -c lua.c
| libtool --quiet --mode=link --tag=CC gcc -o lua5.2   -static -Wl,-E lua.o 
liblua5.2.la -lm -Wl,-E -ldl -lreadline -lncurses 
| /usr/bin/ld: cannot find -lncurses
| collect2: ld returned 1 exit status
| make[4]: *** [lua5.2] Error 1
`

Either add libncurses-dev to Build-Depends, or (preferably) patch
src/Makefile to not add -lncurses to the linker line, since it is not
needed (there is a corresponding dpkg-shlibdeps warning in the buildd
logs).


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.1.0-rc10-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: lua5.2
Source-Version: 5.2.0~rc5-1

We believe that the bug you reported is fixed in the latest version of
lua5.2, which is due to be installed in the Debian FTP archive:

liblua5.2-0-dbg_5.2.0~rc5-1_amd64.deb
  to main/l/lua5.2/liblua5.2-0-dbg_5.2.0~rc5-1_amd64.deb
liblua5.2-0_5.2.0~rc5-1_amd64.deb
  to main/l/lua5.2/liblua5.2-0_5.2.0~rc5-1_amd64.deb
liblua5.2-dev_5.2.0~rc5-1_amd64.deb
  to main/l/lua5.2/liblua5.2-dev_5.2.0~rc5-1_amd64.deb
lua5.2-doc_5.2.0~rc5-1_all.deb
  to main/l/lua5.2/lua5.2-doc_5.2.0~rc5-1_all.deb
lua5.2_5.2.0~rc5-1.debian.tar.gz
  to main/l/lua5.2/lua5.2_5.2.0~rc5-1.debian.tar.gz
lua5.2_5.2.0~rc5-1.dsc
  to main/l/lua5.2/lua5.2_5.2.0~rc5-1.dsc
lua5.2_5.2.0~rc5-1_amd64.deb
  to main/l/lua5.2/lua5.2_5.2.0~rc5-1_amd64.deb
lua5.2_5.2.0~rc5.orig.tar.gz
  to main/l/lua5.2/lua5.2_5.2.0~rc5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Enrico Tassi gareuselesi...@debian.org (supplier of updated lua5.2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 18:40:43 +0100
Source: lua5.2
Binary: lua5.2-doc lua5.2 liblua5.2-dev liblua5.2-0 liblua5.2-0-dbg
Architecture: source all amd64
Version: 5.2.0~rc5-1
Distribution: experimental
Urgency: low
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.2-0 - Shared library for the Lua interpreter version 5.2
 liblua5.2-0-dbg - Debug symbols for the Lua shared library interpreter
 liblua5.2-dev - Development files for the Lua language version 5.2
 lua5.2 - Simple, extensible, embeddable programming language
 lua5.2-doc - Documentation for the Lua language version 5.2
Closes: 636149 646165
Changes: 
 lua5.2 (5.2.0~rc5-1) experimental; urgency=low
 .
   * Do not link against ncurses (patch by Sven Joachim) (Closes: #646165)
   * Include manpages (Closes: #636149)
Checksums-Sha1: 
 2da92a3e65038c2750e3771889af7348699074fe 1483 lua5.2_5.2.0~rc5-1.dsc
 faba8f0d7ba46e0b75e54e8925dd205f2d4afca5 246393 lua5.2_5.2.0~rc5.orig.tar.gz
 74cac6311494bd099a0cb7c2c0a47f44acac7c98 8900 lua5.2_5.2.0~rc5-1.debian.tar.gz
 7e973d8c01d24df36b3592655cb6b62a1625cbe7 93958 lua5.2-doc_5.2.0~rc5-1_all.deb
 24d1308e674c892946c4a47137872c32cb819347 157822 lua5.2_5.2.0~rc5-1_amd64.deb
 ff92ee3c584aa3dc306e5f74c2ed0cc355587b2e 129398 
liblua5.2-dev_5.2.0~rc5-1_amd64.deb
 cd770610b42cea9d9545ef4d0c237eb4a7be21c2 93364 
liblua5.2-0_5.2.0~rc5-1_amd64.deb
 6ce148d2990595abd9543a7fa6deb60088b04600 550094 
liblua5.2-0-dbg_5.2.0~rc5-1_amd64.deb
Checksums-Sha256: 
 a3bfaf43613f2b8760f03f7d7eaff80c1775cd1099fab435e9bb3e969b8bbe63 1483 
lua5.2_5.2.0~rc5-1.dsc
 

Bug#651203: procps: SONAME breakage

2011-12-07 Thread Julien Cristau
On Wed, Dec  7, 2011 at 08:42:24 +1100, Craig Small wrote:

 On Tue, Dec 06, 2011 at 06:47:09PM +0100, Jakub Wilk wrote:
  Name of the shared library has been been changed (obviously, without
  changing package name). This breaks at least xmem on amd64:
 Then xmem should not be depending on procps. Oh look, it doesn't even
 have a versioned depends.
 
 There was a reason why we said not to link to libproc, this one of the
 reasons.
 
Then you should not be shipping a shlibs file.

Cheers,
Julien



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



Bug#649786: leptonlib: diff for NMU version 1.68-4.1

2011-12-07 Thread Julien Cristau
On Wed, Dec  7, 2011 at 12:43:27 +0100, Mehdi Dogguy wrote:

 diff -Nru leptonlib-1.68/debian/control leptonlib-1.68/debian/control
 --- leptonlib-1.68/debian/control 2011-04-14 07:18:12.0 +0200
 +++ leptonlib-1.68/debian/control 2011-12-07 12:25:24.0 +0100
 @@ -26,7 +26,7 @@
  Package: libleptonica
  Section: libs
  Architecture: any
 -Depends: ${shlibs:Depends}, ${misc:Depends}, libtiff4 (= 3.7.4), 
 libpng12-0, libgif4 (= 4.1.6), libwebp0
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libtiff4 (= 3.7.4), 
 libpng12-0, libgif4 (= 4.1.6)
  Description: image processing library
   Well-tested C library for some basic image processing operations,
   along with a description of the functions and some design methods. A

Srsly?  Please don't do that sort of crap.

Cheers,
Julien



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



Bug#644091: marked as done (genus2reduction: Unversioned build-dependency on libpari-dev)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 18:33:48 +
with message-id e1rymjq-0003qs...@franck.debian.org
and subject line Bug#644091: fixed in genus2reduction 0.3-2.2
has caused the Debian Bug report #644091,
regarding genus2reduction: Unversioned build-dependency on libpari-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
644091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: genus2reduction
Version: 0.3-2.1
Severity: serious

Hi,

It seems the package got ported to pari 2.5 and now requires
2.5 to build.  Please properly declare that in the
build-dependencies.


Kurt



---End Message---
---BeginMessage---
Source: genus2reduction
Source-Version: 0.3-2.2

We believe that the bug you reported is fixed in the latest version of
genus2reduction, which is due to be installed in the Debian FTP archive:

genus2reduction_0.3-2.2.diff.gz
  to main/g/genus2reduction/genus2reduction_0.3-2.2.diff.gz
genus2reduction_0.3-2.2.dsc
  to main/g/genus2reduction/genus2reduction_0.3-2.2.dsc
genus2reduction_0.3-2.2_i386.deb
  to main/g/genus2reduction/genus2reduction_0.3-2.2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 644...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated genus2reduction 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Dec 2011 18:59:09 +0100
Source: genus2reduction
Binary: genus2reduction
Architecture: source i386
Version: 0.3-2.2
Distribution: unstable
Urgency: low
Maintainer: Tim Abbott tabb...@mit.edu
Changed-By: gregor herrmann gre...@debian.org
Description: 
 genus2reduction - Conductor and Reduction Types for Genus 2 Curves
Closes: 634342 644091
Changes: 
 genus2reduction (0.3-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix Unversioned build-dependency on libpari-dev: make it versioned.
 (Closes: #644091)
   * Fix Please allow building with ld --as-needed:
 add patch from Ubuntu / Andreas Moog:
 - Libraries needed to link the package should go into LDADD and after
   sources on the linker command line to fix an issue with ld --as-needed
   (LP: #770735)
 (Closes: #634342)
Checksums-Sha1: 
 76e9f210ca43824151f966f978d47ca2170b9e33 1818 genus2reduction_0.3-2.2.dsc
 d29d283c4bc5326853c125a73f67c14f03e3e683 5463 genus2reduction_0.3-2.2.diff.gz
 284fa9e37718721f9a2e14d9d88e0fbcb3f954fc 30782 genus2reduction_0.3-2.2_i386.deb
Checksums-Sha256: 
 cbc945b3a743879969d755f596d8e395c5781ad76f08251dbdfd7ea8f095e8d2 1818 
genus2reduction_0.3-2.2.dsc
 5cb80d719ad4d5f8b770a9f5b7268f9bed7710d581f01b456b40ec92d2d4fa7a 5463 
genus2reduction_0.3-2.2.diff.gz
 122d800a170f2089389d1082bc61b2fa7a4bdf8538afde058f1b7cbc05f4e16b 30782 
genus2reduction_0.3-2.2_i386.deb
Files: 
 27fb2e58f32bf7843e54eefb83694aa1 1818 math optional genus2reduction_0.3-2.2.dsc
 6d43c0ecbf995ca92db910b9b02f34c3 5463 math optional 
genus2reduction_0.3-2.2.diff.gz
 c2b43a962e87f7c2aaac05a71f64a848 30782 math optional 
genus2reduction_0.3-2.2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJO3QdHAAoJELs6aAGGSaoGJEwP/iMbVoceNN4aSnrxY6/TnnbO
D/ynM+P3FzYe8T1cnVzvOWjGg7tPlQsBKwOfffBMee8EKz0cYuPop8muy+DdoiaW
1s8sZ58nvND52tcykS5BeY3Cu7fNES7rNSawP0q8I7BLV4L9J9tZCcL5IC3sPGe9
aNCeUUlJHFTMm+ndb5xhE/r0a9dF+1m8J5RaiVgvaP5H8ZOpiJrEQNhgI1a7XUlQ
QckIRGuPYstDrELsUu3AopxMwJhPZaq0Ao6xzLD8GcIYYdrxrMW/2NmxE9bIdnoR
9n6I9V+2YfhnnzucBRWGBlD9f1HHo4ZiX+N/iRe2T1rgshqU4BzswujaL7zJMS3S
6ff3LGziA7VDPv0Zgkb0+SFItcNVhoT/FYNkytmgRNzDcap3LCW51cZnnl/6G5mL
yxbIGZo+VDRjfl5/47PfjNJTKr+FIu5N+we3Koc3K1UO1L0KUOGh0PQKIH0KgF3O
Ztu1dgx25646KEjZZJtruwNL4Md6xCOXGytP7eslGcpCWlvrqooIsv9AZZrBpzbY
ih33mmXFb3Ei8gN+XM4Vgkxwvkog3TTAKsaT5dOhSdXS24NII5aJcyIq3P5htNWI
fn35cFHYLM7dokJxb8p8tPjIifuRFQgyihuX42t0W1dOPKwfiVeBcwoDXoc86Yu7
9mmjx7W4wYF3xhyp2SeL
=Vi4/
-END PGP SIGNATURE-


---End Message---


Bug#651320: FTBFS: aborting due to unexpected upstream changes

2011-12-07 Thread Peter Eisentraut
Source: ganglia
Version: 3.1.7-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

 dpkg-buildpackage -rfakeroot -D -us -uc -i -I
dpkg-buildpackage: source package ganglia
dpkg-buildpackage: source version 3.1.7-2
dpkg-buildpackage: source changed by Stuart Teasdale s...@debian.org
 dpkg-source -i -I --before-build ganglia-3.1.7
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp 
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make distclean
test -r /usr/share/misc/config.sub  \
  rm -f config.sub config/config.sub
cp -f /usr/share/misc/config.sub config.sub
#cp -f /usr/share/misc/config.sub config/config.sub
test -r /usr/share/misc/config.guess  \
  rm -f config.guess config/config.guess
cp -f /usr/share/misc/config.guess config.guess
#cp -f /usr/share/misc/config.guess config/config.guess
rm -f libtool.old
debconf-updatepo
dh_clean
 dpkg-source -i -I -b ganglia-3.1.7
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building ganglia using existing ./ganglia_3.1.7.orig.tar.gz
dpkg-source: info: local changes detected, the modified files are:
 ganglia-3.1.7/config.guess
 ganglia-3.1.7/config.sub
dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/ganglia_3.1.7-2.diff.wqfv39
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -i -I -b ganglia-3.1.7 gave error exit 
status 2



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



Bug#645546: marked as done (clang: FTBFS(kfreebsd): error: Operating system is unknown, configure can't continue)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 18:35:42 +
with message-id e1rymlg-0004b0...@franck.debian.org
and subject line Bug#645546: fixed in llvm-3.0 3.0-3
has caused the Debian Bug report #645546,
regarding clang: FTBFS(kfreebsd): error: Operating system is unknown, configure 
can't continue
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
645546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:clang
Version: 2.9-16
Severity: serious
Tags: sid wheezy
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds since -14:

cd build-clang  \
  ../llvm-2.9/configure CC=x86_64-kfreebsd-gnu-gcc 
CXX=x86_64-kfreebsd-gnu-g++ CPP=x86_64-kfreebsd-gnu-cpp 
--with-c-include-dirs=/usr/include/x86_64-kfreebsd-gnu:/usr/include 
--with-cxx-include-root=/usr/include/c++/4.6 
--with-cxx-include-arch=x86_64-kfreebsd-gnu --host=x86_64-kfreebsd-gnu 
--build=x86_64-kfreebsd-gnu --with-cxx-include-32bit-dir=32 --prefix=/usr 
--disable-assertions --enable-shared --enable-optimized 
--with-optimize-option=' -g -O2' --enable-pic --enable-libffi 
CLANG_VENDOR=Debian
checking build system type... x86_64-pc-kfreebsd-gnu
checking host system type... x86_64-pc-kfreebsd-gnu
checking target system type... x86_64-pc-kfreebsd-gnu
checking type of operating system we're going to host on... Unknown
checking type of operating system we're going to target... Unknown
configure: error: Operating system is unknown, configure can't continue
make: *** 
[/build/buildd-clang_2.9-16-kfreebsd-amd64-JQnCYR/clang-2.9/debian/stamps/configure-stamp-clang]
 Error 1

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=clangarch=kfreebsd-amd64ver=2.9-16stamp=1318522787

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer


---End Message---
---BeginMessage---
Source: llvm-3.0
Source-Version: 3.0-3

We believe that the bug you reported is fixed in the latest version of
llvm-3.0, which is due to be installed in the Debian FTP archive:

libllvm-3.0-ocaml-dev_3.0-3_i386.deb
  to main/l/llvm-3.0/libllvm-3.0-ocaml-dev_3.0-3_i386.deb
libllvm3.0_3.0-3_i386.deb
  to main/l/llvm-3.0/libllvm3.0_3.0-3_i386.deb
llvm-3.0-dev_3.0-3_i386.deb
  to main/l/llvm-3.0/llvm-3.0-dev_3.0-3_i386.deb
llvm-3.0-doc_3.0-3_all.deb
  to main/l/llvm-3.0/llvm-3.0-doc_3.0-3_all.deb
llvm-3.0-examples_3.0-3_all.deb
  to main/l/llvm-3.0/llvm-3.0-examples_3.0-3_all.deb
llvm-3.0-runtime_3.0-3_i386.deb
  to main/l/llvm-3.0/llvm-3.0-runtime_3.0-3_i386.deb
llvm-3.0-source_3.0-3_all.deb
  to main/l/llvm-3.0/llvm-3.0-source_3.0-3_all.deb
llvm-3.0_3.0-3.debian.tar.gz
  to main/l/llvm-3.0/llvm-3.0_3.0-3.debian.tar.gz
llvm-3.0_3.0-3.dsc
  to main/l/llvm-3.0/llvm-3.0_3.0-3.dsc
llvm-3.0_3.0-3_i386.deb
  to main/l/llvm-3.0/llvm-3.0_3.0-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 645...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru sylves...@debian.org (supplier of updated llvm-3.0 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 18:00:17 +0100
Source: llvm-3.0
Binary: libllvm3.0 llvm-3.0 llvm-3.0-runtime llvm-3.0-dev libllvm-3.0-ocaml-dev 
llvm-3.0-doc llvm-3.0-examples llvm-3.0-source
Architecture: source i386 all
Version: 3.0-3
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libllvm-3.0-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 libllvm3.0 - Low-Level Virtual Machine (LLVM), runtime library
 llvm-3.0   - Low-Level Virtual Machine (LLVM)
 llvm-3.0-dev - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-3.0-doc - Low-Level Virtual Machine (LLVM), documentation
 llvm-3.0-examples - Low-Level Virtual Machine (LLVM), examples
 llvm-3.0-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
 

Bug#651081: doxygen endless loop

2011-12-07 Thread Sam Hartman

Add to the list xmltooling.
Strace looks like
access(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1/typeinfo, F_OK) = -1 ENOENT (No such file or directory)
access(., F_OK)   = 0
lstat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1, 4096) = 91
access(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1/typeinfo, F_OK) = -1 ENOENT (No such file or directory)
access(., F_OK)   = 0
lstat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1, 4096) = 91
access(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1/typeinfo, F_OK) = -1 ENOENT (No such file or directory)
access(., F_OK)   = 0
lstat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1, 4096) = 91
access(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1/typeinfo, F_OK) = -1 ENOENT (No such file or directory)
access(., F_OK)   = 0
lstat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1, 4096) = 91
access(/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltooling-
1.5+dfsg~moonshot1/typeinfo, F_OK) = -1 ENOENT (No such file or directory)
access(., F_OK)   = 0
lstat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd(^C/build/hartmans-xmltooling_1.5+dfsg~moonshot1-2-amd64-ZxBtbA/xmltoolin
g-1.5+dfsg~moonshot1, 4096) = 91  
Process 713 detached



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



Processed (with 1 errors): Re: How to correct BTS error statistics

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 618125 618126 618131 618134 618136 618138 618149 618156 618157 
 618160 618161 618162 618166 618171 618174 618177 618179 618187 618189 618192 
 618193 618213 618217 618222 618223 618230 618238 618247
Bug#618125: globus-gram-job-manager-setup-condor: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Bug#618126: globus-rsl-assist: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-rsl-assist-dev/html/graph_legend.dot': No 
such file or directory
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 618126 is not in the same package as 618125
 reassign 618125 doxygen
Bug #618125 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-gram-job-manager-setup-condor] 
globus-gram-job-manager-setup-condor: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Bug reassigned from package 'src:globus-gram-job-manager-setup-condor' to 
'doxygen'.
Bug No longer marked as found in versions 
globus-gram-job-manager-setup-condor/4.4-1.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 # guessing here
 found 618125 doxygen/1.7.3-5
Bug #618125 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} [doxygen] 
globus-gram-job-manager-setup-condor: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Bug Marked as found in versions doxygen/1.7.3-5 and reopened.
 fixed 618125 doxygen/1.7.3-6
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Bug Marked as fixed in versions doxygen/1.7.3-6.
 affects 618125 + src:globus-gram-job-manager-setup-condor
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-gram-job-manager-setup-condor
 affects 618125 + src:globus-rsl-assist
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-rsl-assist
 affects 618125 + src:globus-gsi-sysconfig
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-gsi-sysconfig
 affects 618125 + src:globus-gram-job-manager-setup-pbs
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-gram-job-manager-setup-pbs
 affects 618125 + src:globus-gram-job-manager
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-gram-job-manager
 affects 618125 + src:globus-rsl
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-rsl
 affects 618125 + src:globus-gass-copy
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-gass-copy
 affects 618125 + src:globus-gram-job-manager-setup-lsf
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-gram-job-manager-setup-lsf
 affects 618125 + src:globus-xio-gsi-driver
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 affects src:globus-xio-gsi-driver
 affects 618125 + src:globus-gsi-openssl-error
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Added indication that 618125 

Bug#650808: marked as done (frown: OOM on compiling any remotely valid grammer)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 18:47:51 +
with message-id e1rymx1-0005of...@franck.debian.org
and subject line Bug#650808: fixed in frown 0.6.1-11.1
has caused the Debian Bug report #650808,
regarding frown: OOM on compiling any remotely valid grammer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
650808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: frown
Version: 0.6.1-11
Severity: grave
Justification: renders package unusable

I noticed that frown would no longer translate my projects, because it
would eat too much memory. So I tried to come up with smaller grammers.
I arrived at

$ cat test.lg
 %{
 }
$

Now this didn't eat any less memory, but maybe 1G is too little.
Thankfully Tolimar volunteered to test this with 8G and suprisingly it
ate those 8G as well. I can only conclude that frown is no longer able
to compile any grammer in any reasonable amount of memory. This renders
the package unusable for any normal user.

Helmut

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Versions of packages frown depends on:
ii  libc6 2.13-21   
ii  libffi5   3.0.10-3  
ii  libgmp10  2:5.0.2+dfsg-2


---End Message---
---BeginMessage---
Source: frown
Source-Version: 0.6.1-11.1

We believe that the bug you reported is fixed in the latest version of
frown, which is due to be installed in the Debian FTP archive:

frown-doc_0.6.1-11.1_all.deb
  to main/f/frown/frown-doc_0.6.1-11.1_all.deb
frown_0.6.1-11.1.debian.tar.gz
  to main/f/frown/frown_0.6.1-11.1.debian.tar.gz
frown_0.6.1-11.1.dsc
  to main/f/frown/frown_0.6.1-11.1.dsc
frown_0.6.1-11.1_amd64.deb
  to main/f/frown/frown_0.6.1-11.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 650...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Helmut Grohne hel...@subdivi.de (supplier of updated frown package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 17:35:30 +0100
Source: frown
Binary: frown frown-doc
Architecture: source all amd64
Version: 0.6.1-11.1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Helmut Grohne hel...@subdivi.de
Description: 
 frown  - LALR(k) parser generator for Haskell 98
 frown-doc  - Manual of the frown parser generator for Haskell 98
Closes: 650808
Changes: 
 frown (0.6.1-11.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix OOM on compiling any remotely valid grammer fix logic error in
 debian/patches/07_no-n-plus-k-pattern (Closes: #650808)
Checksums-Sha1: 
 e7bca5c8cdea95d37b67b5a4d930a5518dc31893 1397 frown_0.6.1-11.1.dsc
 46da36081479da3523fa99cf6fa9ce9a88a71db8 12776 frown_0.6.1-11.1.debian.tar.gz
 eb9b4de68261b086ae1a8c37cfd16151ccef0b3c 574330 frown-doc_0.6.1-11.1_all.deb
 ded6fbbff15d67dec0af54d0ba5bb61c3449b3ce 561704 frown_0.6.1-11.1_amd64.deb
Checksums-Sha256: 
 672166eba33f5515e59daf480f62970f0637ab984f90b65bfb89d02b53078450 1397 
frown_0.6.1-11.1.dsc
 93c226b6cc4b75207f5537c98ad776c4012ab0207b0886d1378fa01b44fe7654 12776 
frown_0.6.1-11.1.debian.tar.gz
 a6d60b92426c6e470325083d33cfd41803196d6ffbb3245908506c96a3f160c7 574330 
frown-doc_0.6.1-11.1_all.deb
 5e8025bfbb38ee9d1a0922d65809024f0fa2692c6898c7ef06d2753454b2d0e1 561704 
frown_0.6.1-11.1_amd64.deb
Files: 
 7b61e1f4991d811f61691f8c5dda9826 1397 devel optional frown_0.6.1-11.1.dsc
 54cf2c69be883553832eb141224c0d24 12776 devel optional 
frown_0.6.1-11.1.debian.tar.gz
 46fb75d5b796de91ccc949626057d43d 574330 doc optional 
frown-doc_0.6.1-11.1_all.deb
 2d9ca233acc9c72f9b48f0852c2e591d 561704 devel optional 
frown_0.6.1-11.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7fsRIACgkQ9ijrk0dDIGx7BQCfRRZvO5S1jdiu33SrYN81CjVz
jusAn1ccWiYUgy1dLTd1I7wu4dqkocQM
=yVKu
-END PGP SIGNATURE-


---End Message---


Bug#649786: marked as done (libleptonica: hardcoded shlibs dependencies)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 19:05:01 +
with message-id e1rymnd-0008hz...@franck.debian.org
and subject line Bug#649786: fixed in leptonlib 1.68-4.1
has caused the Debian Bug report #649786,
regarding libleptonica: hardcoded shlibs dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
649786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649786
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libleptonica
Version: 1.68-4
Severity: serious
Justification: fails to build from source

Your source package's debian/control has:
Depends: ${shlibs:Depends}, ${misc:Depends}, libtiff4 (= 3.7.4), libpng12-0, 
libgif4 (= 4.1.6), libwebp0

This is insane.  And wrong.  And broken right now, because libwebp
bumped SONAME.  Please read debian-policy's chapter on shared
libraries, in particular 8.6. Dependencies between the library and other
packages - the `shlibs' system, one (or a few) more time(s).

Cheers,
Julien


---End Message---
---BeginMessage---
Source: leptonlib
Source-Version: 1.68-4.1

We believe that the bug you reported is fixed in the latest version of
leptonlib, which is due to be installed in the Debian FTP archive:

leptonica-progs_1.68-4.1_amd64.deb
  to main/l/leptonlib/leptonica-progs_1.68-4.1_amd64.deb
leptonlib_1.68-4.1.debian.tar.gz
  to main/l/leptonlib/leptonlib_1.68-4.1.debian.tar.gz
leptonlib_1.68-4.1.dsc
  to main/l/leptonlib/leptonlib_1.68-4.1.dsc
libleptonica-dev_1.68-4.1_amd64.deb
  to main/l/leptonlib/libleptonica-dev_1.68-4.1_amd64.deb
libleptonica_1.68-4.1_amd64.deb
  to main/l/leptonlib/libleptonica_1.68-4.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 649...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mehdi Dogguy me...@debian.org (supplier of updated leptonlib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Dec 2011 12:25:37 +0100
Source: leptonlib
Binary: libleptonica-dev libleptonica leptonica-progs
Architecture: source amd64
Version: 1.68-4.1
Distribution: unstable
Urgency: high
Maintainer: Jeff Breidenbach j...@debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 leptonica-progs - sample programs for Leptonica image processing library
 libleptonica - image processing library
 libleptonica-dev - image processing library
Closes: 649786
Changes: 
 leptonlib (1.68-4.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Sanitize Depends: field of libleptonica in debian/control
 (Closes: #649786).
Checksums-Sha1: 
 5192d388984ac457c8773dd3ef94b18cc1126876 1525 leptonlib_1.68-4.1.dsc
 f40c11a47b6ffe7f120af11cf7a7e1f8ec393573 5232 leptonlib_1.68-4.1.debian.tar.gz
 9b43e3442fdfc224fdb3848ec0a799eb930f51a6 1213646 
libleptonica-dev_1.68-4.1_amd64.deb
 e018cc203acfb1927e0d8cc84c3d190cec2e3e32 723666 libleptonica_1.68-4.1_amd64.deb
 65c9f6b6b933989faa22118338697203e52f 105042 
leptonica-progs_1.68-4.1_amd64.deb
Checksums-Sha256: 
 4b7873961f46b51a31626a62e135f870bab17cf446e1cb127943f937ae0b8683 1525 
leptonlib_1.68-4.1.dsc
 1fd789b7de6ffadb8d31097fbdcaa21020993bbe6a15c544816142fe58bfef62 5232 
leptonlib_1.68-4.1.debian.tar.gz
 b61fa14bafe25b70a9ca51dc56bd5965cd21f4cf5910f0d92b96c7e361747d99 1213646 
libleptonica-dev_1.68-4.1_amd64.deb
 9d5e431c1c9c35d8b99959911ff1ef676baeb82cecc9990404b474fdb0cb825b 723666 
libleptonica_1.68-4.1_amd64.deb
 358990adf7be12a0eafb68545235bef0d1bf157f31ed40e8ad2ea5cf53fba507 105042 
leptonica-progs_1.68-4.1_amd64.deb
Files: 
 24ac0164d20cd303dd6740cdab674cd6 1525 graphics optional leptonlib_1.68-4.1.dsc
 8430c75a4431b56b0ce0deb39076679d 5232 graphics optional 
leptonlib_1.68-4.1.debian.tar.gz
 fd4754767851105d30dbc82d084fe8b2 1213646 libdevel optional 
libleptonica-dev_1.68-4.1_amd64.deb
 f56531ac239130d229a7b0e174b09804 723666 libs optional 
libleptonica_1.68-4.1_amd64.deb
 5ef4b44a55832d857e3271b874cdf9ab 105042 graphics optional 
leptonica-progs_1.68-4.1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCAAGBQJO37P4AAoJEDe1GR0FRlJoh4wH/RnbSQdvExue9thb1qd33wc7
CIMrTrcZcaqjNaY21DWkCn84PHIZDcfloelinz6CJHwayLnrHhGzdb/64lWjmk/3
drHjuFfJP7VymvuuQ41eRz38NP2HhkeBoqNcKQLYqn0mwHmIeDt+AevKbiF/GGjr

Processed: tagging 651248, severity of 651248 is normal

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 651248 - security upstream
Bug #651248 [iceweasel] iceweasel: Colors gone from most desktop 
programs.Programs look very bleached white.
Removed tag(s) upstream and security.
 severity 651248 normal
Bug #651248 [iceweasel] iceweasel: Colors gone from most desktop 
programs.Programs look very bleached white.
Severity set to 'normal' from 'critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651248
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: Processed (with 1 errors): Re: How to correct BTS error statistics

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 618125 doxygen
Bug #618125 [doxygen] globus-gram-job-manager-setup-condor: FTBFS: cp: cannot 
stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-condor/html/graph_legend.dot':
 No such file or directory
Ignoring request to reassign bug #618125 to the same package
 reassign 618126 doxygen
Bug #618126 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-rsl-assist] globus-rsl-assist: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-rsl-assist-dev/html/graph_legend.dot': No 
such file or directory
Bug reassigned from package 'src:globus-rsl-assist' to 'doxygen'.
Bug No longer marked as found in versions globus-rsl-assist/2.2-1.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618131 doxygen
Bug #618131 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-gsi-sysconfig] globus-gsi-sysconfig: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-gsi-sysconfig-dev/html/graph_legend.dot': 
No such file or directory
Bug reassigned from package 'src:globus-gsi-sysconfig' to 'doxygen'.
Bug No longer marked as found in versions globus-gsi-sysconfig/3.1-2.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618134 doxygen
Bug #618134 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-gram-job-manager-setup-pbs] globus-gram-job-manager-setup-pbs: 
FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-pbs/html/graph_legend.dot':
 No such file or directory
Bug reassigned from package 'src:globus-gram-job-manager-setup-pbs' to 
'doxygen'.
Bug No longer marked as found in versions 
globus-gram-job-manager-setup-pbs/4.1-1.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618136 doxygen
Bug #618136 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-gram-job-manager] globus-gram-job-manager: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager/html/graph_legend.dot': No 
such file or directory
Bug reassigned from package 'src:globus-gram-job-manager' to 'doxygen'.
Bug No longer marked as found in versions globus-gram-job-manager/10.59-1.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618138 doxygen
Bug #618138 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-rsl] globus-rsl: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-rsl-dev/html/graph_legend.dot': No such 
file or directory
Bug reassigned from package 'src:globus-rsl' to 'doxygen'.
Bug No longer marked as found in versions globus-rsl/7.2-2.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618149 doxygen
Bug #618149 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-gass-copy] globus-gass-copy: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-gass-copy-dev/html/graph_legend.dot': No 
such file or directory
Bug reassigned from package 'src:globus-gass-copy' to 'doxygen'.
Bug No longer marked as found in versions globus-gass-copy/5.7-1.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618156 doxygen
Bug #618156 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-gram-job-manager-setup-lsf] globus-gram-job-manager-setup-lsf: 
FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/globus-gram-job-manager-setup-lsf/html/graph_legend.dot':
 No such file or directory
Bug reassigned from package 'src:globus-gram-job-manager-setup-lsf' to 
'doxygen'.
Bug No longer marked as found in versions 
globus-gram-job-manager-setup-lsf/2.5-1.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618157 doxygen
Bug #618157 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-xio-gsi-driver] globus-xio-gsi-driver: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-xio-gsi-driver-dev/html/group__gsi__driver__types.dot':
 No such file or directory
Bug reassigned from package 'src:globus-xio-gsi-driver' to 'doxygen'.
Bug No longer marked as found in versions globus-xio-gsi-driver/0.6-7.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618160 doxygen
Bug #618160 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-gsi-openssl-error] globus-gsi-openssl-error: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-gsi-openssl-error-dev/html/graph_legend.dot':
 No such file or directory
Bug reassigned from package 'src:globus-gsi-openssl-error' to 'doxygen'.
Bug No longer marked as found in versions globus-gsi-openssl-error/0.14-6.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 reassign 618161 doxygen
Bug #618161 {Done: Mattias Ellert mattias.ell...@fysast.uu.se} 
[src:globus-common] globus-common: FTBFS: cp: cannot stat 
`./debian/tmp/usr/share/doc/libglobus-common-dev/html/graph_legend.dot': No 
such file or directory
Bug reassigned from package 'src:globus-common' to 'doxygen'.
Bug No longer marked as fixed in versions doxygen/1.7.3-6.
 

Bug#651147: marked as done (apr-utils: FTBFS ( expected 'int (*)(struct LDAP *, const char *, ber_tag_t, ber_int_t, void *)' but argument is of type 'int (*)(struct LDAP *, const char *, int, ber_

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Dec 2011 19:47:17 +
with message-id e1rynsx-0004ob...@franck.debian.org
and subject line Bug#651147: fixed in apr-util 1.3.12+dfsg-3
has caused the Debian Bug report #651147,
regarding apr-utils: FTBFS ( expected 'int (*)(struct LDAP *, const char *, 
ber_tag_t,  ber_int_t,  void *)' but argument is of type 'int (*)(struct LDAP 
*, const char *, int,  ber_int_t)')
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
651147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651147
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Source: apr-utils
Severity: serious
Version: 1.3.12+dfsg-2

Hi,

apr-util FTBFS with an error in apr_ldap_rebind.c.  The failures 
visible on buildd.d.o only affect armhf and s390x, as those are the only 
architectures which have tried the package recently, but I've verified 
with a local build that the issue also occurs on amd64, hence the 
severity.


From the armhf build log:

ldap/apr_ldap_rebind.c: In function 'apr_ldap_rebind_set_callback':
ldap/apr_ldap_rebind.c:330:5: warning: passing argument 2 of 
'ldap_set_rebind_proc' from incompatible pointer type [enabled by 
default]
/usr/include/ldap.h:976:1: note: expected 'int (*)(struct LDAP *, const 
char *, ber_tag_t,  ber_int_t,  void *)' but argument is of type 'int 
(*)(struct LDAP *, const char *, int,  ber_int_t)'
ldap/apr_ldap_rebind.c:330:5: error: too few arguments to function 
'ldap_set_rebind_proc'

/usr/include/ldap.h:976:1: note: declared here
make[2]: *** [ldap/apr_ldap_rebind.lo] Error 1
make[2]: Leaving directory 
`/build/buildd-apr-util_1.3.12+dfsg-2-armhf-dZS91O/apr-util-1.3.12+dfsg'

make[1]: *** [all-recursive] Error 1
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full logs available via 
https://buildd.debian.org/status/package.php?p=apr-util


Regards,

Adam


---End Message---
---BeginMessage---
Source: apr-util
Source-Version: 1.3.12+dfsg-3

We believe that the bug you reported is fixed in the latest version of
apr-util, which is due to be installed in the Debian FTP archive:

apr-util_1.3.12+dfsg-3.diff.gz
  to main/a/apr-util/apr-util_1.3.12+dfsg-3.diff.gz
apr-util_1.3.12+dfsg-3.dsc
  to main/a/apr-util/apr-util_1.3.12+dfsg-3.dsc
libaprutil1-dbd-freetds_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-dbd-freetds_1.3.12+dfsg-3_i386.deb
libaprutil1-dbd-mysql_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-dbd-mysql_1.3.12+dfsg-3_i386.deb
libaprutil1-dbd-odbc_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-dbd-odbc_1.3.12+dfsg-3_i386.deb
libaprutil1-dbd-pgsql_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-dbd-pgsql_1.3.12+dfsg-3_i386.deb
libaprutil1-dbd-sqlite3_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-dbd-sqlite3_1.3.12+dfsg-3_i386.deb
libaprutil1-dbg_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-dbg_1.3.12+dfsg-3_i386.deb
libaprutil1-dev_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-dev_1.3.12+dfsg-3_i386.deb
libaprutil1-ldap_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1-ldap_1.3.12+dfsg-3_i386.deb
libaprutil1_1.3.12+dfsg-3_i386.deb
  to main/a/apr-util/libaprutil1_1.3.12+dfsg-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch s...@debian.org (supplier of updated apr-util package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Dec 2011 20:25:16 +0100
Source: apr-util
Binary: libaprutil1 libaprutil1-ldap libaprutil1-dbd-mysql 
libaprutil1-dbd-sqlite3 libaprutil1-dbd-odbc libaprutil1-dbd-pgsql 
libaprutil1-dbd-freetds libaprutil1-dev libaprutil1-dbg
Architecture: source i386
Version: 1.3.12+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Changed-By: Stefan Fritsch s...@debian.org
Description: 
 libaprutil1 - Apache Portable Runtime Utility Library
 libaprutil1-dbd-freetds - Apache Portable Runtime Utility Library - FreeTDS 
Driver
 libaprutil1-dbd-mysql - Apache Portable Runtime Utility Library - MySQL Driver
 libaprutil1-dbd-odbc - Apache Portable Runtime Utility 

Bug#651331: ovito FTBFS: libmuparser transition

2011-12-07 Thread Scott Howard
Package: ovito
Version: 0.9.2-1
Severity: serious
Tags: sid

upstream muparser has released a new version of muparser which now follows
standard library naming conventions. Also, the include files in Debian have
moved from /usr/include/muParser to /usr/include.  Ovito FTBFS because of a
#include muParser/muParser.h that now must be #include muParser.h

Also, please consider adding a Depends on python in the control file, see:
http://lintian.debian.org/maintainer/pjme...@gmail.com.html#ovito



-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-13-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Processed: ovito blocking muparser transition bug

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 651326 by 651331
Bug #651326 [release.debian.org] transition: muparser
Was not blocked by any bugs.
Added blocking bug(s) of 651326: 651331
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: forcibly merging 649638 651110

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 649638 651110
Bug#649638: gambas2: FTBFS on kfreebsd (linux/types.h: No such file or 
directory)
Bug#651110: gambas2: FTBFS(kfreebsd):  fatal error: linux/types.h: No such file 
or directory
Forcibly Merged 649638 651110.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651110
649638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#651333: slapd: fails to start, requires exact version of Berkeley DB

2011-12-07 Thread Antonio Terceiro
Package: slapd
Version: 2.4.25-4+b1
Severity: grave
Justification: renders package unusable

$ LANG=C sudo apt-get install slapd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ruby-activeldap ruby-activerecord libldap-ruby1.8 ruby-gettext-activerecord 
libmozjs7d libxalan2-java-gcj
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  slapd
0 upgraded, 1 newly installed, 0 to remove and 25 not upgraded.
Need to get 0 B/1682 kB of archives.
After this operation, 3951 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package slapd.
(Reading database ... 247019 files and directories currently installed.)
Unpacking slapd (from .../slapd_2.4.25-4+b1_amd64.deb) ...
Processing triggers for man-db ...
Setting up slapd (2.4.25-4+b1) ...
  Creating initial configuration... Loading the initial configuration from the 
ldif file () failed with
the following error while running slapadd:
hdb_back_initialize: BDB library version mismatch: expected Berkeley DB 
5.1.25: (January 28, 2011), got Berkeley DB 5.1.29: (October 25, 2011)
backend_add:  initialization for type hdb failed
olcBackend: value #0: olcBackend failed init (hdb)!
slapadd: could not add entry dn=olcBackend={0}hdb,cn=config (line=1047): 
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

This will happen whenever a new version of Berkeley DB is uploaded.  When slapd
is already installed and then libdb5.1 is upgraded, it just fails to start.

I am rebuilding from source to confirm that it fixes the problem, but it
would be nice if slapd didn't check for such a specific version. Testing for
the soname should be enough.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages slapd depends on:
ii  adduser 3.113
ii  coreutils   8.13-3
ii  debconf [debconf-2.0]   1.5.41
ii  libc6   2.13-21
ii  libdb5.15.1.29-1
ii  libgcrypt11 1.5.0-3
ii  libgnutls26 2.12.14-4
ii  libldap-2.4-2   2.4.25-4+b1
ii  libltdl72.4.2-1
ii  libodbc12.2.14p2-5
ii  libperl5.14 5.14.2-6
ii  libsasl2-2  2.1.25.dfsg1-2
ii  libslp1 1.2.1-7.8
ii  libwrap07.6.q-21
ii  lsb-base3.2-28
ii  multiarch-support   2.13-21
ii  perl [libmime-base64-perl]  5.14.2-6
ii  psmisc  22.14-1

Versions of packages slapd recommends:
ii  libsasl2-modules  2.1.25.dfsg1-2

Versions of packages slapd suggests:
ii  ldap-utils  2.4.25-4+b1

-- debconf information:
  slapd/password_mismatch:
  slapd/invalid_config: true
  shared/organization: nodomain
  slapd/upgrade_slapcat_failure:
  slapd/backend: HDB
  slapd/dump_database: when needed
  slapd/allow_ldap_v2: false
  slapd/no_configuration: false
  slapd/move_old_database: true
  slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/purge_database: false
  slapd/domain: nodomain

-- 
Antonio Terceiro terce...@debian.org


signature.asc
Description: Digital signature


Processed: reassign 649614 to pulseaudio, forcibly merging 647236 649614

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 649614 pulseaudio pulseaudio/1.1-1
Bug #649614 [kdebase-runtime] kdebase-runtime: KDE session fails to start with 
libpulse0 1.0-4
Bug reassigned from package 'kdebase-runtime' to 'pulseaudio'.
Bug No longer marked as found in versions kdebase-runtime/4:4.6.5-1.
Bug #649614 [pulseaudio] kdebase-runtime: KDE session fails to start with 
libpulse0 1.0-4
Bug Marked as found in versions pulseaudio/1.1-1.
 forcemerge 647236 649614
Bug#647236: pulseaudio: doesn't depend on package providing 
libpulsecommon-1.1.so
Bug#649614: kdebase-runtime: KDE session fails to start with libpulse0 1.0-4
Forcibly Merged 647236 649614.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647236
649614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#651334: dpkg fails with old tar

2011-12-07 Thread ncm

Subject: dpkg fails with old tar
Package: dpkg
Version: 1.16.1.2
Justification: breaks unrelated software
Severity: critical

*** Please type your report below this line ***

I upgraded dpkg from 1.16.0.3 to 1.16.1.2, and was then
unable to install, upgrade, or downgrade any other package,
or dpkg itself.  This turns out to have been because my
version of tar was 1.22-2, which did not understand the
argument --warning=no-timestamp apparently passed by dpkg.

The proper solution is probably one of:
1. add a dependency for dpkg on a version of tar that it can use, or
2. fix dpkg's dependence on recent versions of tar, or
3. make dpkg adapt gracefully to older versions of tar

Probably best would be to recommend a newer version of
tar, but work correctly with older versions anyhow.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils 5.97-5 The GNU core utilities
ii  libbz2-1.01.0.5-6high-quality block-sorting 
file co
ii  libc6 2.13-7 Embedded GNU C Library: 
Shared lib
ii  libselinux1   2.0.98-1   SELinux runtime shared 
libraries
ii  xz-utils  4.999.9beta+20100307-1 XZ-format compression 
utilities
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - 
runtime


dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt   0.8.15.9   Advanced front-end for 
dpkg


-- no debconf information




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



Processed: tagging 647236

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 647236 - patch
Bug #647236 {Done: Sjoerd Simons sjo...@debian.org} [pulseaudio] pulseaudio: 
doesn't depend on package providing libpulsecommon-1.1.so
Bug #649614 {Done: Sjoerd Simons sjo...@debian.org} [pulseaudio] 
kdebase-runtime: KDE session fails to start with libpulse0 1.0-4
Removed tag(s) patch.
Removed tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
647236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: Bug#651334: dpkg fails with old tar

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 642802 651334
Bug#642802: dpkg: Requires tar 1.23 from squeeze
Bug#651334: dpkg fails with old tar
Forcibly Merged 642802 651334.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
642802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642802
651334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#651334: dpkg fails with old tar

2011-12-07 Thread Raphael Hertzog
forcemerge 642802 651334
thanks

On Wed, 07 Dec 2011, n...@cantrip.org wrote:
 I upgraded dpkg from 1.16.0.3 to 1.16.1.2, and was then
 unable to install, upgrade, or downgrade any other package,
 or dpkg itself.  This turns out to have been because my
 version of tar was 1.22-2, which did not understand the
 argument --warning=no-timestamp apparently passed by dpkg.

Already reported in #642802 and fixed in git master (dpkg 1.16.2)
with a pre-dependency on the corresponding tar version.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/



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



Bug#650935: marked as done (gdcm: FTBFS against vtk 5.8)

2011-12-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Dec 2011 22:37:46 +0100
with message-id 
ca+7wusywghxoxe8qvq2azgdxdgfdk+vnoe6upsznpqhvtxf...@mail.gmail.com
and subject line 
has caused the Debian Bug report #650935,
regarding gdcm: FTBFS against vtk 5.8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
650935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gdcm
Version: 2.0.18-6
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Your package FTBFS in sid.  See e.g.
https://buildd.debian.org/status/fetch.php?pkg=gdcmarch=i386ver=2.0.18-6%2Bb1stamp=1323000512

 make[3]: *** No rule to make target `/usr/lib/libvtkCommonJava.so.5.8.0', 
 needed by `bin/libvtkgdcmJava.so'.  Stop.

Cheers,
Julien


---End Message---
---BeginMessage---
Closing #650935 since fixed with latest vtk/5.8.0-5 upload

---End Message---


Bug#632765: FTBFS with libevent 2.0 in experimental

2011-12-07 Thread Javier Fernández-Sanguino Peña
On Tue, Jul 05, 2011 at 10:05:17PM +0200, Leo 'costela' Antunes wrote:
 After testing in a clean pbuilder, your package failed to build with
 the version of libevent in experimental (2.0.*).

Hi, why do you infer this is an issue with the newest libevent?

 You can find a log of the build attempt   attached.

This log ends with:

 checking if we can access libc without dlopen... no
 checking if we can access libc with libc.so... no
 checking if we can access libc with /usr/lib/libc.so*... no
 configure: error: Couldn't figure out how to access libc
 make: *** [config.status] Error 1

so it really looks like it cannot file the library provided by libc6-dev.
Maybe it's because the configure script does not work properly for amd64?

Regards

Javier


signature.asc
Description: Digital signature


Bug#632765: Unblocking this bug from libevent transition

2011-12-07 Thread Javier Fernández-Sanguino Peña

unblock 631018 by 632765
thanks

The #632765 is not related to the libc transition but, actually, seems to be
a FTBFS in amd64 which does not appear in the buildd logs (see
https://buildd.debian.org/status/fetch.php?pkg=honeydarch=amd64ver=1.5c-9stamp=1316385054)

Regards

Javier




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



Processed: Unblocking this bug from libevent transition

2011-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unblock 631018 by 632765
Bug #631018 [release.debian.org] [RFC] libevent 2.0 transition
Was blocked by: 648010 632763 650670 648039 632765 647996 648018 648032 650825 
632764 622278 648031 648023 647994 648015 647992 648035 648008 632762 650812
Removed blocking bug(s) of 631018: 632765
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
631018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



  1   2   >