Bug#625196: Fix gstreamer include headers

2011-09-15 Thread Matthias Klose
tags 625196 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 625196 oneiric ubuntu-patch
thanks

patch at
http://launchpadlibrarian.net/79953934/libplayer_2.0.1-2_2.0.1-2ubuntu1.diff.gz




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



Processed: Fix gstreamer include headers

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

 tags 625196 + patch
Bug #625196 [src:libplayer] libplayer: FTBFS: wrapper_gstreamer.c:33:21: fatal 
error: gst/gst.h: No such file or directory
Added tag(s) patch.
 user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was d...@ubuntu.com).
 usertags 625196 oneiric ubuntu-patch
Bug#625196: libplayer: FTBFS: wrapper_gstreamer.c:33:21: fatal error: 
gst/gst.h: No such file or directory
There were no usertags set.
Usertags are now: ubuntu-patch oneiric.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
625196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625196
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#641678: cdbs: 0.4.97 breaks scons build

2011-09-15 Thread Antonin Kral
Package: cdbs
Version: 0.4.97
Severity: serious

Hi,

when rebuilding mongodb I have found that when upgrading cdbs to 0.4.97
then the build process (through scons) fails (it is actually not trying
to build at all):

 debian/rules build
make: Nothing to be done for `build'.
 fakeroot debian/rules binary
make: Nothing to be done for `binary'.

when I downgrade cdbs to 0.4.96 the exactly same package builds without
a problem. I was testing the build in freshly created cowbuilder.



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



Bug#625374: Fix FTFBS with -Werror (and -fstack-protector)

2011-09-15 Thread Matthias Klose
tags 625374 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 625374 oneiric ubuntu-patch
user debian-...@lists.debian.org
usertags 625374 ftbfs-gcc-4.6 ftbfs-werror
thanks

Fixes the ftbfs, and allows building with -fstack-protector.



diff -u libpam-chroot-0.9/Makefile libpam-chroot-0.9/Makefile
--- libpam-chroot-0.9/Makefile
+++ libpam-chroot-0.9/Makefile
@@ -3,7 +3,7 @@
 CC=gcc
 CFLAGS=-fPIC -O2 -Wall -Werror -pedantic
 CPPFLAGS=-I.
-LDFLAGS=-x --shared
+LDFLAGS=-shared
 DESTDIR=/
 
 OUT=pam_chroot.so
@@ -12,7 +12,7 @@
 all:   $(OUT)
 
 %.so: %.o
-   $(LD) $(LDFLAGS) -o $@ $ -lpam
+   $(CC) $(LDFLAGS) -o $@ $ -lpam
 
 clean:
