Processed: own

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

 owner 503591 !
Bug #503591 [libtzinfo-ruby] Please don't include yet another copy of tzdata in 
the archive
Owner recorded as Hleb Valoshka 375...@gmail.com.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
503591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503591
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#681263: Not sure

2012-07-14 Thread G. Pablo Vanwoerkom
Well, I did install compiz manually and since it didn't have make
uninstall, I had to uninstall manually as well.

However, I think this behavior was my motivation to try to install compiz
manually. Anyways, I removed all mentions of compiz from my system, purged
compiz from synaptic, and installed again.

If there is more info you would need, let me know!
Thanks,-Pablo


Bug#662606: php-horde-core: FTBFS: This package contains role horde and requires package horde/Role to be used

2012-07-14 Thread Vincent Legout
tags 662606 patch
thanks

Hi,

Moritz Muehlenhoff muehlenh...@univention.de writes:

 Your package fails to build from source:

 dh binary --buildsystem=phppear --with phppear
dh_testroot -O--buildsystem=phppear
dh_prep -O--buildsystem=phppear
dh_installdirs -O--buildsystem=phppear
dh_auto_install -O--buildsystem=phppear
 File js/tooltips.js in directory dir name=/ has invalid role horde, 
 should be one of cfg, data, doc, php, script, test, www
 This package contains role horde and requires package horde/Role to be 
 used

According to Mathieu Parent in #25, the solution is to add
php-horde-role in Build-Depends. The attached patch does this.

Vincent