rm -f *.o $(OUT)
diff -u libpam-chroot-0.9/pam_chroot.c libpam-chroot-0.9/pam_chroot.c
--- libpam-chroot-0.9/pam_chroot.c
+++ libpam-chroot-0.9/pam_chroot.c
@@ -639,10 +639,8 @@
  *  then pass it to this function */
 int _pam_do_chroot(pam_handle_t *pamh, struct _pam_opts *opts) {
int err,debug;
-   char *name;
char const *user;
 
-   name = NULL;
debug = opts-flags  _PAM_OPTS_DEBUG;
 
err = pam_get_user(pamh, user, NULL);
diff -u libpam-chroot-0.9/debian/changelog libpam-chroot-0.9/debian/changelog
--- libpam-chroot-0.9/debian/changelog
+++ libpam-chroot-0.9/debian/changelog
@@ -1,3 +1,18 @@
+libpam-chroot (0.9-4ubuntu2) oneiric; urgency=low
+
+  * Remove unused variable `name'. Closes: #625374. LP: #831203.
+  * Revert:
+- Build with -fno-stack-protector fix FTBFS
+  * Link with gcc.
+
+ -- Matthias Klose d...@ubuntu.com  Thu, 15 Sep 2011 08:49:55 +0200
+
+libpam-chroot (0.9-4ubuntu1) natty; urgency=low
+
+  * Build with -fno-stack-protector fix FTBFS
+
+ -- Bhavani Shankar bh...@ubuntu.com  Thu, 04 Nov 2010 22:14:20 +0530
+
 libpam-chroot (0.9-4) unstable; urgency=low
 
   * Makefile: -lpam should go at the end of the $(LD) invocation


Bug#625375: work around build failure with -Werror

2011-09-15 Thread Matthias Klose
tags 625375 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 625375 oneiric ubuntu-patch
user debian-...@lists.debian.org
usertags 625375 ftbfs-gcc-4.6 ftbfs-werror
thanks

patch at
http://launchpadlibrarian.net/79934363/libss7_1.0.2-1_1.0.2-1ubuntu1.diff.gz



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



Processed: Fix FTFBS with -Werror (and -fstack-protector)

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

 tags 625374 + patch
Bug #625374 [libpam-chroot] libpam-chroot: ftbfs with gcc-4.6 -Werror
Added tag(s) patch.
 user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was d...@ubuntu.com).
 usertags 625374 oneiric ubuntu-patch
Bug#625374: libpam-chroot: ftbfs with gcc-4.6 -Werror
There were no usertags set.
Usertags are now: ubuntu-patch oneiric.
 user debian-...@lists.debian.org
Setting user to debian-...@lists.debian.org (was ubuntu-de...@lists.ubuntu.com).
 usertags 625374 ftbfs-gcc-4.6 ftbfs-werror
Bug#625374: libpam-chroot: ftbfs with gcc-4.6 -Werror
Usertags were: ftbfs-gcc-4.6 ftbfs-werror.
Usertags are now: ftbfs-gcc-4.6 ftbfs-werror.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
625374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625374
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: work around build failure with -Werror

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

 tags 625375 + patch
Bug #625375 [libss7] libss7: ftbfs with gcc-4.6 -Werror
Added tag(s) patch.
 user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was d...@ubuntu.com).
 usertags 625375 oneiric ubuntu-patch
Bug#625375: libss7: ftbfs with gcc-4.6 -Werror
There were no usertags set.
Usertags are now: ubuntu-patch oneiric.
 user debian-...@lists.debian.org
Setting user to debian-...@lists.debian.org (was ubuntu-de...@lists.ubuntu.com).
 usertags 625375 ftbfs-gcc-4.6 ftbfs-werror
Bug#625375: libss7: ftbfs with gcc-4.6 -Werror
Usertags were: ftbfs-gcc-4.6 ftbfs-werror.
Usertags are now: ftbfs-gcc-4.6 ftbfs-werror.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
625375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625375
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#641679: php5-fpm: Error compiling latest git sources with --enable-maintainer-zts: ext/standard/crypt.c:156: error: storage size of ‘buffer’ isn’t known

2011-09-15 Thread Ettore Del Negro
Package: php5-fpm
Version: 5.3.8-1~dotdeb.2
Severity: serious
Justification: fails to build from source


Enabling --enable-maintainer-zts causes the following compile error:
php/ext/standard/crypt.c: In function ‘zif_crypt’:
php/ext/standard/crypt.c:156: error: storage size of ‘buffer’ isn’t known
php/ext/standard/crypt.c:201:3: warning: #warning Using system MD5 crypt 
function, which is OK on Debian system
php/ext/standard/crypt.c:202: warning: implicit declaration of function 
‘crypt_r’
php/ext/standard/crypt.c:213:3: warning: #warning Using system SHA512 crypt 
function, which is OK on Debian system
php/ext/standard/crypt.c:226:3: warning: #warning Using system SHA256 crypt 
function, which is OK on Debian system
php/ext/standard/crypt.c:251:3: warning: #warning Using PHP BlowFish crypt 
function, which is OK on Debian system
php/ext/standard/crypt.c:265:3: warning: #warning Using PHP extended DES crypt 
function, which is OK on Debian system
php/ext/standard/crypt.c:272:3: warning: #warning Using system standard DES 
crypt function, which is OK on Debian system
php/ext/standard/crypt.c:156: warning: unused variable ‘buffer’
make[1]: *** [ext/standard/crypt.lo] Error 1

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

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

Versions of packages php5-fpm depends on:
ii  dpkg   1.15.8.11 Debian package management system
ii  libbz2-1.0 1.0.5-6   high-quality block-sorting file co
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.12-4stable1  common error description library
ii  libdb4.8   4.8.30-2  Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-2   1.8.3+dfsg-4squeeze1  MIT Kerberos runtime libraries - k
ii  libk5crypto3   1.8.3+dfsg-4squeeze1  MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8.3+dfsg-4squeeze1  MIT Kerberos runtime libraries
ii  libmagic1  5.04-5File type determination library us
ii  libonig2   5.9.1-1   Oniguruma regular expressions libr
ii  libqdbm14  1.8.77-4  QDBM Database Libraries [runtime]
ii  libssl0.9.80.9.8o-4squeeze2  SSL shared libraries
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  mime-support   3.48-1MIME files 'mime.types'  'mailcap
ii  php5-common5.3.8-1~dotdeb.2  Common files for packages built fr
ii  tzdata 2011d-0squeeze1   time zone and daylight-saving time
ii  ucf3.0025+nmu1   Update Configuration File: preserv
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

php5-fpm recommends no packages.

Versions of packages php5-fpm suggests:
pn  php-pear  none (no description available)

-- Configuration Files:
/etc/php5/fpm/php-fpm.conf changed [not included]
/etc/php5/fpm/pool.d/www.conf changed [not included]

-- no debconf information




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



Bug#618463: marked as done (mdadm: Mdadm grow of Raid1 destroys metadata)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 07:17:22 +
with message-id e1r46ci-fd...@franck.debian.org
and subject line Bug#618463: fixed in mdadm 3.2.2-1
has caused the Debian Bug report #618463,
regarding mdadm: Mdadm grow of Raid1 destroys metadata
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.)


-- 
618463: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618463
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mdadm
Version: 2.6.7.2-3
Severity: grave
Justification: causes non-serious data loss

Hi,

mdadm --grow /dev/mdX --size=max shreded the second raid1 array here.

Commands where as following:
lvextend -L +10G vda/opt
lvextend -L +10G vdb/opt
mdadm --grow /dev/md2 --size=max

All commands returned without errors, but the array didn't grow in
size.

After that the array was still running but the metadata destroyed.
# mdadm -D /dev/md2
/dev/md2:
Version : 00.90
  Creation Time : Tue Jul 14 13:43:19 2009
 Raid Level : raid1
 Array Size : 10485696 (10.00 GiB 10.74 GB)
  Used Dev Size : 10485696 (10.00 GiB 10.74 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 2
Persistence : Superblock is persistent

Update Time : Tue Mar 15 12:31:41 2011
  State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

Number   Major   Minor   RaidDevice State
   0 25350  active sync   /dev/dm-5
   1 25311  active sync   /dev/dm-1

# mdadm -E /dev/vda/opt
mdadm: No md superblock detected on /dev/vda/opt.
# mdadm -E /dev/vdb/opt
mdadm: No md superblock detected on /dev/vdb/opt.

After mdadm --stop /dev/md2 the array couldn't be reassambled.

To fix this problem i simply recreated the array with:
# mdadm --create --assume-clean /dev/md2 -l1 -n2 /dev/vda/opt /dev/vdb/opt
mdadm: /dev/vda/opt appears to contain an ext2fs file system
size=10485696K  mtime=Tue Feb 22 12:28:24 2011
mdadm: /dev/vdb/opt appears to contain an ext2fs file system
size=10485696K  mtime=Tue Feb 22 12:28:24 2011
Continue creating array? yes
mdadm: array /dev/md2 started.

michael

-- Package-specific info:
--- mount output
/dev/md0 on / type auto (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
thalys.student.iaik.tugraz.at:/raid/users on /users type nfs 
(rw,nosuid,nodev,addr=129.27.142.141)
thalys.student.iaik.tugraz.at:/raid/vlsi_soft on /vlsi_soft type nfs 
(rw,nosuid,nodev,addr=129.27.142.141)
thalys.student.iaik.tugraz.at:/raid/verify on /verify type nfs 
(rw,nosuid,nodev,addr=129.27.142.141)
nfsd on /proc/fs/nfsd type nfsd (rw)
/dev/md1 on /workstore type ext3 (rw,nosuid,data=writeback)
/dev/mapper/vda-opt_backup on /root/opt_backup type ext3 (rw)
/dev/md2 on /opt type ext3 (rw,nosuid,nodev,noatime,data=writeback)

--- mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST system

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays
ARRAY /dev/md0 level=raid1 num-devices=2 
UUID=ee1de88e:0bf13d47:d8b78f65:99226e41
ARRAY /dev/md1 level=raid1 num-devices=2 
UUID=459d5e27:904f3c79:d8b78f65:99226e41
ARRAY /dev/md2 level=raid1 num-devices=2 
UUID=6751920d:40d22e18:42039ac8:7bde15d5


--- /proc/mdstat:
Personalities : [raid1] 
md2 : active raid1 dm-1[1] dm-5[0]
  20971456 blocks [2/2] [UU]
  
md1 : active raid1 dm-2[1] dm-3[0]
  209715136 blocks [2/2] [UU]
  
md0 : active raid1 sda1[0] sdb1[1]
  9767424 blocks [2/2] [UU]
  
unused devices: none

--- /proc/partitions:
major minor  #blocks  name

   8   16  244198584 sdb
   8   179767488 sdb1
   8   18  234428512 sdb2
   80  488386584 sda
   819767488 sda1
   82  478616512 sda2
   909767424 md0
 253

Bug#625392: marked as done (mdadm: ftbfs with gcc-4.6 -Werror)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 07:17:22 +
with message-id e1r46ci-g2...@franck.debian.org
and subject line Bug#625392: fixed in mdadm 3.2.2-1
has caused the Debian Bug report #625392,
regarding mdadm: ftbfs with gcc-4.6 -Werror
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.)


-- 
625392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mdadm
Version: 3.1.4-1+8efb9d1
Severity: important
Tags: wheezy sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.6 ftbfs-werror

This package builds with -Werror, and GCC 4.6 triggers new warnings
which will make the package fail to build.  Currently a Debian patch
just passes
-Wno-error=unused-but-set-variable and
-Wno-error=unused-but-set-parameter
to avoid build failures, but this patch will be reverted with the
GCC 4.6.1 release, and the severity of the report will be raised.

The full build log can be found at:
http://people.debian.org/~doko/tmp/werror/mdadm_3.1.4-1+8efb9d1_lsid64.buildlog
The last lines of the build log are at the end of this report.



---End Message---
---BeginMessage---
Source: mdadm
Source-Version: 3.2.2-1

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

mdadm-udeb_3.2.2-1_amd64.udeb
  to main/m/mdadm/mdadm-udeb_3.2.2-1_amd64.udeb
mdadm_3.2.2-1.debian.tar.bz2
  to main/m/mdadm/mdadm_3.2.2-1.debian.tar.bz2
mdadm_3.2.2-1.dsc
  to main/m/mdadm/mdadm_3.2.2-1.dsc
mdadm_3.2.2-1_amd64.deb
  to main/m/mdadm/mdadm_3.2.2-1_amd64.deb
mdadm_3.2.2.orig.tar.bz2
  to main/m/mdadm/mdadm_3.2.2.orig.tar.bz2



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

Debian distribution maintenance software
pp.
martin f. krafft madd...@debian.org (supplier of updated mdadm 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: Mon, 01 Aug 2011 10:41:41 +0200
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source amd64
Version: 3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: martin f. krafft madd...@debian.org
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 595516 598957 604702 605722 610421 611627 611632 615494 618463 618561 
621346 625392 628371 633054
Changes: 
 mdadm (3.2.2-1) unstable; urgency=low
 .
   [ martin f. krafft ]
   * New upstream version (closes: #615494), which addresses:
 - --grow option aware of size change of underlying device (closes: #618463)
 - builds with -Werror on gcc-4.6 (closes: #625392).
 - new features/functionality:
   + Policy framework.
   + Improved management of reshaping arrays.
   + Support for Intel Matrix Storage Manager (IMSM)
 Thanks to Scott Schaefer for his help in preparing this release!
   * Do not print io rescheduling info message when run by cron
 (closes: #598957).
   * Fix checkarray script so that it does not die after scheduling the first
 device when there is no scheduling class specified; thanks to Mario
 'BitKoenig' Holbe (closes: #611627).
   * Do not include DEVICE line in generated configs but use the built-in value
 by default (closes: #604702).
   * Make mdadm-raid init script depend on hostname; thanks to Mario
'BitKoenig' Holbe (closes: #610421).
   * Schedule start/stop of mdadm-raid before/after filesystems are
 checkedmounted/unmounted; thanks to Mario 'BitKoenig' Holbe
 (closes: #611632).
   * Work around a shell coding bug for cases when there are zero active
 devices (closes: #618561).
   * Add NEWS entry about metadata change and requirement on new Grub version
 (closes: #595516).
   * Update mdadd.sh script from Arno's webpage.
   * Update md.txt from latest kernel source.
   * Updated debconf translations:
 - Catalan by Innocent De Marchi (closes: #628371)
 - Danish by Joe Dalton (closes: #621346)
   * Small typo fix in RAID5_versus_RAID10.txt
   * Bump Standards-Version to 3.9.2; no changes required.
 .
   [ 

Bug#634414: work around build failure with -Werror

2011-09-15 Thread Matthias Klose
tags 634414 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 634414 oneiric ubuntu-patch
user debian-...@lists.debian.org
usertags 634414 ftbfs-gcc-4.6 ftbfs-werror
thanks

patch at
http://launchpadlibrarian.net/79955528/libnsbmp_0.0.1-1_0.0.1-1ubuntu1.diff.gz



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



Processed: work around build failure with -Werror

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

 tags 634414 + patch
Bug #634414 [src:libnsbmp] libnsbmp: FTBFS: src/libnsbmp.c:297:11: error: 
variable 'uheight' set but not used [-Werror=unused-but-set-variable]
Added tag(s) patch.
 user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was d...@ubuntu.com).
 usertags 634414 oneiric ubuntu-patch
Bug#634414: libnsbmp: FTBFS: src/libnsbmp.c:297:11: error: variable 'uheight' 
set but not used [-Werror=unused-but-set-variable]
There were no usertags set.
Usertags are now: ubuntu-patch oneiric.
 user debian-...@lists.debian.org
Setting user to debian-...@lists.debian.org (was ubuntu-de...@lists.ubuntu.com).
 usertags 634414 ftbfs-gcc-4.6 ftbfs-werror
Bug#634414: libnsbmp: FTBFS: src/libnsbmp.c:297:11: error: variable 'uheight' 
set but not used [-Werror=unused-but-set-variable]
There were no usertags set.
Usertags are now: ftbfs-gcc-4.6 ftbfs-werror.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
634414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634414
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#641682: TYPO3 Security Bulletin TYPO3-CORE-SA-2011-002: Potential SQL injection vulnerability in TYPO3 Core

2011-09-15 Thread Christian Welzel
Package: typo3-src
Severity: critical
Tags: security
Version: 4.5.4+dfsg1-1


Component Type: TYPO3 Core
Affected Versions: 4.5.0 - 4.5.5
Release Date: September 14, 2011



Vulnerable subcomponent: Database API


Vulnerability Type: SQL Injection
Severity: Medium
Suggested CVSS v2.0: AV:N/AC:M/Au:N/C:P/I:P/A:N/E:U/RL:OF/RC:C

Problem Description: Failing to properly replace parameter values, the
usage of prepared statements could lead to a SQL Injection
vulnerability. This issue can only be exploited if two or more
parameters are bound to the query and at least two come from user input.

We carefully analysed the usage of prepared queries in the TYPO3 Core
and found that it is not exploitable. We are also not aware of any
extension in the TER that uses this feature in a exploitable way.
Nevertheless all users of TYPO3 4.5.x are adviced to update their
installations as soon as possible.


-- 
 MfG, Christian Welzel

  GPG-Key: http://www.camlann.de/de/pgpkey.html
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15



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



Bug#641683: TYPO3 Security Bulletin TYPO3-CORE-SA-2011-003: Improper error handling could lead to cache flooding in TYPO3 Core

2011-09-15 Thread Christian Welzel
Package: typo3-src
Severity: critical
Tags: security


Component Type: TYPO3 Core

Affected Versions: 4.2.0-4.2.17, 4.3.0-4.3.13, 4.5.0-4.5.5
Release Date: September 14, 2011


Vulnerable subcomponent: Caching System


Vulnerability Type: Improper error handling
Severity: Medium
Suggested CVSS v2.0: AV:N/AC:L/Au:N/C:N/I:N/A:P/E:U/RL:OF/RC:C
Problem Description: When configured to explicitly deny cache disabling
through an URL parameter
($TYPO3_CONF_VARS['FE']['disableNoCacheParameter']), TYPO3 fails to
disable caching when an invalid cache hash URL parameter (cHash) is
provided. This allows an attacker to easily flood the caching tables of
TYPO3.



-- 
 MfG, Christian Welzel

  GPG-Key: http://www.camlann.de/de/pgpkey.html
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15



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



Bug#582953: Kmail deleted all my local mail

2011-09-15 Thread David
Hi there, I just had a very unpleasant experience with kmail.

I searched the Debian BTS, and this seems to be the closest report, so
my report over here.

I opened kmail this morning, and all my mails were gone. Checked the
~/.kde/share/apps/kmail folder, and basically empty, rather than the
700 MB of mail files I normally have there.

Fortunately I had made a backup from a few days ago, so I restored that.

Started kmail up again, and it deleted all those mails again during
startup. WTH?

Well, there are some unsual things on my side that are contributing
towards this.

1. My ~/.kde/share/apps/kmail folder is really a symlink to a
secondary encrypted location (an encfs directory).

2. I sometimes forget to mount that encfs share before starting kmail.
Normally in this case, kmail annoyingly removes my symlinks, and makes
new folders, so I have to go and tidy up after it to get to my mail
again. Really annoying.

3. My kmail settings files over here, aren't symlinks into an
encrypted location:

 ~/.kde/share/config/kmail*

So basically in this case, I started kmail up (before mounting my
crypt area), and it did it's normal annoying thing with my
~/.kde/share/apps/kmail symlink.

So I did my normal routine of mounting my crypt area, moving the new
'kmail' directory out of the way, restoring my symlink, and then
starting kmail.

After which, kmail promptly proceeded to delete all my mails under
~/.kde/share/apps/kmail (in my crypt area).

And it did the same again, when I restored ~/.kde/share/apps/kmail
from my encrypted offsite backup drive

What I _think_ is happening here is this:

1. kmail starts up, and sees that  ~/.kde/share/apps/kmail looks
weird, so it removes it and makes a new folder

(WTH number 1, but I'm used to that by now).

2. It then proceeds to make a new set of profile settings under
~/.kde/share/config/kmail*, replacing my old settings

(WTH number 2 - now I'd need to manually re-create those settings, or
restore from backups)

3. Later, when I replace the new  ~/.kde/share/apps/kmail with a
symlink to my encfs directory, and then start up kmail again, it sees
that my new ~/.kde/share/apps/kmail directory contents are now
inconsistent with the ~/.kde/share/config/kmail* settings files, and
then kindly proceeds to tidy things up, to match the config files -
deleting my 700 MB of mails, not just once (initially), but a second
time too, when I tried to restore from backups and test it again.

This is the biggest WTH. Kmail should never delete all the local mail
files like that automatically, in an attempt to tidy things up to
match the settings, without even warning the user.

Granted, I have a really unusual setup, but it's conceivable that
kmail's fix up the user's mail directory at any costs (parts 1-3)
logic are going to cause some major problems for other people at some
point.

Also, it would be nice if kmail didn't always delete my kmail folder
symlink at startup, if they (at that time) point to non-existent
directories. Please instead give a warning dialogue, and ask the user
what to do at that point.

Kind regards,

David.

PS: Also for your reference, my reportbug headers can be found below:

---
Subject: kmail: Kmail deleted all my local mail
Package: kmail
Version: 4:4.4.11.1+l10n-1
Severity: important

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

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

Versions of packages kmail depends on:
ii  kdebase-runtime 4:4.6.5-1
ii  kdepim-runtime  4:4.4.11.1-2
ii  kdepimlibs-kio-plugins  4:4.6.5-1
ii  libakonadi-contact4 4:4.6.5-1
ii  libakonadi-kde4 4:4.6.5-1
ii  libc6   2.13-20
ii  libgcc1 1:4.6.1-10
ii  libgpgme++2 4:4.6.5-1
ii  libkabc44:4.6.5-1
ii  libkcal44:4.6.5-1
ii  libkcmutils44:4.6.5-2
ii  libkde3support4 4:4.6.5-2
ii  libkdecore5 4:4.6.5-2
ii  libkdepim4  4:4.4.11.1+l10n-1
ii  libkdeui5   4:4.6.5-2
ii  libkhtml5   4:4.6.5-2
ii  libkimap4   4:4.6.5-1
ii  libkio5 4:4.6.5-2
ii  libkldap4   4:4.6.5-1
ii  libkleo44:4.4.11.1+l10n-1
ii  libkmime4   4:4.6.5-1
ii  libknotifyconfig4   4:4.6.5-2
ii  libkontactinterface44:4.6.5-1
ii  libkparts4  4:4.6.5-2
ii  libkpgp44:4.4.11.1+l10n-1
ii  libkpimidentities4  4:4.6.5-1
ii  libkpimtextedit44:4.6.5-1
ii  libkpimutils4   4:4.6.5-1
ii  libkresources4  4:4.6.5-1
ii  libksieve4  4:4.4.11.1+l10n-1
ii  libktnef4   4:4.6.5-1
ii  libmailtransport4   4:4.6.5-1
ii  libmessagecore4 4:4.4.11.1+l10n-1
ii  libmessagelist4 4:4.4.11.1+l10n-1
ii  libmimelib4 

Bug#582953: Kmail deleted all my local mail

2011-09-15 Thread Matteo Cypriani
Hi,
That reminds me I forgot to update this bug report.
I did not experience the problem for some time now, and I think it is related 
with the filesystem I use for my /home: I moved from ZFS-Fuse to ext4. That 
said, it may be related to ZFS-Fuse, but other users experienced a similar 
problem on other FS (Juha on XFS). Anyway, Kmail/Kontact should better handle 
its files (missing sync somewhere creating corrupted files in certain 
circumstances?), and do not blindly delete all the stuff like that.
Cheers,
  Matteo


signature.asc
Description: This is a digitally signed message part.


Processed: limit source to openr2, tagging 625393

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

 #openr2 (1.3.1-1) UNRELEASED; urgency=low
 #
 #  * Patch gcc46: Fix building with gcc 4.6 (Matthias Klose, Closes: #625393).
 #
 limit source openr2
Limiting to bugs with field 'source' containing at least one of 'openr2'
Limit currently set to 'source':'openr2'

 tags 625393 + pending
Bug #625393 [openr2] openr2: ftbfs with gcc-4.6 -Werror
Added tag(s) pending.
 thanks
Stopping processing here.

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

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

 tag 641405 + pending
Bug #641405 [python-django] several Django security issues
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641405
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#637370: marked as done (mongodb: FTBFS on i386)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 08:49:18 +
with message-id e1r47dg-0001aa...@franck.debian.org
and subject line Bug#637370: fixed in mongodb 1:2.0.0-1
has caused the Debian Bug report #637370,
regarding mongodb: FTBFS on i386
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.)


-- 
637370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637370
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mongodb
Version: 1:1.8.2-2
Severity: serious
Justification: fails to build from source

See 
https://buildd.debian.org/status/fetch.php?pkg=mongodbarch=i386ver=1%3A1.8.2-2stamp=1312755466

 running /build/buildd-mongodb_1.8.2-2-i386-WpHFFq/mongodb-1.8.2/mongod --port 
 32000 --dbpath 
 /build/buildd-mongodb_1.8.2-2-i386-WpHFFq/mongodb-1.8.2/debian/tmp-test/data/db/sconsTests/
  ***
  Test : test ...
 275886.018991ms
 test /build/buildd-mongodb_1.8.2-2-i386-WpHFFq/mongodb-1.8.2/test exited with 
 status 17
 Traceback (most recent call last):
   File buildscripts/smoke.py, line 489, in module
 main()
   File buildscripts/smoke.py, line 485, in main
 report()
   File buildscripts/smoke.py, line 350, in report
 raise Exception(Test failures)
 Exception: 0 tests succeeded
 Test failures
 The following tests failed (with exit code):
 /build/buildd-mongodb_1.8.2-2-i386-WpHFFq/mongodb-1.8.2/test17
 scons: *** [smoke] Error 1
 scons: building terminated because of errors.
 make: *** [common-post-build-impl] Error 2
 dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
 status 2

Cheers,
Julien


---End Message---
---BeginMessage---
Source: mongodb
Source-Version: 1:2.0.0-1

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

mongodb-clients_2.0.0-1_amd64.deb
  to main/m/mongodb/mongodb-clients_2.0.0-1_amd64.deb
mongodb-dev_2.0.0-1_amd64.deb
  to main/m/mongodb/mongodb-dev_2.0.0-1_amd64.deb
mongodb-server_2.0.0-1_amd64.deb
  to main/m/mongodb/mongodb-server_2.0.0-1_amd64.deb
mongodb_2.0.0-1.debian.tar.gz
  to main/m/mongodb/mongodb_2.0.0-1.debian.tar.gz
mongodb_2.0.0-1.dsc
  to main/m/mongodb/mongodb_2.0.0-1.dsc
mongodb_2.0.0-1_amd64.deb
  to main/m/mongodb/mongodb_2.0.0-1_amd64.deb
mongodb_2.0.0.orig.tar.gz
  to main/m/mongodb/mongodb_2.0.0.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Antonin Kral a.k...@sh.cvut.cz (supplier of updated mongodb package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Sep 2011 17:09:16 +0200
Source: mongodb
Binary: mongodb mongodb-server mongodb-clients mongodb-dev
Architecture: source amd64
Version: 1:2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral a.k...@sh.cvut.cz
Changed-By: Antonin Kral a.k...@sh.cvut.cz
Description: 
 mongodb- object/document-oriented database (metapackage)
 mongodb-clients - object/document-oriented database (client apps)
 mongodb-dev - object/document-oriented database (development)
 mongodb-server - object/document-oriented database (server package)
Closes: 572870 631054 637370 641646
Changes: 
 mongodb (1:2.0.0-1) unstable; urgency=low
 .
   * New upstream release 2.0.0 (Closes: #641646)
 http://blog.mongodb.org/post/10126837729/mongodb-2-0-released
   * proper Spider Monkey is embedded (Closes: #637370, #572870, #631054)
   * currently linking against system libpcre3
Checksums-Sha1: 
 3057c9de80373aaefe086ed9a5203df3e3936049 1445 mongodb_2.0.0-1.dsc
 5c9a06e4fd283f481dab8436f09ed373e14c6c85 2805784 mongodb_2.0.0.orig.tar.gz
 0e44b44b92cab3dc27436fd9c5dfefda553132c2 17603 mongodb_2.0.0-1.debian.tar.gz
 79728bcace773f685dd43c5d1a49343e3eca2580 9750 mongodb_2.0.0-1_amd64.deb
 770eb3c017a435e9ba8c7490d13fef7397fd44cf 4189876 
mongodb-server_2.0.0-1_amd64.deb
 0bd04be2e31e935084e3bd1e72f78b3126faa279 16558238 
mongodb-clients_2.0.0-1_amd64.deb
 f9cb11e7fdfab271691d8f646db9544ed336f3c0 1749002 mongodb-dev_2.0.0-1_amd64.deb
Checksums-Sha256: 
 7d790b38bbca278a345941bdadeaf60bac2e01d24373820cc888f9e160691dfa 1445 
mongodb_2.0.0-1.dsc
 

Processed: reassign 641413 to nvidia-graphics-drivers

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

 reassign 641413 nvidia-graphics-drivers
Bug #641413 [libreoffice] libreoffice: Crash on startup
Bug reassigned from package 'libreoffice' to 'nvidia-graphics-drivers'.
Bug No longer marked as found in versions libreoffice/1:3.4.3-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641413
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: retitle 641413 to nvidia-graphics-drivers: Latest version 280.13.really.275.28-1 breaks X applications

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

 retitle 641413 nvidia-graphics-drivers: Latest version 280.13.really.275.28-1 
 breaks X applications
Bug #641413 [nvidia-graphics-drivers] libreoffice: Crash on startup
Changed Bug title to 'nvidia-graphics-drivers: Latest version 
280.13.really.275.28-1 breaks X applications' from 'libreoffice: Crash on 
startup'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641413
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#641413: #641413: libreoffice: Crash on startup

2011-09-15 Thread Rene Engelhard
found 641413 280.13.really.275.28-1
retitle 641413 libreoffice: X IO error on startup with proprietary nvidia driver
thanks

On Thu, Sep 15, 2011 at 11:31:12AM +0200, Roland Stigge wrote:
 And indeed - downgrading to it's version 280.13-1 in testing works.
 (Even my broken gdm3 and GTK+ buttons are working again.)

Actually that looks like *upgrading* ;-):

 nvidia-graphics-drivers | 280.13-1   | wheezy/non-free   | 
source
 nvidia-graphics-drivers | 280.13.really.275.28-1 | sid/non-free  | 
source

Or do you use experimentals nvidia driver? :)

 nvidia-graphics-drivers | 285.03-2   | experimental/non-free | 
source

Marking as found in 280.13.really.275.28-1. Nvidia people,
fix this up if needed.

 Therefore, reassigning to nvidia-graphics-drivers.

Thanks.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



--
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#641413: #641413: libreoffice: Crash on startup

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

 found 641413 280.13.really.275.28-1
Bug #641413 [nvidia-graphics-drivers] nvidia-graphics-drivers: Latest version 
280.13.really.275.28-1 breaks X applications
There is no source info for the package 'nvidia-graphics-drivers' at version 
'280.13.really.275.28-1' with architecture ''
Unable to make a source version for version '280.13.really.275.28-1'
Bug Marked as found in versions 280.13.really.275.28-1.
 retitle 641413 libreoffice: X IO error on startup with proprietary nvidia 
 driver
Bug #641413 [nvidia-graphics-drivers] nvidia-graphics-drivers: Latest version 
280.13.really.275.28-1 breaks X applications
Changed Bug title to 'libreoffice: X IO error on startup with proprietary 
nvidia driver' from 'nvidia-graphics-drivers: Latest version 
280.13.really.275.28-1 breaks X applications'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641413
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: fix up the subject again

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

 # oops, missed the retile, as itg was not in the reply. fix back
 retitle 641413 nvidia-graphics-drivers: Latest version 280.13.really.275.28-1 
 breaks X applications
Bug #641413 [nvidia-graphics-drivers] libreoffice: X IO error on startup with 
proprietary nvidia driver
Changed Bug title to 'nvidia-graphics-drivers: Latest version 
280.13.really.275.28-1 breaks X applications' from 'libreoffice: X IO error on 
startup with proprietary nvidia driver'
 thanks
Stopping processing here.

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

2011-09-15 Thread Roland Stigge
Just to make sure: Please note that this problem is not specific to
libreoffice. Although it lead to an X crash (restarting gdm3), it also
leads to other errors, e.g. broken buttons and othe widgets in GTK+.



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



Bug#639151: marked as done (Local privilege escalation)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 10:03:12 +
with message-id e1r48mm-0004eo...@franck.debian.org
and subject line Bug#639151: fixed in lightdm 0.9.6-1
has caused the Debian Bug report #639151,
regarding Local privilege escalation
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.)


-- 
639151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lightdm
Severity: grave
Tags: security

Sebastian Kramer posted the following to oss-security:

---

From: Sebastian Krahmer krah...@suse.de
To: oss-secur...@lists.openwall.com
Cc: robert.anc...@canonical.com
Subject: [oss-security] lightdm issues

Hi,

lightdm (0.9.2) which aims to be a xdm replacement seems to
fall into the same pitfalls like kdm and gdm recently. There is
a lot of uid 0 code creating and chown()ing files in user dirs such as
for ~/.dmrc and ~/.Xauthority. Probably more, depending on
how the permissions of cache and log directories are set up. For example
process_start() also creates and chown()s logfiles on users behalf.

There is also one thing that I dont understand about the lightdm
user itself and why pam sessions seem to be started for it inside
the greeter session code.

The xdmcp code seems to be OK so far, after a quick review.

---

Cheers,
Moritz

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

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


---End Message---
---BeginMessage---
Source: lightdm
Source-Version: 0.9.6-1

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

liblightdm-gobject-1-0_0.9.6-1_amd64.deb
  to main/l/lightdm/liblightdm-gobject-1-0_0.9.6-1_amd64.deb
liblightdm-gobject-dev_0.9.6-1_amd64.deb
  to main/l/lightdm/liblightdm-gobject-dev_0.9.6-1_amd64.deb
liblightdm-qt-1-0_0.9.6-1_amd64.deb
  to main/l/lightdm/liblightdm-qt-1-0_0.9.6-1_amd64.deb
liblightdm-qt-dev_0.9.6-1_amd64.deb
  to main/l/lightdm/liblightdm-qt-dev_0.9.6-1_amd64.deb
lightdm-gtk-greeter_0.9.6-1_amd64.deb
  to main/l/lightdm/lightdm-gtk-greeter_0.9.6-1_amd64.deb
lightdm-qt-greeter_0.9.6-1_amd64.deb
  to main/l/lightdm/lightdm-qt-greeter_0.9.6-1_amd64.deb
lightdm-vala_0.9.6-1_amd64.deb
  to main/l/lightdm/lightdm-vala_0.9.6-1_amd64.deb
lightdm_0.9.6-1.debian.tar.gz
  to main/l/lightdm/lightdm_0.9.6-1.debian.tar.gz
lightdm_0.9.6-1.dsc
  to main/l/lightdm/lightdm_0.9.6-1.dsc
lightdm_0.9.6-1_amd64.deb
  to main/l/lightdm/lightdm_0.9.6-1_amd64.deb
lightdm_0.9.6.orig.tar.gz
  to main/l/lightdm/lightdm_0.9.6.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Yves-Alexis Perez cor...@debian.org (supplier of updated lightdm 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: Thu, 15 Sep 2011 11:36:21 +0200
Source: lightdm
Binary: lightdm lightdm-gtk-greeter lightdm-qt-greeter lightdm-vala 
liblightdm-gobject-1-0 liblightdm-qt-1-0 liblightdm-gobject-dev 
liblightdm-qt-dev
Architecture: source amd64
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 liblightdm-gobject-1-0 - simple display manager (gobject library)
 liblightdm-gobject-dev - simple display manager (gobject development files)
 liblightdm-qt-1-0 - simple display manager (Qt library)
 liblightdm-qt-dev - simple display manager (Qt development files)
 lightdm- simple display manager
 lightdm-gtk-greeter - simple display manager (GTK+ greeter)
 lightdm-qt-greeter - simple display manager (Qt greeter)
 lightdm-vala - simple display manager (Vala files)
Closes: 639151
Changes: 
 lightdm (0.9.6-1) unstable; urgency=low
 .
   * New upstream release:
 - don't write user files as root to prevent symlinks attacks
   [CVE-2011-3349]   closes: #639151
   * debian/patches:
 - 

Bug#641182: marked as done (libcupsmime1: undefined symbol: _cups_strcasecmp)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 10:17:31 +
with message-id e1r490d-0005qr...@franck.debian.org
and subject line Bug#641182: fixed in cups 1.5.0-6
has caused the Debian Bug report #641182,
regarding libcupsmime1: undefined symbol: _cups_strcasecmp
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.)


-- 
641182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libcupsmime1
Version: 1.5.0-5
Severity: serious

For hunting down a regression I downgraded cups and all I also had to
downgrade due to the dependencies to the squeeze version, and ended up with:


Starting Common Unix Printing System: cupsd/usr/sbin/cupsd: symbol lookup 
error: /usr/lib/x86_64-linux-gnu/libcupsmime.so.1: undefined symbol: 
_cups_strcasecmp
..


That looks like the dependency on libcups2 is not strong enough
(bug in the symbols file of libcups2?)?

This is a problem also for partial upgrades from squeeze and wheeze,
and really has to be fixed for wheezy.


-- 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.0.4 (SMP w/8 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 libcupsmime1 depends on:
ii  libavahi-client3   0.6.30-5 
ii  libavahi-common3   0.6.30-5 
ii  libc6  2.13-18  
ii  libcomerr2 1.42~WIP-2011-07-02-1
ii  libcups2   1.4.4-7  
ii  libgcrypt111.5.0-3  
ii  libgnutls262.12.10-1
ii  libgssapi-krb5-2   1.9.1+dfsg-2 
ii  libk5crypto3   1.9.1+dfsg-2 
ii  libkrb5-3  1.9.1+dfsg-2 
ii  multiarch-support  2.13-10  
ii  zlib1g 1:1.2.3.4.dfsg-3 

libcupsmime1 recommends no packages.

libcupsmime1 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: cups
Source-Version: 1.5.0-6

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

cups-bsd_1.5.0-6_amd64.deb
  to main/c/cups/cups-bsd_1.5.0-6_amd64.deb
cups-client_1.5.0-6_amd64.deb
  to main/c/cups/cups-client_1.5.0-6_amd64.deb
cups-common_1.5.0-6_all.deb
  to main/c/cups/cups-common_1.5.0-6_all.deb
cups-dbg_1.5.0-6_amd64.deb
  to main/c/cups/cups-dbg_1.5.0-6_amd64.deb
cups-ppdc_1.5.0-6_amd64.deb
  to main/c/cups/cups-ppdc_1.5.0-6_amd64.deb
cups_1.5.0-6.debian.tar.gz
  to main/c/cups/cups_1.5.0-6.debian.tar.gz
cups_1.5.0-6.dsc
  to main/c/cups/cups_1.5.0-6.dsc
cups_1.5.0-6_amd64.deb
  to main/c/cups/cups_1.5.0-6_amd64.deb
cupsddk_1.5.0-6_all.deb
  to main/c/cups/cupsddk_1.5.0-6_all.deb
libcups2-dev_1.5.0-6_amd64.deb
  to main/c/cups/libcups2-dev_1.5.0-6_amd64.deb
libcups2_1.5.0-6_amd64.deb
  to main/c/cups/libcups2_1.5.0-6_amd64.deb
libcupscgi1-dev_1.5.0-6_amd64.deb
  to main/c/cups/libcupscgi1-dev_1.5.0-6_amd64.deb
libcupscgi1_1.5.0-6_amd64.deb
  to main/c/cups/libcupscgi1_1.5.0-6_amd64.deb
libcupsdriver1-dev_1.5.0-6_amd64.deb
  to main/c/cups/libcupsdriver1-dev_1.5.0-6_amd64.deb
libcupsdriver1_1.5.0-6_amd64.deb
  to main/c/cups/libcupsdriver1_1.5.0-6_amd64.deb
libcupsimage2-dev_1.5.0-6_amd64.deb
  to main/c/cups/libcupsimage2-dev_1.5.0-6_amd64.deb
libcupsimage2_1.5.0-6_amd64.deb
  to main/c/cups/libcupsimage2_1.5.0-6_amd64.deb
libcupsmime1-dev_1.5.0-6_amd64.deb
  to main/c/cups/libcupsmime1-dev_1.5.0-6_amd64.deb
libcupsmime1_1.5.0-6_amd64.deb
  to main/c/cups/libcupsmime1_1.5.0-6_amd64.deb
libcupsppdc1-dev_1.5.0-6_amd64.deb
  to main/c/cups/libcupsppdc1-dev_1.5.0-6_amd64.deb
libcupsppdc1_1.5.0-6_amd64.deb
  to main/c/cups/libcupsppdc1_1.5.0-6_amd64.deb



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

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

Debian distribution maintenance software
pp.
Martin Pitt mp...@debian.org (supplier of updated cups 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, 15 Sep 2011 12:03:27 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 

Bug#641413: X crashes

2011-09-15 Thread Andreas Beckmann
On 2011-09-15 11:54, Roland Stigge wrote:
 Just to make sure: Please note that this problem is not specific to
 libreoffice. Although it lead to an X crash (restarting gdm3), it also
 leads to other errors, e.g. broken buttons and othe widgets in GTK+.

Which version of xserver-xorg-core are you running?
If you use 1.11.0 from unstable, please downgrade all the Xorg packages
to the versions in testing and see if the problem disappears.
In that case this could be a duplicate of http://bugs.debian.org/641344

Otherwise please run
  reportbug -N 641413
and provide extra information (x) for the 'nvidia-glx' package (so that
it collects all the information useful for the Debian Nvidia Maintainers).
Please note the reportbug 6.2 from testing has a problem with such
followups, please upgrade to 6.2.1 from unstable first


Andreas



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



Bug#641348: trac-mercurial 0.12

2011-09-15 Thread Jens Peter Secher
Hi, the trac-mercurial package does not work well with Trac 0.12, so I 
have created an updated package:



http://dl.dropbox.com/u/4213259/deb/trac-mercurial_0.12.0.27-0.1.debian.tar.gz

It includes a get-orig-source target that extracts the source directly 
from SVN.


I am no longer a DD so I cannot upload, but I have a number of other 
trac-related packages for Trac 0.12 lying around:


  trac-autocompleteusers 0.4.2
  trac-batchmodify 0.8.0
  trac-estimationtools 0.4.5
  trac-wikiprint 1.8.4

None of them are signed AFAIR, but I can sign them and make available if 
needed.


Cheers,
--
Jens Peter Secher, GPG fingerprint 0EE5978AFE63E8A1.

A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?




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



Bug#641713: mensis: fails to build with libtool 2.4

2011-09-15 Thread Colin Watson
Package: mensis
Version: 0.0.080507-2
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch oneiric

mensis fails to build with libtool 2.4, originally reported in this
Ubuntu bug:

  https://bugs.launchpad.net/ubuntu/+source/mensis/+bug/832774

This category of failure is explained here:

  
http://wiki.debian.org/qa.debian.org/FTBFS#A2011-05-04_Libtool_complains_about_file_not_found_on_.2B-.3D_assignment

Patch follows.

  * Substitute SHELL in Makefiles so that LIBTOOL expands correctly
(LP: #832774).

diff -u mensis-0.0.080507/debian/patches/series 
mensis-0.0.080507/debian/patches/series
--- mensis-0.0.080507/debian/patches/series
+++ mensis-0.0.080507/debian/patches/series
@@ -4,0 +5 @@
+010_libtool_shell.diff
only in patch2:
unchanged:
--- mensis-0.0.080507.orig/debian/patches/010_libtool_shell.diff
+++ mensis-0.0.080507/debian/patches/010_libtool_shell.diff
@@ -0,0 +1,39 @@
+Description: Substitute SHELL in Makefiles so that LIBTOOL expands correctly
+Author: Colin Watson cjwat...@ubuntu.com
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/832774
+Forwarded: no
+Last-Update: 2011-09-15
+
+Index: b/Makefile.dynamic.in
+===
+--- a/Makefile.dynamic.in
 b/Makefile.dynamic.in
+@@ -9,6 +9,7 @@
+ bindir = @bindir@
+ libdir = @libdir@
+ 
++SHELL = @SHELL@
+ LIBTOOL = @LIBTOOL@
+ CC = @CC@
+ INSTALL = @INSTALL@
+Index: b/Makefile.in
+===
+--- a/Makefile.in
 b/Makefile.in
+@@ -10,6 +10,7 @@
+ srcdir = @srcdir@
+ top_builddir = .
+ 
++SHELL = @SHELL@
+ CC = @CC@
+ INSTALL = @INSTALL@
+ LIBTOOL = @LIBTOOL@
+Index: b/Makefile.static.in
+===
+--- a/Makefile.static.in
 b/Makefile.static.in
+@@ -1,3 +1,4 @@
++SHELL = @SHELL@
+ CC = @CC@
+ 
+ X_CFLAGS = @X_CFLAGS@

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]



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



Bug#641413: Reproducing the bug

2011-09-15 Thread Martin Stigge
On Wed, 2011-09-14 at 16:52 +0200, Rene Engelhard wrote:
  It also does crash my X session, leading me to the bug report. I'm using
  the nvidia X module which was upgraded recently.
 
 Aha. What I guessed. And if you downgrade it again, does it
 start working again? Does it work with a driver in Debian? (nouveau)

Downgrade of nvidia from 280.13.really.275.28-1 to 280.13-1 (actually an
upgrade, judging from the version numbers) also did the trick for me,
including fixing gtk display breakage.

(Can't test nouveau, my hardware doesn't like it.)

For the record: The crashes happened with libreoffice 3.4.3-1 as well as
3.3.4-1 (via ssh X forward) as well as acroread 9.4.2-0 (from
debian-multimedia.org).

Regards,
Martin





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



Bug#641413: X crashes

2011-09-15 Thread Roland Stigge
Hi!

On 09/15/2011 12:30 PM, Andreas Beckmann wrote:
 On 2011-09-15 11:54, Roland Stigge wrote:
 Just to make sure: Please note that this problem is not specific to
 libreoffice. Although it lead to an X crash (restarting gdm3), it also
 leads to other errors, e.g. broken buttons and othe widgets in GTK+.
 
 Which version of xserver-xorg-core are you running?
 If you use 1.11.0 from unstable, please downgrade all the Xorg packages
 to the versions in testing and see if the problem disappears.
 In that case this could be a duplicate of http://bugs.debian.org/641344

To be honest, I downgraded xserver-xorg-core from 2:1.11.0-1 to
2:1.10.4-1 at the same time I downgraded the nvidia driver. This seems
to be a coupled dependency since I couldn't remember downgrading it
manually.

So xserver-xorg-core could be involved as well.

Please tell if you need further information from me.

bye,
  Roland



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



Processed: tagging 624939

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

 tags 624939 + pending
Bug #624939 [src:stardict] stardict: FTBFS: scene.hpp:21:16: error: 'NULL' was 
not declared in this scope
Added tag(s) pending.
 thanks
Stopping processing here.

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

2011-09-15 Thread Andreas Beckmann
On 2011-09-15 13:08, Martin Stigge wrote:
 Downgrade of nvidia from 280.13.really.275.28-1 to 280.13-1 (actually

Did you run previously run xserver 1.11.0 with the 275.28 driver?

 upgrade, judging from the version numbers) also did the trick for me,
 including fixing gtk display breakage.

The rendering errors are most probably caused by #641344 in Xserver 1.11

On 2011-09-15 13:13, Roland Stigge wrote:
 To be honest, I downgraded xserver-xorg-core from 2:1.11.0-1 to
 2:1.10.4-1 at the same time I downgraded the nvidia driver. This seems
 to be a coupled dependency since I couldn't remember downgrading it
 manually.

Yes, 280.13-1 only works with 1.10.x.

 So xserver-xorg-core could be involved as well.
 
 Please tell if you need further information from me.

Could you update the nvidia driver again to 280.13.really.275.28-1 while
keeping Xorg from testing? If the crashes do not reappear in this
configuration, the problem is specific to the 275.28-1 + Xserver 1.11
combination.

Thanks.

Andreas



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



Bug#625360:

2011-09-15 Thread Angel Abad
Hi, this patch applied in Ubuntu solves the problem.

Regards

-- 
Angel Abad
angela...@gmail.com | angela...@ubuntu.com | angela...@fsfe.org
http://www.pastelero.net
FPR: EBF6 080D 59D4 008A DF47  00D4 098D AE47 EE3B C279
diff -u ipset-2.5.0/Makefile ipset-2.5.0/Makefile
--- ipset-2.5.0/Makefile
+++ ipset-2.5.0/Makefile
@@ -57,7 +57,8 @@
 	-Wundef \
 	-Wwrite-strings \
 	-Wno-missing-field-initializers \
-	-Werror
+	-Werror \
+	-Wno-error=unused-but-set-variable
 
 ifndef NO_EXTRA_WARN_FLAGS
 WARN_FLAGS+=$(EXTRA_WARN_FLAGS)
diff -u ipset-2.5.0/debian/changelog ipset-2.5.0/debian/changelog
--- ipset-2.5.0/debian/changelog
+++ ipset-2.5.0/debian/changelog
@@ -1,3 +1,10 @@
+ipset (2.5.0-1ubuntu1) oneiric; urgency=low
+
+  * Build with -Werror -Wno-error=unused-but-set-variable.
+(LP: #831232) (Closes: #625360)
+
+ -- Angel Abad angela...@ubuntu.com  Thu, 15 Sep 2011 13:58:59 +0200
+
 ipset (2.5.0-1) unstable; urgency=low
 
   * New upstream release; closes: #503683.
 


Processed: your mail

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

 tag 625360 +patch
Bug #625360 [ipset] ipset: ftbfs with gcc-4.6 -Werror
Added tag(s) patch.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
625360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625360
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#629216: marked as done (implicit declaration of function / assignment makes pointer from integer without a cast)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 12:02:45 +
with message-id e1r4aet-0001zw...@franck.debian.org
and subject line Bug#629216: fixed in gnustep-base 1.22.1-1
has caused the Debian Bug report #629216,
regarding implicit declaration of function / assignment makes pointer from 
integer without a cast
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.)


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

Package: gnustep-base
Version: 1.22.0-1
Severity: important

gcc GSObjCRuntime.m -c \
  -MMD -MP -Wall -Wdeclaration-after-statement -DNO_GNUSTEP=1 
-DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIM
E=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions 
-D_NATIVE_OBJC_EXCEPTIONS -fPIC -Wall -D
GSWARN -DGSDIAGNOSE -Wno-import -g -O2 -fgnu-runtime -fgnu-runtime 
-fconstant-string-class=NSConstantString -I../. -I../
-I../../Headers -I. -I/usr/include/GNUstep -I/usr/local/include/GNUstep 
-I/usr/local/include/GNUstep -I/usr/include/libxm

l2 -I/usr/include -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
   -o obj/Additions.obj/GSObjCRuntime.m.o
GSObjCRuntime.m: In function 'GSSelectorFromNameAndTypes':
GSObjCRuntime.m:166:4: warning: implicit declaration of function 
'sel_get_any_typed_uid' [-Wimplicit-function-declaration

]
GSObjCRuntime.m:166:6: warning: assignment makes pointer from integer without a 
cast [enabled by default]
GSObjCRuntime.m:170:4: warning: implicit declaration of function 
'sel_get_typed_uid' [-Wimplicit-function-declaration]
GSObjCRuntime.m:170:6: warning: assignment makes pointer from integer without a 
cast [enabled by default]
GSObjCRuntime.m:176:8: warning: implicit declaration of function 
'sel_register_name' [-Wimplicit-function-declaration]
GSObjCRuntime.m:176:10: warning: assignment makes pointer from integer without a 
cast [enabled by default]
GSObjCRuntime.m:180:8: warning: implicit declaration of function 
'sel_register_typed_name' [-Wimplicit-function-declaration]
GSObjCRuntime.m:180:10: warning: assignment makes pointer from integer without a 
cast [enabled by default]


this looks like a bad configuration.
GSSelectorFromNameAndTypes falls back to the #else clause. is this really 
wanted? if not, then the warnings (which turn to errors on ia64) are just a 
follow-up error.



---End Message---
---BeginMessage---
Source: gnustep-base
Source-Version: 1.22.1-1

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

gnustep-base-common_1.22.1-1_all.deb
  to main/g/gnustep-base/gnustep-base-common_1.22.1-1_all.deb
gnustep-base-doc_1.22.1-1_all.deb
  to main/g/gnustep-base/gnustep-base-doc_1.22.1-1_all.deb
gnustep-base-examples_1.22.1-1_all.deb
  to main/g/gnustep-base/gnustep-base-examples_1.22.1-1_all.deb
gnustep-base-runtime_1.22.1-1_amd64.deb
  to main/g/gnustep-base/gnustep-base-runtime_1.22.1-1_amd64.deb
gnustep-base_1.22.1-1.diff.gz
  to main/g/gnustep-base/gnustep-base_1.22.1-1.diff.gz
gnustep-base_1.22.1-1.dsc
  to main/g/gnustep-base/gnustep-base_1.22.1-1.dsc
gnustep-base_1.22.1.orig.tar.gz
  to main/g/gnustep-base/gnustep-base_1.22.1.orig.tar.gz
libgnustep-base-dev_1.22.1-1_amd64.deb
  to main/g/gnustep-base/libgnustep-base-dev_1.22.1-1_amd64.deb
libgnustep-base1.22-dbg_1.22.1-1_amd64.deb
  to main/g/gnustep-base/libgnustep-base1.22-dbg_1.22.1-1_amd64.deb
libgnustep-base1.22_1.22.1-1_amd64.deb
  to main/g/gnustep-base/libgnustep-base1.22_1.22.1-1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Yavor Doganov ya...@gnu.org (supplier of updated gnustep-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: Thu, 15 Sep 2011 12:31:15 +0300
Source: gnustep-base
Binary: gnustep-base-common gnustep-base-runtime libgnustep-base1.22 
libgnustep-base-dev libgnustep-base1.22-dbg gnustep-base-examples 
gnustep-base-doc
Architecture: source all amd64
Version: 1.22.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 

Processed: tagging 637451

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

 tags 637451 + unreproducible
Bug #637451 [zabbix-frontend-php] zabbix-frontend-php: web access fails with 
Access denied for user 'zabbix'@'localhost'
Added tag(s) unreproducible.
 thanks
Stopping processing here.

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

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

 affects 641413 libreoffice
Bug #641413 [nvidia-graphics-drivers] nvidia-graphics-drivers: Latest version 
280.13.really.275.28-1 breaks X applications
Added indication that 641413 affects libreoffice
 thanks
Stopping processing here.

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

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

 severity 641413 grave
Bug #641413 [nvidia-graphics-drivers] nvidia-graphics-drivers: Latest version 
280.13.really.275.28-1 breaks X applications
Severity set to 'grave' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641413
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#641720: ldap-utils: OpenLDAP does not work with SSL/TLS encryption -- due to linking against gnutls

2011-09-15 Thread Michael Schindler
Package: ldap-utils
Version: 2.4.23-7.2
Severity: grave
Justification: renders package unusable


I tried to use the OpenLDAP as a client with a server that uses SSL/TLS
encryption. The connection never worked, it terminated with the error message

TLS: peer cert untrusted or revoked (0x102)
TLS: can't connect: (unknown error code).
ldap_err2string
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

The certificate of the server has probably been generated using openssl, so I
recompiled the entire OpenLDAP package with the configure option

  --with-tls=openssl

(instead of gnutls). This made it work immediately. It is known that gnutls is
badly written anyway
http://www.openldap.org/lists/openldap-devel/200802/msg00072.html

so, please switch to openssl instead of gnutls.

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

Kernel: Linux 2.6.32-5-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 ldap-utils depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libldap-2.4-2 2.4.23-7.2 OpenLDAP libraries
ii  libsasl2-22.1.23.dfsg1-7 Cyrus SASL - authentication abstra

Versions of packages ldap-utils recommends:
ii  libsasl2-modules  2.1.23.dfsg1-7 Cyrus SASL - pluggable authenticat

ldap-utils suggests no packages.

-- no debconf information



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



Bug#626373: jing-trang: Proposed patch to resolve FTBFS

2011-09-15 Thread James Page
Package: jing-trang
Version: 2009-3
Followup-For: Bug #626373
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmpo_Cw1q
In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS (LP: #749219):
- d/rules: use xml-resolver.jar instead of xml-commons-resolver-1.1.jar.
- d/control: openoffice.org-java-common - libreoffice-java-common.
- d/rules: Pickup new location of saxon9.jar provided by 
  libreoffice-java-common.

Thanks for considering the patch.


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

Kernel: Linux 3.0.0-11-generic (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control  2010-08-24 21:23:21 +
+++ debian/control  2011-09-15 11:33:08 +
@@ -1,9 +1,10 @@
 Source: jing-trang
 Priority: extra
-Maintainer: Debian XML/SGML Group 
debian-xml-sgml-p...@lists.alioth.debian.org
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian XML/SGML Group 
debian-xml-sgml-p...@lists.alioth.debian.org
 Uploaders: Samuel Thibault sthiba...@debian.org
 Build-Depends: debhelper (= 7)
-Build-Depends-Indep: default-jdk, ant, ant-optional, testng, javacc, 
libsaxon-java, libxerces2-java, libxalan2-java, libisorelax-java, 
openoffice.org-java-common, libxml-commons-resolver1.1-java, unicode-data
+Build-Depends-Indep: default-jdk, ant, ant-optional, testng, javacc, 
libsaxon-java, libxerces2-java, libxalan2-java, libisorelax-java, 
libreoffice-java-common, libxml-commons-resolver1.1-java, unicode-data
 Standards-Version: 3.9.1
 Section: java
 Homepage: http://code.google.com/p/jing-trang/

=== modified file 'debian/rules'
--- debian/rules2009-09-01 15:53:03 +
+++ debian/rules2011-09-15 11:32:25 +
@@ -5,7 +5,7 @@
 JAR=jar
 
 JAVACLASSES=/usr/share/java
-CLASSPATH=$(JAVACLASSES)/isorelax.jar:$(JAVACLASSES)/xml-apis-ext.jar:$(JAVACLASSES)/xercesImpl.jar:$(JAVACLASSES)/saxon.jar:$(JAVACLASSES)/openoffice/saxon9.jar:$(JAVACLASSES)/xalan2.jar:$(JAVACLASSES)/testng.jar:$(JAVACLASSES)/xml-commons-resolver-1.1.jar
+CLASSPATH=$(JAVACLASSES)/isorelax.jar:$(JAVACLASSES)/xml-apis-ext.jar:$(JAVACLASSES)/xercesImpl.jar:$(JAVACLASSES)/saxon.jar:$(JAVACLASSES)/xalan2.jar:$(JAVACLASSES)/testng.jar:$(JAVACLASSES)/xml-resolver.jar:/usr/share/libreoffice/basis3.4/program/classes/saxon9.jar
 
 VERSION=20090818
 



Bug#641405: several Django security issues

2011-09-15 Thread Raphael Hertzog
Hi Chris,

On Tue, 13 Sep 2011, Chris Lamb wrote:
 Raphael Hertzog wrote:
 
  Chris, will you take care of the uploads or do you need help?
 
 Should manage to do it this evening.

Since you missed your target, I took the liberty to prepare the unstable
upload (there was more work to do than expected, but should be ok).

I'll let you handle the stable upload. If you can't, please tell us.

Thijs, can you update the security tracker to mark oldstable as not
vulnerable ? It has 1.0 and only versions = 1.2 are vulnerable
apparently.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Processed: reassign 641694 to gcc-multilib, forcibly merging 638418 641694

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

 reassign 641694 gcc-multilib
Bug #641694 [linux-libc-dev] linux-libc-dev: unable to compile with -m64 and 
errno.h
Bug reassigned from package 'linux-libc-dev' to 'gcc-multilib'.
Bug No longer marked as found in versions linux-2.6/3.0.0-3.
 forcemerge 638418 641694
Bug#638418: gcc-multilib: needs to ensure that /usr/include/asm is a symlink
Bug#641694: linux-libc-dev: unable to compile with -m64 and errno.h
Bug#638867: linux-libc-dev: errno.h includes non-existent asm/errno.h for -m32
Forcibly Merged 638418 638867 641694.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638867
641694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641694
638418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638418
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#641405: marked as done (several Django security issues)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 12:48:10 +
with message-id e1r4bmq-00063r...@franck.debian.org
and subject line Bug#641405: fixed in python-django 1.3.1-1
has caused the Debian Bug report #641405,
regarding several Django security issues
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.)


-- 
641405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-django
Severity: serious
Tags: security

Hi,

Several security issues were announced in Django:
https://www.djangoproject.com/weblog/2011/sep/09/security-releases-issued/
and a regression fix was later posted:
https://www.djangoproject.com/weblog/2011/sep/10/127/

Can you please ensure that unstable is fixed for these issues, and analyse
whether updates to stable and oldstable security are necessary?

CVE id's are not assigned yet at this point, but there's no need to wait
for them to continue.


Thanks,
Thijs


---End Message---
---BeginMessage---
Source: python-django
Source-Version: 1.3.1-1

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

python-django-doc_1.3.1-1_all.deb
  to main/p/python-django/python-django-doc_1.3.1-1_all.deb
python-django_1.3.1-1.debian.tar.gz
  to main/p/python-django/python-django_1.3.1-1.debian.tar.gz
python-django_1.3.1-1.dsc
  to main/p/python-django/python-django_1.3.1-1.dsc
python-django_1.3.1-1_all.deb
  to main/p/python-django/python-django_1.3.1-1_all.deb
python-django_1.3.1.orig.tar.gz
  to main/p/python-django/python-django_1.3.1.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Raphaël Hertzog hert...@debian.org (supplier of updated python-django 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, 15 Sep 2011 12:43:51 +0200
Source: python-django
Binary: python-django python-django-doc
Architecture: source all
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 python-django - High-level Python web development framework
 python-django-doc - High-level Python web development framework (documentation)
Closes: 630421 641405
Changes: 
 python-django (1.3.1-1) unstable; urgency=low
 .
   * New upstream release. It includes security updates described here:
 https://www.djangoproject.com/weblog/2011/sep/09/security-releases-issued/
 Closes: #641405
   * Update 01_disable_url_verify_regression_tests.diff and merge
 07_disable_url_verify_model_tests.diff into it.
   * Update patch headers to conform to DEP-3.
   * Apply patch from Steve Langasek to dynamically build the UTF-8
 locale required by the test-suite instead of build-depending on
 locales-all. Closes: #630421
   * Use dh --with sphinxdoc to clean up the Sphinx generated documentation
 and avoid the embedded-javascript-library lintian warning. Build-Depends
 on python-sphinx = 1.0.7+dfsg-1 for this and also add
 ${sphinxdoc:Depends} to python-django-doc Depends field.
   * Cleanup build-dependencies now that even oldstable has python 2.5.
   * Switch to dh_python2 as python helper tool. Drop legacy files
 debian/pyversions and debian/pycompat.
   * New patch 02_disable-sources-in-sphinxdoc.diff to not generate
 the _sources directory that we used to remove manually within the rules
 file. But must be kept disabled until #641710 is fixed.
   * Properly support DEB_BUILD_OPTIONS=nocheck despite the override
 of dh_auto_test.
Checksums-Sha1: 
 1b3e821b829fe4e6f6f8f2f4f4183cf4c707bf06 2139 python-django_1.3.1-1.dsc
 fd968134c8ded38d2d9ccd2cafe865a0585aefc4 6514564 
python-django_1.3.1.orig.tar.gz
 b661a0e87fb10dcbc0258a206db220a080e7fb1d 19500 
python-django_1.3.1-1.debian.tar.gz
 acaec9cf3c43bc9f03bb2f640cea187faf0f9c88 4379606 python-django_1.3.1-1_all.deb
 32324456de73399b18be20d049e94d4af3eb2fdf 2948432 
python-django-doc_1.3.1-1_all.deb
Checksums-Sha256: 
 22960d9f5428eacc576ba382bb42e8e668b7adfb788f7e8d5d2c266d9565a79c 2139 

Bug#625360: work around ftbfs with -Werror

2011-09-15 Thread Matthias Klose
tags 625360 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 625360 oneiric ubuntu-patch
user debian-...@lists.debian.org
usertags 625360 ftbfs-gcc-4.6 ftbfs-werror
thanks

patch at
http://launchpadlibrarian.net/79965931/ipset_2.5.0-1_2.5.0-1ubuntu1.diff.gz




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



Processed: work around ftbfs with -Werror

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

 tags 625360 + patch
Bug #625360 [ipset] ipset: ftbfs with gcc-4.6 -Werror
Ignoring request to alter tags of bug #625360 to the same tags previously set
 user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was d...@ubuntu.com).
 usertags 625360 oneiric ubuntu-patch
Bug#625360: ipset: ftbfs with gcc-4.6 -Werror
There were no usertags set.
Usertags are now: ubuntu-patch oneiric.
 user debian-...@lists.debian.org
Setting user to debian-...@lists.debian.org (was ubuntu-de...@lists.ubuntu.com).
 usertags 625360 ftbfs-gcc-4.6 ftbfs-werror
Bug#625360: ipset: ftbfs with gcc-4.6 -Werror
Usertags were: ftbfs-gcc-4.6 ftbfs-werror.
Usertags are now: ftbfs-gcc-4.6 ftbfs-werror.
 thanks
Stopping processing here.

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

2011-09-15 Thread Alastair McKinstry
Package: gdal1
Version: FTBFS for gdal 1.7.3
Severity: serious
Tags: squeeze
Justification: unkniown

gdal fails to build for me in squeeze:

/bin/sh /home/amckinstry/gdal1/gdal-1.7.3/libtool --mode=compile --tag=CXX g++ 
-g -O2 -fvisibility=hidden  -Wall  -I/home/amckinstry/gdal1/gdal-1.7.3/port 
-I/home/amckinstry/gdal1/gdal-1.7.3/gcore 
-I/home/amckinstry/gdal1/gdal-1.7.3/alg -I/home/amckinstry/gdal1/gdal-1.7.3/ogr 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr/ogrsf_frmts -I/usr/include/hdf 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr -Ihdf-eos  -DOGR_ENABLED 
-I/home/amckinstry/gdal1/gdal-1.7.3/port -I/usr/include  -c -o 
../o/hdf4imagedataset.lo hdf4imagedataset.cpp
libtool: compile:  g++ -g -O2 -fvisibility=hidden -Wall 
-I/home/amckinstry/gdal1/gdal-1.7.3/port 
-I/home/amckinstry/gdal1/gdal-1.7.3/gcore 
-I/home/amckinstry/gdal1/gdal-1.7.3/alg -I/home/amckinstry/gdal1/gdal-1.7.3/ogr 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr/ogrsf_frmts -I/usr/include/hdf 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr -Ihdf-eos -DOGR_ENABLED 
-I/home/amckinstry/gdal1/gdal-1.7.3/port -I/usr/include -c hdf4imagedataset.cpp 
 -fPIC -DPIC -o ../o/.libs/hdf4imagedataset.o
hdf4imagedataset.cpp: In member function 'void 
HDF4ImageDataset::GetSwatAttrs(int32)':
hdf4imagedataset.cpp:1506:41: error: 'SWsdid' was not declared in this scope
hdf4imagedataset.cpp: In member function 'void 
HDF4ImageDataset::GetGridAttrs(int32)':
hdf4imagedataset.cpp:1616:41: error: 'GDsdid' was not declared in this scope
hdf4imagedataset.cpp: In member function 'int 
HDF4ImageDataset::ProcessSwathGeolocation(int32, char**)':
hdf4imagedataset.cpp:1970:48: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
hdf4imagedataset.cpp:1992:51: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
hdf4imagedataset.cpp:2004:51: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
hdf4imagedataset.cpp: In static member function 'static GDALDataset* 
HDF4ImageDataset::Open(GDALOpenInfo*)':
hdf4imagedataset.cpp:2731:84: warning: format '%d' expects argument of type 
'int', but argument 4 has type 'long int' [-Wformat]
make[3]: *** [../o/hdf4imagedataset.lo] Error 1
make[3]: Leaving directory `/home/amckinstry/gdal1/gdal-1.7.3/frmts/hdf4'
make[2]: *** [hdf4-install-obj] Error 2
make[2]: Leaving directory `/home/amckinstry/gdal1/gdal-1.7.3/frmts'
make[1]: *** [frmts-target] Error 2
make[1]: Leaving directory `/home/amckinstry/gdal1/gdal-1.7.3'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Ã

I'm trying to build gdal with libhdf5-serial-dev | libhdf5-dev so that it is 
co-installable with libxdmf-dev
when I'm building VisIt.

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



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



Bug#628282: drop unknown linker options

2011-09-15 Thread Matthias Klose
tags 628282 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 628282 oneiric ubuntu-patch
user debian-...@lists.debian.org
usertags 628282 ftbfs-gcc-4.6

patch at
http://launchpadlibrarian.net/79965341/irrlicht_1.7.2%2Bdfsg1-1_1.7.2%2Bdfsg1-1ubuntu1.diff.gz




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



Processed (with 2 errors): drop unknown linker options

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

 tags 628282 + patch
Bug #628282 [src:irrlicht] irrlicht: FTBFS: g++: error: unrecognized option 
'--add-stdcall-alias'
Added tag(s) patch.
 user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was d...@ubuntu.com).
 usertags 628282 oneiric ubuntu-patch
Bug#628282: irrlicht: FTBFS: g++: error: unrecognized option 
'--add-stdcall-alias'
There were no usertags set.
Usertags are now: ubuntu-patch oneiric.
 user debian-...@lists.debian.org
Setting user to debian-...@lists.debian.org (was ubuntu-de...@lists.ubuntu.com).
 usertags 628282 ftbfs-gcc-4.6
Bug#628282: irrlicht: FTBFS: g++: error: unrecognized option 
'--add-stdcall-alias'
There were no usertags set.
Usertags are now: ftbfs-gcc-4.6.
 patch at
Unknown command or malformed arguments to command.

 http://launchpadlibrarian.net/79965341/irrlicht_1.7.2%2Bdfsg1-1_1.7.2%2Bdfsg1-1ubuntu1.diff.gz
Unknown command or malformed arguments to command.


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
628282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628282
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#626373: jing-trang: Proposed patch to resolve FTBFS

2011-09-15 Thread Samuel Thibault
James Page, le Thu 15 Sep 2011 13:47:09 +0100, a écrit :
   * Fix FTBFS (LP: #749219):
 - d/control: openoffice.org-java-common - libreoffice-java-common.
 - d/rules: Pickup new location of saxon9.jar provided by 
   libreoffice-java-common.

Err, well, yes, such fix is already in the git tree, I just didn't have
the time to upload yet (see the pending tag).

 - d/rules: use xml-resolver.jar instead of xml-commons-resolver-1.1.jar.

Why?

Samuel



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



Bug#641413: X crashes

2011-09-15 Thread Martin Stigge
On Thu, 2011-09-15 at 13:38 +0200, Andreas Beckmann wrote:
 On 2011-09-15 13:08, Martin Stigge wrote:
  Downgrade of nvidia from 280.13.really.275.28-1 to 280.13-1 (actually
 
 Did you run previously run xserver 1.11.0 with the 275.28 driver?

The crashes happened with version 2:1.11.0-1 of the X server and
280.13.really.275.28-1 of nvidia. I downgraded to 2:1.10.4-1 and
280.13-1 of the respective packages and now things are back to normal.

  upgrade, judging from the version numbers) also did the trick for me,
  including fixing gtk display breakage.
 
 The rendering errors are most probably caused by #641344 in Xserver 1.11

Yes, that sounds exactly like what I was experiencing.

  So xserver-xorg-core could be involved as well.
  
  Please tell if you need further information from me.
 
 Could you update the nvidia driver again to 280.13.really.275.28-1 while
 keeping Xorg from testing? If the crashes do not reappear in this
 configuration, the problem is specific to the 275.28-1 + Xserver 1.11
 combination.

I did that now. (Running now 280.13.really.275.28-1 with 2:1.10.4-1)
Works, i.e., no rendering issues and no crashes. .. Yet, haha. :)