diff -Nru php-horde-core-1.8.3/debian/changelog php-horde-core-1.8.3/debian/changelog
--- php-horde-core-1.8.3/debian/changelog	2012-01-10 22:23:10.0 +0100
+++ php-horde-core-1.8.3/debian/changelog	2012-07-14 10:06:58.0 +0200
@@ -1,3 +1,10 @@
+php-horde-core (1.8.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-Depends on php-horde-role (Closes: #662606)
+
+ -- Vincent Legout vleg...@debian.org  Sat, 14 Jul 2012 10:06:55 +0200
+
 php-horde-core (1.8.3-1) unstable; urgency=low
 
   * Horde_Core package.
diff -Nru php-horde-core-1.8.3/debian/control php-horde-core-1.8.3/debian/control
--- php-horde-core-1.8.3/debian/control	2012-01-10 22:23:09.0 +0100
+++ php-horde-core-1.8.3/debian/control	2012-07-13 18:39:10.0 +0200
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
 Uploaders: Mathieu Parent sath...@debian.org
-Build-Depends: debhelper (= 8.0.0), pkg-php-tools, pear-horde-channel
+Build-Depends: debhelper (= 8.0.0), pkg-php-tools, pear-horde-channel, php-horde-role
 Standards-Version: 3.9.2
 Homepage: http://${phppear:channel}/
 


Processed: Re: Bug#662606: php-horde-core: FTBFS: This package contains role horde and requires package horde/Role to be used

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

 tags 662606 patch
Bug #662606 [php-horde-core] php-horde-core: FTBFS: This package contains role 
horde and requires package horde/Role to be used
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
662606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662606
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#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

2012-07-14 Thread Luca Falavigna
reassign 679180 r-base-core
retitle 679180 arm* builds fail: SHLIB_LIBADD: No such file or directory
found 679180 2.15.1-1
thanks


I've narrowed the problem to the following snippet in
src/library/tools/R/install.R:
mconf - readLines(file.path(R.home(),
 paste0(etc, Sys.getenv(R_ARCH)),
 Makeconf))
SHLIB_EXT - sub(.*= , , grep(^SHLIB_EXT, mconf, value = TRUE))
SHLIB_LIBADD - sub(.*= , , grep(^SHLIB_LIBADD, mconf, value = TRUE))


This should normally happen:
 mconf - readLines(file.path(R.home(),
+  paste0(etc, Sys.getenv(R_ARCH)),
+  Makeconf))
 SHLIB_EXT - sub(.*= , , grep(^SHLIB_EXT, mconf, value = TRUE))
 SHLIB_LIBADD - sub(.*= , , grep(^SHLIB_LIBADD, mconf, value = TRUE))
 SHLIB_EXT
[1] .so
 SHLIB_LIBADD
[1] 

but on harris.debian.org porterbox I get the following:
 mconf - readLines(file.path(R.home(),
+  paste0(etc, Sys.getenv(R_ARCH)),
+  Makeconf))
 SHLIB_EXT - sub(.*= , , grep(^SHLIB_EXT, mconf, value = TRUE))
 SHLIB_LIBADD - sub(.*= , , grep(^SHLIB_LIBADD, mconf, value = TRUE))
 SHLIB_EXT
[1] SHLIB_EXT .so
 SHLIB_LIBADD
[1] SHLIB_LIBADD 


It seems sub is not behaving good:
 test - Hello world = hi
 sub(.*=, , test)
[1] Hello world  hi
 sub(.* =, , test)
[1] Hello hi



-- 
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#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

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

 reassign 679180 r-base-core
Bug #679180 [src:raschsampler] FTBFS on arm*: SHLIB_LIBADD: No such file or 
directory
Bug reassigned from package 'src:raschsampler' to 'r-base-core'.
No longer marked as found in versions raschsampler/0.8-5-1.
Ignoring request to alter fixed versions of bug #679180 to the same values 
previously set
 retitle 679180 arm* builds fail: SHLIB_LIBADD: No such file or directory
Bug #679180 [r-base-core] FTBFS on arm*: SHLIB_LIBADD: No such file or directory
Changed Bug title to 'arm* builds fail: SHLIB_LIBADD: No such file or 
directory' from 'FTBFS on arm*: SHLIB_LIBADD: No such file or directory'
 found 679180 2.15.1-1
Bug #679180 [r-base-core] arm* builds fail: SHLIB_LIBADD: No such file or 
directory
Marked as found in versions r-base/2.15.1-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679180: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679180
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#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

2012-07-14 Thread Luca Falavigna
tags 679180 + patch
thanks


Passing perl = TRUE parameter to sub function seems enough to fix the problem:

 mconf - readLines(file.path(R.home(),
+  paste0(etc, Sys.getenv(R_ARCH)),
+  Makeconf))
 SHLIB_EXT - sub(.*= , , grep(^SHLIB_EXT, mconf, value = TRUE), perl = 
 TRUE)
 SHLIB_LIBADD - sub(.*= , , grep(^SHLIB_LIBADD, mconf, value = TRUE), 
 perl = TRUE)
 SHLIB_EXT
[1] .so
 SHLIB_LIBADD
[1] 

I'm attaching a patch, which hopefully should be OK as workaround for this bug.


679180.patch
Description: Binary data


Processed: Re: Bug#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

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

 tags 679180 + patch
Bug #679180 [r-base-core] arm* builds fail: SHLIB_LIBADD: No such file or 
directory
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679180: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679180
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#680100: [Gc] Powerpc/m68k/freebsd issue running test_stack

2012-07-14 Thread Ivan Maidanski
Hi Ian,

I fixed build problem with kfreebsd/i386: 
https://github.com/ivmai/libatomic_ops/commit/613f39d369045e8fc385a439f67a575cddcc6fa1
 (push to master and to 
https://github.com/ivmai/libatomic_ops/tree/libatomic_ops-7_2-hotfix-1 - will 
go to v7.2d release including that of bdwgc)

I'll try to find the problem with test_malloc on kfreebsd/i386.

I can't access ppc and m68k platforms, so it would be good if someone else 
prepares the patches.

Regards,
Ivan

Tue, 3 Jul 2012 11:16:29 -0700 Ian Wienand i...@wienand.org:
 Hi,
 
 We've received Debian bug #680100 [1] that test_stack is spinning out
 on powerpc. There is also a possibly related bug with test_stack
 seeming to give a bus error on m68k [2], and on i386 with the freebsd
 kernel [3].
 
 The change that you pushed the other day should only have affected
 ia64; so I think what we're seeing here is an existing issue just
 showing up because the recent update has made libatomic-ops rebuild on
 all these architectures. The freebsd one pre-dates recent changes...
 
 Maybe these are related, or maybe not. It would be great if anyone
 with these architectures could duplicate the problem to give us some
 more clues.
 
 -i
 
 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680100
 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680066
 [3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655872
 ___
 Gc mailing list
 g...@linux.hpl.hp.com
 http://www.hpl.hp.com/hosted/linux/mail-archives/gc/
 


Bug#681057: i2c-tools: Error while running decode-dimms

2012-07-14 Thread Aurelien Jarno
On Thu, Jul 12, 2012 at 11:14:45AM +0200, Enrico Polesel wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi
 
 On 07/10/2012 04:14 PM, Aurelien Jarno wrote:
  On Tue, Jul 10, 2012 at 12:24:57PM +0200, Enrico Polesel wrote:
  Package: i2c-tools Version: 3.1.0-1 Severity: grave 
  Justification: renders package unusable
  
  This package contains many more than only decode-dimms. Are the 
  others binaries also broken? If not I don't think the package can 
  be called unusable.
  
 
 I don't know the name of other binaries provided by i2c-tools, can you
 give me some examples?

# dpkg -L i2c-tools | grep bin
/usr/sbin
/usr/sbin/i2cset
/usr/sbin/i2cdetect
/usr/sbin/i2cget
/usr/sbin/i2cdump
/usr/bin
/usr/bin/decode-dimms
/usr/bin/decode-edid
/usr/bin/decode-vaio
/usr/bin/ddcmon

  Dear Maintainer, when I run $ decode-dimms I get this error:
  12:21:03 enrico@beatrice-sid:~$ decode-dimms # decode-dimms 
  version 5929 (2011-02-16 14:58:38 +0100)
  
  Memory Serial Presence Detect Decoder By Philip Edelbrock, 
  Christian Zuckschwerdt, Burkart Lingner, Jean Delvare, Trent 
  Piepho and others Can't use string () as a HASH ref while 
  strict refs in use at /usr/bin/decode-dimms line 1783.
  
  
  This is not something reproducible at least on the few machines I 
  have tried. It is likely related to the data you have in /sys on 
  your system. Can you please run the following command and send the 
  resulting file:
  
  tar -cvzf eeprom.tar.gz /sys/bus/i2c/drivers/eeprom/
 
 I can't access to this files as root:
 
  11:12:57 enrico@beatrice-sid:~$ sudo tar -cvzf eeprom.tar.gz 
  /sys/bus/i2c/drivers/eeprom/ tar: Removing leading `/' from member 
  names /sys/bus/i2c/drivers/eeprom/ 
  /sys/bus/i2c/drivers/eeprom/module tar: 
  /sys/bus/i2c/drivers/eeprom/uevent: Cannot open: Permission denied
   tar: /sys/bus/i2c/drivers/eeprom/unbind: Cannot open: Permission 
  denied tar: /sys/bus/i2c/drivers/eeprom/bind: Cannot open: 
  Permission denied tar: Exiting with failure status due to previous 
  errors
 

Can you please send me the list of files present in 
/sys/bus/i2c/drivers/eeprom/ on your system ? You should have files in
the form x-.

Do you also have a /sys/bus/i2c/drivers/at24 directory? If yes, can you
please send me a tarball of these files?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#681057: i2c-tools: Error while running decode-dimms

2012-07-14 Thread Enrico Polesel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

On 07/10/2012 04:14 PM, Aurelien Jarno wrote:
 On Tue, Jul 10, 2012 at 12:24:57PM +0200, Enrico Polesel wrote:
 Package: i2c-tools Version: 3.1.0-1 Severity: grave 
 Justification: renders package unusable
 
 This package contains many more than only decode-dimms. Are the 
 others binaries also broken? If not I don't think the package can 
 be called unusable.
 

I don't know the name of other binaries provided by i2c-tools, can you
give me some examples?

 Dear Maintainer, when I run $ decode-dimms I get this error:
 12:21:03 enrico@beatrice-sid:~$ decode-dimms # decode-dimms 
 version 5929 (2011-02-16 14:58:38 +0100)
 
 Memory Serial Presence Detect Decoder By Philip Edelbrock, 
 Christian Zuckschwerdt, Burkart Lingner, Jean Delvare, Trent 
 Piepho and others Can't use string () as a HASH ref while 
 strict refs in use at /usr/bin/decode-dimms line 1783.
 
 
 This is not something reproducible at least on the few machines I 
 have tried. It is likely related to the data you have in /sys on 
 your system. Can you please run the following command and send the 
 resulting file:
 
 tar -cvzf eeprom.tar.gz /sys/bus/i2c/drivers/eeprom/

I can't access to this files as root:

 11:12:57 enrico@beatrice-sid:~$ sudo tar -cvzf eeprom.tar.gz 
 /sys/bus/i2c/drivers/eeprom/ tar: Removing leading `/' from member 
 names /sys/bus/i2c/drivers/eeprom/ 
 /sys/bus/i2c/drivers/eeprom/module tar: 
 /sys/bus/i2c/drivers/eeprom/uevent: Cannot open: Permission denied
  tar: /sys/bus/i2c/drivers/eeprom/unbind: Cannot open: Permission 
 denied tar: /sys/bus/i2c/drivers/eeprom/bind: Cannot open: 
 Permission denied tar: Exiting with failure status due to previous 
 errors

What can I do?

Thanks
Enrico


 
 Aurelien
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJP/pWEAAoJEKsWbBn2curH1zYP/jhZAJz1PD78hhGrZW8oDCtA
hpLx6oydWBR2BTAear+P6xmvJvHj2KNXcD7NyEvyh/RBR6OrJ7wKVOxsNmyGKhMW
/aeYp26oZtRqRBlUeDHESwW+xLpgtoYmMTbPJ/gApOddm10WVtH21SImy17TBevV
/KLwDLKyfIhHyFqlIKFtOzWtOABx7ynw02m5GLuVfb2JBNL42BHk161szN9JWOit
AeB4p6SXIELdl1nDlLIssUjLiIqTjf0XThftZIJUpsuogbjc/SvlGp/xaE6p9mqZ
FFQSCYa2j96xCUHWIUprtJ6YoF7nmsrnNofflspowh+WqqW1kSsxe7oDuaiAWTeP
E93ckGnTRDYc0In2QpJGlxr3vzhOVWf6kgdHxlqxohbDbb54vUP4HNoab4sfwGXz
IOPT9FCiuSbyt0nlIrR24LAz0E+fZ8WvuFJedaoyMPv6a+c2BLBM2kCL3DaRYn9r
Xrtmc5Lwa5jxjJabQP+qHlb75xiLXVk6U3qm+rO4i90rPgyZO0RmNzLk/KtHwdH6
XgIZraAp5NuYUoCxYuTdD5GMg0DqReaicrc5YDQeU0+gzl875a4/h+miv2Twd1Sm
HixJ6DW0LJkX4G6U8B2qTpZgIbCGbzdmLjr45KmK3yJCEXRN7N2x2aIUaZwNZW0G
Mt3CmOfP7/yAvHL6sOUr
=4Gbf
-END PGP SIGNATURE-




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



Processed: found 681113 in eglibc/2.13-33

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

 found 681113 eglibc/2.13-33
Bug #681113 [libc0.1] libpthread breaks pipe buffer
Marked as found in versions eglibc/2.13-33.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681113
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#678773: marked as done (subcommander: FTBFS: ../../svn/WcStatus.cpp:28:41: error: invalid conversion from 'const svn_wc_entry_t*' to 'svn_wc_entry_t*' [-fpermissive])

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 10:32:21 +
with message-id e1spze9-j6...@franck.debian.org
and subject line Bug#678773: fixed in subcommander 2.0.0~b5p2-5
has caused the Debian Bug report #678773,
regarding subcommander: FTBFS: ../../svn/WcStatus.cpp:28:41: error: invalid 
conversion from 'const svn_wc_entry_t*' to 'svn_wc_entry_t*' [-fpermissive]
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.)


-- 
678773: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678773
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: subcommander
Version: 2.0.0~b5p2-4
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120624 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 g++ -DHAVE_CONFIG_H -I. -I../../svn -I..  -DLINUX=2 -D_REENTRANT 
 -D_GNU_SOURCE -I.. -I/usr/include/subversion-1  -I/usr/include/apr-1.0 
 -Wno-deprecated   -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
 -Werror=format-security -Wall -Wno-deprecated -I/«PKGBUILDDIR» -c -o 
 WcStatus.o ../../svn/WcStatus.cpp
 ../../svn/WcStatus.cpp: In constructor 'svn::WcStatus::WcStatus(const 
 sc::String, svn_wc_status2_t*)':
 ../../svn/WcStatus.cpp:28:41: error: invalid conversion from 'const 
 svn_wc_entry_t*' to 'svn_wc_entry_t*' [-fpermissive]
 In file included from ../../svn/WcStatus.cpp:12:0:
 ../../svn/WcEntry.h:41:3: error:   initializing argument 1 of 
 'svn::WcEntry::WcEntry(svn_wc_entry_t*)' [-fpermissive]
 make[4]: *** [WcStatus.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/06/24/subcommander_2.0.0~b5p2-4_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


---End Message---
---BeginMessage---
Source: subcommander
Source-Version: 2.0.0~b5p2-5

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

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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Luberda rob...@debian.org (supplier of updated subcommander 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: Sun, 24 Jun 2012 16:42:29 +0200
Source: subcommander
Binary: subcommander subcommander-doc
Architecture: source i386 all
Version: 2.0.0~b5p2-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Robert Luberda rob...@debian.org
Description: 
 subcommander - Graphical client for Subversion
 subcommander-doc - User guide for subcommander
Closes: 678773
Changes: 
 subcommander (2.0.0~b5p2-5) unstable; urgency=low
 .
   * Orphaning package, maintainer set to Debian QA Group.
   * Add 97-FTBFS-gcc4.7.patch to fix build failure with g++ 4.7
 (closes: #678773).
Checksums-Sha1: 
 886833618ca6dbee5da150cac9f1a1134a1fca63 1436 subcommander_2.0.0~b5p2-5.dsc
 89ee44e33dfab7a342749c5de6afd5b73b157d27 19267 
subcommander_2.0.0~b5p2-5.debian.tar.gz
 2985f40e4274cdb72b9b8546944e5bfbd772a599 1394730 
subcommander_2.0.0~b5p2-5_i386.deb
 327a721484387c056d51d73da19d68ab24f488dc 860378 
subcommander-doc_2.0.0~b5p2-5_all.deb
Checksums-Sha256: 
 d59cf3366c021cbad10bb4b0d7ecf8936559f6dcd967ee79576ea14ae2866be8 1436 
subcommander_2.0.0~b5p2-5.dsc
 a3fdbd982dc89d591505de55177a32837a53fe1f3556bb5e50b5a80c2d7a2613 19267 
subcommander_2.0.0~b5p2-5.debian.tar.gz
 5d0d311276cb2122e40a9ac765e7c9f3fb4f97032eef90d40472847a650287e6 1394730 
subcommander_2.0.0~b5p2-5_i386.deb
 492fba121dbaabfec0b6d64ec245e4807e6ebb55cdc08b9e3c0a7e84b19464ef 860378 
subcommander-doc_2.0.0~b5p2-5_all.deb
Files: 
 0a400f6f64c5535f4a31c1e6bfb6b1b2 1436 vcs optional 
subcommander_2.0.0~b5p2-5.dsc
 ff3a93d56f52df2147a847b37c041ec4 19267 vcs optional 
subcommander_2.0.0~b5p2-5.debian.tar.gz
 

Bug#681567: opennebula-common: fails to install, purge, and install again

2012-07-14 Thread Andreas Beckmann
Package: opennebula-common
Version: 3.4.1-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install,
remove+purge, and install again.

Like a plain failure on initial install this makes the package too buggy
for a release, thus the severity.

This is often a problem with the home directory of a system user:
the user is not deleted during purge (which is fine), but the home
directory is removed. Since the user already exists on the next
installation, adduser won't recreate the home.

From the attached log (scroll to the bottom...):

  Selecting previously unselected package opennebula-common.
  (Reading database ... 6819 files and directories currently installed.)
  Unpacking opennebula-common (from .../opennebula-common_3.4.1-3_all.deb) ...
  Setting up opennebula-common (3.4.1-3) ...
  mkdir: cannot create directory `/var/lib/one/.ssh': No such file or directory
  dpkg: error processing opennebula-common (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   opennebula-common


cheers,

Andreas


opennebula-common_3.4.1-3.log.gz
Description: GNU Zip compressed data


Bug#681568: amanda-server: removal makes directory disappear: /var/log/amanda/

2012-07-14 Thread Andreas Beckmann
Package: amanda-server
Version: 1:3.3.1-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts replaces-without-breaks

Hi,

during a test with piuparts I noticed your package causes
removal of files that also belong to another package.

From the attached log (scroll to the bottom...):

0m29.2s ERROR: FAIL: After purging files have disappeared:
  /var/log/amanda/   owned by: amanda-server

Since that directory is owned by amanda-server, it must have existed
before the package was installed.

Since this directory seems to be shared by several packages
* all of them should ship it (probably empty)
* none should create it manually
* none should run 'rm -rf' on it (but only on the contents specific to
  the package)

cheers

Andreas


amanda-server_1:3.3.1-3.log.gz
Description: GNU Zip compressed data


Bug#681570: gammatest: liblept.so.1: cannot open shared object file: No such file or directory

2012-07-14 Thread Jonathan Nieder
Package: libleptonica
Version: 1.69-3
Severity: serious
Justification: breaks partial upgrades (policy §3.5)
Tags: patch

As mentioned at [1], if I upgrade libleptonica and then try to run
tesseract or an example program from leptonica-progs, I get errors:

 $ gammatest
 gammatest: error while loading shared libraries: liblept.so.1: cannot open 
shared object file: No such file or directory

That's because libleptonica in wheezy does not contain liblept.so.1.
Declaring Breaks against packages from squeeze that link to
liblept.so.1 fixes it.

Another patch that solves the same problem is at [2].  This patch is
less invasive so I would like to use it first; the release team will
let us know if [2] is worth pursuing later.  I'll be filing a bug with
another patch (about shlibs) and then putting up the source package on
Alioth in case the patches already look ok and you'd like an NMU.  If
you have time to modify the changelog and make an upload under your
name, that would be even better.

Hope that helps,
Jonathan

[1] http://bugs.debian.org/680674

 debian/changelog |8 
 debian/control   |1 +
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bb11b3c8..fa541b31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+leptonlib (1.69-3.1) local; urgency=low
+
+  * Add Breaks relations to prevent libleptonica from satisfying
+dependencies by packages in squeeze and producing liblept.so.1:
+cannot open shared object file errors.
+
+ -- Jonathan Nieder jrnie...@gmail.com  Sat, 14 Jul 2012 05:41:18 -0500
+
 leptonlib (1.69-3) unstable; urgency=low
 
   * Get ready for libpng transition (closes: #662392)
diff --git a/debian/control b/debian/control
index 438e1b09..34611b99 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Package: libleptonica
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: leptonica-progs ( 1.69~), tesseract-ocr ( 3.02.01-4~)
 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
-- 
1.7.10.4




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



Processed: severity of 680903 is serious

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

 severity 680903 serious
Bug #680903 [python-rpy] needs tighter dependency on R
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680903
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#681263: Not sure

2012-07-14 Thread Adam Borowski
On Sat, Jul 14, 2012 at 12:54:00AM -0600, G. Pablo Vanwoerkom wrote:
 Well, I did install compiz manually and since it didn't have make
 uninstall, I had to uninstall manually as well.
 
 However, I think this behavior was my motivation to try to install compiz
 manually. Anyways, I removed all mentions of compiz from my system, purged
 compiz from synaptic, and installed again.
 
 If there is more info you would need, let me know!

Well, but does it work now?

I did not manage to reproduce this bug using libdecoration0 and
compiz-plugins from unstable, and symbols look right.

If it still doesn't work for you, could you run nm -D
/usr/lib/libdecoration0.so.0.0.0|grep decor_property_to_quads?  Is that
symbol present?


-- 
Copyright and patents were never about promoting culture and innovations;
from the very start they were legalized bribes to give the king some income
and to let businesses get rid of competition.  For some history, please read
https://en.wikipedia.org/wiki/Statute_of_Monopolies_1623



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



Bug#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

2012-07-14 Thread Dirk Eddelbuettel

Luca,

On 14 July 2012 at 11:48, Luca Falavigna wrote:
| tags 679180 + patch
| thanks
| 
| 
| Passing perl = TRUE parameter to sub function seems enough to fix the 
problem:

Thank you __so much__ for digging through this!

R comes with three regexp engines (three, as the count goes: old pre-POSIX,
POSIX [ and both those from libc as I recall] plus pcre).  Obviously the
default is broken and switching to pcre helps.

I am just a little worried that maybe we get a side effect on other
systems. Shall we maybe protect this by an architecture test? What does this
say on these arm* machines?

R Sys.info()
 sysname
  release  version 
 Linux   
3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 
nodename
  machinelogin 
   max
 x86_64unknown 
user   
effective_user 
   edd
edd 
R Sys.info()[machine]
 machine 
x86_64 
 
On the other hand, the use inside the install should be fine ...

Dirk

|  mconf - readLines(file.path(R.home(),
| +  paste0(etc, Sys.getenv(R_ARCH)),
| +  Makeconf))
|  SHLIB_EXT - sub(.*= , , grep(^SHLIB_EXT, mconf, value = TRUE), perl 
= TRUE)
|  SHLIB_LIBADD - sub(.*= , , grep(^SHLIB_LIBADD, mconf, value = TRUE), 
perl = TRUE)
|  SHLIB_EXT
| [1] .so
|  SHLIB_LIBADD
| [1] 
| 
| I'm attaching a patch, which hopefully should be OK as workaround for this 
bug.
| xuntyped binary data, 679180.patch   [Click mouse-2 
t3483.633873483.633873483.63387o save to a file]

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.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: libleptonica: shlibs computes wrong dependency

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

 # breaks partial upgrades (policy §3.5)
 severity 681574 serious
Bug #681574 [libleptonica] libleptonica: shlibs computes wrong dependency
Severity set to 'serious' from 'important'
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
681574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681574
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#666647: Still cannot use LaTeX with cyrillic symbols

2012-07-14 Thread Anton Zinoviev
On Sat, Jul 14, 2012 at 12:16:32AM +0200, Francesco Poli wrote:
 
  Both of the current RC bugs against scalable-cyrfonts seem to be 
  related to the
  -tex binary package.  If the binary package isn't needed any more (as 
  the above
  suggests), maybe it should just be dropped?
 Maybe... I am not sure, though.
 Anyway, I am just a (former) user: let's wait for the package
 maintainer's reply...

The maintainer listens, but he doesn't know what to reply...

When the maintainter created this package many years ago (that was me) 
there was no such conflict and the font names of the package were 
compliant with the font name guidelines used by the TeX community.

http://tug.org/fontname/html/

As far as I know, at that time no TeX font conflicted with these names 
and in particular no Debian package shipped fonts with conflicting font 
names.

A long time passed since then.  I no longer feel myself competent to 
either assess properly the present conflict or to be sure I am 
implementing the right solution.

Dropping scalable-cyrfonts-tex is not something desirable.  This package 
provides several styles whose effect (I think) is not achievable without 
this package.  I mean styles such as cyrtimes, cyrbookman, cyrnewcent, 
cyrpalatino, teams.

Anton Zinoviev





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



Processed: Re: tesseract: libleptonica - liblept3 transition

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

 retitle 680598 tesseract: please drop hardcoded libleptonica dependency
Bug #680598 [src:tesseract] tesseract: libleptonica - liblept3 transition
Changed Bug title to 'tesseract: please drop hardcoded libleptonica dependency' 
from 'tesseract: libleptonica - liblept3 transition'
 block 680598 by 681574
Bug #680598 [src:tesseract] tesseract: please drop hardcoded libleptonica 
dependency
680598 was blocked by: 664176
680598 was not blocking any bugs.
Added blocking bug(s) of 680598: 681574
 unblock 680598 by 664176
Bug #680598 [src:tesseract] tesseract: please drop hardcoded libleptonica 
dependency
680598 was blocked by: 681574 664176
680598 was not blocking any bugs.
Removed blocking bug(s) of 680598: 664176

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
680598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680598
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#680586: Acknowledgement (pm-utils: HP 625 fails to wake up from suspend)

2012-07-14 Thread Julien Cristau
reassign 680586 linux
severity 680586 normal
kthxbye

On Thu, Jul 12, 2012 at 05:36:24 +0200, Daniel Koch wrote:

 I have figured out that the wake up only fails if i have pluged my external 
 screen via HDMI to the laptop. I am using the radeon drivers.
 
Doesn't sound like a pm-utils bug then.  Please attach your full dmesg
and lspci -nn to this bug.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#680586: Acknowledgement (pm-utils: HP 625 fails to wake up from suspend)

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

 reassign 680586 linux
Bug #680586 [pm-utils] pm-utils: HP 625 fails to wake up from suspend
Bug reassigned from package 'pm-utils' to 'linux'.
No longer marked as found in versions pm-utils/1.4.1-9.
Ignoring request to alter fixed versions of bug #680586 to the same values 
previously set
 severity 680586 normal
Bug #680586 [linux] pm-utils: HP 625 fails to wake up from suspend
Severity set to 'normal' from 'critical'
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
680586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680586
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#676229: gnustep-make: should depend on a chosen version of gobjc, not just gobjc

2012-07-14 Thread Jeroen Dekkers
Am I missing something that still needs to be done or is this bug
fixed by the upload of gnustep-base 1.22.1-3 and can be closed?

Kind regards,

Jeroen Dekkers



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



Bug#681581: nipype: FTBFS: IOError: [Errno 2] No such file or directory: '/tmp/test_engine_o6vea6/pipe/mod1/result_mod1.pklz'

2012-07-14 Thread Jakub Wilk

Source: nipype
Version: 0.5.3-2
Severity: serious
Justification: fails to build from source

nipype FTBFS:
| ==
| ERROR: Failure: IOError ([Errno 2] No such file or directory: 
'/tmp/test_engine_o6vea6/pipe/mod1/result_mod1.pklz')
| --
| Traceback (most recent call last):
|   File /usr/lib/python2.7/dist-packages/nose/loader.py, line 231, in 
generate
| for test in g():
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/plugins/tests/test_multiproc.py,
 line 42, in test_run_multiproc
| execgraph = pipe.run(plugin=MultiProc)
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/engine.py,
 line 519, in run
| runner.run(execgraph, updatehash=updatehash, config=self.config)
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/plugins/base.py,
 line 179, in run
| slots=slots, graph=graph)
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/plugins/base.py,
 line 252, in _send_procs_to_workers
| self.procs[jobid].num_subnodes()  1:
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/engine.py,
 line 1680, in num_subnodes
| self._get_inputs()
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/engine.py,
 line 1690, in _get_inputs
| super(MapNode, self)._get_inputs()
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/engine.py,
 line 1188, in _get_inputs
| results = loadpkl(results_file)
|   File 
/build/nipype-1M7AXB/nipype-0.5.3/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/utils/filemanip.py,
 line 395, in loadpkl
| pkl_file = gzip.open(infile, 'rb')
|   File /usr/lib/python2.7/gzip.py, line 34, in open
| return GzipFile(filename, mode, compresslevel)
|   File /usr/lib/python2.7/gzip.py, line 89, in __init__
| fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
| IOError: [Errno 2] No such file or directory: 
'/tmp/test_engine_o6vea6/pipe/mod1/result_mod1.pklz'
|   begin captured logging  
| workflow: INFO: ['check', 'execution', 'logging']
| workflow: INFO: Running in parallel.
| workflow: INFO: Submitting 1 jobs
| -  end captured logging  -
|
| --
| Ran 1334 tests in 12.259s
|
| FAILED (SKIP=76, errors=1)
| make: *** [install/python-nipype] Error 1
| dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
2

--
Jakub Wilk



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



Processed: severity of 681537 is serious

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

 # Policy 3.5
 severity 681537 serious
Bug #681537 [pyparsing] pyparsing: Use python3:Depends for python3 module
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681537
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#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

2012-07-14 Thread Luca Falavigna
2012/7/14 Dirk Eddelbuettel e...@debian.org:
 We could also use substr(..., 1, 3) as in
 R substr( Sys.info()[machine], 1, 3)
 machine
   x86
 R substr( Sys.info()[machine], 1, 3) == arm
 machine
   FALSE
 R

I got this on the failing machine, so at least this simple match is performed:
 substr( Sys.info()[machine], 1, 3) == arm
machine
   TRUE

 Maybe that last one is best?

I think this is preferable, as I'm not sure armv7l and armv5tel
are the only machine strings we can expect from buildds.



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



Processed: severity of 681553 is important

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

 severity 681553 important
Bug #681553 [linux-image-3.2.0-3-686-pae] linux-image-3.2.0-3-686-pae: getting 
ata1: hard resetting link and computer freezes
Severity set to 'important' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681553: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681553
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#681582: glance: FTBFS: RuntimeError: Command ./bin/glance-control api start /tmp/test.69432/etc/api.conf --pid-file=/tmp/test.69432/api.pid --capture-output --await-child=1 did not succeed. Return

2012-07-14 Thread Jakub Wilk

Source: glance
Version: 2012.1.1-1
Severity: serious
Justification: fails to build from source

glance FTBFS:
| bash run_tests.sh -N
| TestApi
| test_delete_not_existingOK
| test_duplicate_image_upload OK
| test_filtered_imagesOK
| test_get_head_simple_post   OK
| test_limited_images OK
| test_ordered_images OK
| test_queued_process_flowOK
| test_size_greater_2G_mysql  OK
| test_traceback_not_consumed OK
| test_unsupported_default_store  ERROR
| test_version_variations OK
| TestBinGlance
| test_add_clear  OK
| test_add_copying_from   OK
| test_add_list_delete_list   OK
| test_add_list_update_list   OK
| test_add_location_with_checksum OK
| test_add_location_without_checksum  OK
| test_add_no_nameOK
| test_add_with_location  OK
| test_add_with_location_and_id   OK
| test_add_with_location_and_stdinOK
| test_add_with_owner_admin   OK
| test_add_with_owner_non_admin   OK
| test_killed_image_not_in_index  OK
| test_protected_imageOK
| test_results_filtering  OK
| test_results_pagination OK
| test_results_sortingOK
| test_show_image_format  OK
| test_update_copying_fromOK
| test_update_locationOK
| TestBinGlanceAuth
| test_index_with_https_auth  OK
| TestBinGlanceCacheManage
| test_cache_indexOK
| test_no_cache_enabled   OK
| test_queue  OK
| TestImageCacheManageSqlite
| test_cache_manage_delete_cached_images  OK
| test_cache_manage_get_cached_images OK
| test_queue_and_prefetch OK
| test_user_not_authorizedOK
| TestImageCacheManageXattr
| test_cache_manage_delete_cached_images  OK
| test_cache_manage_get_cached_images OK
| test_queue_and_prefetch OK
| test_user_not_authorizedOK
| TestImageCacheSqlite
| test_cache_middleware_transparent   OK
| test_cache_remote_image OK
| TestImageCacheXattr
| test_cache_middleware_transparent   OK
| test_cache_remote_image OK
| TestClientExceptions
| test_expectation_failed OK
| test_rate_limited   OK
| test_rate_limited_retry OK
| test_server_error   OK
| test_service_unavailableOK
| test_service_unavailable_retry  OK
| TestClientRedirects
| test_get_with_max_redirects OK
| test_get_with_one_redirect  OK
| test_get_with_one_redirect_query_string OK
| test_get_without_redirect   OK
| test_post_redirect  OK
| test_redirect_to_new_host   OK
| TestCopyToFile
| test_copy_from_file OK
| test_copy_from_http OK
| test_copy_from_s3   SKIP: 
GLANCE_TEST_S3_CONF environ not set.
| test_copy_from_swiftSKIP: 
GLANCE_TEST_SWIFT_CONF environ not set.
| TestLogging
| test_logrotate  OK
| test_no_verbose_no_debugOK
| test_verbose_debug 

Processed: Re: Please drop libggi support

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

 # Moritz Muehlenhoff wrote:
 #
 #  libggi is scheduled for removal in Wheezy:
 #tags 680238 +notsqueeze
 tags 680238 + wheezy sid experimental
Bug #680238 {Done: Aron Xu a...@debian.org} [zhcon] Please drop libggi support
Added tag(s) sid, wheezy, and experimental.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
680238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680238
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#681583: python-blist: empty package

2012-07-14 Thread Jakub Wilk

Package: python-blist
Version: 1.3.4-1
Severity: grave
Justification: renders package unusable

The binary package is virtually empty:

$ dpkg -c python-blist_1.3.4-1_i386.deb
drwxr-xr-x root/root 0 2012-05-06 15:23 ./
drwxr-xr-x root/root 0 2012-05-06 15:23 ./usr/
drwxr-xr-x root/root 0 2012-05-06 15:23 ./usr/share/
drwxr-xr-x root/root 0 2012-05-06 15:23 ./usr/share/doc/
drwxr-xr-x root/root 0 2012-05-06 15:23 ./usr/share/doc/python-blist/
-rw-r--r-- root/root   141 2012-04-17 22:36 
./usr/share/doc/python-blist/changelog.Debian.gz
-rw-r--r-- root/root  8233 2012-04-25 00:42 
./usr/share/doc/python-blist/copyright
-rw-r--r-- root/root  2440 2011-01-31 00:10 
./usr/share/doc/python-blist/README.rst.gz


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

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

--
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#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

2012-07-14 Thread Julien Cristau
On Sat, Jul 14, 2012 at 08:11:20 -0500, Dirk Eddelbuettel wrote:

 We could try
 
 R Sys.info()[machine] %in% c(armv7l, armv5tel)
 [1] FALSE
 
There's more possible values for uname -m, please don't make it too
specific.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#681584: python-colorama: missing dependency on python

2012-07-14 Thread Jakub Wilk

Package: python-colorama
Version: 0.2.4-1
Severity: serious
Justification: Policy 3.5

python-colorama doesn't depend on python.

--
Jakub Wilk



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



Processed: Re: xserver-xorg-video-glamo: doesn't install

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

 # Gabriele Giacone wrote:
 #
 #  Package: xserver-xorg-video-glamo
 #
 # based on date (-2 was never uploaded)
 found 614396 xf86-video-glamo/0.0.0+20091108.git9918e082-1
Bug #614396 {Done: Timo Jyrinki timo.jyri...@iki.fi} 
[xserver-xorg-video-glamo] xserver-xorg-video-glamo: doesn't install
Marked as found in versions xf86-video-glamo/0.0.0+20091108.git9918e082-1.
 # affects squeeze?  see http://bugs.debian.org/585436

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
614396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614396
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#679180: FTBFS on arm*: SHLIB_LIBADD: No such file or directory

2012-07-14 Thread Dirk Eddelbuettel

On 14 July 2012 at 15:48, Julien Cristau wrote:
| On Sat, Jul 14, 2012 at 08:11:20 -0500, Dirk Eddelbuettel wrote:
| 
|  We could try
|  
|  R Sys.info()[machine] %in% c(armv7l, armv5tel)
|  [1] FALSE
|  
| There's more possible values for uname -m, please don't make it too
| specific.

All in agreement then -- and I shall prepare a 2.15.1-2 upload with Luca's
__much appreciated__ patch to sub(), conditional on machine being arm
(using the substr test).

Dirk

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.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: libgtk-3-0: Broken text rendering

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

 # Sven Arvidsson wrote:
 #  On Tue, 2012-04-03 at 17:19 +0200, Michael Biebl wrote:
 #
 #  Most likely a duplicate of the bug that was triggered by the libcairo2
 #  update.
 # 
 #  Could you downgrade libcairo to the wheezy version and report back, 
 please.
 # 
 #  Indeed, downgrading cairo and everything is working fine again!
 #tags 667040 +notsqueeze
 tags 667040 + wheezy sid experimental
Bug #667040 [xorg-server] libgtk-3-0: Broken text rendering
Added tag(s) sid, wheezy, and experimental.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
667040: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667040
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#681586: python-recoll: missing dependency on python

2012-07-14 Thread Jakub Wilk

Package: python-recoll
Version: 1.17.3-1
Severity: serious
Justification: Policy 3.5

python-recoll doesn't depend on python. From the build log:

dh_gencontrol
dpkg-gencontrol: warning: Depends field of package python-recoll: unknown 
substitution variable ${python:Depends}

Indeed, you didn't call any helper that would generate this dependency. 
(Given that you build-depend on python-all-dev (= 2.6.6-3~), you 
probably want to call dh_python2.)



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

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

--
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#681057: i2c-tools: Error while running decode-dimms

2012-07-14 Thread Enrico Polesel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

On 07/14/2012 11:14 AM, Aurelien Jarno wrote:
 On Thu, Jul 12, 2012 at 11:14:45AM +0200, Enrico Polesel wrote:
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 Hi
 
 On 07/10/2012 04:14 PM, Aurelien Jarno wrote:
 On Tue, Jul 10, 2012 at 12:24:57PM +0200, Enrico Polesel
 wrote:
 Package: i2c-tools Version: 3.1.0-1 Severity: grave 
 Justification: renders package unusable
 
 This package contains many more than only decode-dimms. Are the
  others binaries also broken? If not I don't think the package
 can be called unusable.
 
 
 I don't know the name of other binaries provided by i2c-tools,
 can you give me some examples?
 
 # dpkg -L i2c-tools | grep bin /usr/sbin /usr/sbin/i2cset 
 /usr/sbin/i2cdetect /usr/sbin/i2cget /usr/sbin/i2cdump /usr/bin 
 /usr/bin/decode-dimms /usr/bin/decode-edid /usr/bin/decode-vaio 
 /usr/bin/ddcmon
 

I try some of this and I have problems only with decode-dimms

 Dear Maintainer, when I run $ decode-dimms I get this error:
 12:21:03 enrico@beatrice-sid:~$ decode-dimms # decode-dimms
  version 5929 (2011-02-16 14:58:38 +0100)
 
 Memory Serial Presence Detect Decoder By Philip Edelbrock,
  Christian Zuckschwerdt, Burkart Lingner, Jean Delvare,
 Trent Piepho and others Can't use string () as a HASH ref
 while strict refs in use at /usr/bin/decode-dimms line
 1783.
 
 
 This is not something reproducible at least on the few machines
 I have tried. It is likely related to the data you have in /sys
 on your system. Can you please run the following command and
 send the resulting file:
 
 tar -cvzf eeprom.tar.gz /sys/bus/i2c/drivers/eeprom/
 
 I can't access to this files as root:
 
 11:12:57 enrico@beatrice-sid:~$ sudo tar -cvzf eeprom.tar.gz 
 /sys/bus/i2c/drivers/eeprom/ tar: Removing leading `/' from
 member names /sys/bus/i2c/drivers/eeprom/ 
 /sys/bus/i2c/drivers/eeprom/module tar: 
 /sys/bus/i2c/drivers/eeprom/uevent: Cannot open: Permission
 denied tar: /sys/bus/i2c/drivers/eeprom/unbind: Cannot open:
 Permission denied tar: /sys/bus/i2c/drivers/eeprom/bind: Cannot
 open: Permission denied tar: Exiting with failure status due to
 previous errors
 
 
 Can you please send me the list of files present in 
 /sys/bus/i2c/drivers/eeprom/ on your system ? You should have files
 in the form x-.

This is the terminal output:
 16:16:36 enrico@beatrice-sid:~$ ls -la
 /sys/bus/i2c/drivers/eeprom/ total 0 drwxr-xr-x 2 root root0
 Jul 14 16:13 . drwxr-xr-x 4 root root0 Jul 14 16:13 .. 
 --w--- 1 root root 4096 Jul 14 16:14 bind lrwxrwxrwx 1 root
 root0 Jul 14 16:14 module - ../../../../module/eeprom 
 --w--- 1 root root 4096 Jul 14 16:13 uevent --w--- 1 root
 root 4096 Jul 14 16:14 unbind

 
 Do you also have a /sys/bus/i2c/drivers/at24 directory? If yes, can
 you please send me a tarball of these files?

I don't have this directory:
 16:18:06 enrico@beatrice-sid:~$ ls -la /sys/bus/i2c/drivers/ total
 0 drwxr-xr-x 4 root root 0 Jul 14 16:13 . drwxr-xr-x 4 root root 0
 Jul 14 15:51 .. drwxr-xr-x 2 root root 0 Jul 14 16:17 dummy 
 drwxr-xr-x 2 root root 0 Jul 14 16:13 eeprom

Enrico

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJQAX++AAoJEKsWbBn2curHMNQP/2PNW5uejKjP/AOTQibpURgn
e8urn+q0a49Wdkgg/5iUs9IO81Y1Fj5z8hGE2qmBKAaA5awowF3A3xLWcC5X3O+i
9hM0jkERbXNHC5hT8rMdOJXci4mAneAdb7fSZFv/OK9LXKILroGCl1BY4P4qZE26
hmL1gzCGeqCwHoUTY/D2OJVgmHvGMOMDbiXFMBIIBVwp9Gjnb8eRwC9rtG4kdxKY
i2iqZryBM5FFj1Ukc0rphaV9856F96xd5kOV1QivgTiLFRr9tlVMyL+ksFenYLFd
CBRP/FYP6eCzd3FpJVRjs/IEuuMBgst9B2NFNtEDTS3HaLu/HG0BH5DOlECiVHRM
ILnB0mNGL9zDtZAvz3UcBmWowbXKNMfd3vfJPyyCQNq3Q0luz//4MFtGD0WiMSqB
0UUakZPYHubIkybz3Or5ZJ9gMRg19ttw6O66JTYYYcjBs6qmqN6btcj1gehuXwB8
h5F1xtmlZf+hilOs7MqLzjEi7QzS6B1OTmg668p+vyoYOJbkOcU0Kbmpa/9MZYzU
BwN98QK3sOzp58X26QE0L2j/Ybl72iiplv2jHZZmc8nzwTAQZxPDXQ/Sz1aQJvQx
v3UGR6UH4TP7hjC+G0SB5C/7Q9p1hTdPqBWO8cTK6dJJD7Y9wApgMmP4U/33VB1v
TWQS6QIfwZQl6Jigfr9S
=9xam
-END PGP SIGNATURE-



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



Bug#681587: python-guestfs: missing dependency on python

2012-07-14 Thread Jakub Wilk

Package: python-guestfs
Version: 1:1.18.5-1
Severity: serious
Justification: Policy 3.5

python-guestfs doesn't depend on python. Perhaps is has something to do 
with this part of the build log:


dpkg-gencontrol: warning: Depends field of package python-guestfs: unknown 
substitution variable ${python:Depends}


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

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

--
Jakub Wilk



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



Processed: Re: xine-ui: fatal error: curl/types.h: No such file or directory

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

 # Aurelien Jarno wrote:
 #
 #  xine-ui currently FTBFS on sid, as it tries to include curl/types.h
 #  which has been removed (see bug#636457):
 #
 # though not in squeeze.
 #tags 638379 +notsqueeze
 tags 638379 + wheezy sid experimental
Bug #638379 {Done: li...@youmustbejoking.demon.co.uk} [xine-ui] xine-ui: 
fatal error: curl/types.h: No such file or directory
Added tag(s) sid, wheezy, and experimental.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
638379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638379
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: FTBFS: fatal error: curl/types.h: No such file or directory

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

 # Aurelien Jarno wrote:
 #
 #  octave3.2 currently FTBFS on sid, as it tries to include curl/types.h
 #  which has been removed (see bug#636457):
 #
 # ... but not in squeeze, luckily.
 #tags 637787 +notsqueeze
 tags 637787 + wheezy sid experimental
Bug #637787 {Done: Thomas Weber twe...@debian.org} [octave3.2] FTBFS: fatal 
error: curl/types.h: No such file or directory
Added tag(s) sid, wheezy, and experimental.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
637787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637787
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: your mail

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

 tag 654475 + pending
Bug #654475 [hotssh] Doesn't contain source for waf binary code
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
654475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654475
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#681588: exception: django.contrib.syndication.views import feed: no module named 'feed'

2012-07-14 Thread Jonathan Wiltshire
Package: django-notification
Version: 0.1.5-1
Severity: grave
Tags: patch
Justification: renders package unusable

The attached patch changes 'import feed' to 'import Feed', and then
the module behaves as expected.



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

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Subject: properly import django.contrib.syndication.views.Feed
 Otherwise an exception is raised when send_now() is called
Author: Jonathan Wiltshire j...@debian.org
Last-update: 2012-07-14

--- django-notification-0.1.5.orig/notification/views.py
+++ django-notification-0.1.5/notification/views.py
@@ -3,7 +3,7 @@
 from django.http import HttpResponseRedirect, Http404
 from django.template import RequestContext
 from django.contrib.auth.decorators import login_required
-from django.contrib.syndication.views import feed
+from django.contrib.syndication.views import Feed
 
 from notification.models import *
 from notification.decorators import basic_auth_required, simple_basic_auth_callback


Processed: Re: xfce4-netload-plugin: FTBFS on kfreebsd-*: os.h:125:28: error: net/ppp_defs.h: No such file or directory

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

 # unconfusing debbugs
 found 621820 xfce4-netload-plugin/1.0.0-1
Bug #621820 {Done: Yves-Alexis Perez cor...@debian.org} 
[xfce4-netload-plugin] xfce4-netload-plugin: Needs to be ported from if_ppp to 
ppp(8) on GNU/kFreeBSD
Bug #624411 {Done: Yves-Alexis Perez cor...@debian.org} 
[xfce4-netload-plugin] xfce4-netload-plugin: Needs to be ported from if_ppp to 
ppp(8) on GNU/kFreeBSD
Marked as found in versions xfce4-netload-plugin/1.0.0-1.
Marked as found in versions xfce4-netload-plugin/1.0.0-1.
 found 621820 xfce4-netload-plugin/1.0.0-2
Bug #621820 {Done: Yves-Alexis Perez cor...@debian.org} 
[xfce4-netload-plugin] xfce4-netload-plugin: Needs to be ported from if_ppp to 
ppp(8) on GNU/kFreeBSD
Bug #624411 {Done: Yves-Alexis Perez cor...@debian.org} 
[xfce4-netload-plugin] xfce4-netload-plugin: Needs to be ported from if_ppp to 
ppp(8) on GNU/kFreeBSD
Marked as found in versions xfce4-netload-plugin/1.0.0-2.
Marked as found in versions xfce4-netload-plugin/1.0.0-2.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
621820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621820
624411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624411
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#679437: I'm about to upload an NMU to fix the copyright issue

2012-07-14 Thread Nicholas Bamber
Phillip,
I only just realized you have picked it up again. Sorry. I should have
subscribed to the package before working on it.

I am sure you can do a better job than me. How you want to play it is
up to you. However I think the best way of keeping brewtarget in wheezy
is for me to bring the NMU forward as fast as possible and hopefully the
release team would accept it in wheezy. That way you have more time to
make the next release and you can throw away or incorporate my changes
as you wish.

On 14/07/12 08:41, Nicholas Bamber wrote:
 Phillip,
   If the copyright issues as per  #679437  are not sorted out, brewtarget
 would  most likely get removed from Debian which would be a shame. I
 have prepared a non-maintainer upload which should fix them but you can
 always do so yourself.
 
 The debdiff is attached. However this gives the misleading impression
 that the offending images have not been removed. I assume debdiff is
 treating them as zero-length files. So I include tardiffs as well.




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



Bug#681589: givaro: uses system include syntax for local header

2012-07-14 Thread Neil Williams
Source: givaro
Version: 3.7.0-2
Severity: serious
Justification: breaks reverse dependencies
Tag: patch

http://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html#Include-Syntax

givaro-3.7.0/src/kernel/gmp++/gmp++.h specifies an include for one of
it's own header files (gmpxx.h) using system include syntax instead of
local include syntax.

This has two effects:

0: If /usr/include/gmp++/gmp++.h exists when givaro is built, that will
be used in preference to the (possibly modified) copy
in ./src/kernel/gmp ++/

1: linbox and other packages which use givaro_check.m4 will fail to
build from source because gmpxx.h cannot be found by the configure
check.

The syntax needs to be changed but also, if givaro used pkg-config,
there would be no need for givaro_check.m4 in the first place.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/

--- /usr/include/gmp++/gmp++.h
+++ /var/cache/pbuilder/build/16013/usr/include/gmp++/gmp++.h
@@ -30,7 +30,7 @@
 
 #if !defined(GMP_VERSION_3)  !defined(GMP_NO_CXX)  !defined(__GIVARO_GMP_VERSION_3)  !defined(__GIVARO_GMP_NO_CXX)
 // gmpxx.h defines __GMP_PLUSPLUS__
-#include gmpxx.h
+#include gmpxx.h
 #endif
 
 #ifdef __GIVARO_GMP_VERSION_3


pgpbC8hAYKLRx.pgp
Description: PGP signature


Bug#679437: I'm about to upload an NMU to fix the copyright issue

2012-07-14 Thread Philip Lee
Nicholas,

Thanks for the help. I was actually just preparing a new package (1.2.5)
and uploading to mentors to fix not only this bug, but also
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679350 which is an
intermittent segfault.

Should I continue on this path (it will be completely ready in another
hour), or should I let you take care of it?

On Sat, Jul 14, 2012 at 10:00 AM, Nicholas Bamber nicho...@periapt.co.ukwrote:

 Phillip,
 I only just realized you have picked it up again. Sorry. I should
 have
 subscribed to the package before working on it.

 I am sure you can do a better job than me. How you want to play it
 is
 up to you. However I think the best way of keeping brewtarget in wheezy
 is for me to bring the NMU forward as fast as possible and hopefully the
 release team would accept it in wheezy. That way you have more time to
 make the next release and you can throw away or incorporate my changes
 as you wish.

 On 14/07/12 08:41, Nicholas Bamber wrote:
  Phillip,
If the copyright issues as per  #679437  are not sorted out,
 brewtarget
  would  most likely get removed from Debian which would be a shame. I
  have prepared a non-maintainer upload which should fix them but you can
  always do so yourself.
 
  The debdiff is attached. However this gives the misleading impression
  that the offending images have not been removed. I assume debdiff is
  treating them as zero-length files. So I include tardiffs as well.






-- 
Philip G. Lee
rocketman...@gmail.com


Bug#679437: I'm about to upload an NMU to fix the copyright issue

2012-07-14 Thread Nicholas Bamber
Phillip,
Certainly you should continue with your upload to mentors. I have to
say if you want tme to upload a full revision I would normally insist on
getting it totally lintian clean which might be too much for the release
team at this stage.



On 14/07/12 16:14, Philip Lee wrote:
 Nicholas,
 
 Thanks for the help. I was actually just preparing a new package (1.2.5)
 and uploading to mentors to fix not only this bug, but
 also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679350 which is an
 intermittent segfault.
 
 Should I continue on this path (it will be completely ready in another
 hour), or should I let you take care of it?
 
 On Sat, Jul 14, 2012 at 10:00 AM, Nicholas Bamber
 nicho...@periapt.co.uk mailto:nicho...@periapt.co.uk wrote:
 
 Phillip,
 I only just realized you have picked it up again. Sorry. I
 should have
 subscribed to the package before working on it.
 
 I am sure you can do a better job than me. How you want to
 play it is
 up to you. However I think the best way of keeping brewtarget in wheezy
 is for me to bring the NMU forward as fast as possible and hopefully the
 release team would accept it in wheezy. That way you have more time to
 make the next release and you can throw away or incorporate my changes
 as you wish.
 
 On 14/07/12 08:41, Nicholas Bamber wrote:
  Phillip,
If the copyright issues as per  #679437  are not sorted out,
 brewtarget
  would  most likely get removed from Debian which would be a shame. I
  have prepared a non-maintainer upload which should fix them but
 you can
  always do so yourself.
 
  The debdiff is attached. However this gives the misleading impression
  that the offending images have not been removed. I assume debdiff is
  treating them as zero-length files. So I include tardiffs as well.
 
 
 
 
 
 
 -- 
 Philip G. Lee
 rocketman...@gmail.com mailto:rocketman...@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#681057: marked as done (i2c-tools: Error while running decode-dimms)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 15:32:43 +
with message-id e1sq4kp-0004t2...@franck.debian.org
and subject line Bug#681057: fixed in i2c-tools 3.1.0-2
has caused the Debian Bug report #681057,
regarding i2c-tools: Error while running decode-dimms
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.)


-- 
681057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681057
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: i2c-tools
Version: 3.1.0-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
when I run $ decode-dimms I get this error:
 12:21:03 enrico@beatrice-sid:~$ decode-dimms
 # decode-dimms version 5929 (2011-02-16 14:58:38 +0100)
 
 Memory Serial Presence Detect Decoder
 By Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner,
 Jean Delvare, Trent Piepho and others
 Can't use string () as a HASH ref while strict refs in use at 
 /usr/bin/decode-dimms line 1783.

Thanks
Enrico

-- 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.2.0-2-amd64 (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

Versions of packages i2c-tools depends on:
ii  adduser  3.113+nmu3
ii  libc62.13-34
ii  perl 5.14.2-12
ii  udev 175-3.1

i2c-tools recommends no packages.

Versions of packages i2c-tools suggests:
pn  libi2c-devnone
pn  python-smbus  none

-- no debconf information


---End Message---
---BeginMessage---
Source: i2c-tools
Source-Version: 3.1.0-2

We believe that the bug you reported is fixed in the latest version of
i2c-tools, which is due to be installed in the Debian FTP archive.

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 681...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated i2c-tools 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: Sat, 14 Jul 2012 17:09:59 +0200
Source: i2c-tools
Binary: i2c-tools libi2c-dev python-smbus
Architecture: source amd64 all
Version: 3.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 i2c-tools  - heterogeneous set of I2C tools for Linux
 libi2c-dev - userspace I2C programming library development files
 python-smbus - Python bindings for Linux SMBus access through i2c-dev
Closes: 681057
Changes: 
 i2c-tools (3.1.0-2) unstable; urgency=low
 .
   * decode-dimms: exit gracefully when no EEPROM are found on the system
 (Closes: #681057).
Checksums-Sha1: 
 3e6a10c62681770482a8685b9237f57f3d6b7337 1178 i2c-tools_3.1.0-2.dsc
 8a141320057a8213c7b7b662e4267336ef5f670e 7363 i2c-tools_3.1.0-2.debian.tar.gz
 7f601037c355e0e2866cd5d5ca37e5e79bfbef9a 61728 i2c-tools_3.1.0-2_amd64.deb
 b61dff7463e2d055885b7f14c2765c1241d84e28 12808 python-smbus_3.1.0-2_amd64.deb
 b2e818509cbfc350331a7cfd87ed1569afc438a9 10546 libi2c-dev_3.1.0-2_all.deb
Checksums-Sha256: 
 4aa19d160ff5d7f779087f2fdbecdd35cb749ae3ae8f4fff5ee7fbf4fdd0909e 1178 
i2c-tools_3.1.0-2.dsc
 01005777eb2ec2b3f514275114d4fa6e495b444d067703d2219269b4b2b4deb2 7363 
i2c-tools_3.1.0-2.debian.tar.gz
 65c70b7831951a18b59cbebd91fef33e39254dc55c1cf70709f086e09463b80c 61728 
i2c-tools_3.1.0-2_amd64.deb
 26404fe7f2ca71f4f19a2c2f9eb6b022dd4d0d0ff85c39606396e663f726a04a 12808 
python-smbus_3.1.0-2_amd64.deb
 aaabf4aea2b6609b1329628384d735f7307c5a43c313a54d123dd122dcee6d7e 10546 
libi2c-dev_3.1.0-2_all.deb
Files: 
 099ae951499f6d67a397d294885dbefc 1178 utils extra i2c-tools_3.1.0-2.dsc
 4117e46866b5f3b53fec77af6e2768b8 7363 utils extra 
i2c-tools_3.1.0-2.debian.tar.gz
 97828832a1967cef7d7b069f1a9cde8d 61728 utils extra i2c-tools_3.1.0-2_amd64.deb
 f4a9500673ec153600770689a14a8c5a 12808 python extra 
python-smbus_3.1.0-2_amd64.deb
 a4cf44975ba46ed62621715f4e8b368e 10546 libdevel extra 
libi2c-dev_3.1.0-2_all.deb

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

iD8DBQFQAY1yw3ao2vG823MRAnzzAJ9mr9XydvF98mnxpcsKpGkMnJccawCePp44
zEngAn7d793x5ZaWZ4JyzYU=
=kzr1
-END PGP 

Bug#678769: givaro: changed API without SONAME bump

2012-07-14 Thread Neil Williams
notfound 678769 1.1.6~rc0-4.2
reassign 678769 src:givaro
affects 678769 linbox
affects 678769 fflas-ffpack
retitle 678769 givaro: changed ABI without SONAME bump
found 678769 3.7.0-2
thanks

Justification: Policy 8.1

Every time the shared library ABI changes in a way that may break
binaries linked against older versions of the shared library, the
SONAME of the library and the corresponding name for the binary package
containing the runtime shared library should change. Normally, this
means the SONAME should change any time an interface is removed from
the shared library or the signature of an interface (the number of
parameters or the types of parameters that it takes, for example) is
changed. This practice is vital to allowing clean upgrades from older
versions of the package and clean transitions between the old ABI and
new ABI without having to upgrade every affected package simultaneously.

The sequence was as follows:

0: givaro 3.2.13 was uploaded on 2012-05-29, the same day that linbox
was NMU'd by doko for a gcc-4.7 FTBFS in linbox. Everything was fine at
this point.

1: On 2012-06-10 - close to the known start of the release freeze for
Wheezy - givaro 3.7.0-1 was uploaded, followed by 3.7.0-2 on
2012-06-21. AFAICT the release team were not asked about either upload,
there was no request to binNMU linbox (it would have failed, had this
been done).

2: givaro migrates into testing on 2012-07-02, despite #678769 being
filed by Lucas on 24 Jun 2012 against linbox because the linbox
maintainer didn't respond to the RC bug or try to work out what was
wrong.

3: givaro doesn't use versioned symbols, so none of this was noticed by
the givaro maintainer. (If a libgivaro0.symbols file was in use in
3.2.13, 3.7.0 would have failed to build for the givaro maintainer,
complaining about missing symbols which *should* have given the hint
that the givaro API had changed).

givaro 3.7.0 has the following diffstat for just one of the public
header files, givinteger.h:

 givinteger.h |  501 ++-
 1 file changed, 361 insertions(+), 140 deletions(-)

This consists, mainly, of moving all of the Class IntegerDom public
declarations inside a new namespace (Givaro::). Namespacing public
functions and classes has the effect of *removing* the symbols as
defined in 3.2.13 and *adding* all the same symbols back again with the
namespace included as part of the symbol. This is an incompatible API
change and requires source code changes in any reverse dependencies
which include the affected header file. In this case, linbox.
Therefore, givaro should have migrated to libgivaro1 at which point the
givaro maintainer would have had to contact the release team for
approval of a new transition which, at the time it was done, would
likely have been denied.

Instead, Debian testing now has a version of givaro which breaks reverse
dependencies, a version of linbox which requires numerous source code
changes to build against the new givaro (my patch so far includes 12
separate changes in the linbox source code and I've only processed the
first few instances) and a version of fflas-ffpack which needs a
rebuild against whatever version of givaro we end up with, or removal
if that is the decision regarding fixing the givaro mess. 

My proposal to the release team to fix this mess is that all three
packages (givaro, fflas-ffpack and linbox) are removed from testing as
each maintainer has failed to spot the problem or prevent the breakage.
No other packages would be affected by these removals. fflas-ffpack has
the same maintainer as givaro.

The reassignment of this bug does not affect the removal as the givaro
maintainer should already have noticed that this bug existed and linbox
needs substantial source code changes to work with the new givaro API.
It does not seem likely to me that the necessary changes will be made
given the lack of response to the original RC bug against linbox.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpRPkccCKPpC.pgp
Description: PGP signature


Processed: Block pidgin-sipe RC bug

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

 block 649456 by 681593
Bug #649456 [pidgin-sipe] pidgin-sipe: 'Read error' and cannot login with new 
libnss3-1d 3.13.1 in Sid
Bug #642199 [pidgin-sipe] Fails to connect to office communicator server with 
pidgin-sipe plugin (2.10.0-1 works)
649456 was not blocked by any bugs.
649456 was not blocking any bugs.
Added blocking bug(s) of 649456: 681593
642199 was not blocked by any bugs.
642199 was not blocking any bugs.
Added blocking bug(s) of 642199: 681593
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
642199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642199
649456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649456
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: givaro: changed API without SONAME bump

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

 notfound 678769 1.1.6~rc0-4.2
Bug #678769 [src:linbox] linbox: FTBFS: ERROR: GIVARO not found!
No longer marked as found in versions linbox/1.1.6~rc0-4.2.
 reassign 678769 src:givaro
Bug #678769 [src:linbox] linbox: FTBFS: ERROR: GIVARO not found!
Bug reassigned from package 'src:linbox' to 'src:givaro'.
Ignoring request to alter found versions of bug #678769 to the same values 
previously set
Ignoring request to alter fixed versions of bug #678769 to the same values 
previously set
 affects 678769 linbox
Bug #678769 [src:givaro] linbox: FTBFS: ERROR: GIVARO not found!
Added indication that 678769 affects linbox
 affects 678769 fflas-ffpack
Bug #678769 [src:givaro] linbox: FTBFS: ERROR: GIVARO not found!
Added indication that 678769 affects fflas-ffpack
 retitle 678769 givaro: changed ABI without SONAME bump
Bug #678769 [src:givaro] linbox: FTBFS: ERROR: GIVARO not found!
Changed Bug title to 'givaro: changed ABI without SONAME bump' from 'linbox: 
FTBFS: ERROR: GIVARO not found!'
 found 678769 3.7.0-2
Bug #678769 [src:givaro] givaro: changed ABI without SONAME bump
Marked as found in versions givaro/3.7.0-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678769
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: block

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

 block 681589 by 678769
Bug #681589 [src:givaro] givaro: uses system include syntax for local header
681589 was not blocked by any bugs.
681589 was not blocking any bugs.
Added blocking bug(s) of 681589: 678769
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681589
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#676021: marked as done (scim-canna: FTBFS: scim_canna_imengine_setup.cpp:29:21: fatal error: gtk/gtk.h: No such file or directory)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 15:47:35 +
with message-id e1sq4zd-00054h...@franck.debian.org
and subject line Bug#676021: fixed in scim-canna 1.0.0-4.1
has caused the Debian Bug report #676021,
regarding scim-canna: FTBFS: scim_canna_imengine_setup.cpp:29:21: fatal error: 
gtk/gtk.h: No such file or 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.)


-- 
676021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676021
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: scim-canna
Version: 1.0.0-4
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120604 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. 
 -DSCIM_CANNA_LOCALEDIR=\/usr/share/locale\ 
 -DSCIM_ICONDIR=\/usr/share/scim/icons\ -I/usr/include/scim-1.0 -g -O2 -MT 
 canna_imengine_setup_la-scim_canna_imengine_setup.lo -MD -MP -MF 
 .deps/canna_imengine_setup_la-scim_canna_imengine_setup.Tpo -c 
 scim_canna_imengine_setup.cpp  -fPIC -DPIC -o 
 .libs/canna_imengine_setup_la-scim_canna_imengine_setup.o
 scim_canna_imengine_setup.cpp:29:21: fatal error: gtk/gtk.h: No such file or 
 directory
 compilation terminated.
 make[3]: *** [canna_imengine_setup_la-scim_canna_imengine_setup.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/06/04/scim-canna_1.0.0-4_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


---End Message---
---BeginMessage---
Source: scim-canna
Source-Version: 1.0.0-4.1

We believe that the bug you reported is fixed in the latest version of
scim-canna, which is due to be installed in the Debian FTP archive.

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 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu iwama...@debian.org (supplier of updated scim-canna 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: Thu, 12 Jul 2012 23:54:31 +0900
Source: scim-canna
Binary: scim-canna
Architecture: source amd64
Version: 1.0.0-4.1
Distribution: unstable
Urgency: low
Maintainer: Ikuya Awashiro ik...@oooug.jp
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 scim-canna - SCIM IMEngine module for Canna
Closes: 633214 676021
Changes: 
 scim-canna (1.0.0-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with GTK3. (Closes: #676021)
 Add patches/40_fix_ftbfs_gtk3.dpatch.
   * Udate debian/rules.
 Remove .la files. (Closes: #633214)
Checksums-Sha1: 
 a8cdbd3a93732d40b22b8124d1c153b7b609e49a 1864 scim-canna_1.0.0-4.1.dsc
 b3b000cefc32aa5609197cac14acb1450aa135cf 6321 scim-canna_1.0.0-4.1.diff.gz
 ef9bff3baea41d51ef732974fdcda5af06e7ffc9 86318 scim-canna_1.0.0-4.1_amd64.deb
Checksums-Sha256: 
 3da436d58ed88e7f6cf482f70d7f09e2e3a0a708cbc79e089a4e0bf5bab2bf27 1864 
scim-canna_1.0.0-4.1.dsc
 09e971c33061a09fe6f2b9ae5fa6d825a53c26386b650ac81aa0092640e25881 6321 
scim-canna_1.0.0-4.1.diff.gz
 ff6fa652ef3c5212f1db0d65e56988415b77bca8d95ef474fddabe6638d09481 86318 
scim-canna_1.0.0-4.1_amd64.deb
Files: 
 cc0f7f64570a87fd0ee2db106a1884e6 1864 utils optional scim-canna_1.0.0-4.1.dsc
 0e79a360bc85ddf56e5c5f97b228b8ca 6321 utils optional 
scim-canna_1.0.0-4.1.diff.gz
 b42b13cb31aaabc774c8b9c58b0ed233 86318 utils optional 
scim-canna_1.0.0-4.1_amd64.deb

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

iQIcBAEBCAAGBQJP/uyhAAoJEDIkf7tArR+mPM0P/2K85BX4q+3tix1m6Rfvs0Dd
xTqqH189IUpBwlptxtRsr2bDynrfxbW8Y2aRDMwK/LNxr9LoPOSiv9y1qEBXUXGd
hKtiu0/uUWJ9DUbudL6452/pPYVCb3U0TwGLkVgN4qTK730bGA75x4rL/gqi5puN
r38te3Psb+BjpzdzGFVPxKg8EjIARcFyfVsHe6yYzYp2hPk6CgL39eiOpJLF7BWJ
YICUzLnKeASSwt+oiPAyLyO/JjbUpQ5KPWIYz9AoM3XO8CNolP/4oVZKRFZiRtAK
EnNweOgCMsPdN2pPpOOsNf2LzKSXfVQkMYXXT2y3uYS6LMFXgSjvxLgMMy/B+8gN

Bug#679180: marked as done (arm* builds fail: SHLIB_LIBADD: No such file or directory)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 15:47:27 +
with message-id e1sq4z5-00053y...@franck.debian.org
and subject line Bug#679180: fixed in r-base 2.15.1-2
has caused the Debian Bug report #679180,
regarding arm* builds fail: SHLIB_LIBADD: No such file or 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.)


-- 
679180: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: raschsampler
Version: 0.8-5-1
Severity: serious
Justification: fails to build from source


raschsampler fails to build from source on arm*, but built in the past:

fi
* installing *source* package 'RaschSampler' ...
** package 'RaschSampler' successfully unpacked and MD5 sums checked
** libs
make[1]: Entering directory 
`/build/buildd-raschsampler_0.8-5-1-armhf-YQ24R3/raschsampler-0.8-5/src'
gfortran  -fpic -O3 -pipe  -g  -c  RaschSampler.f90 -o RaschSampler.o
gfortran -shared -o RaschSamplerSHLIB_EXT RaschSampler.o SHLIB_LIBADD 
-L/usr/lib/R/lib -lR
gfortran: error: SHLIB_LIBADD: No such file or directory
make[1]: *** [RaschSamplerSHLIB_EXT] Error 1
make[1]: Leaving directory 
`/build/buildd-raschsampler_0.8-5-1-armhf-YQ24R3/raschsampler-0.8-5/src'
make[1]: Entering directory 
`/build/buildd-raschsampler_0.8-5-1-armhf-YQ24R3/raschsampler-0.8-5/src'
make[1]: Leaving directory 
`/build/buildd-raschsampler_0.8-5-1-armhf-YQ24R3/raschsampler-0.8-5/src'
ERROR: compilation failed for package 'RaschSampler'
* removing 
'/build/buildd-raschsampler_0.8-5-1-armhf-YQ24R3/raschsampler-0.8-5/debian/r-cran-raschsampler/usr/lib/R/site-library/RaschSampler'
make: *** [R_any_arch] Error 1

https://buildd.debian.org/status/fetch.php?pkg=raschsamplerarch=armelver=0.8-5-1stamp=1338782046
https://buildd.debian.org/status/fetch.php?pkg=raschsamplerarch=armhfver=0.8-5-1stamp=1332118956


---End Message---
---BeginMessage---
Source: r-base
Source-Version: 2.15.1-2

We believe that the bug you reported is fixed in the latest version of
r-base, which is due to be installed in the Debian FTP archive.

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 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel e...@debian.org (supplier of updated r-base 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: Sat, 14 Jul 2012 09:44:24 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.15.1-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Closes: 679180
Changes: 
 r-base (2.15.1-2) unstable; urgency=low
 .
   * src/library/tools/R/install.R: Pass perl = TRUE parameter to sub()
 function when defining SHLIB_* macros to work-around an erroneus
 string replacement which causes build failures on arm* architectures
 but make the change conditonal on actually being on arm*.
 With big thanks to Luca Falavigna for finding this fix. (Closes: #679180)
Checksums-Sha1: 
 37ec98d2ea8ba95e478f4e0632b70345f0358115 2087 r-base_2.15.1-2.dsc
 86435a697c93c1a273c95781b51c8dd198a6a6b0 86670 r-base_2.15.1-2.diff.gz
 e0e10e0045bb8144497c20a5867d8fb3c2ba5f78 20431892 r-base-core_2.15.1-2_i386.deb
 aad2cbfa5495e21ca911c35e986dab538217d16a 619878 r-mathlib_2.15.1-2_i386.deb
 9b7b515bc63727c0ffe41dd3b81d7b3d54366f6b 3391404 
r-base-core-dbg_2.15.1-2_i386.deb
 

Bug#665334: non-DFSG postscript embedded in fontforge

2012-07-14 Thread Daniel Kahn Gillmor
On 07/13/2012 11:34 AM, Hideki Yamane wrote:
 We could probably make a new dfsg-free clean upstream tarball that is 
 still capable of building fontforge binaries by ripping out big chunks 
 of this file (i haven't tried it yet), but i don't know what that would 
 do to fontforge's ability to do Type1 font generation.

 Another approach would be to move fontforge from the main archive to the 
 non-free archive; but it seems like that would relegate many of our font 
 packages to contrib, due to build-dependencies. :(

 I'm open to other suggestions; i would be overjoyed, in fact, to hear 
 other suggestions.  Does anyone have any proposals?
 
  Have you asked to upstream to change its license to DFSG-free one?
  Nowadays Adobe seems to be a little bit friendly to opensource. 
  It's best choice if we can have it.

john knightley john.knight...@gmail.com (cc'ed here) had offered to
try to contact folks at adobe back in March, but i don't know if he did
that (or if he received the support he wanted from the group for doing
that).

john, did you speak with anyone?  Do you need anything else from us to
move this forward?

IIRC, the issue is:

 0) Adobe offered postscript code (the makeblendedfont function from
Adobe's Technical Specification #5015)  under a license that does not
allow modification, or reuse outside of a very specific purpose.
Additionally, the OtherSubrs function from Example 1 in Adobe's
Technical Specification #5014, doesn't appear to have any specific
license granted for reuse.

 1) fontforge embeds these two pieces of postscript in its source, and
replicates them into its output when it creates certain kinds of font files.

This situation does not satisfy the debian free software guidelines
because of the restrictions on modification and constraint on field of
endeavor.

If Adobe was willing to release these two functions under a more liberal
license (e.g. the BSD or MIT license) that would be a wonderful
contribution to the community.

Regards,

--dkg



signature.asc
Description: OpenPGP digital signature


Processed: typo

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

 retitle 678769 givaro: changed API without SONAME bump
Bug #678769 [src:givaro] givaro: changed ABI without SONAME bump
Changed Bug title to 'givaro: changed API without SONAME bump' from 'givaro: 
changed ABI without SONAME bump'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678769
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 (with 1 errors): your mail

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

 reassign 680803 devscripts
Bug #680803 [src:bzr-builddeb] bzr-builddeb: FTBFS: test failed
Bug reassigned from package 'src:bzr-builddeb' to 'devscripts'.
Ignoring request to alter found versions of bug #680803 to the same values 
previously set
Ignoring request to alter fixed versions of bug #680803 to the same values 
previously set
 found 680803 2.12.0
Bug #680803 [devscripts] bzr-builddeb: FTBFS: test failed
Marked as found in versions devscripts/2.12.0.
 fixed 680803 2.12.1
Bug #680803 [devscripts] bzr-builddeb: FTBFS: test failed
There is no source info for the package 'devscripts' at version '2.12.1' with 
architecture ''
Unable to make a source version for version '2.12.1'
Marked as fixed in versions 2.12.1.
 merge 680803 680213
Bug #680803 [devscripts] bzr-builddeb: FTBFS: test failed
Unable to merge bugs because:
blocks of #680213 is '680803' not ''
blockedby of #680213 is '' not '680213'
done of #680213 is 'Benjamin Drung bdr...@debian.org' not ''
Failed to merge 680803: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x345a2b0)', 
'requester', 'Jelmer Vernooij jel...@samba.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'20120714155453.ga9...@vernstok.nl', 'request_subject', ...) called at 
/usr/lib/debbugs/service line 872
eval {...} called at /usr/lib/debbugs/service line 871

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680213
680803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680803
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 (with 1 errors): your mail

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

 reassign 680792 src:subvertpy
Bug #680792 [src:bzr-svn] bzr-svn: FTBFS: test failed
Bug reassigned from package 'src:bzr-svn' to 'src:subvertpy'.
No longer marked as found in versions bzr-svn/1.2.1-1.
Ignoring request to alter fixed versions of bug #680792 to the same values 
previously set
 merge 680792 680800
Bug #680792 [src:subvertpy] bzr-svn: FTBFS: test failed
Unable to merge bugs because:
forwarded of #680800 is 'https://bugs.launchpad.net/subvertpy/+bug/887749' not 
''
blocks of #680800 is '680792' not ''
blockedby of #680800 is '' not '680800'
Failed to merge 680792: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2fb72b0)', 
'requester', 'Jelmer Vernooij jel...@samba.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'20120714155605.ga9...@vernstok.nl', 'request_subject', ...) called at 
/usr/lib/debbugs/service line 872
eval {...} called at /usr/lib/debbugs/service line 871

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680792
680800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680800
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#681263: Here you go

2012-07-14 Thread G. Pablo Vanwoerkom
What do you mean by *it* works? You mean decoration in compiz?

Here is the result of the command, (note my file is named a bit
differently):

$ nm -D /usr/lib/libdecoration.so.0.0.0 | grep decor_property_to_quads
3340 T decor_property_to_quads

I also should say I have a ATI card(ATI RV730XT [Radeon HD 4670]) and am
using the driver provided by xserver-xorg-video-radeon.


Bug#676210: ruby-libxml: FTBFS: tests failed

2012-07-14 Thread Nobuhiro Iwamatsu
Hi,

This bug was reported to upstream too.
  https://github.com/xml4r/libxml-ruby/issues/43

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Processed: add tags

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

 tags 676113 + patch
Bug #676113 [src:langscan] langscan: FTBFS: /usr/bin/install: cannot stat 
`./c.': No such file or directory
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
676113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676113
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#681589: givaro: uses system include syntax for local header

2012-07-14 Thread Lifeng Sun
Hi Neil,

On 09:04 Sat 07/14/12 Jul , Neil Williams wrote:
 givaro-3.7.0/src/kernel/gmp++/gmp++.h specifies an include for one of
 it's own header files (gmpxx.h) using system include syntax instead of

Thanks for report.  Actually gmpxx.h is a header file of libgmp-dev,
and givaro contains no file named gmpxx.h, so IMHO this is not a bug.

However, givaro-3.7.0/src/kernel/zpz/StaticElement.h does include
givaro's own header file (gmp++.h) using system include syntax. I
would like to fix it in the next upload (givaro_3.7.1-1).


 1: linbox and other packages which use givaro_check.m4 will fail to
 build from source because gmpxx.h cannot be found by the configure
 check.

The FTBFS bug of linbox in sid is likely caused by givaro API
incompatibility. I would file an RFS for linbox-1.3.2 to fix the bug
if Vincent Danjean is no longer interested in this package (I got
permission from Tim Abbott to adopt linbox and other SAGE-related
packages).


Thanks,
Lifeng


-- 



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



Bug#679686: marked as done (missing symvers/libvers (or soversion) for new librbd1)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 16:47:18 +
with message-id e1sq5v0-0008u3...@franck.debian.org
and subject line Bug#679686: fixed in ceph 0.48-1
has caused the Debian Bug report #679686,
regarding missing symvers/libvers (or soversion) for new librbd1
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.)


-- 
679686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679686
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: librbd1
Version: 0.47.2-1
Severity: normal

Current librbd1/librbd-dev in unstable does not include symvers/libvers
mechanism but includes changes in symbols so that current version in
testing (0.43-1) does not work for binaries built against current version
in wheezy (0.47.2-1).  When such binary (kvm in this case) is run it
produces the following:

 kvm: symbol lookup error: kvm: undefined symbol: rbd_aio_discard

I strongly suggest to add/use symvers mechanism.

Thanks,

/mjt


---End Message---
---BeginMessage---
Source: ceph
Source-Version: 0.48-1

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

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 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) g...@debian.hu (supplier of updated ceph 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: Sat, 07 Jul 2012 07:53:40 +0200
Source: ceph
Binary: ceph ceph-dbg ceph-fuse ceph-fuse-dbg ceph-common ceph-common-dbg 
ceph-resource-agents librados2 librados2-dbg librados-dev librbd1 librbd1-dbg 
librbd-dev libcephfs1 libcephfs1-dbg libcephfs-dev radosgw radosgw-dbg 
rest-bench rest-bench-dbg obsync python-ceph
Architecture: source amd64
Version: 0.48-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 ceph   - distributed storage and file system
 ceph-common - common utilities to mount and interact with a ceph filesystem
 ceph-common-dbg - debugging symbols for ceph-common
 ceph-dbg   - debugging symbols for ceph
 ceph-fuse  - FUSE-based client for the Ceph distributed file system
 ceph-fuse-dbg - debugging symbols for ceph-fuse
 ceph-resource-agents - OCF-compliant resource agents for Ceph
 libcephfs-dev - Ceph distributed file system client library (development files)
 libcephfs1 - Ceph distributed file system client library
 libcephfs1-dbg - debugging symbols for libcephfs1
 librados-dev - RADOS distributed object store client library (development 
files)
 librados2  - RADOS distributed object store client library
 librados2-dbg - debugging symbols for librados2
 librbd-dev - RADOS block device client library (development files)
 librbd1- RADOS block device client library
 librbd1-dbg - debugging symbols for librbd1
 obsync - synchronize data between cloud object storage providers or a loca
 python-ceph - Python libraries for the Ceph distributed filesystem
 radosgw- REST gateway for RADOS distributed object store
 radosgw-dbg - debugging symbols for radosgw
 rest-bench - RESTful bencher that can be used to benchmark radosgw performance
 rest-bench-dbg - RESTful bencher that can be used to benchmark radosgw 
performance
Closes: 679686
Changes: 
 ceph (0.48-1) unstable; urgency=low
 .
   * New upstream release, the first with long-term support.
   * As gceph dropped by upstream, remove it from packaging.
   * Build with hardening enabled and build-conflict with libcryptopp not to
 mix up with libnss.
   * Use symbol versioning (closes: #679686).
   * Update debian/watch to GitHub tags.
Checksums-Sha1: 
 64025ae29b7b586c768a3633d9c3d2c7dc99cdbe 2501 ceph_0.48-1.dsc
 578e4b698c843228a15638c332ccdf50c1cdb20a 3043495 ceph_0.48.orig.tar.bz2
 ef05b6b7ba3c765a3d6b259a32cb21bda775b50c 185615 ceph_0.48-1.debian.tar.gz
 a8752f5091891f421c3d51950614b321006677af 7472582 ceph_0.48-1_amd64.deb
 addc5c197279b57b8a277ab3480ea08748a6f76c 65443068 ceph-dbg_0.48-1_amd64.deb
 fccd0cd43efd694a1564903caf6eead08334fcc8 1156112 ceph-fuse_0.48-1_amd64.deb
 fd22baf557c6bdaa1c5852b53a8b549cd40ff75b 11549136 
ceph-fuse-dbg_0.48-1_amd64.deb
 

Bug#680307: marked as done (qemu-kvm: wrong dependency on librdb1 (kvm: symbol lookup error: kvm: undefined symbol: rbd_aio_discard))

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 16:47:18 +
with message-id e1sq5v0-0008u3...@franck.debian.org
and subject line Bug#679686: fixed in ceph 0.48-1
has caused the Debian Bug report #679686,
regarding qemu-kvm: wrong dependency on librdb1 (kvm: symbol lookup error: kvm: 
undefined symbol: rbd_aio_discard)
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.)


-- 
679686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679686
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qemu-kvm
Version: 1.1~z0+dfsg-1
Severity: serious
Justification: dependencies must allow the program to work

  Hi,

  qemu-kvm (=1.1~z0+dfsg-1) depends on librbd1 without any specific version.
However, if you use this version of qemu-kvm on a testing system with
librbd1=0.43-1, it wont work. qemu-kvm (=1.1~z0+dfsg-1) must depend
on librbd1 (= 0.47.2)

vdanjean@aya:~$ apt-cache policy librbd1
librbd1:
  Installé : 0.43-1
  Candidat : 0.43-1
 Table de version :
 0.47.2-1 0
500 http://ftp.fr.debian.org/debian/ unstable/main amd64 Packages
 *** 0.43-1 0
990 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
100 /var/lib/dpkg/status
vdanjean@aya:~$ kvm -help
kvm: symbol lookup error: kvm: undefined symbol: rbd_aio_discard
vdanjean@aya:~$ sudo apt-get install librbd1 -t unstable
[...]
Les paquets supplémentaires suivants seront installés : 
  libleveldb1 librados2 libsnappy1
Les NOUVEAUX paquets suivants seront installés :
  libleveldb1 libsnappy1
Les paquets suivants seront mis à jour :
  librados2 librbd1
2 mis à jour, 2 nouvellement installés, 0 à enlever et 605 non mis à jour.
[...]
vdanjean@aya:~$ kvm -help
QEMU emulator version 1.1.0 (qemu-kvm-1.1~z0+dfsg-1, Debian), Copyright (c) 
2003-2008 Fabrice Bellard
[...]

  Regards,
Vincent


-- Package-specific info:


/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 42
model name  : Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz
stepping: 7
microcode   : 0x1a
cpu MHz : 2194.798
cache size  : 6144 KB
physical id : 0
siblings: 8
core id : 0
cpu cores   : 4
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm 
ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
bogomips: 4389.59
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 42
model name  : Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz
stepping: 7
microcode   : 0x1a
cpu MHz : 2194.798
cache size  : 6144 KB
physical id : 0
siblings: 8
core id : 1
cpu cores   : 4
apicid  : 2
initial apicid  : 2
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr 
pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm 
ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
bogomips: 4390.01
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model   : 42
model name  : Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz
stepping: 7
microcode   : 0x1a
cpu MHz : 2194.798
cache size  : 6144 KB
physical id : 0
siblings: 8
core id : 2
cpu cores   : 4
apicid  : 4
initial apicid  : 4
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc 

Processed: Re: bzr-builddeb: FTBFS: test failed

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

 tags 680803 patch
Bug #680803 [devscripts] bzr-builddeb: FTBFS: test failed
Added tag(s) patch.
 tags 680803 pending
Bug #680803 [devscripts] bzr-builddeb: FTBFS: test failed
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680803
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 (with 1 errors): your mail

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

 severity 681048 important
Bug #681048 [samba4] samba4: fails to install: ProvisioningError: guess_names: 
'realm =' was not specified in supplied /etc/samba/smb.conf.
Severity set to 'important' from 'serious'
 summary 681048 fails to install when no domain name is available
Unknown command or malformed arguments to command.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681048
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#680803: bzr-builddeb: FTBFS: test failed

2012-07-14 Thread Hideki Yamane
tags 680803 patch
tags 680803 pending
thanks

Hi,

 I've created a patch for this bug #680803 as below.
 But I wonder this is whether the behavior that devscripts(dch) maintainer
 wanted, because dch -v would be always failed in minimum environment.
 Recommends: is enough or not, could you tell me about this, please?


 Anyway, here's a patch for this bzr-builddeb package RC bug. 

diff -Nru bzr-builddeb-2.8.4/debian/changelog 
bzr-builddeb-2.8.4+nmu1/debian/changelog
--- bzr-builddeb-2.8.4/debian/changelog 2012-03-20 09:45:28.0 -0600
+++ bzr-builddeb-2.8.4+nmu1/debian/changelog2012-07-14 10:25:16.0 
-0600
@@ -1,3 +1,13 @@
+bzr-builddeb (2.8.4+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control
+- add Build-Depends-Indep: libdistro-info-perl, because dch should know
+  about distribution name and it is provided by this package 
+ (Closes: #680803)
+
+ -- Hideki Yamane henr...@debian.org  Sat, 14 Jul 2012 10:23:31 -0600
+
 bzr-builddeb (2.8.4) unstable; urgency=low
 
   * Add dependency on quilt. LP: #951207
diff -Nru bzr-builddeb-2.8.4/debian/control 
bzr-builddeb-2.8.4+nmu1/debian/control
--- bzr-builddeb-2.8.4/debian/control   2012-03-09 17:06:42.0 -0600
+++ bzr-builddeb-2.8.4+nmu1/debian/control  2012-07-14 10:23:27.0 
-0600
@@ -4,7 +4,7 @@
 Maintainer: Debian Bazaar Maintainers 
pkg-bazaar-ma...@lists.alioth.debian.org
 Uploaders: Reinhard Tartler siret...@tauware.de, James Westby 
james.wes...@ubuntu.com, Jelmer Vernooij jel...@debian.org
 Build-Depends: debhelper (= 5.0.37.2), python-all (= 2.6.6-3), xz-utils
-Build-Depends-Indep: bzr (= 2.1~), python-docutils, python-debian (= 
0.1.11), python-apt, patchutils, python-testtools (= 0.9.2), pristine-tar, 
devscripts (= 2.10.59), python-subunit, python-bzrlib.tests | bzr ( 
2.4.0~beta1-2), python-lzma, libalgorithm-merge-perl, python-distro-info, 
quilt, bzr-svn
+Build-Depends-Indep: bzr (= 2.1~), python-docutils, python-debian (= 
0.1.11), python-apt, patchutils, python-testtools (= 0.9.2), pristine-tar, 
devscripts (= 2.10.59), python-subunit, python-bzrlib.tests | bzr ( 
2.4.0~beta1-2), python-lzma, libalgorithm-merge-perl, python-distro-info, 
quilt, bzr-svn, libdistro-info-perl
 Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-builddeb/unstable
 Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-bazaar/bzr-builddeb/unstable
 X-Python-Version: = 2.4



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



Processed: affects qmf

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

 affects 667341 src:qmf
Bug #667341 [gcc-4.7] gcc-4.7 can omit to list C++ templates as symbols
Added indication that 667341 affects src:qmf
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
667341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667341
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#680824: xdotool: FTBFS: /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- xdo_test_helper (LoadError)

2012-07-14 Thread Salvatore Bonaccorso
tags 680824 + pach
thanks

Hi Daniel!

On Sun, Jul 08, 2012 at 07:17:13PM +0200, Lucas Nussbaum wrote:
 Relevant part:
  make[6]: Entering directory `/«PKGBUILDDIR»'
  make[6]: Nothing to be done for `all'.
  make[6]: Leaving directory `/«PKGBUILDDIR»'
  Running test_basic.rb
  Setting up keymap on new server as us
  /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
  such file -- xdo_test_helper (LoadError)
  from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  from test_basic.rb:5:in `main'
  make[5]: *** [do-test] Error 1

(Note I'm not a ruby expert)

It seems that ruby 1.9.2 hat a change to not include anymore the
current path[1]. But one can use require_relative[2,3].

 [1]: http://www.ruby-lang.org/en/news/2010/08/18/ruby-1-9.2-released/
 [2]: 
http://stackoverflow.com/questions/9154365/ruby-loaderror-cannot-load-such-file
 [3]: 
http://stackoverflow.com/questions/4965556/why-isnt-current-directory-on-my-ruby-path

Attached is a patch to do that. Then the testsuite runs again here,
but there are still tests failing now.

Is this the correct approach?

Regards,
Salvatore
Description: Fix FTBFS with ruby (= 1.9.2)
 Fix FTBFS: /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
 `require': cannot load such file -- xdo_test_helper (LoadError). ruby
  1.9.2 does not include anymore the current directory to include path.
Origin: vendor
Bug-Debian: http://bugs.debian.org/680824
Forwarded: no
Author: Salvatore Bonaccorso car...@debian.org
Last-Update: 2012-07-14

--- a/t/test_basic.rb
+++ b/t/test_basic.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolBasicTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_chaining.rb
+++ b/t/test_chaining.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolChainingTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_behave_screen_edge.rb
+++ b/t/test_cmd_behave_screen_edge.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandBehaveScreenEdgeTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_exec.rb
+++ b/t/test_cmd_exec.rb
@@ -3,7 +3,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandExecTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_getwindowname.rb
+++ b/t/test_cmd_getwindowname.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandGetWindowPidTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_getwindowpid.rb
+++ b/t/test_cmd_getwindowpid.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandGetWindowPidTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_key.rb
+++ b/t/test_cmd_key.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandKeyTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_windowfocus.rb
+++ b/t/test_cmd_windowfocus.rb
@@ -3,7 +3,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandWindowFocusTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_windowmap.rb
+++ b/t/test_cmd_windowmap.rb
@@ -3,7 +3,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandWindowMapTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_windowminimize.rb
+++ b/t/test_cmd_windowminimize.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandWindowMinimizeTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_windowmove.rb
+++ b/t/test_cmd_windowmove.rb
@@ -3,7 +3,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandWindowMoveTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_cmd_windowsize.rb
+++ b/t/test_cmd_windowsize.rb
@@ -3,7 +3,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolCommandWindowSizeTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_mousemove.rb
+++ b/t/test_mousemove.rb
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 
 class XdotoolMouseMoveTests  Test::Unit::TestCase
   include XdoTestHelper
--- a/t/test_script.rb
+++ b/t/test_script.rb
@@ -2,7 +2,7 @@
 #
 
 require test/unit
-require xdo_test_helper
+require_relative xdo_test_helper
 require tempfile
 
 class XdotoolScriptTests  Test::Unit::TestCase
--- a/t/test_search.rb
+++ b/t/test_search.rb
@@ -2,7 +2,7 @@
 #
 
 

Processed (with 1 errors): Re: Bug#680824: xdotool: FTBFS: /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- xdo_test_helper (LoadError)

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

 tags 680824 + pach
Unknown tag/s: pach.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore squeeze squeeze-ignore wheezy wheezy-ignore.

Bug #680824 [src:xdotool] xdotool: FTBFS: 
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- xdo_test_helper (LoadError)
Requested to add no tags; doing nothing.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680824
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#681589: givaro: uses system include syntax for local header

2012-07-14 Thread Neil Williams
On Sun, 15 Jul 2012 00:43:32 +0800
Lifeng Sun lifong...@gmail.com wrote:

 Hi Neil,
 
 On 09:04 Sat 07/14/12 Jul , Neil Williams wrote:
  givaro-3.7.0/src/kernel/gmp++/gmp++.h specifies an include for one of
  it's own header files (gmpxx.h) using system include syntax instead of
 
 Thanks for report.  Actually gmpxx.h is a header file of libgmp-dev,
 and givaro contains no file named gmpxx.h, so IMHO this is not a bug.

OK, in that case, givaro_check.m4 is irretrievably broken and givaro
needs to provide pkg-config support which linbox can use instead.

givaro_check tries to link a test program against libgivaro0 simply by
including the givinteger.h header and this *was* a valid method for
older versions of givaro.

  1: linbox and other packages which use givaro_check.m4 will fail to
  build from source because gmpxx.h cannot be found by the configure
  check.
 
 The FTBFS bug of linbox in sid is likely caused by givaro API
 incompatibility.

It definitely is - however, even if givaro migrates API, linbox will
still not get a valid result from givaro_check.m4. Givaro can help this
situation by providing a givaro.pc file.

 I would file an RFS for linbox-1.3.2 to fix the bug
 if Vincent Danjean is no longer interested in this package (I got
 permission from Tim Abbott to adopt linbox and other SAGE-related
 packages).

There is no point thinking about uploading libgivaro1 without talking
to the release team who are unlikely to want a new transition at this
point. See #678769 - that's why I blocked this bug by #678769.

At this stage of the release freeze, the release team may be more
willing to consider removing givaro, linbox and fflas-ffpack.

This problem should have been noticed before the 3.7.0-1 upload. It is
difficult to fix now and you should talk to the release team about what
can be done and whether givaro can be released as part of Wheezy.
Currently, it looks unlikely.

Squeeze already has 3.2.13-1 which linbox can build against. Therefore,
it seems more appropriate to have no givaro or linbox packages in
Wheezy and let users pull in the working versions from Squeeze. True,
that means that users miss out on improvements in linbox since Squeeze
but that is the result of maintainers allowing libgivaro0 to migrate
into testing at version 3.7.0 when that should have been libgivaro1.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpoquULYBmQN.pgp
Description: PGP signature


Bug#649068: ping: Bug ##649068 - rgmanager and resource-agents: error when trying to install together

2012-07-14 Thread Ralf Treinen
Hello,

on November 17 2011 I submitted an RC bug report against resource-agents
and rgmanager:

[..]

dpkg: error processing /var/cache/apt/archives/rgmanager_3.0.12-3_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/cluster/openldap.metadata', which is also in 
package resource-agents 1:3.9.2-5

[...]

Any activity about this bug? The BTS doesn't contain any track of activity.

Cheers -Ralf.
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.univ-paris-diderot.fr/~treinen/
= New email address: trei...@pps.univ-paris-diderot.fr =


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



Bug#679827: chromium always hangs on https://github.com

2012-07-14 Thread Michael Gilbert
severity 679827 important
thanks

Only affects chromium on linux 3.5 or greater.  Wheezy will ship with
linux 3.2, so downgrading to non-rc severity.

Best wishes,
Mike


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



Processed: re: chromium always hangs on https://github.com

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

 severity 679827 important
Bug #679827 [chromium] chromium always hangs on https://github.com
Bug #679848 [chromium] chromium: everything related to chrome:// is broken
Severity set to 'important' from 'grave'
Severity set to 'important' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679827
679848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679848
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 679597 in 2.7.103-2

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

 found 679597 2.7.103-2
Bug #679597 [apparmor] apparmor: AppArmor totally broken
Marked as found in versions apparmor/2.7.103-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679597: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679597
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#676009: Bug #676009: scim-chewing: FTBFS: scim_color_button.h:27:21: fatal error: gtk/gtk.h: No such file or directory

2012-07-14 Thread Aron Xu
Hi,

It seems that i386 package still does not build, please have a look, thank!

-- 
Regards,
Aron Xu


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



Bug#667341: optimisation tests

2012-07-14 Thread Neil Williams
On Sat, 14 Jul 2012 20:12:45 +0200
Matthias Klose d...@debian.org wrote:

 On 14.07.2012 20:02, Neil Williams wrote:
  On Sat, 14 Jul 2012 03:08:09 +0200 Matthias Klose d...@debian.org wrote:
  
  please could you find out, which object files (if there are more than
  one) do export this symbol for a -O1 build, and attach the preprocessed
  source and command line options for these file(s)?
  
  shell script and gzip'd pre-processed cpp file attached. I've tested in a 
  clean pbuilder chroot and the results for gcc-4.7 demonstrate the bug:
 [...]
  objdump -C -t libqmfclient.so.1.0.0|grep deserialize
 
 no, the dump/grep is needed for each .o file in libqmfclient.so.1.0.0. and the
 preprocessed source for each matching .o file.

There is only one .o file needed for this test, so the adapted script
is attached. The pre-processed cpp doesn't change with optimisation.

Output also attached.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/

#!/bin/sh

# Debug support for #667341

set -e

run () {
LIBDIR=`dpkg-architecture -qDEB_HOST_MULTIARCH`
if [ -f qmailthreadsortkey.o ]; then
	rm qmailthreadsortkey.o
fi
if [ -f libqmfclient.so.1.0.0 ]; then
	rm libqmfclient.so.1.0.0
fi
# Checking pre-processed cpp file
echo Checking pre-processed cpp file
grep QMailThreadSortKey::deserialize qmailthreadsortkey.cpp
# Line for pre-processed cpp file
g++ -c -pipe ${OPTS} -Wall -W -fPIC -o qmailthreadsortkey.o qmailthreadsortkey.cpp
echo Checking for deserialize symbol in object file:
objdump -C -t qmailthreadsortkey.o|grep deserialize|c++filt

# original line which needs libqt4-dev installed
#g++ -c -pipe ${OPTS} -Wall -W -D_REENTRANT -fPIC -DQT_WEBKIT -DQT_BUILD_QCOP_LIB -DQMF_INTERNAL -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql -I/usr/include/qt4 -Isupport -I. -o qmailthreadsortkey.o qmailthreadsortkey.cpp

# Line for pre-processed cpp file
g++ -Wl,${OPTS} -shared -Wl,-soname,libqmfclient.so.1 -o libqmfclient.so.1.0.0 qmailthreadsortkey.o  -L/usr/lib/${LIBDIR} -lpthread

# original line (shortened) which needs libqt4-dev installed
#g++ -Wl,${OPTS} -shared -Wl,-soname,libqmfclient.so.1 -o libqmfclient.so.1.0.0 qmailthreadsortkey.o  -L/usr/lib/${LIBDIR} -lQtSql -lQtNetwork -lQtCore -lpthread

echo Checking for deserialize symbol in library:
objdump -C -t libqmfclient.so.1.0.0|grep deserialize|c++filt
}

echo Starting with -O1
OPTS=-O1
run
echo Changing to -O2
OPTS=-O2
run



output
Description: Binary data


pgpPfM1L9Jjsp.pgp
Description: PGP signature


Processed: tagging 680824

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

 tags 680824 + patch
Bug #680824 [src:xdotool] xdotool: FTBFS: 
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- xdo_test_helper (LoadError)
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680824
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#680824: xdotool: FTBFS: /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- xdo_test_helper (LoadError)

2012-07-14 Thread Salvatore Bonaccorso
Hi Daniel

Only to update, where it is failing for me now on the machine where I
tried to build (amd64):


cut-cut-cut-cut-cut-cut-
# Running tests:

..FF..

Finished tests in 12.228395s, 1.1449 tests/s, 1.1449 assertions/s.

  1) Failure:
test_se_us_symbol_typing(XdotoolTypingTests) [test_typing.rb:58]:
`12345678990-=~ !@\#$%^*()_+[]{}|;:\,./?:\,./? expected but was
\xB612345678990\\=\xBE 
!\xB2#\xBC%\xAB()\xBF+[]{}\xD7\xF8\xD8\,./?\xD8\,./?.

  2) Failure:
test_us_se_symbol_typing(XdotoolTypingTests) [test_typing.rb:58]:
`12345678990-=~ !@\#$%^*()_+[]{}|;:\,./?:\,./? expected but was
`12345678990-)~ !@\#$%^^**(_-[]{}|;:@,._:@,._.

14 tests, 14 assertions, 2 failures, 0 errors, 0 skips
make[5]: *** [do-test] Error 2
make[5]: Leaving directory 
`/build/build-xdotool_2.20110530.1-3.1-amd64-4loKr8/xdotool-2.20110530.1/t'
make[4]: *** [test-xvfb] Error 2
make[4]: Leaving directory 
`/build/build-xdotool_2.20110530.1-3.1-amd64-4loKr8/xdotool-2.20110530.1/t'
make[3]: *** [test-xvfb-nowm] Error 2
make[3]: Leaving directory 
`/build/build-xdotool_2.20110530.1-3.1-amd64-4loKr8/xdotool-2.20110530.1/t'
make[2]: *** [test] Error 2
make[2]: Leaving directory 
`/build/build-xdotool_2.20110530.1-3.1-amd64-4loKr8/xdotool-2.20110530.1'
dh_auto_test: make -j1 test returned exit code 2
make[1]: *** [override_dh_auto_test] Error 29
make[1]: Leaving directory 
`/build/build-xdotool_2.20110530.1-3.1-amd64-4loKr8/xdotool-2.20110530.1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
cut-cut-cut-cut-cut-cut-

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#673987: [Python-modules-team] Bug#673987: CVE-2012-2374

2012-07-14 Thread Jonathan Wiltshire
On Tue, Jul 10, 2012 at 12:11:55AM -0400, Yaroslav Halchenko wrote:
 as
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673987#10
 described, version in squeeze (1.0.1) is not effected and no action
 should be done for current stable release.
 
 or am I missing the point here?

No, this is overlapping information in the security tracker (there are a
number of these). Updated, thanks and sorry for the noise.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


signature.asc
Description: Digital signature


Bug#681568: amanda-server: removal makes directory disappear: /var/log/amanda/

2012-07-14 Thread Bdale Garbee
Andreas Beckmann deb...@abeckmann.de writes:

 Since this directory seems to be shared by several packages
 * all of them should ship it (probably empty)
 * none should create it manually
 * none should run 'rm -rf' on it (but only on the contents specific to
   the package)

Thanks for the report.

It appears that the actual problem was spurious inclusion of an empty
/var/log/amanda directory in the amanda-server package, which I've
cleaned up.

The intent was for the amanda-common postinst to create the directory if
it does not already exist and force it to have appropriate permissions,
then to rm -rf it in postrm on purge.  Since all amanda packages depend
on amanda-common, that should be fine.

Bdale


pgpk0xtiqHPNE.pgp
Description: PGP signature


Bug#681288: gdm3: Compilation error: gnome-doc-utils.make not found

2012-07-14 Thread Iain Lane
tags 681288 + unreproducible
thanks

Hi,

On Thu, Jul 12, 2012 at 09:22:40AM +0400, Lev Abashkin wrote:
 Package: gdm3
 Version: 3.4.1-2
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)
 
 Dear Maintainer,
 
 Building gdm3 fails when processing docs/Makefile.am on directive include
 $(top_srcdir)/gnome-doc-utils.make. I was able to build the package after
 commenting this directive out.

How did you build it? I just tried using a clean chroot (with sbulid) an
it build fine for me.

I've attached the log. Perhaps you could attach yours?

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


gdm3_3.4.1-2-amd64-20120714-2121.xz
Description: Binary data


signature.asc
Description: Digital signature


Processed: Re: Bug#681288: gdm3: Compilation error: gnome-doc-utils.make not found

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

 tags 681288 + unreproducible
Bug #681288 [gdm3] gdm3: Compilation error: gnome-doc-utils.make not found
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681288
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#678911: marked as done (gscan2pdf: Device-dependent options disappear after selecting Lineart mode)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 22:17:24 +
with message-id e1sqaes-0004zl...@franck.debian.org
and subject line Bug#678911: fixed in gscan2pdf 1.0.4-3
has caused the Debian Bug report #678911,
regarding gscan2pdf: Device-dependent options disappear after selecting Lineart 
mode
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.)


-- 
678911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gscan2pdf
Version: 1.0.4-1
Severity: normal

Sometime within the past month or two, this behavior began with my
Fujitsu ScanSnap S510.

I'll click Stan, then Scan Options.  I'll change source to ADF Front,
then select Lineart from Mode.  The instant I do that, the
Device-dependent options box disappears entirely.  I cannot ever set
the threshold as needed.  My saved scan profiles also don't appear to
set it.

Version 0.9.31-1 from squeeze does not have this issue.


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

Kernel: Linux 3.4.2 (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

Versions of packages gscan2pdf depends on:
ii  imagemagick 8:6.7.7.2-1
ii  libconfig-general-perl  2.50-1
ii  libforks-perl   0.34-1+b2
ii  libgoo-canvas-perl  0.06-1+b2
ii  libgtk2-ex-simple-list-perl 0.50-2
ii  libgtk2-imageview-perl  0.05-1+b2
ii  libhtml-parser-perl 3.69-2
ii  liblocale-gettext-perl  1.05-7+b1
ii  libpdf-api2-perl2.019-1
ii  libproc-processtable-perl   0.45-3+b1
ii  libreadonly-perl1.03-3
ii  librsvg2-common 2.36.1-1
ii  libsane-perl0.05-2
ii  libset-intspan-perl 1.16-1
ii  libtiff-tools   4.0.1-7
ii  perl-modules [libarchive-tar-perl]  5.14.2-11
ii  perlmagick  8:6.7.7.2-1
ii  sane-utils  1.0.22-7.1

Versions of packages gscan2pdf recommends:
ii  cuneiform  1.1.0+dfsg-4
ii  djvulibre-bin  3.5.25.2-4
ii  gocr   0.49-1
ii  libgtk2-ex-podviewer-perl  0.18-1
ii  sane   1.0.14-9
ii  tesseract-ocr  3.02.01-4
ii  unpaper0.3-1
ii  xdg-utils  1.1.0~rc1+git20111210-6

gscan2pdf suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: gscan2pdf
Source-Version: 1.0.4-3

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

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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeffrey Ratcliffe j...@debian.org (supplier of updated gscan2pdf 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: Sat, 14 Jul 2012 23:36:40 +0200
Source: gscan2pdf
Binary: gscan2pdf
Architecture: source all
Version: 1.0.4-3
Distribution: unstable
Urgency: low
Maintainer: Jeffrey Ratcliffe j...@debian.org
Changed-By: Jeffrey Ratcliffe j...@debian.org
Description: 
 gscan2pdf  - GUI to produce PDFs or DjVus from scanned documents
Closes: 678911
Changes: 
 gscan2pdf (1.0.4-3) unstable; urgency=low
 .
   * Fix updating widgets in scanimage dialog
 Closes: #678911
 (Device-dependent options disappear after selecting Lineart mode)
   * Fixed warning in lib/Gscan2pdf/Scanner/Options.pm
Checksums-Sha1: 
 312f7989ca9a6d39691abb9bdc74add5db157c5d 1287 gscan2pdf_1.0.4-3.dsc
 8b91c277718fd6f7872a05cbc6f2da42525192b4 5255 gscan2pdf_1.0.4-3.diff.gz
 ad459c5a2176e4092bc8e852b69d51dc2bd9cd84 399984 gscan2pdf_1.0.4-3_all.deb
Checksums-Sha256: 
 94e78d577b22e94c9acbd5de06c370c614d8070cbd18f0856cab50b16906ecb9 1287 
gscan2pdf_1.0.4-3.dsc
 57a6b5731ac63a3a80386002d047b66fb63856fd943c3387691ac642b61d56c6 5255 
gscan2pdf_1.0.4-3.diff.gz
 cd8d141269886129332c53bce99d5f8bd6a4da19c0905c6a6a7fa8adb0b8b571 399984 

Bug#681568: marked as done (amanda-server: removal makes directory disappear: /var/log/amanda/)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Jul 2012 22:17:13 +
with message-id e1sqaeh-0004yi...@franck.debian.org
and subject line Bug#681568: fixed in amanda 1:3.3.1-4
has caused the Debian Bug report #681568,
regarding amanda-server: removal makes directory disappear: /var/log/amanda/
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.)


-- 
681568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681568
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: amanda-server
Version: 1:3.3.1-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts replaces-without-breaks

Hi,

during a test with piuparts I noticed your package causes
removal of files that also belong to another package.

From the attached log (scroll to the bottom...):

0m29.2s ERROR: FAIL: After purging files have disappeared:
  /var/log/amanda/   owned by: amanda-server

Since that directory is owned by amanda-server, it must have existed
before the package was installed.

Since this directory seems to be shared by several packages
* all of them should ship it (probably empty)
* none should create it manually
* none should run 'rm -rf' on it (but only on the contents specific to
  the package)

cheers

Andreas


amanda-server_1:3.3.1-3.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Source: amanda
Source-Version: 1:3.3.1-4

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

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 681...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bdale Garbee bd...@gag.com (supplier of updated amanda 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: SHA512

Format: 1.8
Date: Sat, 14 Jul 2012 15:14:22 -0600
Source: amanda
Binary: amanda-common amanda-server amanda-client
Architecture: source i386
Version: 1:3.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee bd...@gag.com
Changed-By: Bdale Garbee bd...@gag.com
Description: 
 amanda-client - Advanced Maryland Automatic Network Disk Archiver (Client)
 amanda-common - Advanced Maryland Automatic Network Disk Archiver (Libs)
 amanda-server - Advanced Maryland Automatic Network Disk Archiver (Server)
Closes: 681568
Changes: 
 amanda (1:3.3.1-4) unstable; urgency=low
 .
   * eliminate spurious empty /var/log/amanda directory in amanda-server package
 that generates piuparts errors, closes: #681568
Checksums-Sha1: 
 ef44dff1191e449199df273086dcab5169168196 2061 amanda_3.3.1-4.dsc
 4909ba9e14c63ffb17e86a9908409dc27c7bbdb9 31582 amanda_3.3.1-4.debian.tar.gz
 afc9fbb7b6e8d40983e97712a554346f70be1945 2181324 amanda-common_3.3.1-4_i386.deb
 b39691f672a65eeb24167175279226f5eb3c6b55 350698 amanda-server_3.3.1-4_i386.deb
 7a97e96bf55f5401a5df8a203f0dba94ea9b93e8 267692 amanda-client_3.3.1-4_i386.deb
Checksums-Sha256: 
 c427b664ba187657806c619497b412f0a95d8bc91acf9644931d8482edf548ba 2061 
amanda_3.3.1-4.dsc
 32668ff99320c469bca76cf8c514b1ed72f435fac0de7e118920c73cfc8d593f 31582 
amanda_3.3.1-4.debian.tar.gz
 502056a9513f3390c97d5a7cbbbc3a44c6368c2bb2c65ea918aef1093ee56b7b 2181324 
amanda-common_3.3.1-4_i386.deb
 b32840353b06986f9bd6ac435b032d001136abbf9500875b39835bddb56bdbf9 350698 
amanda-server_3.3.1-4_i386.deb
 1197e643655ece211d4daf30ae661c4c623155038c36c4390ea0e584f20f2372 267692 
amanda-client_3.3.1-4_i386.deb
Files: 
 898fe6df9638857d91319a9d2fc6f499 2061 utils optional amanda_3.3.1-4.dsc
 03a73c5cc7214c091a6e1a072d69bfea 31582 utils optional 
amanda_3.3.1-4.debian.tar.gz
 5ee88e9da95ec46f319800aa30029537 2181324 utils optional 
amanda-common_3.3.1-4_i386.deb
 e68fb0390152099f225030fe0ab375b9 350698 utils optional 
amanda-server_3.3.1-4_i386.deb
 2b96159e41e3e0f33583025c1e009a29 267692 utils optional 
amanda-client_3.3.1-4_i386.deb

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

iQIVAwUBUAHu0jqTYZbAldlBAQpTMhAAxee3kTogGb8E2rnotxd/8Ghj/r7Jk41R
yxG4QIY1ACB/bfOHcQE1FhegyUsq1zwD6zp8jOl2yzTLWJf2U78qJMsKzrHdEsI9
nAOSqc6JVnbUytNPQRG8AZYDK1pn8HdTNZbtY6C+Qre+p7iBDtav2L7evU6/C+OD
gSkqfW7Ns5odxZ9HcTEYt8Y4JzCTQF2BN+WDLNCnqRRy5m62wiO0yr85bWiTmxLV

Bug#681288: gdm3: Compilation error: gnome-doc-utils.make not found

2012-07-14 Thread Michael Biebl
retitle 681288 fails to build twice in a row: gnome-doc-utils.make not found
severity 681288 normal
thanks

On 14.07.2012 23:42, Iain Lane wrote:

 How did you build it? I just tried using a clean chroot (with sbulid) an
 it build fine for me.

I'm pretty sure Lev built gdm3 twice in a row. After the first successful
build,  gnome-doc-utils.make is removed on debian/rules clean (by
make distclean). That's why it fails the second time.

Downgrading the severity accordingly.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#681288: gdm3: Compilation error: gnome-doc-utils.make not found

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

 retitle 681288 fails to build twice in a row: gnome-doc-utils.make not found
Bug #681288 [gdm3] gdm3: Compilation error: gnome-doc-utils.make not found
Changed Bug title to 'fails to build twice in a row: gnome-doc-utils.make not 
found' from 'gdm3: Compilation error: gnome-doc-utils.make not found'
 severity 681288 normal
Bug #681288 [gdm3] fails to build twice in a row: gnome-doc-utils.make not found
Severity set to 'normal' from 'serious'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
681288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681288
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 (with 5 errors): Re: Fixing the mime horror ini Debian

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

 severity 658139 serious
Bug #658139 [general] generate mailcap entries from desktop files
Severity set to 'serious' from 'important'
 reassign 658139 evince
Bug #658139 [general] generate mailcap entries from desktop files
Bug reassigned from package 'general' to 'evince'.
Ignoring request to alter found versions of bug #658139 to the same values 
previously set
Ignoring request to alter fixed versions of bug #658139 to the same values 
previously set
 tags 658139 + patch
Bug #658139 [evince] generate mailcap entries from desktop files
Added tag(s) patch.
 retitle 658139 missing mime entry
Bug #658139 [evince] generate mailcap entries from desktop files
Changed Bug title to 'missing mime entry' from 'generate mailcap entries from 
desktop files'
 On Sun, Jul 15, 2012 at 12:09:27AM +0200, Andreas Tille wrote:
   It does seem quite annoying.  Have you considered asking the release
   team whether they would be inclined to agree that this bug is RC ?
 
  I'd be willing to do so but there was no clear consensus in the previous
Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
658139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658139
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: severity of 658139 is wishlist, tagging 658139

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

 severity 658139 wishlist
Bug #658139 [evince] missing mime entry
Severity set to 'wishlist' from 'serious'
 tags 658139 + wontfix
Bug #658139 [evince] missing mime entry
Added tag(s) wontfix.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658139
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#603544: slapd upgrade failure due to + sign in schema file name

2012-07-14 Thread Покотиленко Костик
Confirming the this problem with migration script.

Renaming file /etc/ldap/schema/gosa+samba3.schema
to /etc/ldap/schema/gosa-samba3.schema and changing to a new name in
config as well as cleaning up /var/lib/ldap made it to finish.

Maintainers wake up! 1.5 years have passed, problem still here.
And yes, people still upgrading from lenny to squeeze ;)

Also, I agree that there should be a big red notice about this migration
as well as an option to skip it instead of silent attempt with failure.
One could always dpkg-reconfigure slapd to be asked this question again.


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



Bug#603544: slapd upgrade failure due to + sign in schema file name

2012-07-14 Thread Покотиленко Костик
Confirming the this problem with migration script.

Renaming file /etc/ldap/schema/gosa+samba3.schema
to /etc/ldap/schema/gosa-samba3.schema and changing to a new name in
config as well as cleaning up /var/lib/ldap made it to finish.

Maintainers wake up! 1.5 years have passed, problem still here.
And yes, people still upgrading from lenny to squeeze ;)

Also, I agree that there should be a big red notice about this migration
as well as an option to skip it instead of silent attempt with failure.
One could always dpkg-reconfigure slapd to be asked this question again.


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



Bug#681641: netscript-2.4: Missing quotes in if.conf for brg_iface() resulted in seriously misconfigured network

2012-07-14 Thread Matthew Grant
Package: netscript-2.4
Version: 5.2.11
Severity: serious
Tags: patch

Missing quotes when setting up bridge resulted in vlaned  eth0 interface being
on bridge brg0 with its vlan1 vlan interface.  vlan2 was connected to internet.

vlan1 traffic was slow, and connectivity came and went.  This happened when
IPv6 was explicitly disabled for eth0, and etho was not configured onto a
bridge.  It is a corner case configuration with a serious result iin network
not functioning, and in the case of this system involved, leaking internal
traffic to the Internet.  Network configuration was not such that a system on
Internet could connect internally.

Quotes put on 3rd and 4th arguments to brg_iface interface up in if.conf
fixes this siuation.



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

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

Versions of packages netscript-2.4 depends on:
ii  bash4.2-2
ii  bridge-utils1.5-4
ii  iproute 20120521-3
ii  iptables1.4.14-2
ii  isc-dhcp-client [dhcp3-client]  4.2.2.dfsg.1-5
ii  netbase 5.0

Versions of packages netscript-2.4 recommends:
ii  quagga  0.99.21-3

Versions of packages netscript-2.4 suggests:
ii  dnsmasq2.62-3
ii  quagga 0.99.21-3
pn  resolvconf none
pn  whereami   none
pn  wicd   none
pn  wpasupplicant  none

-- Configuration Files:
/etc/netscript/if.conf changed:
SED_IFSTR='s/\([A-Za-z]*\)[0-9]*$/\1/'
SED_IPV4STR='s/^.*inet \([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+[/0-9]\+\) .*$/\1/'
SED_IPV6STR='s/^.*inet6 \([0-9a-f]\+\:.*\:[0-9a-f]\+[/0-9]\+\) .*$/\1/'
SED_IPV6ADDR=sed -e 's/:0\+\([0-9a-fA-F]\+\)/:\1/g' | sed -e 
's/^0\+\([0-9a-fA-F]\+\)/\1/'| sed -e 's/\(:0\)\+:\(:0\)*\|\(:0\)*:\(:0\)\+/:/'
SED_IPV4ADDR=sed -e 's/\.0\+\([0-9a-fA-F]\+\)/.\1/g' | sed -e 
's/^0\+\([0-9a-fA-F]\+\)/\1/'
if_addr_start () {
local IPADDR2 ADDR ADDR2
local ADDRS
local ANS
local OIFS
local IFACE=$1
# Glue stuff
if [ -n $MASKLEN ]; then
IPADDR=${IPADDR}/${MASKLEN}
fi
if [ -n $PTPADDR ]; then
IPADDR=${IPADDR}_peer_${PTPADDR}
fi
if [ -n $BROADCAST ]; then
IPADDR=${IPADDR}_brd_${BROADCAST}
fi
if [ -n $IP_EXTRA_ADDRS ]; then
IPADDR=$IPADDR $IP_EXTRA_ADDRS
fi
# Take care of leading zeroes in supplied addresses
for ADDR in $IPADDR; do
if echo $ADDR | grep -q ':'; then
#IPv6
ADDR2=`echo $ADDR | eval $SED_IPV6ADDR` 
IPADDR2=$IPADDR2 $ADDR2
else
#IPv4
ADDR2=`echo $ADDR | eval $SED_IPV4ADDR`
IPADDR2=$IPADDR2 $ADDR2
fi
done
IPADDR=$IPADDR2
# Set up link MTU etc
ip link set $1 $IFCFG_MULTICAST $IFCFG_MTU

# Set up IPv6 Interface sysctl here before interface goes up
ifv6_setproc $1 accept_redirects $IPV6_ACCEPT_REDIRECTS
ifv6_setproc $1 accept_ra $IPV6_ACCEPT_RA
ifv6_setproc $1 accept_ra_pinfo $IPV6_ACCEPT_RA_PINFO
ifv6_setproc $1 accept_ra_rt_info_max_plen 
$IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN
ifv6_setproc $1 disable_ipv6 $IPV6_DISABLE
ifv6_setproc $1 forwarding $IPV6_FWDING
ifv6_setproc $1 router_solicitations $IPV6_ROUTER_SOLICITATIONS
ifv6_setproc $1 use_tempaddr $IPV6_PRIVACY

# Bring the interface up
ip link set dev $1 up
# This one has to be set after interface up
ifv6_setproc $1 mtu $IPV6_MTU
# Set up the addresses on the interface

ADDRS=`ip addr show dev $IFACE |  grep '^.*inet[ 46]' \
| sed -e $SED_IPV4STR | sed -e $SED_IPV6STR`
for ADDR in $IPADDR; do
for ADDR2 in $ADDRS; do
ADDR2=`echo $ADDR2 | sed -e 's/\/32\|\/128//'`
ANS=${ADDR#$ADDR2}
if [ $ANS != $ADDR ]; then
continue 2
fi
done
OIFS=$IFS
IFS=${IFS}_
ip addr add $ADDR dev $IFACE
IFS=$OIFS
done

# Strip out addresses that should not be there
for ADDR in $ADDRS; do
# Don't delete IPv6 link local addresses
if echo $ADDR | grep -q -i '^fe[89ab]'; then
continue
fi
ANS=`echo $IPADDR | grep $ADDR`
if [ -z $ANS ]; then
ip addr del $ADDR dev $IFACE

Bug#681641: marked as done (netscript-2.4: Missing quotes in if.conf for brg_iface() resulted in seriously misconfigured network)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sun, 15 Jul 2012 00:32:49 +
with message-id e1sqclv-00059t...@franck.debian.org
and subject line Bug#681641: fixed in netscript-2.4 5.2.12
has caused the Debian Bug report #681641,
regarding netscript-2.4: Missing quotes in if.conf for brg_iface() resulted in 
seriously misconfigured network
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.)


-- 
681641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: netscript-2.4
Version: 5.2.11
Severity: serious
Tags: patch

Missing quotes when setting up bridge resulted in vlaned  eth0 interface being
on bridge brg0 with its vlan1 vlan interface.  vlan2 was connected to internet.

vlan1 traffic was slow, and connectivity came and went.  This happened when
IPv6 was explicitly disabled for eth0, and etho was not configured onto a
bridge.  It is a corner case configuration with a serious result iin network
not functioning, and in the case of this system involved, leaking internal
traffic to the Internet.  Network configuration was not such that a system on
Internet could connect internally.

Quotes put on 3rd and 4th arguments to brg_iface interface up in if.conf
fixes this siuation.



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

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

Versions of packages netscript-2.4 depends on:
ii  bash4.2-2
ii  bridge-utils1.5-4
ii  iproute 20120521-3
ii  iptables1.4.14-2
ii  isc-dhcp-client [dhcp3-client]  4.2.2.dfsg.1-5
ii  netbase 5.0

Versions of packages netscript-2.4 recommends:
ii  quagga  0.99.21-3

Versions of packages netscript-2.4 suggests:
ii  dnsmasq2.62-3
ii  quagga 0.99.21-3
pn  resolvconf none
pn  whereami   none
pn  wicd   none
pn  wpasupplicant  none

-- Configuration Files:
/etc/netscript/if.conf changed:
SED_IFSTR='s/\([A-Za-z]*\)[0-9]*$/\1/'
SED_IPV4STR='s/^.*inet \([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+[/0-9]\+\) .*$/\1/'
SED_IPV6STR='s/^.*inet6 \([0-9a-f]\+\:.*\:[0-9a-f]\+[/0-9]\+\) .*$/\1/'
SED_IPV6ADDR=sed -e 's/:0\+\([0-9a-fA-F]\+\)/:\1/g' | sed -e 
's/^0\+\([0-9a-fA-F]\+\)/\1/'| sed -e 's/\(:0\)\+:\(:0\)*\|\(:0\)*:\(:0\)\+/:/'
SED_IPV4ADDR=sed -e 's/\.0\+\([0-9a-fA-F]\+\)/.\1/g' | sed -e 
's/^0\+\([0-9a-fA-F]\+\)/\1/'
if_addr_start () {
local IPADDR2 ADDR ADDR2
local ADDRS
local ANS
local OIFS
local IFACE=$1
# Glue stuff
if [ -n $MASKLEN ]; then
IPADDR=${IPADDR}/${MASKLEN}
fi
if [ -n $PTPADDR ]; then
IPADDR=${IPADDR}_peer_${PTPADDR}
fi
if [ -n $BROADCAST ]; then
IPADDR=${IPADDR}_brd_${BROADCAST}
fi
if [ -n $IP_EXTRA_ADDRS ]; then
IPADDR=$IPADDR $IP_EXTRA_ADDRS
fi
# Take care of leading zeroes in supplied addresses
for ADDR in $IPADDR; do
if echo $ADDR | grep -q ':'; then
#IPv6
ADDR2=`echo $ADDR | eval $SED_IPV6ADDR` 
IPADDR2=$IPADDR2 $ADDR2
else
#IPv4
ADDR2=`echo $ADDR | eval $SED_IPV4ADDR`
IPADDR2=$IPADDR2 $ADDR2
fi
done
IPADDR=$IPADDR2
# Set up link MTU etc
ip link set $1 $IFCFG_MULTICAST $IFCFG_MTU

# Set up IPv6 Interface sysctl here before interface goes up
ifv6_setproc $1 accept_redirects $IPV6_ACCEPT_REDIRECTS
ifv6_setproc $1 accept_ra $IPV6_ACCEPT_RA
ifv6_setproc $1 accept_ra_pinfo $IPV6_ACCEPT_RA_PINFO
ifv6_setproc $1 accept_ra_rt_info_max_plen 
$IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN
ifv6_setproc $1 disable_ipv6 $IPV6_DISABLE
ifv6_setproc $1 forwarding $IPV6_FWDING
ifv6_setproc $1 router_solicitations $IPV6_ROUTER_SOLICITATIONS
ifv6_setproc $1 use_tempaddr $IPV6_PRIVACY

# Bring the interface up
ip link set dev $1 up
# This one has to be set after interface up
ifv6_setproc $1 mtu $IPV6_MTU
# Set up the addresses on the interface

ADDRS=`ip addr show dev $IFACE |  grep '^.*inet[ 46]' \
| sed -e $SED_IPV4STR | sed 

Bug#681647: bindfs: Invalid memory access

2012-07-14 Thread Marcelo E. Magallon
Package: bindfs
Version: 1.10.3-1.1
Severity: grave
Tags: upstream patch
Justification: renders package unusable

Hi,

 please see attached patch.  Upstream implemented a different fix
 in 1.10.4 and later.

 I don't think this renders the package unusable for every user
 or in every case, but it seems to me that this scenario is
 probably very common and I'm surprised noone else has noticed.

 Thanks,

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

Kernel: Linux 3.2.0-2-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 bindfs depends on:
ii  fuse  2.9.0-5
ii  libc6 2.13-34
ii  libfuse2  2.9.0-5

bindfs recommends no packages.

bindfs suggests no packages.

-- no debconf information
FUSE passes something like /src in path.  When we call
pathconf, if the path passed as argument doesn't exist, it
returns -1 because it can't determine the relevant filesystem.
We end up allocating only enough space to store the dirent struct
up to the d_name field and no more, but when we call readdir
further down, it wants to write to d_name.  With the current
libc6 package (2.13-34) this causes an invalid memory access
error and bindfs aborts.

How to reproduce:

tar xvzf bindfs_1.10.3.orig.tar.gz
cd bindfs-1.10.3
./configure
make
cd ..
mkdir bindfs-1.10.3.new
./bindfs-1.10.3/src/bindfs -n -d bindfs-1.10.3 bindfs-1.10.3.new
cd bindfs-1.10.3.new
make

diff -ruN bindfs-1.10.3.orig/src/bindfs.c bindfs-1.10.3/src/bindfs.c
--- bindfs-1.10.3.orig/src/bindfs.c	2012-05-18 07:45:33.0 -0600
+++ bindfs-1.10.3/src/bindfs.c	2012-07-14 20:34:16.121237773 -0600
@@ -399,7 +399,7 @@
 struct dirent *de;
 struct stat st;
 int result = 0;
-(void) path;
+path = process_path(path);
 
 de_buf = malloc(offsetof(struct dirent, d_name) + pathconf(path, _PC_NAME_MAX) + 1);
 


Bug#681589: givaro: uses system include syntax for local header

2012-07-14 Thread Lifeng Sun
Hi release team,

Could you please remove givaro, fflas-ffpack and linbox from testing
if you don't want to make a new transition from libgivaro0 to
libgivaro1? Thanks.


Regards,
Lifeng

On 11:42 Sat 07/14/12 Jul , Neil Williams wrote:
 OK, in that case, givaro_check.m4 is irretrievably broken and givaro
 needs to provide pkg-config support which linbox can use instead.
 
 givaro_check tries to link a test program against libgivaro0 simply by
 including the givinteger.h header and this *was* a valid method for
 older versions of givaro.
 
   1: linbox and other packages which use givaro_check.m4 will fail to
   build from source because gmpxx.h cannot be found by the configure
   check.
  
  The FTBFS bug of linbox in sid is likely caused by givaro API
  incompatibility.
 
 It definitely is - however, even if givaro migrates API, linbox will
 still not get a valid result from givaro_check.m4. Givaro can help this
 situation by providing a givaro.pc file.

  I would file an RFS for linbox-1.3.2 to fix the bug
  if Vincent Danjean is no longer interested in this package (I got
  permission from Tim Abbott to adopt linbox and other SAGE-related
  packages).
 
 There is no point thinking about uploading libgivaro1 without talking
 to the release team who are unlikely to want a new transition at this
 point. See #678769 - that's why I blocked this bug by #678769.
 
 At this stage of the release freeze, the release team may be more
 willing to consider removing givaro, linbox and fflas-ffpack.

 This problem should have been noticed before the 3.7.0-1 upload. It is
 difficult to fix now and you should talk to the release team about what
 can be done and whether givaro can be released as part of Wheezy.
 Currently, it looks unlikely.

-- 


signature.asc
Description: Digital signature


Bug#681586: marked as done (python-recoll: missing dependency on python)

2012-07-14 Thread Debian Bug Tracking System
Your message dated Sun, 15 Jul 2012 05:17:12 +
with message-id e1sqhci-0006qp...@franck.debian.org
and subject line Bug#681586: fixed in recoll 1.17.3-2
has caused the Debian Bug report #681586,
regarding python-recoll: missing dependency on python
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.)


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

Package: python-recoll
Version: 1.17.3-1
Severity: serious
Justification: Policy 3.5

python-recoll doesn't depend on python. From the build log:

dh_gencontrol
dpkg-gencontrol: warning: Depends field of package python-recoll: unknown 
substitution variable ${python:Depends}

Indeed, you didn't call any helper that would generate this dependency. 
(Given that you build-depend on python-all-dev (= 2.6.6-3~), you 
probably want to call dh_python2.)



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

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

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: recoll
Source-Version: 1.17.3-2

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

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 681...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kartik Mistry kar...@debian.org (supplier of updated recoll 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: Sat, 14 Jul 2012 20:20:56 +0530
Source: recoll
Binary: recoll python-recoll
Architecture: source amd64
Version: 1.17.3-2
Distribution: unstable
Urgency: medium
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 python-recoll - Python extension for recoll
 recoll - Personal full text search package with a Qt GUI
Closes: 681586
Changes: 
 recoll (1.17.3-2) unstable; urgency=medium
 .
   * debian/rules:
 + Call dh_python2 for python-recoll. (Closes: #681586)
   * debian/control:
 + Added X-Python-Version field for correct Python version dependency.
Checksums-Sha1: 
 28a880d02e78a6da34d3179ec9424a483cb6fdda 1252 recoll_1.17.3-2.dsc
 4f1ed847faa3ee042324ddb6537eade6520e6c47 10511 recoll_1.17.3-2.debian.tar.gz
 9f42f0ae3ac1bae975fddce582730f1eff185ba4 1782930 recoll_1.17.3-2_amd64.deb
 1386385bb633e2c3af6c6687970555f67750c462 344042 
python-recoll_1.17.3-2_amd64.deb
Checksums-Sha256: 
 69075540f3a9038e0367b01c5be8c6e8ca1541b49f6e47f624c637f4faace5d6 1252 
recoll_1.17.3-2.dsc
 a818258f78f189f64f3e1b54cf5d6e5b8481e2ecfc7a61cb1d161ca447a2e4aa 10511 
recoll_1.17.3-2.debian.tar.gz
 c11328fe5edc272a9c1e568f2169da71c30ca86985c0e1800b0cb7dd4b0c9052 1782930 
recoll_1.17.3-2_amd64.deb
 62d53d8b60dea542bb97cb672fe87252bcf73f97fae5c7dd504e5154274e27a0 344042 
python-recoll_1.17.3-2_amd64.deb
Files: 
 2f7387811e1b72e3748535a09c019d62 1252 x11 optional recoll_1.17.3-2.dsc
 18fe9457d8cb90dba85f364aa3d87f42 10511 x11 optional 
recoll_1.17.3-2.debian.tar.gz
 b517eb6d5af84d6a05451462a4b39a50 1782930 x11 optional recoll_1.17.3-2_amd64.deb
 f092e968cdc305586782e5af4edfdbb9 344042 python optional 
python-recoll_1.17.3-2_amd64.deb

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

iEYEARECAAYFAlACToQACgkQoRg/jtECjI1eNACgqVyYbQJB4D8C3ZfByXBVC2Yj
V0IAn2F+BfS0XEwZKqL1I4c8c3ZEjTiA
=XVcX
-END PGP SIGNATUREEnd Message---