Regards,
Martin





-- 
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 641412 is important

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

 severity 641412 important
Bug #641412 [libreoffice] [libreoffice] segfault from libsofficeapp.so on start
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

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

2011-09-15 Thread Andreas Beckmann
On 2011-09-15 15:58, Martin Stigge wrote:
 Could you update the nvidia driver again to 280.13.really.275.28-1 while
 keeping Xorg from testing? If the crashes do not reappear in this
 configuration, the problem is specific to the 275.28-1 + Xserver 1.11
 combination.
 
 I did that now. (Running now 280.13.really.275.28-1 with 2:1.10.4-1)
 Works, i.e., no rendering issues and no crashes. .. Yet, haha. :)

Do you want to test a bit more?
I've put 'fixed' (#641344) libwfb.so for Xserver 1.11 here:
http://stxxl.ae.cs.uni-frankfurt.de/tmp/d4c1be75-3f23-4fec-8b5a-b8903e801db2-libwfb/

Upgrade again to Xserver 1.11.0 from unstable (all the Xorg packages of
course) and replace /usr/lib/xorg/modules/libwfb.so with the file from
above URL. Restart X afterwards. Does this fix the graphics issues and
the crashes?

Andreas



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



Bug#641738: CVE-2011-3193/CVE-2011-3194

2011-09-15 Thread Moritz Muehlenhoff
Package: qt4-x11
Severity: grave
Tags: security

Please see these links for details and patches:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3193
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3194

I haven't checked the impact on oldstable/stable yet, please get in touch
with t...@security.debian.org if that affects them.

Cheers,
Moritz



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



Bug#634071: marked as done (foxyproxy: extension is disabled with iceweasel 5.0 (sid))

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 15:47:11 +
with message-id e1r4e9f-0002vc...@franck.debian.org
and subject line Bug#634071: fixed in foxyproxy 3.2-1
has caused the Debian Bug report #634071,
regarding foxyproxy: extension is disabled with iceweasel 5.0 (sid)
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.)


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

After upgrading iceweasel the foxyproxy extension is disabled in
iceweasel. Since most users of foxyproxy will be using this version of
iceweasel soon it will affect most users and thus warrants severity
grave. Change it if you disagree. As far as I can see upstream has a
more recent version of foxyproxy which might fix this issue.

Thanks in advance

Helmut


---End Message---
---BeginMessage---
Source: foxyproxy
Source-Version: 3.2-1

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

foxyproxy_3.2-1.diff.gz
  to main/f/foxyproxy/foxyproxy_3.2-1.diff.gz
foxyproxy_3.2-1.dsc
  to main/f/foxyproxy/foxyproxy_3.2-1.dsc
foxyproxy_3.2-1_all.deb
  to main/f/foxyproxy/foxyproxy_3.2-1_all.deb
foxyproxy_3.2.orig.tar.gz
  to main/f/foxyproxy/foxyproxy_3.2.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Georg Koppen ge...@getfoxyproxy.org (supplier of updated foxyproxy 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: Thu, 15 Sep 2011 15:08:46 +0200
Source: foxyproxy
Binary: foxyproxy
Architecture: source all
Version: 3.2-1
Distribution: unstable
Urgency: low
Maintainer: Georg Koppen ge...@getfoxyproxy.org
Changed-By: Georg Koppen ge...@getfoxyproxy.org
Description: 
 foxyproxy  - advanced proxy management tool for IceWeasel
Closes: 634071
Changes: 
 foxyproxy (3.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #634071)
   * debian/control -- changed maintainer to Georg Koppen
   * debian/control -- added former maintainer as uploader
   * debian/copyright -- added license information for new icon in upstream
 release
   * debian/rules -- minor update to correct lintian warnings
   * Boosted policy to 3.9.2 (no changes)
Checksums-Sha1: 
 3ad7376d4f8728ef96a2022e24a632ecbac820f4 1199 foxyproxy_3.2-1.dsc
 5c631c12f731dfede8811fb4e90665945d23330d 698438 foxyproxy_3.2.orig.tar.gz
 ff965d051cf8b67b0b17a7201d179f14379e1106 8637 foxyproxy_3.2-1.diff.gz
 0a0f2f14fce16e6e302666285610a1ed4ebbc1e0 698636 foxyproxy_3.2-1_all.deb
Checksums-Sha256: 
 1bbca031195f58077792fb23f8fcf490534b3268c9b8366ca44aff93908034b6 1199 
foxyproxy_3.2-1.dsc
 c4421d252a6790cfe05890a90dfa330c1b68674b1e4721bafad92c6ab92650a3 698438 
foxyproxy_3.2.orig.tar.gz
 c9c8bb481a9cc538004ae90494a4c50b24413c424fa9968fba35c257fee15176 8637 
foxyproxy_3.2-1.diff.gz
 fed2f5fa09948ef2be11bacbd12699bac6e02475491dd2104fc54580e58cce39 698636 
foxyproxy_3.2-1_all.deb
Files: 
 ce9b8e23cf4fdd5fd1353e42d1f1582d 1199 web optional foxyproxy_3.2-1.dsc
 f0b3ceb98559a63981124583a472fd52 698438 web optional foxyproxy_3.2.orig.tar.gz
 1b7f2cbe4eb1fd17d9560e2fd175052f 8637 web optional foxyproxy_3.2-1.diff.gz
 09ca95d6e93ff89d7ca62c92c66428a7 698636 web optional foxyproxy_3.2-1_all.deb

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

iEYEARECAAYFAk5yHQAACgkQjRFFY3XAJMgjQgCeJLdVjJ7cjg5bf9MK0vC3PMwN
WIgAn2FOmtFcoBAvDPCAdpxfb1tATdRe
=yY23
-END PGP SIGNATURE-


---End Message---


Bug#594293: picprog: diff for NMU version 1.9.0-1.2

2011-09-15 Thread gregor herrmann
tags 594293 + patch
tags 594293 + pending
tags 629741 + patch
tags 629741 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Memphis Minnie: Crazy cryin' blues
diff -u picprog-1.9.0/debian/control picprog-1.9.0/debian/control
--- picprog-1.9.0/debian/control
+++ picprog-1.9.0/debian/control
@@ -3,7 +3,7 @@
 Section: electronics
 Priority: optional
 Maintainer: Jan Wagemakers j...@dommel.be
-Build-Depends: dpatch, debhelper ( 4.0.0), libstdc++6-4.3-dev
+Build-Depends: dpatch, debhelper ( 4.0.0)
 Standards-Version: 3.8.0
 
 Package: picprog
diff -u picprog-1.9.0/debian/changelog picprog-1.9.0/debian/changelog
--- picprog-1.9.0/debian/changelog
+++ picprog-1.9.0/debian/changelog
@@ -1,3 +1,14 @@
+picprog (1.9.0-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix non-standard gcc/g++ used for build (gcc-4.3) and
+FTBFS: build-dependency not installable: libstdc++6-4.3-dev:
+drop build dependency on libstdc++6-4.3-dev
+Closes: #629741, #594293
+LP: #745544
+
+ -- gregor herrmann gre...@debian.org  Thu, 15 Sep 2011 17:45:14 +0200
+
 picprog (1.9.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Processed: picprog: diff for NMU version 1.9.0-1.2

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

 tags 594293 + patch
Bug #594293 [picprog] picprog: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) patch.
 tags 594293 + pending
Bug #594293 [picprog] picprog: non-standard gcc/g++ used for build (gcc-4.3)
Added tag(s) pending.
 tags 629741 + patch
Bug #629741 [src:picprog] picprog: FTBFS: build-dependency not installable: 
libstdc++6-4.3-dev
Added tag(s) patch.
 tags 629741 + pending
Bug #629741 [src:picprog] picprog: FTBFS: build-dependency not installable: 
libstdc++6-4.3-dev
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
629741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629741
594293: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594293
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#640620: marked as done (klatexformula: FTBFS: cp: cannot stat `debian/tmp/usr/lib/libklfapp.so.3.2': No such file or directory)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 16:20:42 +
with message-id e1r4eg6-00082o...@franck.debian.org
and subject line Bug#640620: fixed in klatexformula 3.2.4-2
has caused the Debian Bug report #640620,
regarding klatexformula: FTBFS: cp: cannot stat 
`debian/tmp/usr/lib/libklfapp.so.3.2': 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.)


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

Hi,

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

Relevant part:
 make[2]: Entering directory 
 `/build/klatexformula-Qi5V9s/klatexformula-3.2.4/obj-x86_64-linux-gnu'
 make[2]: Nothing to be done for `preinstall'.
 make[2]: Leaving directory 
 `/build/klatexformula-Qi5V9s/klatexformula-3.2.4/obj-x86_64-linux-gnu'
 Install the project...
 /usr/bin/cmake -P cmake_install.cmake
 -- Install configuration: Release
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/lib64/libklfapp.so.3.2
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/lib64/libklfapp.so
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfmain.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfconfig.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfpluginiface.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klflatexedit.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klflatexsymbols.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klflibentryeditor.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klflibbrowser.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klflib.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klflibview.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klflibdbengine.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfliblegacyengine.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfmime.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfmainwin.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfsettings.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfstylemanager.h
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfapp/klfdbus.h
 -- Removing dummy install directory 
 '/build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp//usr/__klf_dummy_install_directory__'
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/bin/klatexformula
 -- Creating Symlink 
 [/build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/]/usr/bin/klatexformula_cmdl
  - klatexformula
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/share/applications/klatexformula.desktop
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/share/pixmaps/klatexformula-128.png
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/share/pixmaps/klatexformula-64.png
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/share/pixmaps/klatexformula-32.png
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/share/pixmaps/klatexformula-16.png
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/share/mime/packages/klatexformula-mime.xml
 -- Updating Mime Types Database (update-mime-database)
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/lib64/libklfbackend.so.3.2
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/lib64/libklfbackend.so
 -- Installing: 
 /build/klatexformula-Qi5V9s/klatexformula-3.2.4/debian/tmp/usr/include/klfbackend/klfdefs.h
 -- Installing: 
 

Bug#641489: adolc: Contains non-free Windows executables

2011-09-15 Thread Sam Geeraerts
I'm happy those files are deleted upstream (at least in the stable 
branch). But I think at least these terms make the .exe files 
undistributable:


* publish the software for others to copy;
* transfer the software or this agreement to any third party; or

AFAIK, that does require that the files be removed from the source package.



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



Processed: [bts-link] source package evolution-data-server3

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

 #
 # bts-link upstream status pull for source package evolution-data-server3
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #641054 (http://bugs.debian.org/641054)
 # Bug title: evolution uses insecure connection when storing the sent message 
 to the sent folder
 #  * http://bugzilla.gnome.org/show_bug.cgi?id=648277
 #  * remote status changed: (?) - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 641054 + fixed-upstream
Bug #641054 [evolution-data-server] evolution uses insecure connection when 
storing the sent message to the sent folder
Added tag(s) fixed-upstream.
 usertags 641054 + status-RESOLVED resolution-FIXED
Bug#641054: evolution uses insecure connection when storing the sent message to 
the sent folder
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #641054 (http://bugs.debian.org/641054)
 # Bug title: evolution uses insecure connection when storing the sent message 
 to the sent folder
 #  * http://bugzilla.gnome.org/show_bug.cgi?id=648277
 #  * remote status changed: (?) - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 641054 + fixed-upstream
Bug #641054 [evolution-data-server] evolution uses insecure connection when 
storing the sent message to the sent folder
Ignoring request to alter tags of bug #641054 to the same tags previously set
 usertags 641054 + status-RESOLVED resolution-FIXED
Bug#641054: evolution uses insecure connection when storing the sent message to 
the sent folder
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641054: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641054
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#635488: marked as done (ploticus: FTBFS Please Build-Depends on libjpeg-dev, not libjpeg62-dev)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 16:36:51 +
with message-id e1r4evj-0002b2...@franck.debian.org
and subject line Bug#635488: fixed in ploticus 2.41-3.1
has caused the Debian Bug report #635488,
regarding ploticus: FTBFS Please Build-Depends on libjpeg-dev, not libjpeg62-dev
to be marked as done.

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

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


-- 
635488: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ploticus
Version: 2.41-3
Severity: important

Hello Colin,

We are transitionning from libjpeg62 to libjpeg8.
As mentionned on debian-devel-announce[1], please update ploticus to
Build-Depends on libjpeg-dev instead of libjpeg62-dev.

The following Build-Depends was found:

ploticus:Build-Depends: libjpeg62-dev 

[1] http://lists.debian.org/debian-devel-announce/2010/02/msg6.html

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 


---End Message---
---BeginMessage---
Source: ploticus
Source-Version: 2.41-3.1

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

libploticus0-dev_2.41-3.1_i386.deb
  to main/p/ploticus/libploticus0-dev_2.41-3.1_i386.deb
libploticus0_2.41-3.1_i386.deb
  to main/p/ploticus/libploticus0_2.41-3.1_i386.deb
ploticus_2.41-3.1.diff.gz
  to main/p/ploticus/ploticus_2.41-3.1.diff.gz
ploticus_2.41-3.1.dsc
  to main/p/ploticus/ploticus_2.41-3.1.dsc
ploticus_2.41-3.1_i386.deb
  to main/p/ploticus/ploticus_2.41-3.1_i386.deb



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

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

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated ploticus 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: Tue, 13 Sep 2011 18:04:51 +0200
Source: ploticus
Binary: ploticus libploticus0 libploticus0-dev
Architecture: source i386
Version: 2.41-3.1
Distribution: unstable
Urgency: low
Maintainer: Colin Tuckley col...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libploticus0 - script driven business graphics library
 libploticus0-dev - Development files for the ploticus library
 ploticus   - script driven business graphics package
Closes: 635488
Changes: 
 ploticus (2.41-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS Please Build-Depends on libjpeg-dev, not libjpeg62-dev:
 do as the bug report requests (closes: #635488).
Checksums-Sha1: 
 b5e9b7a32f126a6cbb465fe3ded6be87f1c66b72 1778 ploticus_2.41-3.1.dsc
 ede226f06220db84097fa8edc0114126d8c668dc 14686 ploticus_2.41-3.1.diff.gz
 ba4bb538b168f2ba8fe1d552f8ed120737f3d798 339854 ploticus_2.41-3.1_i386.deb
 0f61c186ec00e4dde9576dd13b00eac0d759eb60 212260 libploticus0_2.41-3.1_i386.deb
 80cc7703c0addd91d5857eeb743c7106ede16ec1 258444 
libploticus0-dev_2.41-3.1_i386.deb
Checksums-Sha256: 
 255817634fa4060aad97a5f23bed1905863d4c8d77db45530b2b8d9653d4bebe 1778 
ploticus_2.41-3.1.dsc
 6f29c755231c44754ee82d881231647c1a838fc36de32f3666d38a25732e62f7 14686 
ploticus_2.41-3.1.diff.gz
 3c8c398c4cb4d9ccd39401d19b6f5ca975be2f2a514d095c1a066afdda0f1fbd 339854 
ploticus_2.41-3.1_i386.deb
 186a2125110361382390640d15ebfb6ac9612911285606efb0b754792e045c81 212260 
libploticus0_2.41-3.1_i386.deb
 7858c70cb06c32e2788f6f917406a107d47bed5865672604fb319b31d727 258444 
libploticus0-dev_2.41-3.1_i386.deb
Files: 
 c4f28997b3bb7beacdacdf74fd6cfe06 1778 misc optional ploticus_2.41-3.1.dsc
 fe18ab9f7fe6a0b18d5104060634f870 14686 misc optional ploticus_2.41-3.1.diff.gz
 1acc9398a89ac5ea1f1c072b143e2b09 339854 misc optional 
ploticus_2.41-3.1_i386.deb
 1ad8aecef000d1bb173672df447ad09d 212260 libs optional 
libploticus0_2.41-3.1_i386.deb
 70659934f9bdb5ca600c2d344493a90f 258444 libdevel optional 
libploticus0-dev_2.41-3.1_i386.deb

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

iQIcBAEBCAAGBQJOb4HFAAoJELs6aAGGSaoG7bgP/RTHJmzbwNJ4z83aFH5pFfOd
UCO6VCchY0XLtaJyG5SWMdnMxdAVyroGisfJunZJRrABSBunZxN0SHtAw1pTUu1C
uKwJzbwjtAf/k+ANFkz5X3YoeExZA0WldBbSSTe9lzQxm1KCEm/4SzqyKnuPziQI
eGGCSZ84SaQ68nxmZReeEAeu0xPYM9CLbZjrQC3yDss3T9OFA/NxfM8QbW6TmcjN

Bug#641562: rst2pdf fails to work with docutils = 0.8.0

2011-09-15 Thread Jakub Wilk

* Jakub Wilk jw...@debian.org, 2011-09-14, 14:07:

$ rst2pdf  /dev/null
Traceback (most recent call last):
 File /usr/bin/rst2pdf, line 9, in module
   load_entry_point('rst2pdf==0.16', 'console_scripts', 'rst2pdf')()
 File /usr/lib/pymodules/python2.7/rst2pdf/createpdf.py, line 1452, in main
   numbered_links=options.numbered_links,
 File /usr/lib/pymodules/python2.7/rst2pdf/createpdf.py, line 169, in __init__
   get_language (self.language)
TypeError: get_language() takes exactly 2 arguments (1 given)


Please feel free to reassign this to python-docutils, if you believe it 
should be fixed there.


--
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#641720: marked as done (ldap-utils: OpenLDAP does not work with SSL/TLS encryption -- due to linking against gnutls)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 09:54:32 -0700
with message-id 20110915165432.ga27...@virgil.dodds.net
and subject line Re: [Pkg-openldap-devel] Bug#641720: ldap-utils: OpenLDAP does 
not work with SSL/TLS encryption -- due to linking against gnutls
has caused the Debian Bug report #641720,
regarding ldap-utils: OpenLDAP does not work with SSL/TLS encryption -- due to 
linking against gnutls
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.)


-- 
641720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ldap-utils
Version: 2.4.23-7.2
Severity: grave
Justification: renders package unusable


I tried to use the OpenLDAP as a client with a server that uses SSL/TLS
encryption. The connection never worked, it terminated with the error message

TLS: peer cert untrusted or revoked (0x102)
TLS: can't connect: (unknown error code).
ldap_err2string
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

The certificate of the server has probably been generated using openssl, so I
recompiled the entire OpenLDAP package with the configure option

  --with-tls=openssl

(instead of gnutls). This made it work immediately. It is known that gnutls is
badly written anyway
http://www.openldap.org/lists/openldap-devel/200802/msg00072.html

so, please switch to openssl instead of gnutls.

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

Kernel: Linux 2.6.32-5-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 ldap-utils depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libldap-2.4-2 2.4.23-7.2 OpenLDAP libraries
ii  libsasl2-22.1.23.dfsg1-7 Cyrus SASL - authentication abstra

Versions of packages ldap-utils recommends:
ii  libsasl2-modules  2.1.23.dfsg1-7 Cyrus SASL - pluggable authenticat

ldap-utils suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
On Thu, Sep 15, 2011 at 02:26:51PM +0200, Michael Schindler wrote:
 Package: ldap-utils
 Version: 2.4.23-7.2
 Severity: grave
 Justification: renders package unusable

 I tried to use the OpenLDAP as a client with a server that uses SSL/TLS
 encryption.  The connection never worked, it terminated with the error
 message

 TLS: peer cert untrusted or revoked (0x102)
 TLS: can't connect: (unknown error code).
 ldap_err2string
 ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

It works with openssl is not a bug.  For all the information you've
provided here, it's at least as likely that the error message is correct and
you're asking ldapclient to connect insecurely to an untrusted peer!

 The certificate of the server has probably been generated using openssl,
 so I recompiled the entire OpenLDAP package with the configure option

   --with-tls=openssl

 (instead of gnutls). This made it work immediately. It is known that gnutls is
 badly written anyway
 http://www.openldap.org/lists/openldap-devel/200802/msg00072.html

 so, please switch to openssl instead of gnutls.

This is impossible for license reasons.

Closing this bug as invalid.  If you can provide concrete information about
why GNUTLS should be trusting this peer certificate but isn't, please
reopen.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature
---End Message---


Bug#641489: adolc: Contains non-free Windows executables

2011-09-15 Thread Barak A. Pearlmutter
 AFAIK, that does require that the files be removed from the source package.

They are already removed from the latest source package.

The question is if we want to go through the bother of removing them
from *old* source packages, which would be a lot of work, for dubious
benefit.  I certainly have no objections: please feel free to take the
appropriate actions, which I imagine involves regenerating tarballs,
with appropriately twiddled version designators, rebuilding in ancient
environments, for dozens of architectures, notifying various
administrators of parts of debian including not just ftpmasters but
also snapshot and probably others, and trying to get derived
distributions to do the same.

An intermediate approach would be do just include this removal in the
next stable point release.

--Barak.



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



Bug#641413: X crashes

2011-09-15 Thread Thomas Strub
Hi, 

had the same issue with crashing X. 

Put your file to /usr/lib/xorg/modules/libwfb.so and now it works. 
xserver-xorg-core 1.11.0
nvidia-glx 280.13.really.275.28-1

but the file libwfb.so was not available before. So perhaps during some upgrade 
the file was removed.
-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone



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



Bug#641734: marked as done (gdal1: FTBFS)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 19:29:30 +0200
with message-id 20110915172930.gg3...@radis.liafa.jussieu.fr
and subject line Re: Bug#641734: gdal1: FTBFS
has caused the Debian Bug report #641734,
regarding gdal1: FTBFS
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.)


-- 
641734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641734
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gdal1
Version: FTBFS for gdal 1.7.3
Severity: serious
Tags: squeeze
Justification: unkniown

gdal fails to build for me in squeeze:

/bin/sh /home/amckinstry/gdal1/gdal-1.7.3/libtool --mode=compile --tag=CXX g++ 
-g -O2 -fvisibility=hidden  -Wall  -I/home/amckinstry/gdal1/gdal-1.7.3/port 
-I/home/amckinstry/gdal1/gdal-1.7.3/gcore 
-I/home/amckinstry/gdal1/gdal-1.7.3/alg -I/home/amckinstry/gdal1/gdal-1.7.3/ogr 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr/ogrsf_frmts -I/usr/include/hdf 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr -Ihdf-eos  -DOGR_ENABLED 
-I/home/amckinstry/gdal1/gdal-1.7.3/port -I/usr/include  -c -o 
../o/hdf4imagedataset.lo hdf4imagedataset.cpp
libtool: compile:  g++ -g -O2 -fvisibility=hidden -Wall 
-I/home/amckinstry/gdal1/gdal-1.7.3/port 
-I/home/amckinstry/gdal1/gdal-1.7.3/gcore 
-I/home/amckinstry/gdal1/gdal-1.7.3/alg -I/home/amckinstry/gdal1/gdal-1.7.3/ogr 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr/ogrsf_frmts -I/usr/include/hdf 
-I/home/amckinstry/gdal1/gdal-1.7.3/ogr -Ihdf-eos -DOGR_ENABLED 
-I/home/amckinstry/gdal1/gdal-1.7.3/port -I/usr/include -c hdf4imagedataset.cpp 
 -fPIC -DPIC -o ../o/.libs/hdf4imagedataset.o
hdf4imagedataset.cpp: In member function 'void 
HDF4ImageDataset::GetSwatAttrs(int32)':
hdf4imagedataset.cpp:1506:41: error: 'SWsdid' was not declared in this scope
hdf4imagedataset.cpp: In member function 'void 
HDF4ImageDataset::GetGridAttrs(int32)':
hdf4imagedataset.cpp:1616:41: error: 'GDsdid' was not declared in this scope
hdf4imagedataset.cpp: In member function 'int 
HDF4ImageDataset::ProcessSwathGeolocation(int32, char**)':
hdf4imagedataset.cpp:1970:48: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
hdf4imagedataset.cpp:1992:51: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
hdf4imagedataset.cpp:2004:51: warning: deprecated conversion from string 
constant to 'char*' [-Wwrite-strings]
hdf4imagedataset.cpp: In static member function 'static GDALDataset* 
HDF4ImageDataset::Open(GDALOpenInfo*)':
hdf4imagedataset.cpp:2731:84: warning: format '%d' expects argument of type 
'int', but argument 4 has type 'long int' [-Wformat]
make[3]: *** [../o/hdf4imagedataset.lo] Error 1
make[3]: Leaving directory `/home/amckinstry/gdal1/gdal-1.7.3/frmts/hdf4'
make[2]: *** [hdf4-install-obj] Error 2
make[2]: Leaving directory `/home/amckinstry/gdal1/gdal-1.7.3/frmts'
make[1]: *** [frmts-target] Error 2
make[1]: Leaving directory `/home/amckinstry/gdal1/gdal-1.7.3'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Ã

I'm trying to build gdal with libhdf5-serial-dev | libhdf5-dev so that it is 
co-installable with libxdmf-dev
when I'm building VisIt.

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Seriously...

On Thu, Sep 15, 2011 at 14:20:01 +0100, Alastair McKinstry wrote:

 Package: gdal1

There's no such package in the archive afaict.

 Version: FTBFS for gdal 1.7.3

That's not a valid package version.

 Justification: unkniown

That's not a valid justification.

Cheers,
Julien

---End Message---


Bug#640714: marked as done (ibus-sunpinyin: FTBFS: build-dependency not installable: libibus-dev)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 17:34:09 +
with message-id e1r4fpb-0002hf...@franck.debian.org
and subject line Bug#640714: fixed in ibus-sunpinyin 2.0.3-2
has caused the Debian Bug report #640714,
regarding ibus-sunpinyin: FTBFS: build-dependency not installable: libibus-dev
to be marked as done.

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

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


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

Hi,

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

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

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

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

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


---End Message---
---BeginMessage---
Source: ibus-sunpinyin
Source-Version: 2.0.3-2

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

ibus-sunpinyin_2.0.3-2.debian.tar.gz
  to main/i/ibus-sunpinyin/ibus-sunpinyin_2.0.3-2.debian.tar.gz
ibus-sunpinyin_2.0.3-2.dsc
  to main/i/ibus-sunpinyin/ibus-sunpinyin_2.0.3-2.dsc
ibus-sunpinyin_2.0.3-2_amd64.deb
  to main/i/ibus-sunpinyin/ibus-sunpinyin_2.0.3-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Liang Guo bluestonech...@gmail.com (supplier of updated ibus-sunpinyin 
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: RIPEMD160

Format: 1.8
Date: Fri, 09 Sep 2011 13:59:54 +0800
Source: ibus-sunpinyin
Binary: ibus-sunpinyin
Architecture: source amd64
Version: 2.0.3-2
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Liang Guo bluestonech...@gmail.com
Description: 
 ibus-sunpinyin - sunpinyin engine for ibus
Closes: 640714
Changes: 
 ibus-sunpinyin (2.0.3-2) unstable; urgency=low
 .
   * Add libibus-1.0-dev to build-depends, Remove libibus-dev(Closes: #640714)
   * Add build-arch and build-indep in debian/rules
   * Bump Standards-Version to 3.9.2
   * Update debian/copyright to fit DEP-5
   * Move git repository from collab-maint to pkg-ime,
 Update Vcs-* fields in debian/control
Checksums-Sha1: 
 f1df9f47194387a42a0a32e1accfe31fdcbd0596 1329 ibus-sunpinyin_2.0.3-2.dsc
 d0c870ba22681971840eda5b86f78d089a14136c 9322 
ibus-sunpinyin_2.0.3-2.debian.tar.gz
 7ec5f7afdc8b814a90cd9540770f2057f8cf3a86 229714 
ibus-sunpinyin_2.0.3-2_amd64.deb
Checksums-Sha256: 
 2ceec044f9f0f30fdee2c5e6db09dc7c464e0fa88f9e81ee5354f88ad3535a8c 1329 
ibus-sunpinyin_2.0.3-2.dsc
 62206fbac82f4673fbfdf9e8b4f2dcf6a629d3b29c9c83f608e00051ad1e6ac4 9322 
ibus-sunpinyin_2.0.3-2.debian.tar.gz
 0a2f4254be00729042f548723c1f88d06fe3d3e2f6359d59c3193a4454cdbadf 229714 
ibus-sunpinyin_2.0.3-2_amd64.deb
Files: 
 4d899d3e3df2ba203de82ae049ea597d 1329 utils optional 

Bug#632484: [PATCH] honeyd FTBFS (configure: error: Couldn't figure out how to access libc)

2011-09-15 Thread Jamie Strandboge
Package: honeyd
Version: 1.5c-8
Followup-For: Bug #632484
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmpNjoEKf
In Ubuntu, the attached patch was applied to achieve the following:

  [ Steve Langasek ]
  * configure.in: Fix wrong attempt to use dlsym() without linking against
-ldl, which resulted in a build-time failure to detect support for
RTLD_NEXT and ultimately leads to a build failure with multiarch due to
wrong probing of libc.so.  Closes: #632484, LP: #749247.

This is Ubuntu bug:
https://bugs.launchpad.net/ubuntu/oneiric/+source/honeyd/+bug/749247

After applying the patch, you will want to install autoconf and libtool,
then run 'autoreconf -fi'. In the Ubuntu package I just did this and
had it be part of the diff.gz, but I thought you may want to handle it
differently.

The patch also includes declaring the package as source format 1.0.

Thanks for considering the patch.


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

Kernel: Linux 3.0.0-11-generic (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
diff -u honeyd-1.5c/configure.in honeyd-1.5c/configure.in
--- honeyd-1.5c/configure.in
+++ honeyd-1.5c/configure.in
@@ -680,6 +680,9 @@
 
 HAVEMETHOD=no
 
+dnl Better look at libdl if trying to use dlsym()...
+LIBS=$LIBDL
+
 AC_MSG_CHECKING(if we can access libc without dlopen)
 AC_TRY_RUN(
 #include dlfcn.h
@@ -702,9 +705,6 @@
 
 if test $HAVEMETHOD = no; then
 
-dnl Make sure we use libld if necessary -- CPK
-LIBS=$LIBDL $LIBS
-
 dnl ugly, ugly hack		 
 LIBCGUESS=`echo /lib/libc.so.*`
 USRLIBCGUESS=`echo /usr/lib/libc.so*`
--- honeyd-1.5c.orig/debian/source/format
+++ honeyd-1.5c/debian/source/format
@@ -0,0 +1 @@
+1.0


Processed: xmlrpc-c: diff for NMU version 1.16.33-3.1

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

 tags 636542 + patch pending
Bug #636542 [xmlrpc-c] FTBFS: fatal error: curl/types.h: No such file or 
directory
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
636542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636542
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#636542: xmlrpc-c: diff for NMU version 1.16.33-3.1

2011-09-15 Thread Thorsten Glaser
tags 636542 + patch pending
thanks

Dear Sean,

as discussed on IRC I’ve 0-day NMU’d xmlrpc-c to get it buildable again.
I also had to fix the lintian files because it apparently is allergic to
sharing a single override file across source/binary packages, now. Then,
I also used the opportunity and fixed some of the things it pointed out.

Thanks, Aurélien, for the patch.

Please find the debdiff attached.

bye,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mkshdiff -u xmlrpc-c-1.16.33/debian/changelog xmlrpc-c-1.16.33/debian/changelog
--- xmlrpc-c-1.16.33/debian/changelog
+++ xmlrpc-c-1.16.33/debian/changelog
@@ -1,3 +1,13 @@
+xmlrpc-c (1.16.33-3.1) unstable; urgency=low
+
+  * Non-maintainer upload with OK from Maintainer.
+  * d/patches/636542_FTBFS_curl: New, stop using cURL headers that
+were long deprecated and have been removed by now. (Closes: #636542)
+  * Fix some lintian errors and warnings.
+  * Make libxmlrpc-c3-dev arch:all, it's transitional and empty.
+
+ -- Thorsten Glaser t...@mirbsd.de  Thu, 15 Sep 2011 18:14:38 +
+
 xmlrpc-c (1.16.33-3) unstable; urgency=low
 
   * Add patch to fix FTBFS on hurd-i386.
diff -u xmlrpc-c-1.16.33/debian/libxmlrpc-core-c3.install 
xmlrpc-c-1.16.33/debian/libxmlrpc-core-c3.install
--- xmlrpc-c-1.16.33/debian/libxmlrpc-core-c3.install
+++ xmlrpc-c-1.16.33/debian/libxmlrpc-core-c3.install
@@ -1,3 +1,4 @@
+debian/lintian/libxmlrpc-core-c3 usr/share/lintian/overrides/
 debian/tmp/usr/lib/libxmlrpc.so.3
 debian/tmp/usr/lib/libxmlrpc.so.3.16
 debian/tmp/usr/lib/libxmlrpc_abyss.so.3
reverted:
--- xmlrpc-c-1.16.33/debian/source.lintian-overrides
+++ xmlrpc-c-1.16.33.orig/debian/source.lintian-overrides
@@ -1,5 +0,0 @@
-# the soname is close enough...
-libxmlrpc-core-c3 binary: package-name-doesnt-match-sonames
-libxmlrpc-c++4 binary: package-name-doesnt-match-sonames
-# we don't use quilt at the moment, but the need may arise again...
-xmlrpc-c source: quilt-build-dep-but-no-series-file
diff -u xmlrpc-c-1.16.33/debian/control xmlrpc-c-1.16.33/debian/control
--- xmlrpc-c-1.16.33/debian/control
+++ xmlrpc-c-1.16.33/debian/control
@@ -14,7 +14,7 @@
 Conflicts: libxmlrpc-c3-dev (= 1.16.07-1)
 Replaces: libxmlrpc-c3-dev
 Suggests: xmlrpc-api-utils
-Description: A lightweight RPC library based on XML and HTTP [C++ libraries]
+Description: lightweight RPC library based on XML and HTTP [C++ development 
libraries]
  XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
  It converts the procedure call into an XML document, sends it to a remote
  server using HTTP, and gets back the response as XML.
@@ -28,7 +28,7 @@
 Section: libs
 Architecture: any
 Depends: libxmlrpc-core-c3 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
-Description: A lightweight RPC library based on XML and HTTP [C++ libraries]
+Description: lightweight RPC library based on XML and HTTP [C++ runtime 
libraries]
  XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
  It converts the procedure call into an XML document, sends it to a remote
  server using HTTP, and gets back the response as XML.
@@ -37,9 +37,9 @@
 
 Package: libxmlrpc-c3-dev
 Section: libdevel
-Architecture: any
+Architecture: all
 Depends: libxmlrpc-core-c3-dev, libxmlrpc-c++4-dev, ${misc:Depends}
-Description: A lightweight RPC library based on XML and HTTP [C libraries]
+Description: lightweight RPC library based on XML and HTTP [transitional 
package]
  XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
  It converts the procedure call into an XML document, sends it to a remote
  server using HTTP, and gets back the response as XML.
@@ -55,7 +55,7 @@
 Conflicts: libxmlrpc-c3-dev (= 1.16.07-1)
 Replaces: libxmlrpc-c3-dev
 Suggests: xmlrpc-api-utils
-Description: A lightweight RPC library based on XML and HTTP [C libraries]
+Description: lightweight RPC library based on XML and HTTP [C development 
libraries]
  XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
  It converts the procedure call into an XML document, sends it to a remote
  server using HTTP, and gets back the response as XML.
@@ -71,7 +71,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libxmlrpc-c3 (= 1.16.07-1)
 Replaces: libxmlrpc-c3
-Description: A lightweight RPC library based on XML and HTTP [C libraries]
+Description: lightweight RPC library based on XML and HTTP [C runtime 
libraries]
  XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
  It converts the procedure call into an XML document, sends it to a remote
  server using HTTP, and gets back the response as XML.
@@ -84,14 +84,14 @@
 Replaces: xml-rpc-api2cpp, xml-rpc-api2txt
 Architecture: any
 Section: devel

Bug#636542: marked as done (FTBFS: fatal error: curl/types.h: No such file or directory)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 19:04:12 +
with message-id e1r4hek-fc...@franck.debian.org
and subject line Bug#636542: fixed in xmlrpc-c 1.16.33-3.1
has caused the Debian Bug report #636542,
regarding FTBFS: fatal error: curl/types.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.)


-- 
636542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xmlrpc-c
Version: 1.16.33-3
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

xmlrpc-c fails to build with recent versions of curl, which have removed
curl/types.h. This is something intentional, this file has been
deprecated for some time already, see bug#636457. This causes the
following build error:

| gcc -c -o trace.osh -Iblddir -Isrcdir -Isrcdir/include 
-Isrcdir/lib/util/include -DNDEBUG -Wall -Wundef -Wimplicit -W -Winline 
-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -fno-common -g 
-O3 -fPIC -D_UNIX  -fPIC -fPIC trace.c
| /usr/bin/make -C 
/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/libutil/ -f 
/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/libutil/Makefile
 \
| libxmlrpc_util.so
| make[5]: Entering directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/libutil'
| make[5]: `libxmlrpc_util.so' is up to date.
| make[5]: Leaving directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/libutil'
| gcc  -shared -Wl,-soname,libxmlrpc_abyss.so.3  channel.osh chanswitch.osh 
conf.osh conn.osh data.osh date.osh file.osh handler.osh http.osh init.osh 
response.osh server.osh session.osh socket.osh socket_unix.osh token.osh 
thread_pthread.osh trace.osh 
/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/libutil/libxmlrpc_util.so
  
/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/libutil/libxmlrpc_util.so
 -o libxmlrpc_abyss.so.3.16  
| rm -f libxmlrpc_abyss.so
| ln -s libxmlrpc_abyss.so.3.16 libxmlrpc_abyss.so
| make[4]: Leaving directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/abyss/src'
| make[3]: Leaving directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/abyss'
| /usr/bin/make -C curl_transport/ -f 
/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/curl_transport/Makefile
 \
| all 
| make[3]: Entering directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/curl_transport'
| 
/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/curl_transport/Makefile:59:
 depend.mk: No such file or directory
| cat /dev/null depend.mk
| make[3]: Leaving directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/curl_transport'
| make[3]: Entering directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/curl_transport'
| ln -s 
/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/version.h 
version.h
| gcc -c -o xmlrpc_curl_transport.o 
-I/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33 
-I/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/include 
-I/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/include 
-I/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/util/include
  -DNDEBUG -Wall -Wundef -Wimplicit -W -Winline -Wmissing-declarations 
-Wstrict-prototypes -Wmissing-prototypes -fno-common -g -O3  -fPIC 
xmlrpc_curl_transport.c
| xmlrpc_curl_transport.c:86:24: fatal error: curl/types.h: No such file or 
directory
| compilation terminated.
| make[3]: *** [xmlrpc_curl_transport.o] Error 1
| make[3]: Leaving directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib/curl_transport'
| make[2]: *** [curl_transport/all] Error 2
| make[1]: *** [lib/all] Error 2
| make: *** [build-arch-stamp] Error 2
| make[2]: Leaving directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33/lib'
| make[1]: Leaving directory 
`/build/buildd-xmlrpc-c_1.16.33-3-s390x-JmFjpm/xmlrpc-c-1.16.33'
| dpkg-buildpackage: error: debian/rules build gave error exit status 2


The patch below fixes the issue.

--- xmlrpc-c-1.16.33.orig/lib/curl_transport/curlmulti.c
+++ xmlrpc-c-1.16.33/lib/curl_transport/curlmulti.c
@@ -17,7 +17,6 @@
 #endif
 
 #include curl/curl.h
-#include curl/types.h
 #include curl/easy.h
 #include curl/multi.h
 
--- xmlrpc-c-1.16.33.orig/lib/curl_transport/curltransaction.c
+++ 

Processed: r3805 - in packages/mensis/trunk/debian: . patches

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

 tags 641713 pending
Bug #641713 [mensis] mensis: fails to build with libtool 2.4
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641713
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#639053: marked as done (vdkxdb2: FTBFS: /usr/include/gtk-2.0/gdk/gdktypes.h:55:23: fatal error: gdkconfig.h: No such file or directory)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 19:48:48 +
with message-id e1r4hvu-0006dd...@franck.debian.org
and subject line Bug#639053: fixed in vdkxdb2 2.4.0-3.3
has caused the Debian Bug report #639053,
regarding vdkxdb2: FTBFS: /usr/include/gtk-2.0/gdk/gdktypes.h:55:23: fatal 
error: gdkconfig.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.)


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

Hi,

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

Relevant part:
 make[4]: Entering directory `/build/vdkxdb2-5Gdbm3/vdkxdb2-2.4.0/src'
 /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
 -I../include -I/usr/include/vdk2 -pthread -I/usr/include/atk-1.0 
 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng12   
  -s -O2 -Wall -Wcast-qual -Woverloaded-virtual -Wconversion 
 -Wstrict-prototypes -Winline -Wno-deprecated  -c -o vdkxdb.lo vdkxdb.cc
 libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include 
 -I/usr/include/vdk2 -pthread -I/usr/include/atk-1.0 
 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng12 
 -s -O2 -Wall -Wcast-qual -Woverloaded-virtual -Wconversion 
 -Wstrict-prototypes -Winline -Wno-deprecated -c vdkxdb.cc  -fPIC -DPIC -o 
 .libs/vdkxdb.o
 cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
 Ada/C/ObjC but not for C++ [enabled by default]
 In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:32:0,
  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
  from /usr/include/gtk-2.0/gdk/gdk.h:32,
  from /usr/include/vdk2/vdk/vdkfont.h:30,
  from /usr/include/vdk2/vdk/vdkprops.h:31,
  from ../include/vdkxdb2/vdkxtable.h:32,
  from vdkxdb.cc:29:
 /usr/include/gtk-2.0/gdk/gdktypes.h:55:23: fatal error: gdkconfig.h: No such 
 file or directory
 compilation terminated.
 make[4]: *** [vdkxdb.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/08/22/vdkxdb2_2.4.0-3.2_lsid64.buildlog

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

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: vdkxdb2
Source-Version: 2.4.0-3.3

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

libvdkxdb2-2c2_2.4.0-3.3_amd64.deb
  to main/v/vdkxdb2/libvdkxdb2-2c2_2.4.0-3.3_amd64.deb
libvdkxdb2-dev_2.4.0-3.3_amd64.deb
  to main/v/vdkxdb2/libvdkxdb2-dev_2.4.0-3.3_amd64.deb
vdkxdb2_2.4.0-3.3.debian.tar.gz
  to main/v/vdkxdb2/vdkxdb2_2.4.0-3.3.debian.tar.gz
vdkxdb2_2.4.0-3.3.dsc
  to main/v/vdkxdb2/vdkxdb2_2.4.0-3.3.dsc



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

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

Debian distribution maintenance software
pp.
Regis Boudin re...@debian.org (supplier of updated vdkxdb2 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: Thu, 15 Sep 2011 00:56:20 +0100
Source: vdkxdb2
Binary: libvdkxdb2-2c2 libvdkxdb2-dev
Architecture: source amd64
Version: 2.4.0-3.3

Bug#639186: marked as done (octave-bim: FTBFS: build-dependency not installable: octave-pkg-dev (= 0.7.1))

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 19:48:06 +
with message-id e1r4huo-0006v0...@franck.debian.org
and subject line Bug#639186: fixed in octave-bim 1.0.1-2
has caused the Debian Bug report #639186,
regarding octave-bim: FTBFS: build-dependency not installable: octave-pkg-dev 
(= 0.7.1)
to be marked as done.

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

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


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

Hi,

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

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

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/08/22/octave-bim_1.0.1-1_lsid64.buildlog

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

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


---End Message---
---BeginMessage---
Source: octave-bim
Source-Version: 1.0.1-2

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

octave-bim_1.0.1-2.debian.tar.gz
  to main/o/octave-bim/octave-bim_1.0.1-2.debian.tar.gz
octave-bim_1.0.1-2.dsc
  to main/o/octave-bim/octave-bim_1.0.1-2.dsc
octave-bim_1.0.1-2_all.deb
  to main/o/octave-bim/octave-bim_1.0.1-2_all.deb



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

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

Debian distribution maintenance software
pp.
Thomas Weber twe...@debian.org (supplier of updated octave-bim package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Sep 2011 18:30:53 +0200
Source: octave-bim
Binary: octave-bim
Architecture: source all
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Thomas Weber twe...@debian.org
Description: 
 octave-bim - PDE solver using a finite element/volume approach in Octave
Closes: 639186
Changes: 
 octave-bim (1.0.1-2) unstable; urgency=low
 .
   [ Colin Watson ]
   * Add explicit build-dependency on libhdf5-openmpi-dev to work around apt
 confusion when resolving dependencies of gmsh and octave3.2-headers
 (closes: #639186, LP: #831386).
Checksums-Sha1: 
 08834233d6d10d54454e3b754773ab78fc168095 1352 octave-bim_1.0.1-2.dsc
 c4f75f45c2fab3ee899ea6b63b87841fd0c153a2 2426 octave-bim_1.0.1-2.debian.tar.gz
 d9e038fbd8e67d36245a285325fb72b18d3cf789 18958 octave-bim_1.0.1-2_all.deb
Checksums-Sha256: 
 05215544d2a6e14e44ca34d8af6d58e6302750ce0defbf1bd5d62d84411ddff2 1352 
octave-bim_1.0.1-2.dsc
 6db280678922ab86e1ddf049b4b0cffc7d64e2f193843a4ad8cb64a9b28d77c3 2426 
octave-bim_1.0.1-2.debian.tar.gz
 52148e5713120cb08e6826dabce8dcef5638529e6e41012d9832f943ff9eb2d3 18958 
octave-bim_1.0.1-2_all.deb
Files: 
 3cb09c2659343c3ea32ec4dd0ad0f837 1352 math optional octave-bim_1.0.1-2.dsc
 facfada8ce1881fb50e44738b75c8f09 2426 math optional 
octave-bim_1.0.1-2.debian.tar.gz
 52c4a37fc4bc6fd8ba24d44768791566 18958 math optional 

Bug#639187: marked as done (octave-msh: FTBFS: build-dependency not installable: octave-pkg-dev (= 0.7.0))

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 19:48:17 +
with message-id e1r4huz-0006x7...@franck.debian.org
and subject line Bug#639187: fixed in octave-msh 1.0.2-2
has caused the Debian Bug report #639187,
regarding octave-msh: FTBFS: build-dependency not installable: octave-pkg-dev 
(= 0.7.0)
to be marked as done.

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

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


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

Hi,

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

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

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/08/22/octave-msh_1.0.2-1_lsid64.buildlog

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

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


---End Message---
---BeginMessage---
Source: octave-msh
Source-Version: 1.0.2-2

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

octave-msh_1.0.2-2.debian.tar.gz
  to main/o/octave-msh/octave-msh_1.0.2-2.debian.tar.gz
octave-msh_1.0.2-2.dsc
  to main/o/octave-msh/octave-msh_1.0.2-2.dsc
octave-msh_1.0.2-2_all.deb
  to main/o/octave-msh/octave-msh_1.0.2-2_all.deb



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

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

Debian distribution maintenance software
pp.
Thomas Weber twe...@debian.org (supplier of updated octave-msh 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: Thu, 15 Sep 2011 17:22:01 +0200
Source: octave-msh
Binary: octave-msh
Architecture: source all
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Thomas Weber twe...@debian.org
Description: 
 octave-msh - create and manage meshes for FE or FV solvers in Octave
Closes: 639187
Changes: 
 octave-msh (1.0.2-2) unstable; urgency=low
 .
   [ Colin Watson ]
   * Add explicit build-dependency on libhdf5-openmpi-dev to work around apt
 confusion when resolving dependencies of gmsh and octave3.2-headers
 (closes: #639187, LP: #831407).
Checksums-Sha1: 
 37d7aa4263ffc953d27fa48f95439189a15e5994 1329 octave-msh_1.0.2-2.dsc
 c1b9d4f005450e77f17d580f60d750dee691d456 2473 octave-msh_1.0.2-2.debian.tar.gz
 e943d682ec6511e3e0601f260c89c46cc15f229e 29408 octave-msh_1.0.2-2_all.deb
Checksums-Sha256: 
 c03cc8079ed562ffefab9b1d8e38ada5623b09ff58127ece81b11814a5142d3b 1329 
octave-msh_1.0.2-2.dsc
 64678941f4cb13bfa31c9d3c909bdf9a5f076ea38b212c1c7a4f4d9c4a103470 2473 
octave-msh_1.0.2-2.debian.tar.gz
 6ea6ed9ab955380f56c905d88302d28d66642cad2abd283825e023dff89e13e4 29408 
octave-msh_1.0.2-2_all.deb
Files: 
 f0c5fe0911d4bdfe005fc387d1f71160 1329 math optional octave-msh_1.0.2-2.dsc
 2bcb2af10d8923aa6082843eee6fae93 2473 math optional 
octave-msh_1.0.2-2.debian.tar.gz
 a69cef2576081ba5f462b98b0e2ba8dc 29408 math optional octave-msh_1.0.2-2_all.deb


Bug#641759: gimp: Gimp 2.6.11 crashes X session when opening a image

2011-09-15 Thread Noel David Torres Taño
Package: gimp
Version: 2.6.11-3+b1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropiate ***

   * What led up to the situation?
Opening a image in Gimp 2.6.11
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Just opening a image
   * What was the outcome of this action?
X session crashed and returned to GDM screen
   * What outcome did you expect instead?
A normal GIMP image editing session

*** End of the template - remove these lines ***

Since my last packages update, GIMP crashes the X session when opening images. 
Tried with .jpg and .png images.


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

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

Versions of packages gimp depends on:
ii  gimp-data   2.6.11-3
ii  libaa1  1.4p5-38+b1 
ii  libatk1.0-0 2.0.1-2 
ii  libbabl-0.0-0   0.0.22-1
ii  libc6   2.13-20 
ii  libcairo2   1.10.2-6.1  
ii  libdbus-1-3 1.4.14-1
ii  libdbus-glib-1-20.94-4  
ii  libexif12   0.6.20-1
ii  libfontconfig1  2.8.0-3 
ii  libfreetype62.4.6-2 
ii  libgdk-pixbuf2.0-0  2.24.0-1
ii  libgegl-0.0-0   0.0.22-2+b1 
ii  libgimp2.0  2.6.11-3+b1 
ii  libglib2.0-02.28.6-1
ii  libgtk2.0-0 2.24.6-1
ii  libjpeg62   6b1-2   
ii  liblcms11.19.dfsg-1 
ii  libmng1 1.0.10-2
ii  libpango1.0-0   1.28.4-3
ii  libpng12-0  1.2.46-3
ii  libpoppler-glib60.16.7-2
ii  librsvg2-2  2.34.1-2
ii  libtiff43.9.5-1 
ii  libwebkit-1.0-2 1.2.7-3 
ii  libwmf0.2-7 0.2.8.4-8.1 
ii  libx11-62:1.4.4-1   
ii  libxext62:1.3.0-3   
ii  libxfixes3  1:5.0-4 
ii  libxmu6 2:1.1.0-2   
ii  libxpm4 1:3.5.9-1   
ii  python  2.6.7-3 
ii  python-gtk2 2.24.0-2
ii  python-support  1.0.14  
ii  zlib1g  1:1.2.3.4.dfsg-3

gimp recommends no packages.

Versions of packages gimp suggests:
ii  ghostscript   9.02~dfsg-3
ii  gimp-data-extras  none 
ii  gimp-help-en | gimp-help  none 
ii  gvfs-backends 1.6.4-3
ii  libasound21.0.24.1-4 

-- no debconf information



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



Bug#533812: freehdl: real diff for NMU version 0.0.7-1.1

2011-09-15 Thread gregor herrmann
Here's the final nmudiff, uploaded right now.
(The first version was auto-rejected because of
'package-contains-info-dir-file usr/share/info/dir.gz'.)

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Chavela Vargas: Cruz De Olvido
diff -u freehdl-0.0.7/debian/changelog freehdl-0.0.7/debian/changelog
--- freehdl-0.0.7/debian/changelog
+++ freehdl-0.0.7/debian/changelog
@@ -1,3 +1,15 @@
+freehdl (0.0.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: build-dependency not installable: g++-4.3 and non-standard
+gcc/g++ used for build (gcc-4.3): drop g++-4.3 in debian/control and CXX
+in debian/rules.
+Closes: #629731, #533812
+LP: #745544, #749133
+  * debian/rules: remove usr/share/info/dir.gz (ftp-master autoreject reason).
+
+ -- gregor herrmann gre...@debian.org  Sat, 10 Sep 2011 18:17:56 +0200
+
 freehdl (0.0.7-1) unstable; urgency=low
 
   * New upstream release 
diff -u freehdl-0.0.7/debian/control freehdl-0.0.7/debian/control
--- freehdl-0.0.7/debian/control
+++ freehdl-0.0.7/debian/control
@@ -2,7 +2,7 @@
 Section: electronics
 Priority: optional
 Maintainer: José L. Redrejo Rodríguez jredr...@debian.org
-Build-Depends: debhelper (= 5.0.0), bison, flex, guile-1.6, pkg-config, libtool, g++-4.3
+Build-Depends: debhelper (= 5.0.0), bison, flex, guile-1.6, pkg-config, libtool
 Homepage: http://www.freehdl.seul.org
 Standards-Version: 3.8.1
 
diff -u freehdl-0.0.7/debian/rules freehdl-0.0.7/debian/rules
--- freehdl-0.0.7/debian/rules
+++ freehdl-0.0.7/debian/rules
@@ -17,7 +17,7 @@
 config.status: configure
 	dh_testdir
 
-	CXX=g++-4.3 CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE)  --prefix=/usr \
+	CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE)  --prefix=/usr \
 	--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
 
 
@@ -43,6 +43,7 @@
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	cp -f $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/libfreehdl0/usr/share/lintian/overrides/libfreehdl0
+	$(RM) -v $(CURDIR)/debian/tmp/usr/share/info/dir
 
 
 


signature.asc
Description: Digital signature


Processed: Re: linux-image-2.6.32-5-amd64: sendfile(2) behaves incorrectly in 2.6.32-5-amd64, overwriting written data

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

 # v2.6.32.30
 tags 641419 + upstream
Bug #641419 [linux-2.6] linux-image-2.6.32-5-amd64: sendfile(2) behaves 
incorrectly in 2.6.32-5-amd64, overwriting written data
Added tag(s) upstream.
 # On Wed, Sep 14, 2011 at 06:22:39PM +0100, Mike Ashton wrote:
 #
 #  Yes, I can confirm that your patch not only fixes my minimal test case
 #  but also the (much more complex) issue we were having.  Thank you.
 tags 641419 - moreinfo
Bug #641419 [linux-2.6] linux-image-2.6.32-5-amd64: sendfile(2) behaves 
incorrectly in 2.6.32-5-amd64, overwriting written data
Removed tag(s) moreinfo.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
641419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641419
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#533812: marked as done (freehdl: non-standard gcc/g++ used for build (gcc-4.3))

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 21:02:41 +
with message-id e1r4j4z-0004du...@franck.debian.org
and subject line Bug#533812: fixed in freehdl 0.0.7-1.1
has caused the Debian Bug report #533812,
regarding freehdl: non-standard gcc/g++ used for build (gcc-4.3)
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.)


-- 
533812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: freehdl
Severity: important
User: debian-...@lists.debian.org
Usertags: non-standard-compiler, gcc-4.3

This package builds with a non standard compiler version; please check
if this package can be built with the default version of gcc/g++.

Please keep this report open until the package uses the default
compiler version for the package build.

The severity of this report is likely to be raised before the release.


---End Message---
---BeginMessage---
Source: freehdl
Source-Version: 0.0.7-1.1

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

freehdl_0.0.7-1.1.diff.gz
  to main/f/freehdl/freehdl_0.0.7-1.1.diff.gz
freehdl_0.0.7-1.1.dsc
  to main/f/freehdl/freehdl_0.0.7-1.1.dsc
freehdl_0.0.7-1.1_i386.deb
  to main/f/freehdl/freehdl_0.0.7-1.1_i386.deb
libfreehdl0-dev_0.0.7-1.1_i386.deb
  to main/f/freehdl/libfreehdl0-dev_0.0.7-1.1_i386.deb
libfreehdl0_0.0.7-1.1_i386.deb
  to main/f/freehdl/libfreehdl0_0.0.7-1.1_i386.deb



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

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

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated freehdl 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: Sat, 10 Sep 2011 18:17:56 +0200
Source: freehdl
Binary: freehdl libfreehdl0-dev libfreehdl0
Architecture: source i386
Version: 0.0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez jredr...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 freehdl- VHDL simulator for Linux
 libfreehdl0 - VHDL simulator for Linux (shared libraries)
 libfreehdl0-dev - VHDL simulator for Linux (development headers)
Closes: 533812 629731
Changes: 
 freehdl (0.0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: build-dependency not installable: g++-4.3 and non-standard
 gcc/g++ used for build (gcc-4.3): drop g++-4.3 in debian/control and CXX
 in debian/rules.
 Closes: #629731, #533812
 LP: #745544, #749133
   * debian/rules: remove usr/share/info/dir.gz (ftp-master autoreject reason).
Checksums-Sha1: 
 286c4523fa351377b5281de5efb488b1ca193595 1726 freehdl_0.0.7-1.1.dsc
 815d738436517674447df53c4e5039a592cabffe 3735 freehdl_0.0.7-1.1.diff.gz
 80535e1da29611a57f1b708ed7afc88f546b9fee 507146 freehdl_0.0.7-1.1_i386.deb
 d6c33343f9baa37367db9011b646e25644f28022 1000726 
libfreehdl0-dev_0.0.7-1.1_i386.deb
 a1baf54ae79f8256281f964c5a9d69a38139bfe8 751420 libfreehdl0_0.0.7-1.1_i386.deb
Checksums-Sha256: 
 47c00efaf7bb33651687026eb384ee7898651ddd8db3de14ba85c0ca7e1c27c0 1726 
freehdl_0.0.7-1.1.dsc
 a74789148647afda8378f9ca66c3ec5ae97dbfbac16c9defbf54c55b8470138c 3735 
freehdl_0.0.7-1.1.diff.gz
 2fd166388791dc6528e75a9cd05de3111780b319972d68fa15e5aee425152e09 507146 
freehdl_0.0.7-1.1_i386.deb
 8b14b298f555f7d47befc8edd0ad0b3b2fec8ea96e5e344be5cd09258578f2ae 1000726 
libfreehdl0-dev_0.0.7-1.1_i386.deb
 1dd5799022e8edb70240943b76023f5924679caa1bdfe44e8ff016c3c74656e0 751420 
libfreehdl0_0.0.7-1.1_i386.deb
Files: 
 e8ac1f26bc4fd8dc0733c807f71b66f7 1726 electronics optional 
freehdl_0.0.7-1.1.dsc
 fc1736365dcb894a73b499512e461abf 3735 electronics optional 
freehdl_0.0.7-1.1.diff.gz
 8c491a04e16768d21ecc9e55404254f9 507146 electronics optional 
freehdl_0.0.7-1.1_i386.deb
 5439670ba0219d7eb3ef70be530ee8e0 1000726 libdevel optional 
libfreehdl0-dev_0.0.7-1.1_i386.deb
 b18cb0f62e3af3b45f7baaedd560e5a7 751420 libs optional 
libfreehdl0_0.0.7-1.1_i386.deb

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

iQIcBAEBCAAGBQJOcmSoAAoJELs6aAGGSaoGzw4P/RQwAKghhYJ2yHgBnlpvUdZP
u+vwar66Y62+LbJ2btMqBL1Q7E3vEF8ZUNBs4M5xO3icIu6Wb4UsqRYGyUIGX79Y

Bug#594278: marked as done (freehdl: non-standard gcc/g++ used for build (gcc-4.3))

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 21:02:41 +
with message-id e1r4j4z-0004du...@franck.debian.org
and subject line Bug#533812: fixed in freehdl 0.0.7-1.1
has caused the Debian Bug report #533812,
regarding freehdl: non-standard gcc/g++ used for build (gcc-4.3)
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.)


-- 
533812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533812
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: freehdl
Version: 0.0.7-1
Severity: normal
User: debian-...@lists.debian.org
Usertags: non-standard-compiler, gcc-4.3

This package builds with a non standard compiler version; please check
if this package can be built with the default version of gcc/g++.

Please keep this report open until the package uses the default
compiler version for the package build.

The severity of this report is likely to be raised before the release.



---End Message---
---BeginMessage---
Source: freehdl
Source-Version: 0.0.7-1.1

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

freehdl_0.0.7-1.1.diff.gz
  to main/f/freehdl/freehdl_0.0.7-1.1.diff.gz
freehdl_0.0.7-1.1.dsc
  to main/f/freehdl/freehdl_0.0.7-1.1.dsc
freehdl_0.0.7-1.1_i386.deb
  to main/f/freehdl/freehdl_0.0.7-1.1_i386.deb
libfreehdl0-dev_0.0.7-1.1_i386.deb
  to main/f/freehdl/libfreehdl0-dev_0.0.7-1.1_i386.deb
libfreehdl0_0.0.7-1.1_i386.deb
  to main/f/freehdl/libfreehdl0_0.0.7-1.1_i386.deb



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

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

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated freehdl 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: Sat, 10 Sep 2011 18:17:56 +0200
Source: freehdl
Binary: freehdl libfreehdl0-dev libfreehdl0
Architecture: source i386
Version: 0.0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez jredr...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 freehdl- VHDL simulator for Linux
 libfreehdl0 - VHDL simulator for Linux (shared libraries)
 libfreehdl0-dev - VHDL simulator for Linux (development headers)
Closes: 533812 629731
Changes: 
 freehdl (0.0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: build-dependency not installable: g++-4.3 and non-standard
 gcc/g++ used for build (gcc-4.3): drop g++-4.3 in debian/control and CXX
 in debian/rules.
 Closes: #629731, #533812
 LP: #745544, #749133
   * debian/rules: remove usr/share/info/dir.gz (ftp-master autoreject reason).
Checksums-Sha1: 
 286c4523fa351377b5281de5efb488b1ca193595 1726 freehdl_0.0.7-1.1.dsc
 815d738436517674447df53c4e5039a592cabffe 3735 freehdl_0.0.7-1.1.diff.gz
 80535e1da29611a57f1b708ed7afc88f546b9fee 507146 freehdl_0.0.7-1.1_i386.deb
 d6c33343f9baa37367db9011b646e25644f28022 1000726 
libfreehdl0-dev_0.0.7-1.1_i386.deb
 a1baf54ae79f8256281f964c5a9d69a38139bfe8 751420 libfreehdl0_0.0.7-1.1_i386.deb
Checksums-Sha256: 
 47c00efaf7bb33651687026eb384ee7898651ddd8db3de14ba85c0ca7e1c27c0 1726 
freehdl_0.0.7-1.1.dsc
 a74789148647afda8378f9ca66c3ec5ae97dbfbac16c9defbf54c55b8470138c 3735 
freehdl_0.0.7-1.1.diff.gz
 2fd166388791dc6528e75a9cd05de3111780b319972d68fa15e5aee425152e09 507146 
freehdl_0.0.7-1.1_i386.deb
 8b14b298f555f7d47befc8edd0ad0b3b2fec8ea96e5e344be5cd09258578f2ae 1000726 
libfreehdl0-dev_0.0.7-1.1_i386.deb
 1dd5799022e8edb70240943b76023f5924679caa1bdfe44e8ff016c3c74656e0 751420 
libfreehdl0_0.0.7-1.1_i386.deb
Files: 
 e8ac1f26bc4fd8dc0733c807f71b66f7 1726 electronics optional 
freehdl_0.0.7-1.1.dsc
 fc1736365dcb894a73b499512e461abf 3735 electronics optional 
freehdl_0.0.7-1.1.diff.gz
 8c491a04e16768d21ecc9e55404254f9 507146 electronics optional 
freehdl_0.0.7-1.1_i386.deb
 5439670ba0219d7eb3ef70be530ee8e0 1000726 libdevel optional 
libfreehdl0-dev_0.0.7-1.1_i386.deb
 b18cb0f62e3af3b45f7baaedd560e5a7 751420 libs optional 
libfreehdl0_0.0.7-1.1_i386.deb

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

iQIcBAEBCAAGBQJOcmSoAAoJELs6aAGGSaoGzw4P/RQwAKghhYJ2yHgBnlpvUdZP
u+vwar66Y62+LbJ2btMqBL1Q7E3vEF8ZUNBs4M5xO3icIu6Wb4UsqRYGyUIGX79Y

Bug#629731: marked as done (freehdl: FTBFS: build-dependency not installable: g++-4.3)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 21:02:41 +
with message-id e1r4j4z-0004db...@franck.debian.org
and subject line Bug#629731: fixed in freehdl 0.0.7-1.1
has caused the Debian Bug report #629731,
regarding freehdl: FTBFS: build-dependency not installable: g++-4.3
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.)


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

Hi,

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

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

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

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

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: freehdl
Source-Version: 0.0.7-1.1

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

freehdl_0.0.7-1.1.diff.gz
  to main/f/freehdl/freehdl_0.0.7-1.1.diff.gz
freehdl_0.0.7-1.1.dsc
  to main/f/freehdl/freehdl_0.0.7-1.1.dsc
freehdl_0.0.7-1.1_i386.deb
  to main/f/freehdl/freehdl_0.0.7-1.1_i386.deb
libfreehdl0-dev_0.0.7-1.1_i386.deb
  to main/f/freehdl/libfreehdl0-dev_0.0.7-1.1_i386.deb
libfreehdl0_0.0.7-1.1_i386.deb
  to main/f/freehdl/libfreehdl0_0.0.7-1.1_i386.deb



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

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

Debian distribution maintenance software
pp.
gregor herrmann gre...@debian.org (supplier of updated freehdl 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: Sat, 10 Sep 2011 18:17:56 +0200
Source: freehdl
Binary: freehdl libfreehdl0-dev libfreehdl0
Architecture: source i386
Version: 0.0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez jredr...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 freehdl- VHDL simulator for Linux
 libfreehdl0 - VHDL simulator for Linux (shared libraries)
 libfreehdl0-dev - VHDL simulator for Linux (development headers)
Closes: 533812 629731
Changes: 
 freehdl (0.0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: build-dependency not installable: g++-4.3 and non-standard
 gcc/g++ used for build (gcc-4.3): drop g++-4.3 in debian/control and CXX
 in debian/rules.
 Closes: #629731, #533812
 LP: #745544, #749133
   * debian/rules: remove usr/share/info/dir.gz (ftp-master autoreject reason).
Checksums-Sha1: 
 286c4523fa351377b5281de5efb488b1ca193595 1726 freehdl_0.0.7-1.1.dsc
 815d738436517674447df53c4e5039a592cabffe 3735 freehdl_0.0.7-1.1.diff.gz
 80535e1da29611a57f1b708ed7afc88f546b9fee 507146 freehdl_0.0.7-1.1_i386.deb
 d6c33343f9baa37367db9011b646e25644f28022 1000726 
libfreehdl0-dev_0.0.7-1.1_i386.deb
 

Bug#640875: marked as done (amoeba-data: missing Policy required target (binary-arch))

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 21:02:14 +
with message-id e1r4j4y-0004t0...@franck.debian.org
and subject line Bug#640875: fixed in amoeba-data 1.1-6
has caused the Debian Bug report #640875,
regarding amoeba-data: missing Policy required target (binary-arch)
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.)


-- 
640875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640875
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: amoeba-data
Severity: serious
Justification: Violating Policy required directive (4.9)
User: lintian-ma...@debian.org
Usertags: debian-rules-missing-required-target 
debian-rules-missing-recommended-target

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,


4.9 Main building script: debian/rules

[...]

The targets are as follows: 

[...]

binary (required), binary-arch (required), binary-indep (required)
   ^^
[...]


(highlighting is mine and not from the Policy)

While fixing this, please consider to add the recommended targets
build-indep and build-arch as well.

~Niels

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

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

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

iQIcBAEBCAAGBQJOaGLsAAoJEAVLu599gGRCbvcP+wbelfHoWhe6T6XM1Q8rdho0
6B60V+iWDYtX0BaXnffMNEya1EP8hy2V19KeLpDISv1l7iM6/FgclOVJgmfrK2mG
SOrkm10ZKux98v5vlHA/T6ELMyh2lf23ZAu66L8UXIJS4x6Y4ZS8VB1NKi+EhI7J
HdzOZlXdhk3AWs3TBgzFr0RxuUS4rM6XgYbSTV2mqpJ7sY1golPgx91oCxjMhX2w
csAdFG0cSvIPTQnTgJMmECADhRI/AKUlnY3iX4Bb2MAtZ7u1AVfWPVdi+Oql0Y4p
y848uy3OS1842T2RrO/dgyESxsd810ZXyClz2Tw9lW7EuRsx2jD7YWy+qfEU3cLM
NM7xwGli1rRN9JB6Yny4NjzLRIVsa5Sa0KbLvjRT22d+DHmBGolSBXoDhn6+RSHX
sw3Rs2jZ6xdQY1g8axNFGLLW+s5FzDJl3J/7avarYSrkSuWfXg3yBNqfclZAmUWP
X2+AMofF7k6AwTbZKfIZHY6bWVJHTRJQ8ABe2KG/bGTt1Mz8aUd3OROyQEGLM9g+
Nr9n94/YSToFApI5oGjbvtj0x9gd3ygfWwyFYboUFCplGgppm8uMXZ5HRKm/xxx2
QfypnGneEy8QhuRcF0n8nYlP7in5Du9RmwvnwBbcfvXhGUdTJqGZQbKZ3KEQLPI7
M3R3kBshMU6e2DoIqnvX
=x7S/
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: amoeba-data
Source-Version: 1.1-6

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

amoeba-data_1.1-6.diff.gz
  to non-free/a/amoeba-data/amoeba-data_1.1-6.diff.gz
amoeba-data_1.1-6.dsc
  to non-free/a/amoeba-data/amoeba-data_1.1-6.dsc
amoeba-data_1.1-6_all.deb
  to non-free/a/amoeba-data/amoeba-data_1.1-6_all.deb



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

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

Debian distribution maintenance software
pp.
Steinar H. Gunderson se...@debian.org (supplier of updated amoeba-data 
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: Thu, 15 Sep 2011 21:54:04 +0200
Source: amoeba-data
Binary: amoeba-data
Architecture: source all
Version: 1.1-6
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson se...@debian.org
Changed-By: Steinar H. Gunderson se...@debian.org
Description: 
 amoeba-data - Fast-paced, polished OpenGL demonstration by Excess (data)
Closes: 640875
Changes: 
 amoeba-data (1.1-6) unstable; urgency=low
 .
   * Add empty binary-arch target. (Closes: #640875)
   * Change my maintainer address to se...@debian.org. (I was not a DD when I
 last uploaded this package, almost nine years ago...)
   * Replace DH_COMPAT= directive with debian/compat file.
   * Bump debian/compat version to 7.
 * Bump debhelper versioning compatibility to 7.0.0.
   * Remove some debhelper boilerplate from debian/rules.
   * Bump Standards-Version to 3.9.2.
   * Add ${misc:Depends} to Depends.
   * Use dh_prep instead of dh_clean -k.
   * Add debhelper to Build-Depends instead of Build-Depends-Indep,
 since the clean target needs it.
Checksums-Sha1: 
 2db1315cc4babaaf74b7c313b2eb4ac44222952b 975 amoeba-data_1.1-6.dsc
 253df6b4a390d67329a919de4e46a0d5d5e9a92c 1861 amoeba-data_1.1-6.diff.gz
 fcfc8e37136a21701e7322ef78552e0f539b197f 3198746 

Bug#629731:

2011-09-15 Thread Sudhakara alva



Bug#641764: Don't start scilab Could not load JVM dynamic library (libjava).

2011-09-15 Thread Jorge Ernesto Guevara Cuenca
Package: scilab
Version: 5.3.3-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,
When scilab is executed from terminal emlator return this message:

Could not load JVM dynamic library (libjava).
Error: libjvm.so: no se puede abrir el fichero del objeto compartido: No existe 
el fichero o el directorio
If you are using a binary version of Scilab, please report a bug 
http://bugzilla.scilab.org/.
If you are using a self-built version of Scilab, update the script bin/scilab 
to provide the path to the JVM.
The problem might be related to SELinux. Try to deactivate it.
Please also check that you are not trying to run Scilab 64 bits on a 32 bits 
system (or vice versa).

Scilab cannot open JVM library.

If I execute scilab with verbose 1, i obtain the next output

SCIVERBOSE=1 scilab
SCILABBIN : scilab-bin
DISABLE_JAVA_DETECTION : 0
SCILAB_MODE : gui
OS : Linux
MODEL : x86_64
IS_SCILAB_BINARY : 0
Trying to find Java in /usr/lib/jvm/java-6-openjdk/ 
Trying to find Java in /usr/lib/jvm/java/ 
Trying to find Java in /usr/lib/jvm/java-6-sun/ 
Trying to find Java in /usr/lib/j2se/1.6 
Trying to find Java in /usr/java/jdk1.6.0*/ 
Trying to find Java in /usr/java/jdk1.5.0*/ 
Trying to find Java in /usr/lib/j2sdk1.6-ibm 
Trying to find Java in /usr/lib/jvm/java-1.5.0-sun 
Trying to find Java in /usr/java/ 
Trying to find Java in /usr/lib/j2se/1.5 
Trying to find Java in /usr/lib/j2se/1.4 
Trying to find Java in /usr/java/jre1.6.0*/ 
Trying to find Java in /usr/java/jre1.5.0*/ 
Trying to find Java in /usr/lib/j2sdk1.5-ibm 
Trying to find Java in /usr/lib/j2sdk1.4-ibm 
Trying to find Java in /usr/lib/j2sdk1.5-sun 
Trying to find Java in /usr/lib/j2sdk1.4-sun 
Trying to find Java in /usr/lib/jvm/java-gcj 
Trying to find Java in /usr/lib/jvm/java-1.5.0-gcj/ 
Trying to find Java in /usr/lib/kaffe/pthreads 
Trying to find Java in /usr/lib/jvm/java-1.7.0-icedtea-*/ 
Trying to find Java in /usr/lib/jvm/jre/ 
Trying to find Java in /usr/local/diablo-jdk1.6.0/ 
Have not been able to find any Java VM on this computer. Some features may be 
broken.
JAVA_HOME : /usr/local/diablo-jdk1.6.0/
Cannot find /usr/local/diablo-jdk1.6.0//lib/amd64/libjava.so
SCI : /usr/share/scilab/
SCIBIN : /usr/bin/scilab-bin
PATH : 
/usr/share/scilab/:/usr/share/scilab//bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/bin
CLASSPATH : 
LD_LIBRARY_PATH : /usr/lib/scilab/:/usr/lib64/scilab/:
DOCBOOK : /usr/share/sgml/docbook/stylesheet/xsl/nwalsh

Could not load JVM dynamic library (libjava).
Error: libjvm.so: no se puede abrir el fichero del objeto compartido: No existe 
el fichero o el directorio
If you are using a binary version of Scilab, please report a bug 
http://bugzilla.scilab.org/.
If you are using a self-built version of Scilab, update the script bin/scilab 
to provide the path to the JVM.
The problem might be related to SELinux. Try to deactivate it.
Please also check that you are not trying to run Scilab 64 bits on a 32 bits 
system (or vice versa).

Scilab cannot open JVM library.

Then I export JAVA_HOME with correct path and scilab works.

export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64/

Thanks for the time, sorry for my english, and I hope that the report is correct

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

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

Versions of packages scilab depends on:
ii  scilab-cli   5.3.3-2
ii  scilab-full-bin  5.3.3-2

Versions of packages scilab recommends:
ii  scilab-doc  5.3.3-2

Versions of packages scilab suggests:
pn  scilab-doc-fr none
pn  scilab-doc-ja none
pn  scilab-doc-pt-br  none

-- no debconf information



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



Processed: tagging 641738

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

 tags 641738 + pending patch
Bug #641738 [qt4-x11] CVE-2011-3193/CVE-2011-3194
Added tag(s) pending and patch.
 thanks
Stopping processing here.

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


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



Processed: Re: Bug#641734: gdal1: FTBFS

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

 reassign 641734 src:gdal
Bug #641734 {Done: Julien Cristau jcris...@debian.org} [gdal1] gdal1: FTBFS
Warning: Unknown package 'gdal1'
Bug reassigned from package 'gdal1' to 'src:gdal'.
 thanks
Stopping processing here.

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

2011-09-15 Thread Gergely Nagy
reassign 641734 src:gdal
thanks

Alastair McKinstry mckins...@debian.org writes:

 Package: gdal1
 Version: FTBFS for gdal 1.7.3
 Severity: serious
 Tags: squeeze
 Justification: unkniown

For this, see what Julien said. Please try to get at least the package
or source name right.

I'm reassigning it to src:gdal, so that the maintainer can deal with it
further, and so that there'll be less packages misfiled against unknown
packages.

-- 
|8]



-- 
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 630221 is serious

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

 # FTBFS as a regression is RC, even if it was in experimental
 severity 630221 serious
Bug #630221 [src:deja-dup] deja-dup: FTBFS: Can't locate Locale/gettext.pm in 
@INC
Severity set to 'serious' from 'important'

 # (although unstable is now also affected)
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
630221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630221
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#641738: CVE-2011-3193/CVE-2011-3194

2011-09-15 Thread Fathi Boudra
Hi,

On Thu, Sep 15, 2011 at 5:56 PM, Moritz Muehlenhoff
muehlenh...@univention.de wrote:
 Please see these links for details and patches:
 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3193

Fix isn't included upstream in Qt 4.7.4. It is now applied to our
packages and will be fixed with Qt 4.7.4-1 upload.

 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3194

Fix included upstream in Qt 4.7.4

Cheers,

Fathi



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



Bug#554367: marked as done (FTBFS with binutils-gold)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 22:17:49 +
with message-id e1r4kfh-0006in...@franck.debian.org
and subject line Bug#554367: fixed in fsvs 1.1.17-1.1
has caused the Debian Bug report #554367,
regarding FTBFS with binutils-gold
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.)


-- 
554367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: fsvs
Version: 1.1.17-1
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

 Link fsvs
/usr/bin/ld: checksum.o: in function cs___end_of_block:checksum.c:543: error: 
undefined reference to 'apr_md5_init'
/usr/bin/ld: checksum.o: in function cs___end_of_block:checksum.c:615: error: 
undefined reference to 'apr_md5_update'
/usr/bin/ld: checksum.o: in function cs___end_of_block:checksum.c:616: error: 
undefined reference to 'apr_md5_final'
/usr/bin/ld: checksum.o: in function cs___end_of_block:checksum.c:625: error: 
undefined reference to 'apr_md5_update'
/usr/bin/ld: checksum.o: in function cs___end_of_block:checksum.c:629: error: 
undefined reference to 'apr_md5_update'
/usr/bin/ld: checksum.o: in function cs___manber_data_init:checksum.c:490: 
error: undefined reference to 'apr_md5_init'
/usr/bin/ld: checksum.o: in function cs___finish_manber:checksum.c:232: error: 
undefined reference to 'apr_md5_final'
/usr/bin/ld: checksum.o: in function cs__compare_file:checksum.c:427: error: 
undefined reference to 'apr_md5'
...


---End Message---
---BeginMessage---
Source: fsvs
Source-Version: 1.1.17-1.1

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

fsvs_1.1.17-1.1.diff.gz
  to main/f/fsvs/fsvs_1.1.17-1.1.diff.gz
fsvs_1.1.17-1.1.dsc
  to main/f/fsvs/fsvs_1.1.17-1.1.dsc
fsvs_1.1.17-1.1_amd64.deb
  to main/f/fsvs/fsvs_1.1.17-1.1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Iain Lane la...@debian.org (supplier of updated fsvs 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, 15 Sep 2011 22:48:41 +0100
Source: fsvs
Binary: fsvs
Architecture: source amd64
Version: 1.1.17-1.1
Distribution: unstable
Urgency: low
Maintainer: Sheldon Hearn sheld...@starjuice.net
Changed-By: Iain Lane la...@debian.org
Description: 
 fsvs   - Full system versioning with metadata support
Closes: 554367 564990
Changes: 
 fsvs (1.1.17-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Backport patch from upstream to fix compilation errors with gcc  4.4.
 (Closes: #564990)
   * Add BD on libdb4.8-dev; required for build
   * Patch Makefile to link to needed libraries, fixing FTBFS with
 --no-add-needed (Closes: #554367)
Checksums-Sha1: 
 06e0541f3699ff5deede6d3fa0923ced30f4de6b 1720 fsvs_1.1.17-1.1.dsc
 13f3df4bf029d4aa06e36bcd3f3e911c66ecac0f 27502 fsvs_1.1.17-1.1.diff.gz
 53abdd538947745837cfa7ec3082000b3056800b 178726 fsvs_1.1.17-1.1_amd64.deb
Checksums-Sha256: 
 66f8ad1e7f5eb810826c7768fcb4f1d6025f15d2a5755e0fe719cef67decd861 1720 
fsvs_1.1.17-1.1.dsc
 3f5e4bcb7e96042281b4fb1f11286cdab1bfb27963731ff9daf0be8a6c87d504 27502 
fsvs_1.1.17-1.1.diff.gz
 826a63d45c517f4a61340a4be8c0042911306be10c9fea47411975bd7aefaafc 178726 
fsvs_1.1.17-1.1_amd64.deb
Files: 
 7e310179b3326fa5d3e3644be6fd0601 1720 admin optional fsvs_1.1.17-1.1.dsc
 f615cf82177a735ed85f56ba7f26e536 27502 admin optional fsvs_1.1.17-1.1.diff.gz
 722e815f94f4d25e94ab45ecdb2c2840 178726 admin optional 
fsvs_1.1.17-1.1_amd64.deb

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

iQIcBAEBCAAGBQJOcnb5AAoJEONS1cUcUEHUkWEP/jGWSat49YtvnJs8K3lQ/7Ph
wU5Wrums7HGes1GIUWtQTHov0bi3Qq5QAZ6kWPNalmIXp/Ay/BqiWno3lLwc3Zzb

Bug#564990: marked as done (fsvs: ftbfs with gcc-4.5)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 22:17:49 +
with message-id e1r4kfh-0006iq...@franck.debian.org
and subject line Bug#564990: fixed in fsvs 1.1.17-1.1
has caused the Debian Bug report #564990,
regarding fsvs: ftbfs with gcc-4.5
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.)


-- 
564990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564990
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: fsvs
Version: 1.1.17-1
Severity: normal
Tags: sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
For the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html

The full build log can be found at:
http://people.debian.org/~lucas/logs/2010/01/08b/fsvs_1.1.17-1_lsid64b.buildlog
The last lines of the build log are cwat the end of this report.

The reason of the build failure is likely in the package (compiler or
linker message found in the build log), if this turns out as a gcc bug,
please reassign to the gcc-4.5 package. If the build ends with a
message confused by earlier errors, bailing out, please
ignore it for now; these compiler errors are filed separately.


[...]
 CC cache.c
 CC cat.c
 CC checkout.c
 CC checksum.c
 CC commit.c
commit.c: In function 'ci__nondir':
commit.c:463:5: warning: 'svn_stream_from_aprfile' is deprecated (declared at 
/usr/include/subversion-1/svn_io.h:817)
commit.c: In function 'ci__work':
commit.c:1050:2: warning: 'svn_ra_get_commit_editor' is deprecated (declared at 
/usr/include/subversion-1/svn_ra.h:815)
 CC cp_mv.c
 CC diff.c
 CC direnum.c
 CC est_ops.c
 CC export.c
export.c: In function 'exp__do':
export.c:159:2: warning: 'svn_ra_do_update' is deprecated (declared at 
/usr/include/subversion-1/svn_ra.h:1018)
 CC fsvs.c
 CC hash_ops.c
 CC helper.c
helper.c: In function 'hlp__rev_to_string':
helper.c:1677:14: error: storage size of 'buffers' isn't constant
helper.c:1677:14: warning: unused variable 'buffers'
helper.c: In function 'hlp__rename_to_unique':
helper.c:1812:2: warning: 'svn_io_open_unique_file2' is deprecated (declared at 
/usr/include/subversion-1/svn_io.h:219)
helper.c: In function 'hlp__rev_to_string':
helper.c:1691:1: warning: control reaches end of non-void function
make[1]: *** [helper.o] Error 1
make[1]: Leaving directory 
`/build/user-fsvs_1.1.17-1-amd64-9ZLfYu/fsvs-1.1.17/src'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


---End Message---
---BeginMessage---
Source: fsvs
Source-Version: 1.1.17-1.1

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

fsvs_1.1.17-1.1.diff.gz
  to main/f/fsvs/fsvs_1.1.17-1.1.diff.gz
fsvs_1.1.17-1.1.dsc
  to main/f/fsvs/fsvs_1.1.17-1.1.dsc
fsvs_1.1.17-1.1_amd64.deb
  to main/f/fsvs/fsvs_1.1.17-1.1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Iain Lane la...@debian.org (supplier of updated fsvs 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, 15 Sep 2011 22:48:41 +0100
Source: fsvs
Binary: fsvs
Architecture: source amd64
Version: 1.1.17-1.1
Distribution: unstable
Urgency: low
Maintainer: Sheldon Hearn sheld...@starjuice.net
Changed-By: Iain Lane la...@debian.org
Description: 
 fsvs   - Full system versioning with metadata support
Closes: 554367 564990
Changes: 
 fsvs (1.1.17-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Backport patch from upstream to fix compilation errors with gcc  4.4.
 (Closes: #564990)
   * Add BD on libdb4.8-dev; required for build
   * Patch Makefile to link to needed libraries, fixing FTBFS with
 --no-add-needed (Closes: #554367)
Checksums-Sha1: 
 06e0541f3699ff5deede6d3fa0923ced30f4de6b 1720 fsvs_1.1.17-1.1.dsc
 13f3df4bf029d4aa06e36bcd3f3e911c66ecac0f 27502 fsvs_1.1.17-1.1.diff.gz
 53abdd538947745837cfa7ec3082000b3056800b 178726 fsvs_1.1.17-1.1_amd64.deb
Checksums-Sha256: 
 

Bug#621951: marked as done (vdkbuilder2: FTBFS: /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 22:19:34 +
with message-id e1r4kho-0006yg...@franck.debian.org
and subject line Bug#621951: fixed in vdkbuilder2 2.4.0-4.2
has caused the Debian Bug report #621951,
regarding vdkbuilder2: FTBFS: /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: fatal 
error: gdk-pixbuf/gdk-pixbuf.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.)


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

Hi,

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

Relevant part:
 make[3]: Entering directory 
 `/build/user-vdkbuilder2_2.4.0-4.1-amd64-uem9cz/vdkbuilder2-2.4.0/plugins'
 if /bin/bash ../libtool --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H 
 -I. -I. -I.. -I../include -I/usr/include/vdk2 -DPNG_NO_MMX_CODE 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 
 -I/usr/include -I/usr/include/vdkxdb2 -I/usr/include/vdk2 -DPNG_NO_MMX_CODE 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
   -s -O2 -I../include  -Wall -MT vdkdclock.lo -MD -MP -MF 
 .deps/vdkdclock.Tpo \
 -c -o vdkdclock.lo `test -f 'vdkdclock.cc' || echo './'`vdkdclock.cc; 
 \
   then mv -f .deps/vdkdclock.Tpo .deps/vdkdclock.Plo; \
   else rm -f .deps/vdkdclock.Tpo; exit 1; \
   fi
 mkdir .libs
  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include 
 -I/usr/include/vdk2 -DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include 
 -I/usr/include/vdkxdb2 -I/usr/include/vdk2 -DPNG_NO_MMX_CODE 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 
 -s -O2 -I../include -Wall -MT vdkdclock.lo -MD -MP -MF .deps/vdkdclock.Tpo -c 
 vdkdclock.cc  -fPIC -DPIC -o .libs/vdkdclock.o
 In file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28:0,
  from /usr/include/gtk-2.0/gdk/gdk.h:33,
  from /usr/include/gtk-2.0/gtk/gtk.h:32,
  from /usr/include/vdk2/vdk/vdkobj.h:30,
  from /usr/include/vdk2/vdk/evhandle.h:28,
  from /usr/include/vdk2/vdk/vdk.h:30,
  from ../include/vdkb2/vdkdclock.h:109,
  from vdkdclock.cc:1:
 /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: fatal error: 
 gdk-pixbuf/gdk-pixbuf.h: No such file or directory
 compilation terminated.
 make[3]: *** [vdkdclock.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/04/08/vdkbuilder2_2.4.0-4.1_lsid64.buildlog

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

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

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: vdkbuilder2
Source-Version: 2.4.0-4.2

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

libvdkbuilder2-dev_2.4.0-4.2_amd64.deb
  to main/v/vdkbuilder2/libvdkbuilder2-dev_2.4.0-4.2_amd64.deb
libvdkbuilder2c2_2.4.0-4.2_amd64.deb
  to main/v/vdkbuilder2/libvdkbuilder2c2_2.4.0-4.2_amd64.deb
vdkbuilder2_2.4.0-4.2.diff.gz
  to main/v/vdkbuilder2/vdkbuilder2_2.4.0-4.2.diff.gz
vdkbuilder2_2.4.0-4.2.dsc
  to main/v/vdkbuilder2/vdkbuilder2_2.4.0-4.2.dsc
vdkbuilder2_2.4.0-4.2_amd64.deb
  to main/v/vdkbuilder2/vdkbuilder2_2.4.0-4.2_amd64.deb



A summary of the changes between this version 

Bug#641766: python-sphere: missing dependency on python-numpy

2011-09-15 Thread Jakub Wilk

Package: python-sphere
Version: 3.2-1
Severity: serious
Justification: Policy 3.5

In a minimal chroot:
| $ python -c 'import sphere'
| ImportError: No module named numpy.core.multiarray
| Traceback (most recent call last):
|   File string, line 1, in module
|   File /usr/lib/pymodules/python2.6/sphere/__init__.py, line 1, in module
| from sphere import *
|   File /usr/lib/pymodules/python2.6/sphere/sphere.py, line 332, in module
| import spherepack, numpy, math
| ImportError: numpy.core.multiarray failed to import

--
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#634606: gcolor2: FTBFS: *** libtool.m4 and ltmain.sh have a version mismatch! ***

2011-09-15 Thread Colin Watson
tags 634606 patch
user ubuntu-de...@lists.ubuntu.com
usertags 634606 ubuntu-patch oneiric
thanks

On Tue, Jul 19, 2011 at 08:38:06AM +0200, Lucas Nussbaum wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
[...]
  grep: character class syntax is [[:space:]], not [:space:]
  checking for correct ltmain.sh version... no
  
  *** Gentoo sanity check failed! ***
  *** libtool.m4 and ltmain.sh have a version mismatch! ***
  *** (libtool.m4 = 1.5.18, ltmain.sh = ) ***

Here's a patch.

  * aclocal.m4: Add an extra layer of quoting to ltmain.sh sanity check
(closes: #634606, LP: #831236).

--- gcolor2-0.4.orig/aclocal.m4
+++ gcolor2-0.4/aclocal.m4
@@ -1106,7 +1106,7 @@
   exit 1
 fi
 gentoo_lt_version=1.5.18
-gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 
's|^[[:space:]]*VERSION=||'`
+gentoo_ltmain_version=`[grep '^[[:space:]]*VERSION=' $ltmain | sed -e 
's|^[[:space:]]*VERSION=||']`
 if test $gentoo_lt_version != $gentoo_ltmain_version; then
   AC_MSG_RESULT(no)
   echo
--- gcolor2-0.4.orig/configure
+++ gcolor2-0.4/configure
@@ -6155,7 +6155,7 @@
   exit 1
 fi
 gentoo_lt_version=1.5.18
-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 
's|^[:space:]*VERSION=||'`
+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 
's|^[[:space:]]*VERSION=||'`
 if test $gentoo_lt_version != $gentoo_ltmain_version; then
   echo $as_me:$LINENO: result: no 5
 echo ${ECHO_T}no 6

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.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: Bug#634606: gcolor2: FTBFS: *** libtool.m4 and ltmain.sh have a version mismatch! ***

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

 tags 634606 patch
Bug #634606 [src:gcolor2] gcolor2: FTBFS: *** libtool.m4 and ltmain.sh have a 
version mismatch! ***
Added tag(s) patch.
 user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was cjwat...@ubuntu.com).
 usertags 634606 ubuntu-patch oneiric
Bug#634606: gcolor2: FTBFS: *** libtool.m4 and ltmain.sh have a version 
mismatch! ***
There were no usertags set.
Usertags are now: ubuntu-patch oneiric.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
634606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634606
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#640195: marked as done (paraview-dev transition)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 22:51:21 +
with message-id e1r4km9-00020k...@franck.debian.org
and subject line Bug#640195: fixed in paraview 3.10.1-6
has caused the Debian Bug report #640195,
regarding paraview-dev transition
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.)


-- 
640195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: paraview
Version: 3.10.1-4
Severity: important


Since the move to paraview 3.10, the cmake import file: 
/usr/lib/paraview/ParaViewConfig.cmake
has now disapeared. This makes it impossible for 3rd party software to compile 
paraview module.

Thanks for preserving the previous behavior !



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

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

Versions of packages paraview depends on:
ii  libavcodec52   4:0.5.2-6 ffmpeg codec library
ii  libavformat52  4:0.5.2-6 ffmpeg file format library
ii  libavutil504:0.6.2-5 Libav utility library
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfreetype6   2.4.4-1~bpo60+1   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libgl1-mesa-glx [l 7.7.1-4   A free implementation of the OpenG
ii  libglu1-mesa [libg 7.7.1-4   The OpenGL utility library (GLU)
ii  libhdf5-serial-1.8 1.8.4-patch1-2Hierarchical Data Format 5 (HDF5) 
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libmysqlclient16   5.1.58-1  MySQL database client library
ii  libopenmpi1.3  1.4.2-4   high performance message passing l
ii  libpng12-0 1.2.44-1+squeeze1 PNG library - runtime
ii  libpq5 9.0.4-1~bpo60+1   PostgreSQL C client library
ii  libpython2.6   2.6.6-8+b1Shared Python runtime library (ver
ii  libqt4-help4:4.6.3-4+squeeze1Qt 4 help module
ii  libqt4-network 4:4.6.3-4+squeeze1Qt 4 network module
ii  libqt4-sql 4:4.6.3-4+squeeze1Qt 4 SQL module
ii  libqt4-webkit  4:4.6.3-4+squeeze1Qt 4 WebKit module
ii  libqt4-xml 4:4.6.3-4+squeeze1Qt 4 XML module
ii  libqt4-xmlpatterns 4:4.6.3-4+squeeze1Qt 4 XML patterns module
ii  libqtcore4 4:4.6.3-4+squeeze1Qt 4 core module
ii  libqtgui4  4:4.6.3-4+squeeze1Qt 4 GUI module
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libswscale04:0.5.2-6 ffmpeg video scaling library
ii  libtiff4   3.9.4-5+squeeze3  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  python 2.6.6-3+squeeze6  interactive high-level object-orie
ii  python-support 1.0.10automated rebuilding support for P
ii  qt4-dev-tools  4:4.6.3-4+squeeze1Qt 4 development tools
ii  tcl8.4 [tclsh] 8.4.19-4  Tcl (the Tool Command Language) v8
ii  tcl8.5 [tclsh] 8.5.8-2   Tcl (the Tool Command Language) v8
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages paraview recommends:
ii  mpi-default-bin   0.6Standard MPI runtime programs
ii  qt4-dev-tools 4:4.6.3-4+squeeze1 Qt 4 development tools

Versions of packages paraview suggests:
pn  h5utils   none (no description available)
pn  hdf5-toolsnone (no description available)


---End Message---
---BeginMessage---
Source: paraview
Source-Version: 3.10.1-6

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

paraview-dev_3.10.1-6_i386.deb
  to 

Bug#640305: marked as done (kwProcessXML: error while loading shared libraries: libvtkCommon.so.pv3.10: cannot open shared object file)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 22:51:21 +
with message-id e1r4km9-00020q...@franck.debian.org
and subject line Bug#640305: fixed in paraview 3.10.1-6
has caused the Debian Bug report #640305,
regarding kwProcessXML: error while loading shared libraries: 
libvtkCommon.so.pv3.10: cannot open shared object file
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.)


-- 
640305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: paraview
Version: 3.10.1-5
Severity: important


There is something going on really wrong with paraview/kwProcessXML. It now 
says:

/usr/bin/kwProcessXML: error while loading shared libraries: 
libvtkCommon.so.pv3.10: cannot open shared object file: No such file or 
directory

However kwProcessXML is a wrapper around a forward executable which inspects 
its current location to determine the location of ld_libraries, eg, in paraview 
3.8.1:

$ kwProcessXML
Usage: /usr/lib/paraview/kwProcessXML-real output-file prefix suffix 
getmethod modules...

while one can see that libraries are not resolved by ldd itself:

$ ldd /usr/lib/paraview/kwProcessXML-real
linux-vdso.so.1 =  (0x7fffe137f000)
libvtkCommon.so.pv3.8 = not found
libvtksys.so.pv3.8 = not found
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdb11acc000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7fdb117c2000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7fdb1154)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7fdb11329000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fdb10fa5000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fdb10d89000)
/lib64/ld-linux-x86-64.so.2 (0x7fdb11d02000)


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

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

Versions of packages paraview depends on:
ii  libavcodec524:0.6.2-1Libav codec library
ii  libavformat52   4:0.6.2-1Libav file format library
ii  libavutil50 4:0.6.2-1Libav utility library
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.1-5GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.7.1-4  The OpenGL utility library (GLU)
ii  libhdf5-openmpi-1.8.4 [ 1.8.4-patch1-2   Hierarchical Data Format 5 (HDF5) 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmysqlclient165.1.56-1 MySQL database client library
ii  libopenmpi1.3   1.4.2-4  high performance message passing l
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpq5  8.4.7-0squeeze2  PostgreSQL C client library
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqt4-help 4:4.7.2-3Qt 4 help module
ii  libqt4-network  4:4.7.2-3Qt 4 network module
ii  libqt4-sql  4:4.7.2-3Qt 4 SQL module
ii  libqt4-webkit   4:4.7.2-3transitional package for Qt 4 WebK
ii  libqt4-xml  4:4.7.2-3Qt 4 XML module
ii  libqt4-xmlpatterns  4:4.7.2-3Qt 4 XML patterns module
ii  libqtcore4  4:4.7.2-3Qt 4 core module
ii  libqtgui4   4:4.7.2-3Qt 4 GUI module
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.6.1-5  GNU Standard C++ Library v3
ii  libswscale0 4:0.6.2-1Libav video scaling library
ii  libtiff43.9.4-5  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxt6  1:1.0.7-1X11 toolkit 

Bug#641766: python-sphere: missing dependency on python-numpy

2011-09-15 Thread Jakub Wilk

* Jakub Wilk jw...@debian.org, 2011-09-16, 00:35:

| $ python -c 'import sphere'
| ImportError: No module named numpy.core.multiarray
| Traceback (most recent call last):
|   File string, line 1, in module
|   File /usr/lib/pymodules/python2.6/sphere/__init__.py, line 1, in module
| from sphere import *
|   File /usr/lib/pymodules/python2.6/sphere/sphere.py, line 332, in module
| import spherepack, numpy, math
| ImportError: numpy.core.multiarray failed to import


BTW, since your code appears to be using Numpy via C code, you should 
use dh_numpy to generate versioned dependency.


--
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#628822: marked as done (gtk-redshift should depend on python-gtk2 but doesn't)

2011-09-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 Sep 2011 23:18:16 +
with message-id e1r4lcc-0005cb...@franck.debian.org
and subject line Bug#628822: fixed in redshift 1.7-1
has caused the Debian Bug report #628822,
regarding gtk-redshift should depend on python-gtk2 but doesn't
to be marked as done.

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

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


-- 
628822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gtk-redshift
Version: 1.6-1
Severity: important


gtk-redshift does not start on my system. Running gtk-redshift from the
commandline produces the following output:

Traceback (most recent call last):
  File /usr/bin/gtk-redshift, line 22, in module
from gtk_redshift.statusicon import run
  File /usr/lib/pymodules/python2.6/gtk_redshift/statusicon.py, line 33, in 
module
import gtk, glib
ImportError: No module named gtk

Installing the package python-gtk 2.24.0-2 resolves this problem and allows
gtk-redshift to start and function normally. (Earlier versions of python-gtk2
would probably work equally well.) Since python-gtk2 is necessary for
gtk-redshift to work, gtk-redshift should probably depend on the python-gtk2
package.

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

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

Versions of packages gtk-redshift depends on:
ii  python2.6.6-14   interactive high-level object-
orie
ii  python-support1.0.13 automated rebuilding support for 
P
ii  python-xdg0.19-3 Python library to access 
freedeskt
ii  redshift  1.6-1  Adjusts the color temperature of 
y

gtk-redshift recommends no packages.

gtk-redshift suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: redshift
Source-Version: 1.7-1

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

gtk-redshift_1.7-1_all.deb
  to main/r/redshift/gtk-redshift_1.7-1_all.deb
redshift_1.7-1.debian.tar.gz
  to main/r/redshift/redshift_1.7-1.debian.tar.gz
redshift_1.7-1.dsc
  to main/r/redshift/redshift_1.7-1.dsc
redshift_1.7-1_i386.deb
  to main/r/redshift/redshift_1.7-1_i386.deb
redshift_1.7.orig.tar.bz2
  to main/r/redshift/redshift_1.7.orig.tar.bz2



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

Debian distribution maintenance software
pp.
Franziska Lichtblau rhal...@old-forest.org (supplier of updated redshift 
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, 30 Jul 2011 15:38:36 +0200
Source: redshift
Binary: redshift gtk-redshift
Architecture: source i386 all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Franziska Lichtblau rhal...@old-forest.org
Changed-By: Franziska Lichtblau rhal...@old-forest.org
Description: 
 gtk-redshift - Adjusts the color temperature of your screen with GTK+ 
integratio
 redshift   - Adjusts the color temperature of your screen
Closes: 619699 628822 634178
Changes: 
 redshift (1.7-1) unstable; urgency=low
 .
   * New upstream release (Closes: #634178)
   * Add dependency python-gtk2 for gtk-redshift (Closes: #628822) thanks to
 Benjamin Kay for patch
   * Officially overtook maintainership removed Simon Richter from Maintainer
   * Upgrade to Standards-Verions 3.9.2, no changes needed
   * Updated the manpages
   * Removed autostart of gtk-redshift because of freedesktop.org standard
 violation (Closes: #619699) + added README.Debian
   * Removed /usr/share/pyshared/gtk_redshift/utils.py from package as
 autostart is disabled
   * Migrated from dh_pysupport to dh_python2 (added dependency to python
 (= 2.6.6-3~))
   * Added Vcs + Vcs-Browser entry to debian/control
Checksums-Sha1: 
 9dd877a987b8b30514eff6bedd59ef16b99c7701 1347 redshift_1.7-1.dsc
 cca3b83afef1687b57649af1285116918590 269820 redshift_1.7.orig.tar.bz2
 bbad84e9cce549dd995913cfffd3c3b851975aea 4960 

  1   2   >