Processed: gprbuild: could not create $DIRECTORY/auto.cgpr

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

 retitle 673015 gprbuild: [hurd-i386] could not create $DIRECTORY/auto.cgpr
Bug #673015 [gprbuild] gprbuild: [hurd-i386 always,kfreebsd-i386 intermittent] 
could not create $DIRECTORY/auto.cgpr
Changed Bug title to 'gprbuild: [hurd-i386] could not create 
$DIRECTORY/auto.cgpr' from 'gprbuild: [hurd-i386 always,kfreebsd-i386 
intermittent] could not create $DIRECTORY/auto.cgpr'
 clone 673015 -1
Bug #673015 [gprbuild] gprbuild: [hurd-i386] could not create 
$DIRECTORY/auto.cgpr
Bug 673015 cloned as bug 679061
679061 was not blocked by any bugs.
679061 was blocking: 678907
Added blocking bug(s) of 679061: 678907
 retitle -1 gprbuild: gprconfig segfaults when g++ exists but g++-4.6 doesn't
Bug #679061 [gprbuild] gprbuild: [hurd-i386] could not create 
$DIRECTORY/auto.cgpr
Changed Bug title to 'gprbuild: gprconfig segfaults when g++ exists but g++-4.6 
doesn't' from 'gprbuild: [hurd-i386] could not create $DIRECTORY/auto.cgpr'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673015
679061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679061
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#679063: libmagickcore5-extra: file conflict with old libmagickcore5

2012-06-26 Thread Sven Joachim
Package: libmagickcore5-extra
Version: 8:6.7.7.9-1
Severity: serious

There was a problem installing your package (sorry for the German):

,
| Vorbereitung zum Ersetzen von libmagickcore5-extra:i386 8:6.7.7.2-1 (durch 
.../libmagickcore5-extra_8%3a6.7.7.9-1_i386.deb) ...
| Ersatz für libmagickcore5-extra:i386 wird entpackt ...
| dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/libmagickcore5-extra_8%3a6.7.7.9-1_i386.deb (--unpack):
|  Versuch, 
»/usr/lib/i386-linux-gnu/ImageMagick-6.7.7/modules-Q16/coders/pango.la« zu 
überschreiben, welches auch in Paket libmagickcore5:i386 8:6.7.7.2-1 ist
`


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

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

Versions of packages libmagickcore5-extra depends on:
ii  libbz2-1.0  1.0.6-3
ii  libc6   2.13-33
ii  libcairo2   1.12.2-2
ii  libdjvulibre21  3.5.25.3-1
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.2-2.1+squeeze4
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgomp14.7.1-2
ii  libice6 2:1.0.8-2
ii  libilmbase6 1.0.1-4
ii  libjpeg88d-1
ii  liblcms2-2  2.2+git20110628-2.2
ii  liblqr-1-0  0.4.1-2
ii  libltdl72.4.2-1.1
ii  liblzma55.1.1alpha+20120614-1
ii  libmagickcore5  8:6.7.7.9-1
ii  libmagickwand5  8:6.7.7.9-1
ii  libopenexr6 1.6.1-5
ii  libpango1.0-0   1.30.0-1
ii  librsvg2-2  2.36.1-1
ii  libsm6  2:1.2.1-2
ii  libtiff43.9.6-5
ii  libwmf0.2-7 0.2.8.4-10
ii  libx11-62:1.5.0-1
ii  libxext62:1.3.1-2
ii  libxml2 2.8.0+dfsg1-4
ii  libxt6  1:1.1.3-1
ii  multiarch-support   2.13-33
ii  zlib1g  1:1.2.7.dfsg-13

libmagickcore5-extra recommends no packages.

libmagickcore5-extra 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#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-26 Thread Jakub Wilk

* Helmut Grohne hel...@subdivi.de, 2012-06-23, 12:25:

+while(PKGCAT)
+{
+if((not $incomment) and m/^-- update-catalog:nocheck --$/)
+{
+close(PKGCAT);
+return 1;
+}
+s/--.*?--/ /g;
+if(m/--/) {
+if($incomment) {
+s/.*?--//;
+} else {
+s/--.*//;
+}
+$incomment = 1 - $incomment;
+}
+if(m/CATALOG\s+(\S+)/) {
+if(not -f $1) {
+close(PKGCAT);
+print Warning: Ignoring catalog `$catalog' which references 
non-existent catalogs. See man update-catalog for details.\n
+unless $quiet;
+return 0;
+}
+}
+}


I think is is overly simplistic. We should implement here a real TR9401 
parser. This shouldn't be very difficult. I'll try to write such a 
parser today.


Reference: https://www.oasis-open.org/specs/a401.htm

--
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#678439: wicd-daemon: does not connect to network

2012-06-26 Thread David Paleino
tags 678439 moreinfo
thanks

Hello,

On Thu, 21 Jun 2012 20:59:28 +0200, Hramrach wrote:

 Hello,
 
 after wicd upgrade I can no longer connect to wifi network.
 
 No error is logged in wicd log.
 
 Previously I upgraded python from 2.6 to 2.7 which led to wicd reporting
 an exception. Upgrading dbus and dhclient does not help.
 
 2012/06/21 20:19:39 :: ---
 2012/06/21 20:19:39 :: wicd initializing...
 2012/06/21 20:19:39 :: ---
 2012/06/21 20:19:39 :: wicd is version 1.7.0 552
 2012/06/21 20:19:39 :: setting backend to external
 2012/06/21 20:19:39 :: Traceback (most recent call last):
 2012/06/21 20:19:39 ::   File /usr/share/wicd/daemon/wicd-daemon.py, line
 1846, in module 2012/06/21 20:19:39 :: main(sys.argv)
 [..]

This was from an old version of wicd.

 [..]
 2012/06/21 20:34:05 :: wicd is version 1.7.2.4 768
 [..]

Please make sure you checked the debugging option in the wicd gui, and try to
reconnect. Then please send the log.

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Processed: Re: Bug#678439: wicd-daemon: does not connect to network

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

 tags 678439 moreinfo
Bug #678439 [wicd-daemon] wicd-daemon: does not connect to network
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678439
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#668954: not a serious bug, just a new feature that doesn't work.

2012-06-26 Thread Russell Coker
severity 668954 minor
thanks

I can't get the policy for this written for Wheezy.  I've attached a policy 
patch for a work in progress so anyone who is interested can work on it for 
their own purposes.

I'll get this going post-Wheezy with a new policy tree from upstream.  For 
Wheezy I think I'll just remove the sandbox program from policycoreutils as 
there's no way of making it do anything useful.

This isn't an important issue as it's a new feature that has never worked.  
Everything else in policycoreutils has worked well without this and will 
continue to work without it.

-- 
My Main Blog http://etbe.coker.com.au/
My Documents Bloghttp://doc.coker.com.au/
Description: Add sandbox support for the sandbox utility from policycoreutils
Author: Russell Coker russ...@coker.com.au
Origin: Fedora
Last-Update: 2012-06-26

Index: refpolicy-2.20110726/policy/modules/apps/sandbox.te
===
--- /dev/null   1970-01-01 00:00:00.0 +
+++ refpolicy-2.20110726/policy/modules/apps/sandbox.te 2012-06-26 
15:58:56.353278656 +1000
@@ -0,0 +1,509 @@
+policy_module(sandbox,1.0.0)
+
+dbus_stub()
+attribute sandbox_domain;
+attribute sandbox_x_domain;
+attribute sandbox_web_type;
+attribute sandbox_file_type;
+attribute sandbox_tmpfs_type;
+attribute sandbox_type;
+
+type sandbox_exec_t;
+files_type(sandbox_exec_t)
+
+type sandbox_file_t, sandbox_file_type;
+files_type(sandbox_file_t)
+typealias sandbox_file_t alias { sandbox_x_file_t sandbox_web_file_t 
sandbox_net_file_t sandbox_min_file_t };
+
+
+#
+# Declarations
+#
+
+sandbox_domain_template(sandbox)
+sandbox_x_domain_template(sandbox_min)
+sandbox_x_domain_template(sandbox_x)
+sandbox_x_domain_template(sandbox_web)
+sandbox_x_domain_template(sandbox_net)
+
+type sandbox_xserver_t;
+domain_type(sandbox_xserver_t)
+xserver_user_x_domain_template(sandbox_xserver, sandbox_xserver_t, 
sandbox_xserver_tmpfs_t)
+
+type sandbox_xserver_tmpfs_t;
+files_tmpfs_file(sandbox_xserver_tmpfs_t)
+
+type sandbox_devpts_t;
+term_pty(sandbox_devpts_t)
+files_type(sandbox_devpts_t)
+
+
+#
+# sandbox xserver policy
+#
+allow sandbox_xserver_t self:process { signal_perms execstack };
+
+tunable_policy(`deny_execmem',`',`
+   allow sandbox_xserver_t self:process execmem;
+')
+
+allow sandbox_xserver_t self:fifo_file manage_fifo_file_perms;
+allow sandbox_xserver_t self:shm create_shm_perms;
+allow sandbox_xserver_t self:tcp_socket create_stream_socket_perms;
+
+manage_dirs_pattern(sandbox_xserver_t, sandbox_file_t, sandbox_file_t)
+manage_files_pattern(sandbox_xserver_t, sandbox_file_t, sandbox_file_t)
+manage_sock_files_pattern(sandbox_xserver_t, sandbox_file_t, sandbox_file_t)
+allow sandbox_xserver_t sandbox_file_t:sock_file create_sock_file_perms;
+
+manage_dirs_pattern(sandbox_xserver_t, sandbox_xserver_tmpfs_t, 
sandbox_xserver_tmpfs_t)
+manage_files_pattern(sandbox_xserver_t, sandbox_xserver_tmpfs_t, 
sandbox_xserver_tmpfs_t)
+manage_lnk_files_pattern(sandbox_xserver_t, sandbox_xserver_tmpfs_t, 
sandbox_xserver_tmpfs_t)
+manage_fifo_files_pattern(sandbox_xserver_t, sandbox_xserver_tmpfs_t, 
sandbox_xserver_tmpfs_t)
+manage_sock_files_pattern(sandbox_xserver_t, sandbox_xserver_tmpfs_t, 
sandbox_xserver_tmpfs_t)
+fs_tmpfs_filetrans(sandbox_xserver_t, sandbox_xserver_tmpfs_t, { dir file 
lnk_file sock_file fifo_file })
+
+kernel_dontaudit_request_load_module(sandbox_xserver_t)
+kernel_read_system_state(sandbox_xserver_t)
+
+corecmd_exec_bin(sandbox_xserver_t)
+corecmd_exec_shell(sandbox_xserver_t)
+
+corenet_all_recvfrom_unlabeled(sandbox_xserver_t)
+corenet_all_recvfrom_netlabel(sandbox_xserver_t)
+corenet_tcp_sendrecv_generic_if(sandbox_xserver_t)
+corenet_udp_sendrecv_generic_if(sandbox_xserver_t)
+corenet_tcp_sendrecv_generic_node(sandbox_xserver_t)
+corenet_udp_sendrecv_generic_node(sandbox_xserver_t)
+corenet_tcp_sendrecv_all_ports(sandbox_xserver_t)
+corenet_udp_sendrecv_all_ports(sandbox_xserver_t)
+corenet_tcp_bind_generic_node(sandbox_xserver_t)
+corenet_tcp_bind_xserver_port(sandbox_xserver_t)
+corenet_sendrecv_xserver_server_packets(sandbox_xserver_t)
+corenet_sendrecv_all_client_packets(sandbox_xserver_t)
+
+dev_read_sysfs(sandbox_xserver_t)
+dev_rwx_zero(sandbox_xserver_t)
+dev_read_urand(sandbox_xserver_t)
+
+domain_use_interactive_fds(sandbox_xserver_t)
+
+files_read_config_files(sandbox_xserver_t)
+files_read_usr_files(sandbox_xserver_t)
+files_search_home(sandbox_xserver_t)
+fs_dontaudit_rw_tmpfs_files(sandbox_xserver_t)
+fs_list_inotifyfs(sandbox_xserver_t)
+fs_search_auto_mountpoints(sandbox_xserver_t)
+
+miscfiles_read_fonts(sandbox_xserver_t)
+miscfiles_read_localization(sandbox_xserver_t)
+
+selinux_validate_context(sandbox_xserver_t)
+selinux_compute_access_vector(sandbox_xserver_t)
+selinux_compute_create_context(sandbox_xserver_t)
+
+auth_use_nsswitch(sandbox_xserver_t)
+

Processed: not a serious bug, just a new feature that doesn't work.

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

 severity 668954 minor
Bug #668954 [policycoreutils] policycoreutils: /usr/bin/sandbox Invalid 
argument error
Severity set to 'minor' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
668954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668954
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#678903: marked as done (gearmand: FTBFS where gcc = gcc-4.7:)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 07:17:30 +
with message-id e1sjq1i-0003lg...@franck.debian.org
and subject line Bug#678903: fixed in gearmand 0.33-2
has caused the Debian Bug report #678903,
regarding gearmand: FTBFS where gcc = gcc-4.7:
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.)


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

Hi!

Your package failed to build on the buildds:

checking for style of include used by make... GNU
checking for gcc... gcc-4.6
checking whether the C compiler works... no
configure: error: in `/build/buildd-gearmand_0.33-1-i386-GNQ_kt/gearmand-0.33':
configure: error: C compiler cannot create executables
See `config.log' for more details

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=gearmandarch=i386ver=0.33-1stamp=1340541268

Regards

Christoph

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


---End Message---
---BeginMessage---
Source: gearmand
Source-Version: 0.33-2

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

gearman-job-server_0.33-2_amd64.deb
  to main/g/gearmand/gearman-job-server_0.33-2_amd64.deb
gearman-tools_0.33-2_amd64.deb
  to main/g/gearmand/gearman-tools_0.33-2_amd64.deb
gearman_0.33-2_all.deb
  to main/g/gearmand/gearman_0.33-2_all.deb
gearmand_0.33-2.debian.tar.gz
  to main/g/gearmand/gearmand_0.33-2.debian.tar.gz
gearmand_0.33-2.dsc
  to main/g/gearmand/gearmand_0.33-2.dsc
libgearman-dbg_0.33-2_amd64.deb
  to main/g/gearmand/libgearman-dbg_0.33-2_amd64.deb
libgearman-dev_0.33-2_amd64.deb
  to main/g/gearmand/libgearman-dev_0.33-2_amd64.deb
libgearman-doc_0.33-2_all.deb
  to main/g/gearmand/libgearman-doc_0.33-2_all.deb
libgearman6_0.33-2_amd64.deb
  to main/g/gearmand/libgearman6_0.33-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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stig Sandbeck Mathisen s...@debian.org (supplier of updated gearmand 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: Tue, 26 Jun 2012 08:58:21 +0200
Source: gearmand
Binary: libgearman6 libgearman-dev libgearman-dbg libgearman-doc 
gearman-job-server gearman-tools gearman
Architecture: source amd64 all
Version: 0.33-2
Distribution: unstable
Urgency: low
Maintainer: Stig Sandbeck Mathisen s...@debian.org
Changed-By: Stig Sandbeck Mathisen s...@debian.org
Description: 
 gearman- Distributed job queue
 gearman-job-server - Job server for the Gearman distributed job queue
 gearman-tools - Tools for the Gearman distributed job queue
 libgearman-dbg - Debug symbols for the Gearman Client Library
 libgearman-dev - Development files for the Gearman Library
 libgearman-doc - API Documentation for the Gearman Library
 libgearman6 - Library providing Gearman client and worker functions
Closes: 678063 678903
Changes: 
 gearmand (0.33-2) unstable; urgency=low
 .
   * Add patch to support gcc/g++ 4.7 (Closes: #678903)
 * Revert Use gcc 4.6 when building
   * Fix FTBFS on GNU/Hurd (Closes: #678063)
Checksums-Sha1: 
 ee2d9b3f158c52a01ca60ae77a2adacff475bb83 1894 gearmand_0.33-2.dsc
 bd84a51c9ebb77f515e8c6761b95a3609a435950 10042 gearmand_0.33-2.debian.tar.gz
 64b5c24487cdb38f414df58b3ecb3860daf3df7a 62260 libgearman6_0.33-2_amd64.deb
 ccdcafc7a422f9c81bf38aa83ee9df3cd1c71231 193296 libgearman-dev_0.33-2_amd64.deb
 1d7568e039e20751081ba5f58c4ac0ab5922ac77 1212698 
libgearman-dbg_0.33-2_amd64.deb
 23de0b7dab5732f6860dfa44b6ef19b0aa45c1c7 2325430 libgearman-doc_0.33-2_all.deb
 11657903cc33a584f6e8726122aabddde0f70abb 116190 
gearman-job-server_0.33-2_amd64.deb
 e21de19c8c1ab5c10dbd8b212186934f28fc54cd 57124 gearman-tools_0.33-2_amd64.deb
 6923cddbb743ed49db5454e40efac5cc56ec2344 11274 gearman_0.33-2_all.deb
Checksums-Sha256: 
 479839b0ff9f0909934f6a71bfa0de2d446afe5fdf5adac084186aebd4f21091 1894 
gearmand_0.33-2.dsc
 

Bug#679067: urlparse: AttributeError: 'module' object has no attribute 'uses_fragment'

2012-06-26 Thread Johannes Graumann
Package: yum
Version: 3.2.25-1
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

Yum is suffering from a widely reported bug related to recent python upgrade(s).
Please consider fixing this by changing

 urlparse.uses_fragment.append(media)

to 

 try:
urlparse.uses_fragment.append(media)
 except AttributeError, err:
print err

in both 
/usr/lib/pymodules/python2.7/yum/yumRepo.py
and
/usr/lib/pymodules/python2.7/yum/packages.py

Thank you for your consideration.

Sincerely, Joh

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

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

Versions of packages yum depends on:
ii  python   2.7.3~rc2-1
ii  python-libxml2   2.8.0+dfsg1-4
ii  python-rpm   4.10.0-2
ii  python-sqlite1.0.1-9
ii  python-sqlitecachec  1.1.2-1+b2
ii  python-support   1.0.14
ii  python-urlgrabber3.9.1-4
ii  rpm  4.10.0-2

yum recommends no packages.

yum 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#679069: CVE-2012-3356 / CVE-2012-3357

2012-06-26 Thread Moritz Muehlenhoff
Package: viewvc
Severity: grave
Tags: security

Please see
http://seclists.org/oss-sec/2012/q2/540
http://seclists.org/oss-sec/2012/q2/544

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#679063: [Pkg-gmagick-im-team] Bug#679063: libmagickcore5-extra: file conflict with old libmagickcore5

2012-06-26 Thread roucaries bastien
tags 679063 + patch
tags 679063 + pending
thanks

 | Vorbereitung zum Ersetzen von libmagickcore5-extra:i386 8:6.7.7.2-1 (durch 
 .../libmagickcore5-extra_8%3a6.7.7.9-1_i386.deb) ...
 | Ersatz für libmagickcore5-extra:i386 wird entpackt ...
 | dpkg: Fehler beim Bearbeiten von 
 /var/cache/apt/archives/libmagickcore5-extra_8%3a6.7.7.9-1_i386.deb 
 (--unpack):
 |  Versuch, 
 »/usr/lib/i386-linux-gnu/ImageMagick-6.7.7/modules-Q16/coders/pango.la« zu 
 überschreiben, welches auch in Paket libmagickcore5:i386 8:6.7.7.2-1 ist
 `

Thanks for this bug report next version of libmagickcore5-extra will
Depends: libmagickcore5 (= ${binary:Version})

Normally it will solve this issue.

It the means time you could firsly desinstall libmagickcore5-extra,
upgrade  libmagickcore5, than install  libmagickcore5-extra

bastien



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



Processed: Re: [Pkg-gmagick-im-team] Bug#679063: libmagickcore5-extra: file conflict with old libmagickcore5

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

 tags 679063 + patch
Bug #679063 [libmagickcore5-extra] libmagickcore5-extra: file conflict with old 
libmagickcore5
Added tag(s) patch.
 tags 679063 + pending
Bug #679063 [libmagickcore5-extra] libmagickcore5-extra: file conflict with old 
libmagickcore5
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679063
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: #679061: gprbuild: gprconfig segfaults when g++ exists but g++-4.6 doesn't

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

 severity 679061 grave
Bug #679061 {Done: Ludovic Brenta lbre...@debian.org} [gprbuild] gprbuild: 
gprconfig segfaults when g++ exists but g++-4.6 doesn't
Severity set to 'grave' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679061
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#677759: marked as done (postinst: line 58: /etc/selinux/default/setrans.conf: No such file or directory)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 08:52:21 +
with message-id e1sjrvv-0001cd...@franck.debian.org
and subject line Bug#677759: fixed in policycoreutils 2.1.10-9
has caused the Debian Bug report #677759,
regarding postinst: line 58: /etc/selinux/default/setrans.conf: 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.)


-- 
677759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677759
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: policycoreutils
Version: 2.1.10-8
Severity: important

Dear Maintainer,

upgrading fails with the following error:

Setting up policycoreutils (2.1.10-8) ...
/var/lib/dpkg/info/policycoreutils.postinst: line 58: 
/etc/selinux/default/setrans.conf: No such file or directory
dpkg: error processing policycoreutils (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 policycoreutils
E: Sub-process /usr/bin/dpkg returned an error code (1)

postinst:58 bears

TRANS=/etc/selinux/default/setrans.conf
sed -e s/^s0=$/s0=SystemLow/  $TRANS  $TRANS.new
mv $TRANS.new $TRANS

there is no default in there

$ ls /etc/selinux/
config  refpolicy-targeted  restorecond.conf  restorecond_user.conf 
semanage.conf

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

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

Versions of packages policycoreutils depends on:
ii  dpkg  1.16.4.2
ii  libaudit0 1:1.7.18-1.1
ii  libc6 2.13-33
ii  libcap-ng00.6.6-1
ii  libcap2   1:2.22-1.1
ii  libcgroup10.37.1-2
ii  libdbus-1-3   1.6.0-1
ii  libdbus-glib-1-2  0.98-1
ii  libglib2.0-0  2.32.3-1
ii  libpam0g  1.1.3-7.1
ii  libpcre3  1:8.30-5
ii  libselinux1   2.1.9-5
ii  libsemanage1  2.1.6-6
ii  libsepol1 2.1.4-3
ii  lsb-base  4.1+Debian7
ii  psmisc22.17-2
ii  python2.7.3~rc2-1
ii  python-ipy1:0.75-1
ii  python-selinux2.1.9-5
ii  python-semanage   2.1.6-6
ii  python-sepolgen   1.1.5-3
ii  python-setools3.3.7-2
ii  python2.6 2.6.7-4
ii  python2.7 2.7.3-1

Versions of packages policycoreutils recommends:
pn  selinux-policy-default  none

Versions of packages policycoreutils suggests:
pn  selinux-policy-dev  none

-- no debconf information


---End Message---
---BeginMessage---
Source: policycoreutils
Source-Version: 2.1.10-9

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

policycoreutils_2.1.10-9.debian.tar.gz
  to main/p/policycoreutils/policycoreutils_2.1.10-9.debian.tar.gz
policycoreutils_2.1.10-9.dsc
  to main/p/policycoreutils/policycoreutils_2.1.10-9.dsc
policycoreutils_2.1.10-9_amd64.deb
  to main/p/policycoreutils/policycoreutils_2.1.10-9_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 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russell Coker russ...@coker.com.au (supplier of updated policycoreutils 
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: Tue, 26 Jun 2012 17:22:05 +1000
Source: policycoreutils
Binary: policycoreutils
Architecture: source amd64
Version: 2.1.10-9
Distribution: unstable
Urgency: high
Maintainer: Debian SELinux maintainers selinux-de...@lists.alioth.debian.org
Changed-By: Russell Coker russ...@coker.com.au
Description: 
 policycoreutils - SELinux core policy utilities
Closes: 474956 677759 678590
Changes: 
 policycoreutils (2.1.10-9) unstable; urgency=high
 .
   * Revert the munging of setrans.conf which was introduced in 2.1.10-7.
 Closes: #677759
   * Made mcstrans ignore a line containing s0= to properly solve the
 original problem.
   * Made the mcstrans init script not return an error when you stop it twice.
   * Included a new version of open_init_pty that doesn't take 100% CPU time.
 Closes: #474956
   

Bug#677863: marked as done (policycoreutils: postinst requires selinux-policy-default)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 08:52:21 +
with message-id e1sjrvv-0001cd...@franck.debian.org
and subject line Bug#677759: fixed in policycoreutils 2.1.10-9
has caused the Debian Bug report #677759,
regarding policycoreutils: postinst requires selinux-policy-default
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.)


-- 
677759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677759
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: policycoreutils
Version: 2.1.10-8
Severity: important

Dear Maintainer,

The policycoreutils recommends selinux-policy-default but the postinst
requires it.

On my systems, I set:

  cat /etc/apt/apt.conf.d/02recommands 
  APT::Install-Recommends false;
  APT::Install-Suggests false;

Here is my dist-upgrade failure:

  LANG=C apt-get dist-upgrade
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue [Y/n]? 
  Setting up policycoreutils (2.1.10-8) ...
  /var/lib/dpkg/info/policycoreutils.postinst: line 58: 
/etc/selinux/default/setrans.conf: No such file or directory
  dpkg: error processing policycoreutils (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   policycoreutils
  E: Sub-process /usr/bin/dpkg returned an error code (1)

Looking at the setrans.conf file, it's owned by selinux-policy-default:

  apt-file search /etc/selinux/default/setrans.conf
  selinux-policy-default: /etc/selinux/default/setrans.conf

Regards.

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

Kernel: Linux 3.4.0+hati.2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages policycoreutils depends on:
ii  dpkg  1.16.4.2
ii  libaudit0 1:1.7.18-1.1
ii  libc6 2.13-33
ii  libcap-ng00.6.6-2
ii  libcap2   1:2.22-1.1
ii  libcgroup10.37.1-2
ii  libdbus-1-3   1.6.0-1
ii  libdbus-glib-1-2  0.98-1
ii  libglib2.0-0  2.32.3-1
ii  libpam0g  1.1.3-7.1
ii  libpcre3  1:8.30-5
ii  libselinux1   2.1.9-5
ii  libsemanage1  2.1.6-6
ii  libsepol1 2.1.4-3
ii  lsb-base  4.1+Debian7
ii  psmisc22.18-1
ii  python2.7.3~rc2-1
ii  python-ipy1:0.75-1
ii  python-selinux2.1.9-5
ii  python-semanage   2.1.6-6
ii  python-sepolgen   1.1.5-3
ii  python-setools3.3.7-2
ii  python2.6 2.6.7-4
ii  python2.7 2.7.3-1

Versions of packages policycoreutils recommends:
pn  selinux-policy-default  none

Versions of packages policycoreutils suggests:
pn  selinux-policy-dev  none

-- no debconf information


pgpM7bTt9P6eN.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: policycoreutils
Source-Version: 2.1.10-9

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

policycoreutils_2.1.10-9.debian.tar.gz
  to main/p/policycoreutils/policycoreutils_2.1.10-9.debian.tar.gz
policycoreutils_2.1.10-9.dsc
  to main/p/policycoreutils/policycoreutils_2.1.10-9.dsc
policycoreutils_2.1.10-9_amd64.deb
  to main/p/policycoreutils/policycoreutils_2.1.10-9_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 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russell Coker russ...@coker.com.au (supplier of updated policycoreutils 
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: Tue, 26 Jun 2012 17:22:05 +1000
Source: policycoreutils
Binary: policycoreutils
Architecture: source amd64
Version: 2.1.10-9
Distribution: unstable
Urgency: high
Maintainer: Debian SELinux maintainers selinux-de...@lists.alioth.debian.org
Changed-By: Russell Coker russ...@coker.com.au

Bug#678665: marked as done (policycoreutils: postinstall script tries to use nonexistent file in /et)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 08:52:21 +
with message-id e1sjrvv-0001cd...@franck.debian.org
and subject line Bug#677759: fixed in policycoreutils 2.1.10-9
has caused the Debian Bug report #677759,
regarding policycoreutils: postinstall script tries to use nonexistent file in 
/et
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.)


-- 
677759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677759
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: policycoreutils
Version: 2.1.10-8
Severity: important

Setting up policycoreutils (2.1.10-8) ...
/var/lib/dpkg/info/policycoreutils.postinst: line 58: 
/etc/selinux/default/setrans.conf: No such file or directory
dpkg: error processing policycoreutils (--configure):
 subprocess installed post-installation script returned error exit status 1


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

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

Versions of packages policycoreutils depends on:
ii  dpkg  1.16.4.3
ii  libaudit0 1:1.7.18-1.1
ii  libc6 2.13-33
ii  libcap-ng00.6.6-2
ii  libcap2   1:2.22-1.1
ii  libcgroup10.38-1
ii  libdbus-1-3   1.6.0-1
ii  libdbus-glib-1-2  0.98-1
ii  libglib2.0-0  2.32.3-1
ii  libpam0g  1.1.3-7.1
ii  libpcre3  1:8.30-5
ii  libselinux1   2.1.9-5
ii  libsemanage1  2.1.6-6
ii  libsepol1 2.1.4-3
ii  lsb-base  4.1+Debian7
ii  psmisc22.19-1
ii  python2.7.3~rc2-1
ii  python-ipy1:0.75-1
ii  python-selinux2.1.9-5
ii  python-semanage   2.1.6-6
ii  python-sepolgen   1.1.5-3
ii  python-setools3.3.7-2
ii  python2.6 2.6.7-4
ii  python2.7 2.7.3-1

Versions of packages policycoreutils recommends:
pn  selinux-policy-default  none

Versions of packages policycoreutils suggests:
pn  selinux-policy-dev  none

-- no debconf information


---End Message---
---BeginMessage---
Source: policycoreutils
Source-Version: 2.1.10-9

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

policycoreutils_2.1.10-9.debian.tar.gz
  to main/p/policycoreutils/policycoreutils_2.1.10-9.debian.tar.gz
policycoreutils_2.1.10-9.dsc
  to main/p/policycoreutils/policycoreutils_2.1.10-9.dsc
policycoreutils_2.1.10-9_amd64.deb
  to main/p/policycoreutils/policycoreutils_2.1.10-9_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 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russell Coker russ...@coker.com.au (supplier of updated policycoreutils 
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: Tue, 26 Jun 2012 17:22:05 +1000
Source: policycoreutils
Binary: policycoreutils
Architecture: source amd64
Version: 2.1.10-9
Distribution: unstable
Urgency: high
Maintainer: Debian SELinux maintainers selinux-de...@lists.alioth.debian.org
Changed-By: Russell Coker russ...@coker.com.au
Description: 
 policycoreutils - SELinux core policy utilities
Closes: 474956 677759 678590
Changes: 
 policycoreutils (2.1.10-9) unstable; urgency=high
 .
   * Revert the munging of setrans.conf which was introduced in 2.1.10-7.
 Closes: #677759
   * Made mcstrans ignore a line containing s0= to properly solve the
 original problem.
   * Made the mcstrans init script not return an error when you stop it twice.
   * Included a new version of open_init_pty that doesn't take 100% CPU time.
 Closes: #474956
   * Removed sandbox because it's a new feature that we never had working, also
 removed seunshare because it's not needed and brought in an annoying
 dependency on libcgroup1
 Closes: #678590
Checksums-Sha1: 
 87e9a4324ad13cb740c5b36e20f9a19b85c4bcc1 1728 policycoreutils_2.1.10-9.dsc
 21a18a5195a7ecc84a75de8428180fcbdcf329cf 548723 
policycoreutils_2.1.10-9.debian.tar.gz
 61e884354efd14f1b863fefd470ee115f9d49ad6 614194 
policycoreutils_2.1.10-9_amd64.deb
Checksums-Sha256: 
 

Bug#678527: marked as done ([CVE-2012-2751] mod_security multi-part bypass)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 11:34:41 +0200
with message-id 20120626093441.gi7...@lib.inittab.org
and subject line Not found in current versions
has caused the Debian Bug report #678527,
regarding [CVE-2012-2751] mod_security multi-part bypass
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.)


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

The following vulnerability had been reported against mod-security: 
http://www.openwall.com/lists/oss-security/2012/06/22/1

The patch can be found in the report.

Please use CVE-2012-2751 for this issue.

Cheers,
luciano


---End Message---
---BeginMessage---
Version: 2.6.6-1

This bug was fixed in 2.6.6, uploaded on Jun 15.

Thanks.

-- 
Alberto Gonzalez Iniesta| Formación, consultoría y soporte técnico
agi@(inittab.org|debian.org)| en GNU/Linux y software libre
Encrypted mail preferred| http://inittab.com

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3

---End Message---


Bug#670293: code-aster-{gui, run}: prompting due to modified conffiles which were not modified by the user

2012-06-26 Thread Julien Cristau
On Tue, Apr 24, 2012 at 18:52:15 +0200, Andreas Beckmann wrote:

 Package: code-aster-gui,code-aster-run
 Version: 1.10.4-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: piuparts
 
 Hi,
 
 during a test with piuparts I noticed your package failed the piuparts
 upgrade test because dpkg detected a conffile as being modified and then
 prompted the user for an action. As there is no user input, this fails.
 But this is not the real problem, the real problem is that this prompt
 shows up in the first place, as there was nobody modifying this conffile
 at all, the package has just been installed and upgraded...
 
A configuration file can't both be shipped in the package (and thus be a
conffile) and handled using debconf.  The patch below should make them
non-conffile, and handle reconfiguration properly.  I haven't tested it
yet, not sure I can get to it today.

Changes:
- split templates in code-aster-run and code-aster-gui.  Some are
  shared.
- install files to /usr/share/codeaster instead of /etc/codeaster/asrun,
  /etc/codeaster/astk/prefs and /etc/codeaster/astk/config_serveurs
- in *.config, if the config file exists, read the value from it and
  seed that into debconf; if not use a default
- in *.postinst, on initial install copy the templates from
  /usr/share/codeaster; then proceed to reading the debconf stored
  values and writing them in the config files.

Hope this helps.

Cheers,
Julien

Index: debian/code-aster-run.postinst
===
--- debian/code-aster-run.postinst  (revision 45122)
+++ debian/code-aster-run.postinst  (working copy)
@@ -2,25 +2,29 @@
 
 set -ex
 
-# Source debconf library.
-. /usr/share/debconf/confmodule
+TEMPLATE=/usr/share/codeaster/asrun
+ASRUN=/etc/codeaster/asrun
 
-if [ $1 = configure ] ; then
-   db_get astk/platform || true
-   platform=${RET}
-   perl -pi -le s|plate-forme : .*|plate-forme : $platform| 
/etc/codeaster/asrun
+if [ $1 = configure ]; then
+   if [ -z $2 ]; then
+   if [ $(getconf LONG_BIT) = 64 ]; then
+   platform=LINUX64
+   else
+   platform=LINUX
+   fi
 
-   db_get astk/node || true
-   node=${RET}
-   perl -pi -le s|noeud : .*|noeud : $node| /etc/codeaster/asrun
-   
+   node=$(hostname -s 2/dev/null)
+
+   sed -e s|^plate-forme : .*|plate-forme : $platform|;s|noeud : 
.*|noeud : $node|  $TEMPLATE  $ASRUN
+   fi
+
db_get astk/EDITOR || true
editor=${RET}
-   perl -pi -le s|editor : .*|editor : $editor| /etc/codeaster/asrun
-   
+
db_get astk/TERMINAL || true
terminal=${RET}
-   perl -pi -le s|terminal : .*|terminal : $terminal| 
/etc/codeaster/asrun
+
+   sed -i -e s|editor : .*|editor : $editor|;s|terminal : .*|terminal : 
$terminal| $ASRUN

 fi
 
Index: debian/code-aster-gui.config
===
--- debian/code-aster-gui.config(revision 45122)
+++ debian/code-aster-gui.config(working copy)
@@ -6,77 +6,30 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-DEB_HOST_ARCH_OS=$(dpkg-architecture -qDEB_HOST_ARCH_OS | tr '[:lower:]' 
'[:upper:]')
-DEB_HOST_ARCH_BITS=$(dpkg-architecture -qDEB_HOST_ARCH_BITS)
-
-#Set default platform
-if [ ${dc_platform} =  ] ; then
-   dc_platform= ${DEB_HOST_ARCH_OS}  \
-   db_set astk/platform ${dc_platform}
-   if [ ${DEB_HOST_ARCH_BITS} = 64 ] ; then
-   dc_platform= ${DEB_HOST_ARCH_OS}${DEB_HOST_ARCH_BITS}  \
-   db_set astk/platform ${dc_platform}
-   fi
-fi
-
 #Set default domain name
-if [ ${dc_domainname} =  ] ; then
-   dc_domainname=$(hostname --domain 2/dev/null)  \
-   db_set astk/domainname ${dc_domainname}
-fi
 
-#Set default server name
-if [ ${dc_servername} =  ] ; then
-   dc_servername=$(hostname 2/dev/null)   \
-   db_set astk/servername ${dc_servername}
+servername=$(hostname 2/dev/null)
+domainname=$(hostname --domain 2/dev/null)
+if [ -f /etc/codeaster/astkrc/config_serveurs ]; then
+   servername=$(sed -ne '/^serveur/ { 
s/^serveur[[:space:]]*:[[:space:]]*//; p; q }' 
/etc/codeaster/astkrc/config_serveurs)
 fi
-
-#Set default node name
-if [ ${dc_node} =  ] ; then
-   dc_node=$(hostname -s 2/dev/null)  \
-   db_set astk/node ${dc_node}
+if [ -f /etc/codeaster/astkrc/prefs ]; then
+   domainname=$(sed -ne '/^nom_domaine/ { 
s/^nom_domaine[[:space:]]*:[[:space:]]*//; p; q }' /etc/codeaster/astkrc/prefs
+   editor=$(sed -ne '/^editeur/ { s/^editeur[[:space:]]*:[[:space:]]*//; 
p; q }' /etc/codeaster/astkrc/prefs
+   terminal=$(sed -ne '/^terminal/ { 
s/^terminal[[:space:]]*:[[:space:]]*//; p; q }' /etc/codeaster/astkrc/prefs
+   db_set astk/EDITOR ${editor}
+   db_set astk/TERMINAL ${terminal}
 fi
 
-#Set default editor name
-if [ ${dc_editor} =  ] ; then
-   

Bug#678532: libreoffice: crash on startup: 'com::sun::star::uno::RuntimeException'

2012-06-26 Thread Rene Engelhard
On Sat, Jun 23, 2012 at 08:24:27PM +0800, Clayton wrote:
  -l | grep libreoffice so see what LO and LO extensions you have
  installed in exact versions?
 
 See unmangled txt attachment

So no extension *at all*. Weird.
I don't see *anything* which can cause this, especially as #678532
is fixed. 

Would you agree on closing this bug and merging it with (the already
closed) #678532? We can reopen it if necessary somwehen...

 Thanks for your work and diligence, and let me know if I can be of any
 further assistance. LO has become one of those essential apps where one
 really feels breakage.

If that was the case you shouldn't run development versions :-)

Regards,

Rene



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



Bug#677191: Bug#132355: Bug#677191: emacsen-common: errors while upgrading to wheezy(some time ago) = wheezy(today)

2012-06-26 Thread Agustin Martin
On Mon, Jun 25, 2012 at 09:08:56PM -0500, Rob Browning wrote:
 Agustin Martin agmar...@debian.org writes:
 
  I'd say this seems something wrong in the xemacs21 side during xemacs21
  upgrade. As a matter of fact I have found 
 
  http://bugs.debian.org/619367 [xemacs21: installing elisp packages fails:
  Symbol's function definition is void: batch-byte-compile]
 
  which has some common elements,
 
 So it sounds like you think this bit is an xemacs bug?

I am not completely sure, but is strange that I could not reproduce it in my
frequently updated sid box. I am using pristine emacsen-common, so if it
were due to emacsen-comon I guess I should have reproduced it.

I have even manually tried

# /usr/lib/emacsen-common/emacs-remove xemacs21
# /usr/lib/emacsen-common/emacs-install xemacs21

with no problem.

Looking at #619367, happening with ocaml installation is what makes me think
about the possibility that the fact that this bug happens with emacsen-common
is just accidental.

As a blind guess I think about two other possibilities, a buggy xemacs21
version that has problems upgrading to a way more recent version or a buggy
emacsen add-on package that is messing up with paths and definitions. Or a
local problem.

Andreas, does manually running emacs-{remove,install} as above show anything
strange?

  Setting up ocaml-mode (3.11.2-4) ...
  install/ocaml-mode: Handling install for emacsen flavor xemacs21
 
  As pointed out in #132355, using single dashed -no-site-file should work for
  both XEmacs and (although undocumented) FSF Emacs.
 
  If maintainer wants to be in the safe side and use only documented features
  I expect something like attached patch to work for emacsen-common.
 
 OK, I either hadn't seen this before, or just forgot.  It looks an
 update to emacsen-common would be in order, right?

Agreed. Even if only to look what happens, although I do not expect this bug
to suddenly dissapear just because of that, the ocaml bug seems to happen in
a quiet install.

Regards,

-- 
Agustin



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



Processed: unarchiving 594335, reassign 594335 to libaxis2c0, found 594335 in 1.6.0-1

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

 unarchive 594335
Bug #594335 {Done: Chris Grzegorczyk g...@eucalyptus.com} [eucalyptus-nc] 
eucalyptus-nc: Eucalyptus node controller does not start (problem with axis2c)
Warning: Unknown package 'eucalyptus-nc'
Unarchived Bug 594335
Warning: Unknown package 'eucalyptus-nc'
 reassign 594335 libaxis2c0
Bug #594335 {Done: Chris Grzegorczyk g...@eucalyptus.com} [eucalyptus-nc] 
eucalyptus-nc: Eucalyptus node controller does not start (problem with axis2c)
Warning: Unknown package 'eucalyptus-nc'
Bug reassigned from package 'eucalyptus-nc' to 'libaxis2c0'.
No longer marked as found in versions eucalyptus/1.6.2-2.
No longer marked as fixed in versions axis2c/1.6.0-2.
 found 594335 1.6.0-1
Bug #594335 {Done: Chris Grzegorczyk g...@eucalyptus.com} [libaxis2c0] 
eucalyptus-nc: Eucalyptus node controller does not start (problem with axis2c)
Marked as found in versions axis2c/1.6.0-1 and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
594335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594335
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#677202: biber packages version 0.9.9+git2012426-3 is beta and requires beta version of biblatex

2012-06-26 Thread Miguel Telleria de Esteban
Hi Danai,

I am happy also that we have been able to work together on this.  Thanks
for signinng my NMU, this is the first time a package of mine reaches
Debian Sid :).

Regards,

Miguel

On Tue, 26 Jun 2012 07:02:42 +0800 Danai SAE-HAN (韓達耐) wrote:

 Hi Miguel
 
 I have been battling to get the biber package to build on
 people.debian.org but to no avail, and I am no hero with the buildd
 machines.
 The debdiff on p.d.o was OK, so I have signed your NMU package.
 
 Thank you very much for all your efforts!
 
 When I get back, I will get the changes into the GIT repository.
 
 BR
 


-- 

  (O-O)
---oOO-(_)-OOo-
 Miguel TELLERIA DE ESTEBAN   http://www.mtelleria.com
 Email: miguel at mtelleria.com   Tel GSM:  +34 650 801098
  Tel Fix:  +34 942 280174

 Miembro de http://www.linuca.orgMembre du http://www.bxlug.be
 ¿Usuario captivo o libre?http://www.obtengalinux.org/windows/
 Free or  captive user?http://www.getgnulinux.org/windows/
---



signature.asc
Description: PGP signature


Processed: closing 594335

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

 close 594335 1.6.2-2
Bug #594335 [libaxis2c0] eucalyptus-nc: Eucalyptus node controller does not 
start (problem with axis2c)
There is no source info for the package 'libaxis2c0' at version '1.6.2-2' with 
architecture ''
Unable to make a source version for version '1.6.2-2'
Marked as fixed in versions 1.6.2-2.
Bug #594335 [libaxis2c0] eucalyptus-nc: Eucalyptus node controller does not 
start (problem with axis2c)
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
594335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594335
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#594335: Eucalyptus node controller does not start (problem with axis2c)

2012-06-26 Thread Laurent Bigonville
Hi,

This bug is actually not fixed in stable (squeeze) yet.

The patch seems trivial, maybe it could be interesting to fix it in
squeeze-proposed-updates (and then maybe in a point release?).

Cheers

Laurent Bigonville



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



Processed: fixed 594335 in 1.6.0-2, notfixed 594335 in 1.6.2-2

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

 fixed 594335 1.6.0-2
Bug #594335 {Done: Laurent Bigonville bi...@debian.org} [libaxis2c0] 
eucalyptus-nc: Eucalyptus node controller does not start (problem with axis2c)
Marked as fixed in versions axis2c/1.6.0-2.
 notfixed 594335 1.6.2-2
Bug #594335 {Done: Laurent Bigonville bi...@debian.org} [libaxis2c0] 
eucalyptus-nc: Eucalyptus node controller does not start (problem with axis2c)
There is no source info for the package 'libaxis2c0' at version '1.6.2-2' with 
architecture ''
Unable to make a source version for version '1.6.2-2'
No longer marked as fixed in versions 1.6.2-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
594335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594335
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#679106: cron: multiple /etc/init.d/cron stop may kill unrelated processes

2012-06-26 Thread Christoph Anton Mitterer
Package: cron
Version: 3.0pl1-123
Severity: critical
Justification: breaks unrelated software



Hi.

Apparently, cron doesn't clear the PID file once stopped, so
subsequent invokations of:
/etc/init.d/cron stop
continue to try killing a process of that PID.
E.g.:
# /etc/init.d/cron stop
[ ok ] Stopping periodic command scheduler: cron.
# /etc/init.d/anacron stop  /etc/init.d/cron stop
[] Stopping periodic command scheduler: cron/sbin/start-stop-daemon: 
warning: failed to kill 10944: No such process
. ok 

Given that any other process can have this PID in the meantime it may
not too unlikely break unrelated software or cause even serious
data loss; therefore marking it as critical.


Cheers,
Chris.

-- Package-specific info:
--- EDITOR:


--- /usr/bin/editor:
/usr/bin/vim.gnome

--- /usr/bin/crontab:
-rwxr-sr-x 1 root crontab 35880 Jun 23 09:15 /usr/bin/crontab

--- /var/spool/cron:
drwxr-xr-x 5 root root 4096 Jul  2  2008 /var/spool/cron

--- /var/spool/cron/crontabs:
drwx-wx--T 2 root crontab 4096 Dec 20  2006 /var/spool/cron/crontabs

--- /etc/cron.d:
drwxr-xr-x 2 root root 4096 Jun 23 12:03 /etc/cron.d

--- /etc/cron.daily:
drwxr-xr-x 2 root root 4096 Jun 23 12:03 /etc/cron.daily

--- /etc/cron.hourly:
drwxr-xr-x 2 root root 4096 Jun 23 12:03 /etc/cron.hourly

--- /etc/cron.monthly:
drwxr-xr-x 2 root root 4096 Jun 23 12:03 /etc/cron.monthly

--- /etc/cron.weekly:
drwxr-xr-x 2 root root 4096 Jun 23 12:03 /etc/cron.weekly


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

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

Versions of packages cron depends on:
ii  adduser 3.113+nmu3
ii  debianutils 4.3.1
ii  dpkg1.16.4.3
ii  libc6   2.13-33
ii  libpam-runtime  1.1.3-7.1
ii  libpam0g1.1.3-7.1
ii  libselinux1 2.1.9-5
ii  lsb-base4.1+Debian7

Versions of packages cron recommends:
ii  postfix [mail-transport-agent]  2.9.3-2

Versions of packages cron suggests:
ii  anacron2.3-19
ii  checksecurity  2.0.14
ii  logrotate  3.8.1-4

Versions of packages cron is related to:
pn  libnss-ldap   none
pn  libnss-ldapd  none
pn  libpam-ldap   none
pn  libpam-mount  none
pn  nis   none
pn  nscd  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



Bug#675940: maybe a work-around?

2012-06-26 Thread Steffen Schwigon
There is someone with a work-around in the Unofficial AMD Bugzilla:

  http://ati.cchtml.com/show_bug.cgi?id=522#c5

which covers a patch to Debian/testing packages.
Does this help somehow?

Kind regards,
Steffen
-- 
Steffen Schwigon s...@renormalist.net



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



Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-26 Thread Jakub Wilk

* Jakub Wilk jw...@debian.org, 2012-06-26, 08:31:
We should implement here a real TR9401 parser. This shouldn't be very 
difficult. I'll try to write such a parser today.


As promised, attached.

I'll leave integrating this with update-catalog as an excercise to 
reader^WHelmut. :)


--
Jakub Wilk
#!/usr/bin/perl

use strict;
use warnings;

# Reference: https://www.oasis-open.org/specs/a401.htm

my $catalog_tokens = qr{
( (?: \s+ | -- .*? --)+ # whitespace and comments
| ' .*? ' |  .*?  # literal
| (?: \S+ )+ # other tokens
)
}sx;

sub parse_catalog {
my ($filename) = @_;
open my $fh, '', $filename;
local $/;
my $contents = $fh;
my $in_catalog = 0;
while ($contents =~ m/$catalog_tokens/g) {
my $token = $1;
if ($in_catalog) {
next if $token =~ m/^\s|^--/;
$token =~ s/^(['])(.*)\1$/$2/;
print $token\n;
$in_catalog = 0;
} elsif (\L$token eq 'catalog') {
$in_catalog = 1;
}
}
close $fh;
}

map { parse_catalog $_ } @ARGV;

# vim:ts=4 sw=4 et


Bug#675971: what should we be doing?

2012-06-26 Thread Nicos Gollan
On Monday 25 June 2012 23:26:50 Chris Knadle wrote:
 It seems unusual to CC ftpmaster in a bug report, but keeping the CC as
 this is a reply to one that went there.

I won't, there are people you definitely don't want to be on the bad side of 
;-)

 On Sunday, June 24, 2012 21:36:28, Michael Schmitt wrote:
 A logical thing to try from here, if you want to give this a shot, would be
 to attempt to build the current upstream version from source and see if
 the current version of CELT that it includes will work with older versions
 of mumble-server, many of which are public.

Mumble 1.2 will by default always only ship up to two versions of CELT:

 * 0.7.1 as a baseline, which is supposed to be supported by all clients and 
servers, and
 * a second, more recent version (for Mumble 1.2.4, that's 0.11, and that's 
unlikely to change since there won't be any further releases).

Those two versions are incompatible, that's why the universally supported 
baseline is there.

 If you manage to get it to build and run, in the configuration select
 Advanced on the bottom left of the configure window, then in the Audio
 Output section under Loopback Test, try the server setting and see if
 you can hear yourself through the server.
 
 This would specifically be helpful in verifying firsthand if the newer
 versions of CELT that ship with upstream Mumble will work with older
 versions of mumble-server.

The client tells the server which versions it supports. If it doesn't admit to 
supporting 0.7.1, the server will effectively assume that it does anyway, to 
retain a stable codec negotiation and to keep misbehaving clients from ruining 
things for everyone. That mechanism is supported by all 1.2 server versions 
(plus or minus a few details, but if you're on = 1.2.3, you should be golden; 
using 1.2.2 as a server, especially without a few patches, may not give you 
the stable operation you'd hope for).

In a further step, the server makes sure to negotiate a codec that's supported 
by all clients within listening range.

To my knowledge, that mechanism will work with all server versions that are 
not a stupid thing to use. The only thing new to the party is Opus, which 
requires further protocol support on the server side.

So effectively, as long as your client advertises only codecs it really 
supports and has the baseline codec, server echo will work, as will 
communication with other people.

  In general, I had a few words with some mumble devs on IRC a few days
  back. Common thinking there was, removing celt is not a wise option, no
  real security exploits known yet, mumble will support celt for the
  foreseeable future (1 - 2 years).
 
 Do you know if CELT still the default codec?

For the 1.2 series, it's supposed to be. Opus is going to be supported, it 
will be used if all clients support it, and there are knobs in place to make a 
server prefer it even at the disadvantage of older clients, but the baseline 
codec will be assumed for a long time to come.

Hope that clears things up a bit,
Nicos



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



Bug#665893: marked as done (novnc: uninstallable on ia64)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 13:18:18 +
with message-id e1sjves-0003ee...@franck.debian.org
and subject line Bug#665893: fixed in novnc 2012.1~e3+dfsg+1-3
has caused the Debian Bug report #665893,
regarding novnc: uninstallable on ia64
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.)


-- 
665893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: novnc
Version: 2012.1~e3+dfsg+1-2
Severity: serious

Hi,

novnc is uninstallable on ia64, due to its eventual dependency on
python-greenlet, which does not exist on that architecture.
(Specifically, novnc depends on nova-common, which depends on
python-nova, which depends on python-eventlet, which depends on
python-greenlet; all the intermediate packages in the chain are
arch:all.)

Regards,

Adam



---End Message---
---BeginMessage---
Source: novnc
Source-Version: 2012.1~e3+dfsg+1-3

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

novnc_2012.1~e3+dfsg+1-3.debian.tar.gz
  to main/n/novnc/novnc_2012.1~e3+dfsg+1-3.debian.tar.gz
novnc_2012.1~e3+dfsg+1-3.dsc
  to main/n/novnc/novnc_2012.1~e3+dfsg+1-3.dsc
novnc_2012.1~e3+dfsg+1-3_amd64.deb
  to main/n/novnc/novnc_2012.1~e3+dfsg+1-3_amd64.deb
python-novnc_2012.1~e3+dfsg+1-3_all.deb
  to main/n/novnc/python-novnc_2012.1~e3+dfsg+1-3_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 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Dachary (OuoU) l...@debian.org (supplier of updated novnc 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: Tue, 26 Jun 2012 11:17:31 +0200
Source: novnc
Binary: novnc python-novnc
Architecture: source amd64 all
Version: 2012.1~e3+dfsg+1-3
Distribution: unstable
Urgency: low
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Loic Dachary (OuoU) l...@debian.org
Description: 
 novnc  - HTML5 VNC client
 python-novnc - HTML5 VNC client - libraries
Closes: 665893
Changes: 
 novnc (2012.1~e3+dfsg+1-3) unstable; urgency=low
 .
   * Add a build-depend on python-greenlet. There is no actual need for
 python-greenlet at build time. But on some architectures
 python-greenlet is not yet available and novnc should not try to build
 because the resulting package will fail to install. This workaround
 should not be necessary but the maintainer of python-greenlet has not
 resolved portability issues in months at this time and we cannot
 assume it will be resolved quickly. (Closes: #665893).
Checksums-Sha1: 
 57720337f8580621b78c4a6257f9be89aa57cc64 1496 novnc_2012.1~e3+dfsg+1-3.dsc
 11b5876fadb8feca8822d1a5a0ca7cd8c0884b5c 13024 
novnc_2012.1~e3+dfsg+1-3.debian.tar.gz
 b96040a86b77a3c41a6b2c2845764fa2dd0a3f51 92768 
novnc_2012.1~e3+dfsg+1-3_amd64.deb
 eea95892bd628633ec26dafff48ff621c316cc27 25738 
python-novnc_2012.1~e3+dfsg+1-3_all.deb
Checksums-Sha256: 
 2ecc21611f97868723475d49d81680cad80f0555736d25b2d70a2339df48a718 1496 
novnc_2012.1~e3+dfsg+1-3.dsc
 9a8985058e4e50bf7b133224529d881387e1ec0205028980d6f414ec794d9b54 13024 
novnc_2012.1~e3+dfsg+1-3.debian.tar.gz
 6ab9f1bf53d45a635295665dbe76be601881aebaf19628ac037fd320a58a3bea 92768 
novnc_2012.1~e3+dfsg+1-3_amd64.deb
 b4a1e74ae80c7806d73e59367b63a2a15ad736ac023bb65f968e722a3f47cc99 25738 
python-novnc_2012.1~e3+dfsg+1-3_all.deb
Files: 
 5380bf8caf3ee5facc8624de86862eab 1496 web optional novnc_2012.1~e3+dfsg+1-3.dsc
 50d06dcc8174c238f0b8a6b49bff98e1 13024 web optional 
novnc_2012.1~e3+dfsg+1-3.debian.tar.gz
 654e4024bd552b928dc223beffce94c9 92768 web optional 
novnc_2012.1~e3+dfsg+1-3_amd64.deb
 921819415fc7d0111b9b90e4a8cfcbc2 25738 python optional 
python-novnc_2012.1~e3+dfsg+1-3_all.deb

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

iEYEARECAAYFAk/ptAcACgkQ8dLMyEl6F23XtgCfSQ3uiIP4hu8vb1p97RGIWJ+f
GsMAn10zutaCu98PHXGq7EMorRNhohUW
=tpNG
-END PGP SIGNATURE-


---End Message---


Bug#679119: /usr/bin/dropbox: This package stalls at 99% when downloading the actuall dropbox binary. Hangs the entire process.

2012-06-26 Thread Stephen
Package: nautilus-dropbox
Version: 0.7.1-2
Severity: grave
File: /usr/bin/dropbox
Justification: renders package unusable

Dear Maintainer,
Seems that the existing bug is similiar if not the same issue, therefore I
didn't bother openiing a new bug. I'll try installing the dropbox binary from
upstream and re-installing this package to see if that's a workable
solution/work-a-round.

Should be fixed though if this package is going to remain in the Debian
repositories.

Cheers,
Stephen
marathon.duran...@gmail.com



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

Kernel: Linux 3.2.0-2-486
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nautilus-dropbox depends on:
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-33
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libfontconfig1   2.9.0-6
ii  libfreetype6 2.4.9-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgtk-3-0   3.4.2-1
ii  libnautilus-extension1a  3.4.2-1
ii  libpango1.0-01.30.0-1
ii  policykit-1  0.105-1
ii  procps   1:3.3.3-2
ii  python   2.7.3~rc2-1
ii  python-gpgme 0.2-2
ii  python-gtk2  2.24.0-3

nautilus-dropbox recommends no packages.

Versions of packages nautilus-dropbox suggests:
ii  nautilus  3.4.2-1

-- 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#679122: manpages-de: FTBFS without internet access

2012-06-26 Thread Jeremy Bicha
Package: manpages-de
Version: 1.0-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It looks like manpages-de fails to build if english/download-packages.sh can't
download packages from the Internet. This causes manpages-de to fail to build
on Ubuntu or any builder without internet access.

Build log:
https://launchpad.net/ubuntu/+source/manpages-de/1.0-1/+build/3561754/+files/buildlog_ubuntu-quantal-i386.manpages-de_1.0-1_FAILEDTOBUILD.txt.gz

Thanks,
Jeremy

- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'),
(500, 'quantal'), (500, 'precise-security'), (100,
'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-1-generic (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

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

iQIcBAEBAgAGBQJP6bsDAAoJEOZsd1rr/mx9AkQQALsNPbqsCCgnUImjWt8243fG
Z/Srn50foMKB8SHhR7cSewiMiXCfOp1xDk7E31EhYEOWjFVwGgm0NoglmwjfsmWb
NH24A0WGJmqIK0YYnGw2i8501nHlen/ps4LP7CCQ4rYNb8nsNeAaKYrUphU9lbGm
tifwyaiURIxoGbqyCfhtUF4rOGUnr9nMsZkFP5xwCqcHpEZep4cciIGd1Bg3ORoo
/MEH3crukitDMwZfzJdPrywbg2HlV7xFWEzb/hyBKZoDv9Tp3RRMMeEIDDMe2bLQ
RFSUO77tpeovr2RTBpEfzMyfI6wQFW1zyzgoEfafoy7BvajxKn9n35ZUKdlXGeN/
LSn/C3soLF+Xf4wq0r8ZVubpMrH7eX9h9WnFttnuCYV1SD73DbwkNIXS4ScLvV8b
Q7AL8IVwQPnoj8AMnvbUusYWEN+Zt90WOdMSxOtGWsJ2IRnYcsqPmRYCoiFhqsn0
edd+vQ+syYq/wKatCteuA+E3zMxE8sg10X5IdAa2+RCbc/cqj8EnsN01Mrm6iv8w
vCXDTs3GdVz7IYvceHIs/zaZZxrqzkzyKEEGlk2vSsjYWWcgDTLhLURCVQDzMini
SwYHtcjI72C0isePk/VqGRBp7oy5n1IVejTTJ822Ge2T3d72R34fYgA+AZYTY1IA
uTYyzXxACAcaXa6NV8XP
=7ASQ
-END PGP SIGNATURE-



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



Processed: found 679106 in 3.0pl1-121

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

 #initscript is same in testing version
 found 679106 3.0pl1-121
Bug #679106 [cron] cron: multiple /etc/init.d/cron stop may kill unrelated 
processes
Marked as found in versions cron/3.0pl1-121.
 thanks
Stopping processing here.

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

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

 tags 679067 + sid wheezy
Bug #679067 [yum] urlparse: AttributeError: 'module' object has no attribute 
'uses_fragment'
Added tag(s) sid and wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679067
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#669522: coinor-cbc: FTBFS: make[3]: *** No rule to make target `/usr/lib/libCgl.la', needed by `cbc'. Stop.

2012-06-26 Thread Vincent Legout
Etienne Millon etienne.mil...@gmail.com writes:

 Changes:
  coinor-cbc (2.5.0-3) unstable; urgency=low
  .
* New maintainer (Closes: #645087)
  - Also add Christophe-Marie Duquesne to Uploaders
  - Update Vcs-* fields
* Acknowledge NMU (Closes: #630252)
* patches/Makefile.diff: .la files are no longer shipped by some -dev
  libraries. Link against them using -l instead.
  (Closes: #669522 - Thanks to Vincent Legout for the patch)
* Enable hardening flags
* debian/control:
  - Add dpkg-dev to Build-depends
  - Fix a spelling error (allows one to)
  - Deduplicate short package descriptions
  - Bump Standards-Version to 3.9.3 (no changes needed)

 You may also be interested in sponsoring a NMU for coinor-ipopt (which
 fixes an RC bug) :

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678935

The package seems fine but could you please mention in the changelog
that you ran wrap-and-sort in debian/control and that you updated
debian/copyright to remove two trailing spaces.

Also, the new coinor-libcbc0 package no longer depends on coinor-libvol0
and libatlas3gf-base. I don't know coinor enough to know if it's
important or not though (it seems those two packages come with other
coinor packages like coinor-libcgl0 or coinor-libclp0).

About coinor-ipopt, I think you're right regarding gregor's comment.
I'll try to upload the package if he doesn't answer or doesn't upload.

Thanks,
Vincent



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



Bug#679133: asterisk-core-sounds-fr-gsm: all sounds files not retrieve after upgrade (1.4.21-1 - 1.4.22-1)

2012-06-26 Thread mnombre
Package: asterisk-core-sounds-fr-gsm
Version: 1.4.22-1
Severity: grave
Tags: patch
Justification: renders package unusable

old links to sounds directory have been deleted by update.
re-creating the link make all ok, i.e, for exemple 
ln -s /usr/share/asterisk/sounds/fr_CA_f_June /usr/share/asterisk/sounds/fr

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

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

asterisk-core-sounds-fr-gsm depends on no packages.

Versions of packages asterisk-core-sounds-fr-gsm recommends:
pn  asterisk-core-sounds-fr  none

asterisk-core-sounds-fr-gsm 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#631045: [rt.cpan.org #71040] any attempt to use Javascript to in C++ mode with mozilla jsapi 1.8.5 ?

2012-06-26 Thread gregor herrmann
On Sat, 23 Jun 2012 21:01:34 +0200, intrigeri wrote:

  URL: https://rt.cpan.org/Ticket/Display.html?id=71040 
  
  Is there any chance this will be resolved in the next 3 months? If not we 
  could have a play with the ideas described here. Otherwise we would 
  obviously wait.
  Nothing new in CPAN RT -- periapt, do you want to look at this or
  shall we remove the package?
 I hereby propose we remove libjavascript-perl from Debian.

I agree, I think there are no alternatives, and I haven't seen any
protests here or on IRC.

So IMO: Please go ahead.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Funny van Dannen: Menschenverachtende Untergrundmusik


signature.asc
Description: Digital signature


Bug#679119: /usr/bin/dropbox: This package stalls at 99% when downloading the actuall dropbox binary. Hangs the entire process.

2012-06-26 Thread Raphael Hertzog
Hi,

On Tue, 26 Jun 2012, Stephen wrote:
 Dear Maintainer,
 Seems that the existing bug is similiar if not the same issue, therefore I
 didn't bother openiing a new bug. I'll try installing the dropbox binary from
 upstream and re-installing this package to see if that's a workable
 solution/work-a-round.

You did open a new bug :-) but this issue is known from upstream. It will be
fixed shortly in theory.

See
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1016559
for more information.

 Should be fixed though if this package is going to remain in the Debian
 repositories.

Sure.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/



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



Bug#679135: FTBFS on several architectures: Failed 2/4 subtests

2012-06-26 Thread Luca Falavigna
Source: libsys-cpu-perl
Version: 0.52-1
Severity: serious
Justification: fails to build from source


libsys-cpu-perl fails to build from source on several architectures,
but built in the past:

t/Sys-CPU.t ..
Failed 2/4 subtests

Test Summary Report
---
t/Sys-CPU.t (Wstat: 0 Tests: 4 Failed: 2)
  Failed tests:  3, 5
  Parse errors: Tests out of sequence.  Found (5) but expected (4)
Files=1, Tests=4,  0 wallclock secs ( 0.08 usr  0.02 sys +  0.04 cusr
0.00 csys =  0.14 CPU)
Result: FAIL
Failed 1/1 test programs. 2/4 subtests failed.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory
`/build/buildd-libsys-cpu-perl_0.52-1-sparc-M4I4Va/libsys-cpu-perl-0.52'
dh_auto_test: make -j1 test returned exit code 2
make: *** [build] Error 29

https://buildd.debian.org/status/fetch.php?pkg=libsys-cpu-perlarch=sparcver=0.52-1stamp=1327008940



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



Processed: close 673623

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

 close 673623
Bug #673623 {Done: Matthias Klose d...@debian.org} [src:ns3] ns3: FTBFS in 
sid: ::fork' has not been declared
Bug 673623 is already marked as done; not doing anything.
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
673623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673623
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#679133: Acknowledgement (asterisk-core-sounds-fr-gsm: all sounds files not retrieve after upgrade (1.4.21-1 - 1.4.22-1))

2012-06-26 Thread Moussa NOMBRÉ

I make my update this morning and notice that no sounds file is retrieve :
   -- Executing [*11@:1] Answer(SIP/100-0003, ) in new stack
-- Executing [*11@:2] Wait(SIP/100-0003, 1) in new stack
-- Executing [*11@:3] Set(SIP/100-0003, 
CHANNEL(language)=fr) in new stack
-- Executing [*11@:4] Playback(SIP/100-0003, 
demo-echotest) in new stack
[Jun 26 09:48:06] WARNING[26564]: file.c:663 ast_openstream_full: File 
demo-echotest does not exist in any format
[Jun 26 09:48:06] WARNING[26564]: file.c:958 ast_streamfile: Unable to 
open demo-echotest (format 0x4 (ulaw)): No such file or directory
[Jun 26 09:48:06] WARNING[26564]: app_playback.c:475 playback_exec: 
ast_streamfile failed on SIP/1000-0003 for demo-echotest

-- Executing [*11@AUF:5] Echo(SIP/100-0003, ) in new stack
  == Spawn extension (AUF, *11, 5) exited non-zero on 'SIP/100-0003'

Before update :

# ls -al  /usr/share/asterisk/sounds
total 80
drwxr-xr-x  4 root root  4096 jun 26 10:49 .
drwxr-xr-x 10 root root  4096 jun 12 14:13 ..
lrwxrwxrwx  1 root root36 jun  4 21:40 custom - 
../../../local/share/asterisk/sounds
lrwxrwxrwx  1 root root42 jun 26 10:49 en - 
/usr/share/asterisk/sounds/en_US_f_Allison
lrwxrwxrwx  1 root root42 jun 26 10:49 en_US - 
/usr/share/asterisk/sounds/en_US_f_Allison

drwxr-xr-x  8 root root 36864 jun 26 10:47 en_US_f_Allison
lrwxrwxrwx  1 root root39 jun 26 10:49 fr - 
/usr/share/asterisk/sounds/fr_CA_f_June
lrwxrwxrwx  1 root root39 jun 26 10:49 fr_CA - 
/usr/share/asterisk/sounds/fr_CA_f_June

drwxr-xr-x  8 root root 36864 jun 26 10:46 fr_CA_f_June
lrwxrwxrwx  1 root root31 jun  4 21:40 recordings - 
/var/lib/asterisk/sounds/custom


After update :

# ls -al  /usr/share/asterisk/sounds/total 80
drwxr-xr-x  4 root root  4096 jun 26 09:44 .
drwxr-xr-x 10 root root  4096 jun 12 14:13 ..
lrwxrwxrwx  1 root root36 jun  4 21:40 custom - 
../../../local/share/asterisk/sounds

drwxr-xr-x  8 root root 36864 jun 26 10:47 en_US_f_Allison
drwxr-xr-x  8 root root 36864 jun 26 10:46 fr_CA_f_June
lrwxrwxrwx  1 root root31 jun  4 21:40 recordings - 
/var/lib/asterisk/sounds/custom


Re-creating the link helps : ln -s 
/usr/share/asterisk/sounds/fr_CA_f_June /usr/share/asterisk/sounds/fr


Thanks

NM



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



Bug#679135: FTBFS on several architectures: Failed 2/4 subtests

2012-06-26 Thread Dominique Dumont
On Tuesday 26 June 2012 17:34:01 Luca Falavigna wrote:
 t/Sys-CPU.t (Wstat: 0 Tests: 4 Failed: 2)
   Failed tests:  3, 5
   Parse errors: Tests out of sequence.  Found (5) but expected (4)

t/Sys-CPU.t contains old style test code:

$type = Sys::CPU::cpu_type();
if (defined($type)) {
print ok 4 (CPU Type  : $type)\n;
} else {
print not ok 5 (cpu_type unavailable)\n;
}

The last print should be not ok 4 ...

All the best

-- 
https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/-o-   irc: dod at irc.debian.org



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



Bug#677191: emacsen-common: errors while upgrading to wheezy(some time ago) = wheezy(today)

2012-06-26 Thread Agustin Martin
On Tue, Jun 26, 2012 at 11:54:45AM +0200, Agustin Martin wrote:
 On Mon, Jun 25, 2012 at 09:08:56PM -0500, Rob Browning wrote:
  Agustin Martin agmar...@debian.org writes:
  
   I'd say this seems something wrong in the xemacs21 side during xemacs21
   upgrade. As a matter of fact I have found 
  
   http://bugs.debian.org/619367 [xemacs21: installing elisp packages fails:
   Symbol's function definition is void: batch-byte-compile]
  
   which has some common elements,
  
  So it sounds like you think this bit is an xemacs bug?
 
 I am not completely sure, but is strange that I could not reproduce it in my
 frequently updated sid box. I am using pristine emacsen-common, so if it
 were due to emacsen-comon I guess I should have reproduced it.
 
 I have even manually tried
 
 # /usr/lib/emacsen-common/emacs-remove xemacs21
 # /usr/lib/emacsen-common/emacs-install xemacs21
 
 with no problem.

I have done some extra work with this and noticed I can reproduce this
problem when upgrading from a squeeze pbuilder chroot containing xemacs21.
However, if xemacs21 is already upgraded then there is no problem when
installing emacsen-common. I guess this is what happened in my regularly
updated sid box and the reason why I could not see this problem in it.

I also tried with a squeeze pbuilder chroot containing emacs23 and upgrade
to sid worked, just a warning on not yet available (emacs23-common not yet
configured) /usr/local/share/emacs/23.4/site-lisp.

Installing new version of config file /etc/emacs/site-start.el ...
Install emacsen-common for emacs23
emacsen-common: Handling install of emacsen flavor emacs23
Warning: Lisp directory `/usr/local/share/emacs/23.4/site-lisp' does not exist.
Wrote /etc/emacs23/site-start.d/00debian-vars.elc
Wrote /usr/share/emacs23/site-lisp/debian-startup.elc

If after this pbuilder+emacs23 upgrade I install sid xemacs21 everything
works. No apparent problem.

So, seems that the problem appears when both xemacs21 stuff and emacsen-common
are ugraded at the same time. Seems that xemacs21 stuff needs something from
a postinst to become available for byte-compilation, so byte-compilation
fails and needed postinst is not reached. If in the failing chroot I run

# xemacs21 -vanilla -nw

WARNING:
Couldn't find obvious defaults for:
data-directory
mule-lisp-directory
lisp-directory
Perhaps some directories don't exist, or the XEmacs executable,
/usr/bin/xemacs21
is in a strange place?
.

and once xemacs is started I see

(1) (warning/warning) Autoload error in:
/usr/share/xemacs21/mule-packages/lisp/latin-euro-standards/auto-autoloads: 
Cannot open load file: cl-macs

I think that emacsen-common  2.0.0 considering the failure of any
add-on package install or remove script as a fatal error just makes this
underlying xemacs21 problem evident, but seems to be something wrong in
xemacs21.

Reading more carefully http://bugs.debian.org/619367 I see that it points 
to http://bugs.debian.org/391778, where some symlinks are done at
xemacs21-* postinst. May be those symlinks should be done in appropriate
preinst if needed, so paths are available even if xemacs21* is not yet
configured.

Regards,

-- 
Agustin



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



Bug#679135: FTBFS on several architectures: Failed 2/4 subtests

2012-06-26 Thread Dominique Dumont
On Tuesday 26 June 2012 17:44:22 Dominique Dumont wrote:
 The last print should be not ok 4 ...

Hmm, which is true, but the test will fail nonetheless...


-- 
https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/-o-   irc: dod at irc.debian.org



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



Bug#679135: FTBFS on several architectures: Failed 2/4 subtests

2012-06-26 Thread gregor herrmann
On Tue, 26 Jun 2012 18:02:30 +0200, Dominique Dumont wrote:

 On Tuesday 26 June 2012 17:44:22 Dominique Dumont wrote:
  The last print should be not ok 4 ...
 Hmm, which is true, but the test will fail nonetheless...

Test 4 checks for cpu_type, and the corresponding code (on linux)
looks for model name or machine in /proc/cpuinfo. And that seems
to be rare on our buildds and porter machines ...

Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joe Cocker: Just Like A Woman


signature.asc
Description: Digital signature


Bug#662236: coinor-ipopt: diff for NMU version 3.10.2-1.1

2012-06-26 Thread gregor herrmann
tags 662236 + pending
thanks

Hi Roberto,

Etienne Millon has prepared an NMU for coinor-ipopt (versioned as
3.10.2-1.1) and I've uploaded it to DELAYED/2. Please feel free to
tell me if I should delay it longer.

Cf. also #678935

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Astrud Gilberto: Wanting You
diff -Nru coinor-ipopt-3.10.2/debian/changelog coinor-ipopt-3.10.2/debian/changelog
--- coinor-ipopt-3.10.2/debian/changelog	2012-02-29 01:15:24.0 +0100
+++ coinor-ipopt-3.10.2/debian/changelog	2012-06-16 12:40:33.0 +0200
@@ -1,3 +1,11 @@
+coinor-ipopt (3.10.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove hardcoded dependency on libmumps (Closes: #662236).
+  * Add missing dependencies on libmpi and libdl.
+
+ -- Etienne Millon etienne.mil...@gmail.com  Sat, 16 Jun 2012 12:39:43 +0200
+
 coinor-ipopt (3.10.2-1) unstable; urgency=low
 
   * New upstream release
diff -Nru coinor-ipopt-3.10.2/debian/control coinor-ipopt-3.10.2/debian/control
--- coinor-ipopt-3.10.2/debian/control	2012-02-29 01:06:26.0 +0100
+++ coinor-ipopt-3.10.2/debian/control	2012-06-16 12:19:27.0 +0200
@@ -14,7 +14,7 @@
 Package: coinor-libipopt1
 Section: libs
 Architecture: any
-Depends: libmumps-4.9.2 (= 4.9.2) | libmumps-seq-4.9.2 (= 4.9.2), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Interior-Point Optimizer, for large-scale nonlinear optimization
  Ipopt is an open-source solver for large-scale nonlinear continuous
  optimization. It can be used from modeling environments, such as AMPL,
diff -Nru coinor-ipopt-3.10.2/debian/rules coinor-ipopt-3.10.2/debian/rules
--- coinor-ipopt-3.10.2/debian/rules	2012-02-29 01:15:07.0 +0100
+++ coinor-ipopt-3.10.2/debian/rules	2012-06-16 12:31:01.0 +0200
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 CPPFLAGS += -I/usr/include/mumps_seq -DHAVE_CSTDDEF
-LDFLAGS += -llapack -lblas
+LDFLAGS += -llapack -lblas -ldmumps -lmpi -ldl
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static \
 			 --with-mumps-incdir=/usr/include \
 			 --with-mumps-lib=-ldmumps


signature.asc
Description: Digital signature


Bug#675842: Retest request.

2012-06-26 Thread Raúl Sánchez Siles
  Hello:

  I have updated the [0] version of the package yet again, now in sync with 
latest upstream version.

  I would greatly appreciate if you could test the build again. I don't have 
access to a kfreebsd machine and hence I'm unable to test this on time before 
the freeze.

  Please, don't hesitate to ask for whatever you need to test this.

  [0] http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/webkitkde.git

  Best regards,
-- 
 Raúl Sánchez Siles
-Proud Debian user-
Linux registered user #416098


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


Processed: powertop: diff for NMU version 2.0-0.1

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

 tags 656421 + pending
Bug #656421 [powertop] Please update to libnl3
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
656421: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656421
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: coinor-ipopt: diff for NMU version 3.10.2-1.1

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

 tags 662236 + pending
Bug #662236 [src:coinor-ipopt] coinor-ipopt: hardcoded library dependencies on 
libmumps
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
662236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662236
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#676045: nautilus-image-manipulator: diff for NMU version 1.1-1.1

2012-06-26 Thread Salvatore Bonaccorso
tags 676045 + pending
thanks

Dear maintainer,

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

Regards,
Salvatore
diff -Nru nautilus-image-manipulator-1.1/debian/changelog nautilus-image-manipulator-1.1/debian/changelog
--- nautilus-image-manipulator-1.1/debian/changelog	2012-05-05 10:49:58.0 +0200
+++ nautilus-image-manipulator-1.1/debian/changelog	2012-06-26 19:42:52.0 +0200
@@ -1,3 +1,12 @@
+nautilus-image-manipulator (1.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Set temporary writable $HOME directory during build.
+Fix FTBFS IOError: [Errno 2] No such file or directory:
+'/sbuild-nonexistent/.nautilus-image-manipulator.ini'. (Closes: #676045)
+
+ -- Salvatore Bonaccorso car...@debian.org  Tue, 26 Jun 2012 19:42:48 +0200
+
 nautilus-image-manipulator (1.1-1) unstable; urgency=low
 
   * New upstream release
diff -Nru nautilus-image-manipulator-1.1/debian/rules nautilus-image-manipulator-1.1/debian/rules
--- nautilus-image-manipulator-1.1/debian/rules	2012-04-30 23:36:45.0 +0200
+++ nautilus-image-manipulator-1.1/debian/rules	2012-06-24 11:44:48.0 +0200
@@ -1,7 +1,14 @@
 #!/usr/bin/make -f
 
+BUILDHOME = $(CURDIR)/debian/build
+
+override_dh_clean:
+	dh_clean
+	rm -rf $(BUILDHOME)
+
 override_dh_auto_test:
-	nosetests
+	mkdir -p $(BUILDHOME)
+	HOME=$(BUILDHOME) nosetests
 
 override_dh_auto_install:
 	dh_auto_install -- --install-lib=/usr/share/nautilus-image-manipulator \


signature.asc
Description: Digital signature


Processed: nautilus-image-manipulator: diff for NMU version 1.1-1.1

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

 tags 676045 + pending
Bug #676045 [src:nautilus-image-manipulator] nautilus-image-manipulator: FTBFS: 
IOError: [Errno 2] No such file or directory: 
'/sbuild-nonexistent/.nautilus-image-manipulator.ini'
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
676045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676045
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#574235: Bits from the Release Team: Final countdown!

2012-06-26 Thread Andreas Beckmann
# added the missing font sources, but misplaced the mktexlsr call
# so that it is run too late - after the fonts are used
notfixed 574235 3.65+svn20090927-2

# dropped the now obsolete mktexlsr call, the font sources were
# already removed in 4.01c-1
fixed 574235 4.01e-6

thanks

On 2012-06-26 19:26, Georges Khaznadar wrote:
 As the package in testing is valid, I would like to unblock the
 situation (RC bug currently raised), and there are three possibilities:

 - ask to accept the package which fixes the bug in squeeze.

I still think my patch
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574235#46
is a reasonable solution for this bug in squeeze.

 Hmmm.   Is there a way to tag a bugreport to declare that is does not
 touch the version in Testing/Unstable?

Should be fixed with above BTS updates.

Andreas



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



Bug#665222: severity and title change

2012-06-26 Thread intrigeri
severity 665222 important
retitle 665222 Catalyst-Plugin-Session-State-Cookie's t/live_app.t test should 
be enabled and pass
thanks

libcatalyst-modules-perl version 44 disables the failing test.
According to RT#76179, this may actually be a bug in Catalyst.

Downgrading the severity as the FTBFS itself is solved, and despite
the important rdepends of Catalyst-Plugin-Session-State-Cookie, there
seem to be no complain coming from real world users, be it on CPAN
or Debian.



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



Processed: Re: Bits from the Release Team: Final countdown!

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

 # added the missing font sources, but misplaced the mktexlsr call
 # so that it is run too late - after the fonts are used
 notfixed 574235 3.65+svn20090927-2
Bug #574235 [wims] wims: installation fails
No longer marked as fixed in versions 3.65+svn20090927-2.
 # dropped the now obsolete mktexlsr call, the font sources were
 # already removed in 4.01c-1
 fixed 574235 4.01e-6
Bug #574235 [wims] wims: installation fails
Marked as fixed in versions wims/4.01e-6.
 thanks
Stopping processing here.

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

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

 severity 665222 important
Bug #665222 [src:libcatalyst-modules-perl] libcatalyst-modules-perl: FTBFS: 
tests failed
Severity set to 'important' from 'serious'
 retitle 665222 Catalyst-Plugin-Session-State-Cookie's t/live_app.t test 
 should be enabled and pass
Bug #665222 [src:libcatalyst-modules-perl] libcatalyst-modules-perl: FTBFS: 
tests failed
Changed Bug title to 'Catalyst-Plugin-Session-State-Cookie's t/live_app.t test 
should be enabled and pass' from 'libcatalyst-modules-perl: FTBFS: tests failed'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
665222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665222
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#555168: Unclear license situation for (e)glibc locales provided by you

2012-06-26 Thread Helge Kreutzmann
Hello,
you are listed as contact person/author of the following locale:

pa_PK

This locale comes with a statement

% Distribution and use is free, also
% for commercial purposes.

Thus it does not allow modification; it is unclear, however, if this
statement was meant as a license.

As discussed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555168 this
locale could strictly speaking not be part of Debian which would be a
great loss. (Currently it is allowed pending investigation).

To properly resolve this, I would like to ask you the following
question:

Would you be willing to relicense this locale to a proper license,
e.g. (L)GPL v2 or higher or another free software license of your choice?

If you have any questions regarding this issue, do not hesitate to
contact me (via the reply-to address set).

Thanks for helping to resolve this!

Helge

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Processed: block 674448 with 677942, tagging 677942

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

 block 674448 with 677942
Bug #674448 [libcommons-compress-java] CVE-2012-2098
674448 was not blocked by any bugs.
674448 was not blocking any bugs.
Added blocking bug(s) of 674448: 677942
 tags 677942 + pending
Bug #677942 [wnpp] ITP: xz-java -- Java library with a complete implementation 
of XZ data compression
Ignoring request to alter tags of bug #677942 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674448
677942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677942
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#669522: coinor-cbc: FTBFS: make[3]: *** No rule to make target `/usr/lib/libCgl.la', needed by `cbc'. Stop.

2012-06-26 Thread Etienne Millon
Thanks for this review.

* Vincent Legout vinc...@legout.info [120626 17:13]:
 The package seems fine but could you please mention in the changelog
 that you ran wrap-and-sort in debian/control and that you updated
 debian/copyright to remove two trailing spaces.

You're right ; I added this to the changelog.

 Also, the new coinor-libcbc0 package no longer depends on coinor-libvol0
 and libatlas3gf-base. I don't know coinor enough to know if it's
 important or not though (it seems those two packages come with other
 coinor packages like coinor-libcgl0 or coinor-libclp0).

It seems that -cbc did depend on -vol at a time, but not anymore :

https://projects.coin-or.org/Cbc/browser/stable/2.7/Dependencies
https://projects.coin-or.org/Cbc/browser/stable/2.5/Dependencies

I am not sure why the wiki page claims -vol was used in 2.5, as it was
uselessly linked in the previous version :

https://buildd.debian.org/status/fetch.php?pkg=coinor-cbcarch=amd64ver=2.5.0-2.3stamp=1324678369

  dpkg-shlibdeps: warning: dependency on libVol.so.0 could be avoided if
debian/coinor-libcbc0/usr/bin/cbc were not uselessly linked against
it (they use none of its symbols).
  dpkg-shlibdeps: warning: dependency on liblapack.so.3gf could be
avoided if debian/coinor-libcbc0/usr/bin/cbc were not uselessly
linked against it (they use none of its symbols).

It's probably the use of dpkg-buildflags that changed the behaviour,
but I believe that it's correct now. I removed the build-dependencies on
-vol and lapack (which pulled atlas) and it builds fine.

I reuploaded the package, it should be available at the same URL :

http://mentors.debian.net/debian/pool/main/c/coinor-cbc/coinor-cbc_2.5.0-3.dsc

 About coinor-ipopt, I think you're right regarding gregor's comment.
 I'll try to upload the package if he doesn't answer or doesn't upload.

It has been uploaded in the meantime, thanks anyway !

-- 
Etienne Millon



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



Bug#678978: marked as done (packagekit-backend-apt: Unusable, raises exception)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 18:48:47 +
with message-id e1sjaoh-0007hq...@franck.debian.org
and subject line Bug#678978: fixed in packagekit 0.7.5-1
has caused the Debian Bug report #678978,
regarding packagekit-backend-apt: Unusable, raises exception
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.)


-- 
678978: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678978
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: packagekit-backend-apt
Version: 0.7.4-4
Severity: grave

The apt backend is unusable, and raises an exception on almost
every use:

15:23:02PackageKit  emitting error-code internal-error, 'Error 
Type: type 'exceptions.NameError'
Error Value: global name 'pkg' is not defined
  File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 2360, in module
main()
  File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 2357, in main
backend.dispatcher(sys.argv[1:])
  File : /usr/lib/python2.7/dist-packages/packagekit/backend.py, line 836, in 
dispatcher
self.dispatch_command(args[0], args[1:])
  File : /usr/lib/python2.7/dist-packages/packagekit/backend.py, line 674, in 
dispatch_command
self.get_details(package_ids)
  File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 186, in 
_catch_error
return func(*args, **kwargs)
  File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 1030, in 
get_details
group = self._get_package_group(pkg)



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

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

Versions of packages packagekit-backend-apt depends on:
ii  app-install-data2012.06.16
ii  libc6   2.13-33
ii  libglib2.0-02.32.3-1
ii  python  2.7.3~rc2-1
ii  python-apt  0.8.5
ii  python-gdbm 2.7.3-1
ii  python-packagekit   0.7.4-4
ii  python-software-properties  0.82.7.1debian1

Versions of packages packagekit-backend-apt recommends:
ii  apt-xapian-index  0.45

packagekit-backend-apt suggests no packages.

-- no debconf information

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpPhl22r8iIt.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: packagekit
Source-Version: 0.7.5-1

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

browser-plugin-packagekit_0.7.5-1_amd64.deb
  to main/p/packagekit/browser-plugin-packagekit_0.7.5-1_amd64.deb
gir1.2-packagekitglib-1.0_0.7.5-1_amd64.deb
  to main/p/packagekit/gir1.2-packagekitglib-1.0_0.7.5-1_amd64.deb
gstreamer0.10-packagekit_0.7.5-1_amd64.deb
  to main/p/packagekit/gstreamer0.10-packagekit_0.7.5-1_amd64.deb
libpackagekit-glib2-14_0.7.5-1_amd64.deb
  to main/p/packagekit/libpackagekit-glib2-14_0.7.5-1_amd64.deb
libpackagekit-glib2-dev_0.7.5-1_amd64.deb
  to main/p/packagekit/libpackagekit-glib2-dev_0.7.5-1_amd64.deb
libpackagekit-qt2-2_0.7.5-1_amd64.deb
  to main/p/packagekit/libpackagekit-qt2-2_0.7.5-1_amd64.deb
libpackagekit-qt2-dev_0.7.5-1_amd64.deb
  to main/p/packagekit/libpackagekit-qt2-dev_0.7.5-1_amd64.deb
packagekit-backend-aptcc_0.7.5-1_amd64.deb
  to main/p/packagekit/packagekit-backend-aptcc_0.7.5-1_amd64.deb
packagekit-backend-smart_0.7.5-1_amd64.deb
  to main/p/packagekit/packagekit-backend-smart_0.7.5-1_amd64.deb
packagekit-dbg_0.7.5-1_amd64.deb
  to main/p/packagekit/packagekit-dbg_0.7.5-1_amd64.deb
packagekit-docs_0.7.5-1_all.deb
  to main/p/packagekit/packagekit-docs_0.7.5-1_all.deb
packagekit-gtk3-module_0.7.5-1_amd64.deb
  to main/p/packagekit/packagekit-gtk3-module_0.7.5-1_amd64.deb
packagekit-tools_0.7.5-1_amd64.deb
  to main/p/packagekit/packagekit-tools_0.7.5-1_amd64.deb
packagekit_0.7.5-1.debian.tar.gz
  to main/p/packagekit/packagekit_0.7.5-1.debian.tar.gz
packagekit_0.7.5-1.dsc
  to main/p/packagekit/packagekit_0.7.5-1.dsc
packagekit_0.7.5-1_amd64.deb
  to main/p/packagekit/packagekit_0.7.5-1_amd64.deb
packagekit_0.7.5.orig.tar.xz
  to main/p/packagekit/packagekit_0.7.5.orig.tar.xz
python-packagekit_0.7.5-1_all.deb
  to main/p/packagekit/python-packagekit_0.7.5-1_all.deb



A summary of the changes between this version 

Bug#679063: [Pkg-gmagick-im-team] Bug#679063: libmagickcore5-extra: file conflict with old libmagickcore5

2012-06-26 Thread Sven Joachim
On 2012-06-26 10:25 +0200, roucaries bastien wrote:

 tags 679063 + patch
 tags 679063 + pending
 thanks

 | Vorbereitung zum Ersetzen von libmagickcore5-extra:i386
 | 8:6.7.7.2-1 (durch
 | .../libmagickcore5-extra_8%3a6.7.7.9-1_i386.deb) ...
 | Ersatz für libmagickcore5-extra:i386 wird entpackt ...
 | dpkg: Fehler beim Bearbeiten von 
 /var/cache/apt/archives/libmagickcore5-extra_8%3a6.7.7.9-1_i386.deb 
 (--unpack):
 |  Versuch,
 | »/usr/lib/i386-linux-gnu/ImageMagick-6.7.7/modules-Q16/coders/pango.la«
 | zu überschreiben, welches auch in Paket libmagickcore5:i386
 | 8:6.7.7.2-1 ist
 `

 Thanks for this bug report next version of libmagickcore5-extra will
 Depends: libmagickcore5 (= ${binary:Version})

 Normally it will solve this issue.

No, it won't.  You need a Replaces, and probably Breaks, on old
libmagickcore5 versions in libmagickcore5-extra.  See Policy §7.6.

The dependency only guarantees the order of configuration, not of
unpacking.

 It the means time you could firsly desinstall libmagickcore5-extra,
 upgrade  libmagickcore5, than install  libmagickcore5-extra

That wasn't necessary, since the same apt run upgraded libmagickcore5,
and after that the file conflict was gone, so libmagickcore5-extra
installed fine.  Otherwise I would have been able to give you the error
messages in English. ;-)

Cheers,
   Sven



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



Bug#676200: marked as done (ruby-heckle: FTBFS: help2man: can't get `bin/heckle -h' info from /usr/bin/ruby)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 19:18:48 +
with message-id e1sjbhk-0002sn...@franck.debian.org
and subject line Bug#676200: fixed in ruby-heckle 1.4.3-4
has caused the Debian Bug report #676200,
regarding ruby-heckle: FTBFS: help2man: can't get `bin/heckle -h' info from 
/usr/bin/ruby
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.)


-- 
676200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676200
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ruby-heckle
Version: 1.4.3-3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120605 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[1]: Entering directory `/«PKGBUILDDIR»'
 # Generate manpage:
 INLINEDIR=. help2man --no-info --include=debian/heckle.h2m \
 -h bin/heckle -h  -v bin/heckle -V /usr/bin/ruby  heckle.1
 help2man: can't get `bin/heckle -h' info from /usr/bin/ruby
 Try `--no-discard-stderr' if option outputs to stderr
 make[1]: *** [override_dh_installman] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/06/05/ruby-heckle_1.4.3-3_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


---End Message---
---BeginMessage---
Source: ruby-heckle
Source-Version: 1.4.3-4

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

libheckle-ruby1.8_1.4.3-4_all.deb
  to main/r/ruby-heckle/libheckle-ruby1.8_1.4.3-4_all.deb
libheckle-ruby_1.4.3-4_all.deb
  to main/r/ruby-heckle/libheckle-ruby_1.4.3-4_all.deb
ruby-heckle_1.4.3-4.debian.tar.gz
  to main/r/ruby-heckle/ruby-heckle_1.4.3-4.debian.tar.gz
ruby-heckle_1.4.3-4.dsc
  to main/r/ruby-heckle/ruby-heckle_1.4.3-4.dsc
ruby-heckle_1.4.3-4_all.deb
  to main/r/ruby-heckle/ruby-heckle_1.4.3-4_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 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cédric Boutillier cedric.boutill...@gmail.com (supplier of updated 
ruby-heckle 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: Tue, 26 Jun 2012 11:27:04 +0200
Source: ruby-heckle
Binary: ruby-heckle libheckle-ruby1.8 libheckle-ruby
Architecture: source all
Version: 1.4.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier cedric.boutill...@gmail.com
Description: 
 libheckle-ruby - Transitional package for ruby-heckle
 libheckle-ruby1.8 - Transitional package for ruby-heckle
 ruby-heckle - Mutation tester (unit test sadism(tm)/test pentester) for Ruby
Closes: 676200
Changes: 
 ruby-heckle (1.4.3-4) unstable; urgency=low
 .
   * Use ruby1.8 in help2man command in debian/rules (Closes: #676200)
   * Remove hecklex.1 manpage as there is no hecklex binary
   * Override lintian warning about duplicate description of transitional
 packages
   * Build-depend on gem2deb =0.3.0
Checksums-Sha1: 
 bff93389bee2688340a8c56ef80f68819108d63c 1603 ruby-heckle_1.4.3-4.dsc
 e748a4d9fb359f2d1689e8d4bcbbe324fe3618be 5574 ruby-heckle_1.4.3-4.debian.tar.gz
 2fc0ba7c186cc1ddc5deafe5f35dcb24efc82f84 17694 ruby-heckle_1.4.3-4_all.deb
 d78123cd0c503a894f353b2c6ae61ed2ad063d65 4658 libheckle-ruby1.8_1.4.3-4_all.deb
 478062f25095613b3c73b1593c72dc5983239b55 4648 libheckle-ruby_1.4.3-4_all.deb
Checksums-Sha256: 
 07cb300965abaffa99948df1cf116d274d2943ec188d8f0e15e02867f6569e9d 1603 
ruby-heckle_1.4.3-4.dsc
 a07c25c3b66ee772823502b3a3632a496ccc91eeede3a67e55041a378b638c99 5574 
ruby-heckle_1.4.3-4.debian.tar.gz
 95343a944a9aea5bff7e23dbadf271170c812e507109a285df4b14e40a75ed05 17694 
ruby-heckle_1.4.3-4_all.deb
 4f3c492a2263749047ee0c12e8e58eaa00bd73f456d89962ef2f36030826ebc8 4658 

Processed: Pending

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

 tags 671124 + pending
Bug #671124 [initscripts] initscripts: Fails to update due to mountoverflowtmp
Added tag(s) pending.
 tags 677904 + pending
Bug #677904 [sysvinit] Updated po file into Catalan translation for the package 
sysvinit
Added tag(s) pending.
 tags 678680 + pending
Bug #678680 [sysvinit] [l10n] Updated Czech translation of sysvinit po-debconf 
messages
Added tag(s) pending.
 tags 676893 + pending
Bug #676893 [sysvinit] [INTL:da] Danish translation of the debconf templates 
sysvinit
Added tag(s) pending.
 tags 677753 + pending
Bug #677753 [sysvinit] sysvinit: [INTL:de] Updated German debconf translation
Added tag(s) pending.
 tags 677590 + pending
Bug #677590 [sysvinit] sysvinit: French debconf templates translation
Added tag(s) pending.
 tags 678627 + pending
Bug #678627 [sysvinit] sysvinit: [INTL:gl] Galician debconf templates 
translation update
Added tag(s) pending.
 tags 677333 + pending
Bug #677333 [sysvinit] sysvinit: [INTL:nl] Dutch translation of debconf 
templates
Added tag(s) pending.
 tags 676773 + pending
Bug #676773 [sysvinit] [INTL:pl] Updated Polish debconf translation
Added tag(s) pending.
 tags 676814 + pending
Bug #676814 [sysvinit] sysvinit: [INTL:pt] Updated Portuguese translation for 
debconf messages
Added tag(s) pending.
 tags 677011 + pending
Bug #677011 [sysvinit] sysvinit: [INTL:ru] Russian debconf templates 
translation update
Added tag(s) pending.
 tags 676721 + pending
Bug #676721 [sysvinit] sysvinit: [INTL:sk] Slovak po-debconf translation updated
Added tag(s) pending.
 tags 676791 + pending
Bug #676791 [sysvinit] [INTL:sv] Swedish strings for sysvinit debconf
Added tag(s) pending.
 tags 676725 + pending
Bug #676725 [sysvinit] zh_CN translation of sysvinit debconf translation
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671124
676721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676721
676725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676725
676773: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676773
676791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676791
676814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676814
676893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676893
677011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677011
677333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677333
677590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677590
677753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677753
677904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677904
678627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678627
678680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678680
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#679164: Openbox crashes with the key combination Alt-Space and Right

2012-06-26 Thread Brandon
Package: openbox
Version: 3.4.11.1-1
Severity: grave
Justification: strong potential for data loss

To reproduce:
Press Alt-Space from any window. By default this opens the window menu.
Then press right arrow. Openbox and X crashes.

I have tried doing the same thing with fluxbox, and it doesn't crash
under the same circumstances, so I think the problem is with openbox.

-Brandon


signature.asc
Description: PGP signature


Processed: found 678851 in 1.8.0-2, fixed 627119 in 295.25-1

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

 found 678851 1.8.0-2
Bug #678851 {Done: jredr...@debian.org (José L. Redrejo Rodríguez)} 
[controlaula] controlaula: ships files in /etc/opt: 
/etc/opt/chrome/policies/managed/controlaula.json
Marked as found in versions controlaula/1.8.0-2; no longer marked as fixed in 
versions controlaula/1.8.0-2 and reopened.
 fixed 627119 295.25-1
Bug #627119 {Done: Andreas Beckmann deb...@abeckmann.de} [nvidia-glx] 
nvidia-glx ext are loaded but compiz/kde-effects causes Xserver freeze
There is no source info for the package 'nvidia-glx' at version '295.25-1' with 
architecture ''
Unable to make a source version for version '295.25-1'
Ignoring request to alter fixed versions of bug #627119 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
627119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627119
678851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678851
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#679171: debian-installer: qwerty is kept after (another) keyboard is selected

2012-06-26 Thread Cyril Brulebois
Package: debian-installer
Version: 20120626
Severity: serious
Tags: d-i
Justification: big regression from alpha1

Hi,

with text-mode netinst mini.iso, even after having chosen a typical
French layout (after having picked the French language), qwerty is kept.

This doesn't happen with the gtk netinst mini.iso.

Hopefully I'll find time to debug this in a few hours.

Mraw,
KiBi.



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



Bug#678851: controlaula: ships files in /etc/opt: /etc/opt/chrome/policies/managed/controlaula.json

2012-06-26 Thread Andreas Beckmann
Package: controlaula
Version: 1.8.0-2
Followup-For: Bug #678851

Hi,

the updated ackage still ships a directory tree in /etc/opt:

/etc/opt
/etc/opt/chrome
/etc/opt/chrome/policies
/etc/opt/chrome/policies/managed


Andreas



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



Bug#669522: coinor-cbc: FTBFS: make[3]: *** No rule to make target `/usr/lib/libCgl.la', needed by `cbc'. Stop.

2012-06-26 Thread Vincent Legout
Etienne Millon etienne.mil...@gmail.com writes:

 Also, the new coinor-libcbc0 package no longer depends on coinor-libvol0
 and libatlas3gf-base. I don't know coinor enough to know if it's
 important or not though (it seems those two packages come with other
 coinor packages like coinor-libcgl0 or coinor-libclp0).

 It seems that -cbc did depend on -vol at a time, but not anymore :

 https://projects.coin-or.org/Cbc/browser/stable/2.7/Dependencies
 https://projects.coin-or.org/Cbc/browser/stable/2.5/Dependencies

 I am not sure why the wiki page claims -vol was used in 2.5, as it was
 uselessly linked in the previous version :

 https://buildd.debian.org/status/fetch.php?pkg=coinor-cbcarch=amd64ver=2.5.0-2.3stamp=1324678369

   dpkg-shlibdeps: warning: dependency on libVol.so.0 could be avoided if
 debian/coinor-libcbc0/usr/bin/cbc were not uselessly linked against
 it (they use none of its symbols).
   dpkg-shlibdeps: warning: dependency on liblapack.so.3gf could be
 avoided if debian/coinor-libcbc0/usr/bin/cbc were not uselessly
 linked against it (they use none of its symbols).

 It's probably the use of dpkg-buildflags that changed the behaviour,
 but I believe that it's correct now. I removed the build-dependencies on
 -vol and lapack (which pulled atlas) and it builds fine.

 I reuploaded the package, it should be available at the same URL :

 http://mentors.debian.net/debian/pool/main/c/coinor-cbc/coinor-cbc_2.5.0-3.dsc

Thanks, uploaded.

Vincent



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



Bug#679164: Not found in latest version

2012-06-26 Thread Brandon
notfound 679164 3.5.0-4
thanks

This bug does not appear in the latest version.

-Brandon


signature.asc
Description: PGP signature


Processed: Not found in latest version

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

 notfound 679164 3.5.0-4
Bug #679164 [openbox] Openbox crashes with the key combination Alt-Space and 
Right
Ignoring request to alter found versions of bug #679164 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679164
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#669522: coinor-cbc: FTBFS: make[3]: *** No rule to make target `/usr/lib/libCgl.la', needed by `cbc'. Stop.

2012-06-26 Thread Etienne Millon
* Vincent Legout vinc...@legout.info [120626 22:48]:
 Thanks, uploaded.

Great, thanks !

-- 
Etienne Millon



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



Bug#679173: general: No transfert file from or to the smartphones and my PC: SONY xperia x10 and HTC One X

2012-06-26 Thread HOAREAU jean pierre
Package: general
Severity: grave
Justification: renders package unusable

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

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

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



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

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



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



Bug#679174: FTBFS on ia64: Segmentation fault

2012-06-26 Thread Luca Falavigna
Source: stockfish
Version: 2.2.2+git20120201-1
Severity: serious
Justification: fails to build from source


stockfish fails to build from source on ia64, but built in the past:

g++ -g -Wall -Wcast-qual -fno-exceptions -fno-rtti  -ansi -pedantic 
-Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto   
-c -o uci.o uci.cpp
g++ -g -Wall -Wcast-qual -fno-exceptions -fno-rtti  -ansi -pedantic 
-Wno-long-long -Wextra -Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto   
-c -o ucioption.o ucioption.cpp
g++ -o stockfish benchmark.o bitbase.o bitboard.o book.o endgame.o evaluate.o 
main.o material.o misc.o move.o movegen.o movepick.o pawns.o position.o 
search.o thread.o timeman.o tt.o uci.o ucioption.o  -lpthread -g -Wall 
-Wcast-qual -fno-exceptions -fno-rtti  -ansi -pedantic -Wno-long-long -Wextra 
-Wshadow -DNDEBUG -O3 -DIS_64BIT -DNO_PREFETCH -flto
make[3]: Leaving directory 
`/build/buildd-stockfish_2.2.2+git20120201-1-ia64-t0kgGu/stockfish-2.2.2+git20120201/src'
make[2]: Leaving directory 
`/build/buildd-stockfish_2.2.2+git20120201-1-ia64-t0kgGu/stockfish-2.2.2+git20120201/src'
make[1]: Leaving directory 
`/build/buildd-stockfish_2.2.2+git20120201-1-ia64-t0kgGu/stockfish-2.2.2+git20120201'
   debian/rules override_dh_auto_test
make[1]: Entering directory 
`/build/buildd-stockfish_2.2.2+git20120201-1-ia64-t0kgGu/stockfish-2.2.2+git20120201'
cd src  make testrun
make[2]: Entering directory 
`/build/buildd-stockfish_2.2.2+git20120201-1-ia64-t0kgGu/stockfish-2.2.2+git20120201/src'
make[2]: *** [testrun] Segmentation fault
make[2]: Leaving directory 
`/build/buildd-stockfish_2.2.2+git20120201-1-ia64-t0kgGu/stockfish-2.2.2+git20120201/src'
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory 
`/build/buildd-stockfish_2.2.2+git20120201-1-ia64-t0kgGu/stockfish-2.2.2+git20120201'
make: *** [build-arch] Error 2

https://buildd.debian.org/status/fetch.php?pkg=stockfisharch=ia64ver=2.2.2%2Bgit20120201-1stamp=1337820068



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



Bug#679175: algol68g: ships files in /usr/doc/

2012-06-26 Thread Colin Watson
Package: algol68g
Version: 2.4-1
Severity: serious

algol68g has just started shipping files in /usr/doc/, as well as in
the correct location of /usr/share/doc/:

  $ dpkg -c algol68g_2.4-1_i386.deb | grep doc
  drwxr-xr-x root/root 0 2012-06-25 18:37 ./usr/doc/
  drwxr-xr-x root/root 0 2012-06-25 18:37 ./usr/doc/algol68g-2.4/
  -rw-r--r-- root/root91 2012-06-25 18:37 ./usr/doc/algol68g-2.4/AUTHORS
  -rw-r--r-- root/root  8908 2012-06-25 18:37 ./usr/doc/algol68g-2.4/NEWS
  -rw-r--r-- root/root 35147 2012-06-25 18:37 ./usr/doc/algol68g-2.4/COPYING
  -rw-r--r-- root/root  1351 2012-06-25 18:37 ./usr/doc/algol68g-2.4/README
  drwxr-xr-x root/root 0 2012-06-25 18:37 ./usr/share/doc/
  drwxr-xr-x root/root 0 2012-06-25 18:37 ./usr/share/doc/algol68g/
  -rw-r--r-- root/root91 2012-05-17 15:16 
./usr/share/doc/algol68g/AUTHORS
  -rw-r--r-- root/root  1406 2012-06-03 14:59 
./usr/share/doc/algol68g/changelog.gz
  -rw-r--r-- root/root  3038 2012-06-03 14:59 
./usr/share/doc/algol68g/NEWS.gz
  -rw-r--r-- root/root   389 2012-06-25 17:25 
./usr/share/doc/algol68g/changelog.Debian.gz
  -rw-r--r-- root/root  1351 2012-05-17 15:16 
./usr/share/doc/algol68g/README
  -rw-r--r-- root/root  1286 2012-06-25 17:25 
./usr/share/doc/algol68g/copyright

It's the only package in unstable to do this (aside from a known
imake-related bug on hurd-i386).  Please move the files back to their
FHS-required location.

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#669522: marked as done (coinor-cbc: FTBFS: make[3]: *** No rule to make target `/usr/lib/libCgl.la', needed by `cbc'. Stop.)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 21:03:12 +
with message-id e1sjcum-0001oh...@franck.debian.org
and subject line Bug#669522: fixed in coinor-cbc 2.5.0-3
has caused the Debian Bug report #669522,
regarding coinor-cbc: FTBFS: make[3]: *** No rule to make target 
`/usr/lib/libCgl.la', needed by `cbc'.  Stop.
to be marked as done.

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

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


-- 
669522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: coinor-cbc
Version: 2.5.0-2.3
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ar cru .libs/libCbcSolver.a  CbcCbcParam.o Cbc_ampl.o CbcLinked.o 
 CbcLinkedUtils.o unitTestClp.o CbcSolver.o CbcSolverHeuristics.o 
 CbcSolverAnalyze.o CbcSolverExpandKnapsack.o
 ranlib .libs/libCbcSolver.a
 creating libCbcSolver.la
 (cd .libs  rm -f libCbcSolver.la  ln -s ../libCbcSolver.la 
 libCbcSolver.la)
 g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../inc  -I`echo /«PKGBUILDDIR»/Clp/src` 
 -I`echo /«PKGBUILDDIR»/Osi/src/OsiClp` -I`echo /«PKGBUILDDIR»/Cbc/../Clp/inc` 
   -I`echo /«PKGBUILDDIR»/Cgl/src` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglClique` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglDuplicateRow` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglFlowCover` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglGomory` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglKnapsackCover` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglMixedIntegerRounding` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglMixedIntegerRounding2` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglOddHole` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglPreProcess` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglProbing` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglRedSplit` -I`echo /«PKGBUILDDIR»/Cgl/src/CglTwomir` 
 -I`echo /«PKGBUILDDIR»/Cgl/src/CglLandP` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglResidualCapacity` -I`echo 
 /«PKGBUILDDIR»/Cgl/src/CglZeroHalf` -I`echo /«PKGBUILDDIR»/CoinUtils/src` 
 -I`echo /«PKGBUILDDIR»/Cbc/../CoinUtils/inc` -I`echo /«PKGBUILDDIR»/Osi/src` 
 -I`echo /«PKGBUILDDIR»/Cbc/../Osi/inc` -DCOIN_NO_CLP_MESSAGE -DUSE_CBCCONFIG 
 -I/usr/include/coin  -g -O2 -fstack-protector --param=ssp-buffer-size=4 
 -Wformat -Wformat-security -Werror=format-security -Wall   -c -o CoinSolve.o 
 CoinSolve.cpp
 make[3]: *** No rule to make target `/usr/lib/libCgl.la', needed by `cbc'.  
 Stop.
 make[3]: Leaving directory `/«PKGBUILDDIR»/Cbc/src'
 make[2]: *** [all-recursive] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/04/19/coinor-cbc_2.5.0-2.3_unstable.log

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

About the archive rebuild: The rebuild was done on 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: coinor-cbc
Source-Version: 2.5.0-3

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

coinor-cbc_2.5.0-3.debian.tar.gz
  to main/c/coinor-cbc/coinor-cbc_2.5.0-3.debian.tar.gz
coinor-cbc_2.5.0-3.dsc
  to main/c/coinor-cbc/coinor-cbc_2.5.0-3.dsc
coinor-libcbc-dev_2.5.0-3_amd64.deb
  to main/c/coinor-cbc/coinor-libcbc-dev_2.5.0-3_amd64.deb
coinor-libcbc-doc_2.5.0-3_all.deb
  to main/c/coinor-cbc/coinor-libcbc-doc_2.5.0-3_all.deb
coinor-libcbc0-dbg_2.5.0-3_amd64.deb
  to main/c/coinor-cbc/coinor-libcbc0-dbg_2.5.0-3_amd64.deb
coinor-libcbc0_2.5.0-3_amd64.deb
  to main/c/coinor-cbc/coinor-libcbc0_2.5.0-3_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 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Etienne Millon etienne.mil...@gmail.com (supplier of updated coinor-cbc 
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, 26 Jun 2012 20:20:21 +0200
Source: coinor-cbc
Binary: coinor-libcbc0 coinor-libcbc-dev coinor-libcbc-doc coinor-libcbc0-dbg
Architecture: source all amd64
Version: 

Processed: severity of 679173 is normal

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

 severity 679173 normal
Bug #679173 [general] general: No transfert file from or to the smartphones and 
my PC: SONY xperia x10 and HTC One X
Severity set to 'normal' from 'grave'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679173
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#679178: FTBFS on armel: selected processor does not support ARM mode `pld [r1]'

2012-06-26 Thread Luca Falavigna
Source: mpeg2dec
Version: 0.5.1-3
Severity: serious
Justification: fails to build from source


mpeg2dec fails to build from source on armel, but built in the past:

motion_comp_arm_s.S:200: Error: selected processor does not support ARM mode 
`pld [r1]'
motion_comp_arm_s.S:215: Error: selected processor does not support ARM mode 
`pld [r1]'
motion_comp_arm_s.S:230: Error: selected processor does not support ARM mode 
`pld [r1]'
motion_comp_arm_s.S:254: Error: selected processor does not support ARM mode 
`pld [r1]'
motion_comp_arm_s.S:275: Error: selected processor does not support ARM mode 
`pld [r1]'
motion_comp_arm_s.S:287: Error: selected processor does not support ARM mode 
`pld [r1]'
motion_comp_arm_s.S:300: Error: selected processor does not support ARM mode 
`pld [r1]'
motion_comp_arm_s.S:313: Error: selected processor does not support ARM mode 
`pld [r1]'
make[3]: *** [motion_comp_arm_s.lo] Error 1
make[3]: Leaving directory 
`/build/buildd-mpeg2dec_0.5.1-3-armel-Uix7W9/mpeg2dec-0.5.1/libmpeg2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/buildd-mpeg2dec_0.5.1-3-armel-Uix7W9/mpeg2dec-0.5.1/libmpeg2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/build/buildd-mpeg2dec_0.5.1-3-armel-Uix7W9/mpeg2dec-0.5.1'
make: *** [debian/stamp-makefile-build] Error 2

https://buildd.debian.org/status/fetch.php?pkg=mpeg2decarch=armelver=0.5.1-3stamp=1338780719



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



Bug#679179: FTBFS on kfreebsd-*: Unknown how to get swap size for this OS

2012-06-26 Thread Luca Falavigna
Source: intel-gpu-tools
Version: 1.1-1
Severity: serious
Justification: fails to build from source


intel-gpu-tools fails to build from source on kfreebsd-*, but built in the past:

../../lib/drmtest.c: In function 'drmtest_progress':
../../lib/drmtest.c:365:4: warning: too many arguments for format 
[-Wformat-extra-args]
  CC instdone.lo
  CC intel_batchbuffer.lo
  CC intel_drm.lo
../../lib/intel_drm.c: In function 'intel_get_total_swap_mb':
../../lib/intel_drm.c:166:2: error: #error Unknown how to get swap size for 
this OS
make[3]: *** [intel_drm.lo] Error 1
make[3]: Leaving directory 
`/build/buildd-intel-gpu-tools_1.2-1-kfreebsd-amd64-P7T5Cn/intel-gpu-tools-1.2/build/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/buildd-intel-gpu-tools_1.2-1-kfreebsd-amd64-P7T5Cn/intel-gpu-tools-1.2/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/buildd-intel-gpu-tools_1.2-1-kfreebsd-amd64-P7T5Cn/intel-gpu-tools-1.2/build'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2

https://buildd.debian.org/status/fetch.php?pkg=intel-gpu-toolsarch=kfreebsd-amd64ver=1.2-1stamp=1331685188
https://buildd.debian.org/status/fetch.php?pkg=intel-gpu-toolsarch=kfreebsd-i386ver=1.2-1stamp=1331685313



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



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

2012-06-26 Thread Luca Falavigna
Source: raschsampler
Version: 0.8-5-1
Severity: serious
Justification: fails to build from source


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

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

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



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



Bug#679181: FTBFS on s390x: ICE

2012-06-26 Thread Luca Falavigna
Source: washngo
Version: 2.12.0.1-7
Severity: serious
Justification: fails to build from source


washngo fails to build from source on s390x, but built in the past:

/tmp/ghc7398_0/ghc7398_0.hc:5645:18:
 warning: left shift count = width of type [enabled by default]
/tmp/ghc7398_0/ghc7398_0.hc: In function 's3LEA_ret':

/tmp/ghc7398_0/ghc7398_0.hc:5731:11:
 warning: left shift count = width of type [enabled by default]
[23 of 76] Compiling WASH.CGI.MakeTypedName ( WASH/CGI/MakeTypedName.hs, 
dist-ghc/build/WASH/CGI/MakeTypedName.p_o )
[24 of 76] Compiling WASH.HTML.HTMLMonad ( WASH/HTML/HTMLMonad.hs, 
dist-ghc/build/WASH/HTML/HTMLMonad.p_o )
[25 of 76] Compiling WASH.HTML.HTMLMonad98 ( WASH/HTML/HTMLMonad98.hs, 
dist-ghc/build/WASH/HTML/HTMLMonad98.p_o )
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.6/README.Bugs for instructions.
make: *** [build-ghc-stamp] Error 4

https://buildd.debian.org/status/fetch.php?pkg=washngoarch=s390xver=2.12.0.1-7stamp=1340539189



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



Bug#679182: FTBFS on mips*: braces around scalar initializer for type 'unsigned int'

2012-06-26 Thread Luca Falavigna
Source: logkeys
Version: 0.1.1a-3
Severity: serious
Justification: fails to build from source


logkeys fails to build from source on mips*, but built in the past:

Making all in src
make[3]: Entering directory 
`/build/buildd-logkeys_0.1.1a-3-mipsel-Ee1BLZ/logkeys-0.1.1a/src'
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -DSYS_CONF_DIR=\/etc\ -c -o 
logkeys.o logkeys.cc
In file included from logkeys.cc:60:0:
upload.cc: In function 'void logkeys::start_remote_upload()':
upload.cc:87:30: error: braces around scalar initializer for type 'unsigned int'
logkeys.cc: In function 'void logkeys::set_signal_handling()':
logkeys.cc:153:30: error: braces around scalar initializer for type 'unsigned 
int'
make[3]: *** [logkeys.o] Error 1
make[3]: Leaving directory 
`/build/buildd-logkeys_0.1.1a-3-mipsel-Ee1BLZ/logkeys-0.1.1a/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/buildd-logkeys_0.1.1a-3-mipsel-Ee1BLZ/logkeys-0.1.1a'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/buildd-logkeys_0.1.1a-3-mipsel-Ee1BLZ/logkeys-0.1.1a'
make: *** [debian/stamp-makefile-build] Error 2

https://buildd.debian.org/status/fetch.php?pkg=logkeysarch=mipsver=0.1.1a-3stamp=1330828397
https://buildd.debian.org/status/fetch.php?pkg=logkeysarch=mipselver=0.1.1a-3stamp=1330828378



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



Bug#675971: what should we be doing?

2012-06-26 Thread Chris Knadle
Greetings Nicos.  Thank you for your informative email.

On Tuesday, June 26, 2012 09:08:45, Nicos Gollan wrote:
 On Monday 25 June 2012 23:26:50 Chris Knadle wrote:
  On Sunday, June 24, 2012 21:36:28, Michael Schmitt wrote:

...
  If you manage to get it to build and run, in the configuration select
  Advanced on the bottom left of the configure window, then in the Audio
  Output section under Loopback Test, try the server setting and see
  if you can hear yourself through the server.
  
  This would specifically be helpful in verifying firsthand if the newer
  versions of CELT that ship with upstream Mumble will work with older
  versions of mumble-server.
 
 The client tells the server which versions it supports. If it doesn't admit
 to supporting 0.7.1, the server will effectively assume that it does
 anyway, to retain a stable codec negotiation and to keep misbehaving
 clients from ruining things for everyone. That mechanism is supported by
 all 1.2 server versions (plus or minus a few details, but if you're on =
 1.2.3, you should be golden; using 1.2.2 as a server, especially without a
 few patches, may not give you the stable operation you'd hope for).
 
 In a further step, the server makes sure to negotiate a codec that's
 supported by all clients within listening range.
 
 To my knowledge, that mechanism will work with all server versions that are
 not a stupid thing to use. The only thing new to the party is Opus, which
 requires further protocol support on the server side.
 
 So effectively, as long as your client advertises only codecs it really
 supports and has the baseline codec, server echo will work, as will
 communication with other people.

I'm assuming all of the above is true under normal circumstnaces when CELT 
0.7.1 support is included.  However with libcelt0-0 removed, mumble version 
1.2.3-349-g315b5f5-1 is unable to communicate via server loopback to the 
majority of the public mumble servers (at least in the United States) all of 
which seem to have versions = 1.2.3.

None of the server loopback tests with public servers I tested with worked 
reliably.

Tests shows that communication with this server works _sometimes_:
   1.2.3-361-ga2a3836-ermine  Server:0 FREE OrangeRed Mumble West 0
  (Codec Opus)   later retests fail and show Codec: None

Tests failed with these servers:
   1.2.3-1~ppa1~lucid Server:0- MumbleBoxes.com Demo Server - Atlanta #1
   1.2.3-273-g0f4314e-ermine   Server:0- FREE OrangeRed Mumble Central 0
   1.2.3 (Win)
   1.2.3   Server:Breakpoint Lobby
   1.2.3-1ubuntu6.1Server:Luke's Server
   

The intermittency of server loopback communication with the OrangeRed server 
above is interesting, and likely has to do with the protocol negotiation to 
find a protocol that all connected clients support.  :-(

Unfortunately I've come to the conclusion that with CELT 0.7.1 support 
removed, the user experience with public servers is dismal.  Since CELT 0.7.1 
support is assumed rather than advertised [based on what you've described], 
communication without support for it will be unreliable, at best.

   In general, I had a few words with some mumble devs on IRC a few days
   back. Common thinking there was, removing celt is not a wise option, no
   real security exploits known yet, mumble will support celt for the
   foreseeable future (1 - 2 years).
  
  Do you know if CELT still the default codec?
 
 For the 1.2 series, it's supposed to be. Opus is going to be supported, it
 will be used if all clients support it, and there are knobs in place to
 make a server prefer it even at the disadvantage of older clients, but the
 baseline codec will be assumed for a long time to come.
 
 Hope that clears things up a bit

Yes, it does -- very much so.  Thanks very much.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us



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



Bug#678977: libguestfs-tools: fails to upgrade from 'wheezy' - trying to overwrite /usr/share/man/man1/libguestfs-test-tool.1.gz

2012-06-26 Thread Andreas Beckmann
Package: libguestfs-tools
Followup-For: Bug #678977

Hi,

the problem is still present in the latest upload.
The Breaks/Replaces you added are lacking the epoch 1: ...


Andreas



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



Bug#679188: libmagickcore5-extra: fails to upgrade from 'wheezy' - trying to overwrite /usr/lib/x86_64-linux-gnu/ImageMagick-6.7.7/modules-Q16/coders/pango.so

2012-06-26 Thread Andreas Beckmann
Package: libmagickcore5-extra
Version: 8:6.7.7.9-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'wheezy'.
It installed fine in 'wheezy', then the upgrade to 'sid' fails
because it tries to overwrite files that are owned by other packages
without declaring a Breaks/Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

This problem is exposed during the upgrade of the 'libmagickcore-dev'
package, not by upgrading only the buggy package itself.
In order to have piuparts automatically track this problem, I'll mark
this bug as Affects/Found in the exposing package(s), too.

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

  Unpacking replacement libmagickcore5-extra:amd64 ...
  dpkg: error processing 
/var/cache/apt/archives/libmagickcore5-extra_8%3a6.7.7.9-1_amd64.deb (--unpack):
   trying to overwrite 
'/usr/lib/x86_64-linux-gnu/ImageMagick-6.7.7/modules-Q16/coders/pango.so', 
which is also in package libmagickcore5:amd64 8:6.7.7.2-1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)


cheers,

Andreas


libmagickcore-dev_8:6.7.7.9-1.log.gz
Description: GNU Zip compressed data


Processed: found 678977 in 1:1.18.2-2, affects 679188

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

 found 678977 1:1.18.2-2
Bug #678977 {Done: Hilko Bengen ben...@debian.org} [libguestfs-tools] 
libguestfs-tools: fails to upgrade from 'wheezy' - trying to overwrite 
/usr/share/man/man1/libguestfs-test-tool.1.gz
Marked as found in versions libguestfs/1:1.18.2-2; no longer marked as fixed in 
versions libguestfs/1:1.18.2-2 and reopened.
 affects 679188 + libmagickcore-dev
Bug #679188 [libmagickcore5-extra] libmagickcore5-extra: fails to upgrade from 
'wheezy' - trying to overwrite 
/usr/lib/x86_64-linux-gnu/ImageMagick-6.7.7/modules-Q16/coders/pango.so
Added indication that 679188 affects libmagickcore-dev
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678977: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678977
679188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679188
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#662854: Remmina crashes at random intervals

2012-06-26 Thread Damir Butmir
I get this bug as well. I am using Ubuntu 12.04 LTS and Remmina to 
connect to a Windows XP machine over RDP (fullscreen). Sometimes it 
lasts an hour between disconnects, sometimes 5 minutescopy of each 
of the error messages below:


1) gdi_get_bitmap_pointer: requesting invalid pointer:

2) ERRINFO_DECRYPT_FAILED (0x1192):
(a) Decryption using Standard RDP Security mechanisms (section 5.3.6) 
failed.
(b) Session key creation using Standard RDP Security mechanisms (section 
5.3.5) failed.

recv: Connection reset by peer

3) PatBlt: unknown rop: 0x00A000C9




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



Bug#625828: libipc-sharelite-perl: FTBFS on armel: test failures

2012-06-26 Thread intrigeri
shawn wrote (17 Jun 2012 03:13:04 GMT) :
 on 3.4 (custom) + sheevaplug:

 $ gcc -O0 625828.c 
 $ ./a.out 
 ok 1 - got 2000, expected 2000

I asked for more thorough testing, and shawn reported
I ran it 500 times, it succeeded only 191 of those times.

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc



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



Bug#678788: parted: FTBFS: ABI has changed. Please, update you ABI package version.

2012-06-26 Thread Colin Watson
On Sun, Jun 24, 2012 at 11:31:23AM +0200, Lucas Nussbaum wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
  make[1]: Entering directory `/«PKGBUILDDIR»/build-deb'
  CDPATH=${ZSH_VERSION+.}:  cd ..  true -I m4
   cd ..  true --gnu
  --- ../scripts/data/abi/baseline_symbols.txt2012-06-23 
  16:16:27.588576525 +
  +++ ./current_symbols.txt   2012-06-23 16:18:05.320560692 +
  @@ -501,15 +501,11 @@
   FUNC:version_etc_ar
   FUNC:version_etc_arn
   FUNC:version_etc_va
  -FUNC:x2nrealloc
   FUNC:x2realloc
   FUNC:xalloc_die
   FUNC:xcalloc
  -FUNC:xcharalloc
   FUNC:xmalloc
   FUNC:xmemdup
  -FUNC:xnmalloc
  -FUNC:xnrealloc
   FUNC:xrealloc
   FUNC:xstrdup
   FUNC:xstrndup
  ABI has changed. Please, update you ABI package version.
  make[1]: *** [check-abi] Error 1

This is the direct opposite of #676591, changed in 2.3-9.2.  Since I can
reproduce this but not the behaviour Samuel reported, I'm going to
revert that part of the NMU patch.  These functions are conditional on
the whether the compiler generally respects inline configure check, so
perhaps something odd was happening there.

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#679164: marked as done (Openbox crashes with the key combination Alt-Space and Right)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Wed, 27 Jun 2012 00:52:14 +0200
with message-id 20120626225214.go13...@ngolde.de
and subject line Re: Bug#679164: Not found in latest version
has caused the Debian Bug report #679164,
regarding Openbox crashes with the key combination Alt-Space and Right
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.)


-- 
679164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: openbox
Version: 3.4.11.1-1
Severity: grave
Justification: strong potential for data loss

To reproduce:
Press Alt-Space from any window. By default this opens the window menu.
Then press right arrow. Openbox and X crashes.

I have tried doing the same thing with fluxbox, and it doesn't crash
under the same circumstances, so I think the problem is with openbox.

-Brandon


signature.asc
Description: PGP signature
---End Message---
---BeginMessage---
Version: 3.5.0-1
thanks


-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.

---End Message---


Bug#676681: marked as done (xen-tools: FTBFS due to testsuite failures)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 23:00:21 +
with message-id e1sjek9-0001qx...@franck.debian.org
and subject line Bug#676681: fixed in xen-tools 4.3-1
has caused the Debian Bug report #676681,
regarding xen-tools: FTBFS due to testsuite failures
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.)


-- 
676681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xen-tools
Version: 4.3~rc1-1
Severity: serious
Tags: pending

There are several testsuite tests which fail due to missing Perl
modules even if they should skip themselves in that case.

Additionally some tests expect /etc/inittab to exist while that
depends on the init system.

Fixes are already committed in the git repo and will be included in
the next upload.

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

Kernel: Linux 3.3.0-trunk-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 xen-tools depends on:
ii  cdebootstrap 0.5.9
ii  debootstrap  1.0.40
ii  libconfig-inifiles-perl  2.75-1
ii  libfile-slurp-perl   .19-1
ii  libtext-template-perl1.45-2
ii  openssh-client   1:6.0p1-1
ii  perl-modules 5.14.2-11

Versions of packages xen-tools recommends:
ii  libexpect-perl   1.21-1
ii  rinse2.0-1
pn  xen-hypervisor-amd64 | xen-hypervisor-i386 | xen-hypervisor-i386-pa  none
pn  xen-utilsnone

Versions of packages xen-tools suggests:
pn  btrfs-toolsnone
pn  cfengine2  none
pn  reiserfsprogs  none
ii  xfsprogs   3.1.7

-- no debconf information


---End Message---
---BeginMessage---
Source: xen-tools
Source-Version: 4.3-1

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

xen-tools_4.3-1.debian.tar.gz
  to main/x/xen-tools/xen-tools_4.3-1.debian.tar.gz
xen-tools_4.3-1.dsc
  to main/x/xen-tools/xen-tools_4.3-1.dsc
xen-tools_4.3-1_all.deb
  to main/x/xen-tools/xen-tools_4.3-1_all.deb
xen-tools_4.3.orig.tar.gz
  to main/x/xen-tools/xen-tools_4.3.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 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert a...@debian.org (supplier of updated xen-tools package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 26 Jun 2012 22:23:59 +0200
Source: xen-tools
Binary: xen-tools
Architecture: source all
Version: 4.3-1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert a...@debian.org
Changed-By: Axel Beckert a...@debian.org
Description: 
 xen-tools  - Tools to manage Xen virtual servers
Closes: 676681
Changes: 
 xen-tools (4.3-1) unstable; urgency=low
 .
   * New upstream release
 - Remove most Mercurial traces
   * Fixes FTBFS due to testsuite failures (Closes: #676681)
 - Disable tests of not yet used Xen::Tools. Fixes FTBFS in test suite
   due to not satisifed Moose dependency in Xen::Tools::Log.
 - Added build-dependencies on libmoose-perl, git, and
   libtest-pod-coverage-perl for t/perl-syntax.t, t/gitignore.t, and
   t/pod-coverage.t.
 - Skip t/hook-inittab.t if /etc/inittab is not present on the build
   host. Fixes FTBFS on Ubuntu.
   * Switch to source format to 3.0 (quilt)
   * Don't remove stamp files manually, dh_clean does that already
   * Remove generated file t/modules.t in clean target to be able to build
 twice in a row.
Checksums-Sha1: 
 22b127a0535c190bab32c094b48a689ca1ffd970 1292 xen-tools_4.3-1.dsc
 f6dcdc65566cc11b0bcbdba9d962166dca5470e8 222717 xen-tools_4.3.orig.tar.gz
 ae2347249622958a66508049689f70808dccdb4f 15824 xen-tools_4.3-1.debian.tar.gz
 8032964035aa6efdc8b4bad1fa224422b71c44a6 251308 xen-tools_4.3-1_all.deb
Checksums-Sha256: 
 

Bug#679195: naist-jdic: fails to install: naist-jdic.postinst: /usr/lib/chasen/makemat: not found

2012-06-26 Thread Andreas Beckmann
Package: naist-jdic
Version: 1:0.4.3-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

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

  Setting up naist-jdic (1:0.4.3-2) ...
  Now generating naist-jdic data. This may take a while...
  /var/lib/dpkg/info/naist-jdic.postinst: 25: 
/var/lib/dpkg/info/naist-jdic.postinst: /usr/lib/chasen/makemat: not found
  dpkg: error processing naist-jdic (--configure):
   subprocess installed post-installation script returned error exit status 127


cheers,

Andreas


chasen_2.4.5-2.log.gz
Description: GNU Zip compressed data


Bug#678788: marked as done (parted: FTBFS: ABI has changed. Please, update you ABI package version.)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Jun 2012 23:48:42 +
with message-id e1sjfuw-0004ny...@franck.debian.org
and subject line Bug#678788: fixed in parted 2.3-10
has caused the Debian Bug report #678788,
regarding parted: FTBFS: ABI has changed. Please, update you ABI package 
version.
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.)


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

Hi,

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

Relevant part:
 make[1]: Entering directory `/«PKGBUILDDIR»/build-deb'
 CDPATH=${ZSH_VERSION+.}:  cd ..  true -I m4
  cd ..  true --gnu
 --- ../scripts/data/abi/baseline_symbols.txt  2012-06-23 16:16:27.588576525 
 +
 +++ ./current_symbols.txt 2012-06-23 16:18:05.320560692 +
 @@ -501,15 +501,11 @@
  FUNC:version_etc_ar
  FUNC:version_etc_arn
  FUNC:version_etc_va
 -FUNC:x2nrealloc
  FUNC:x2realloc
  FUNC:xalloc_die
  FUNC:xcalloc
 -FUNC:xcharalloc
  FUNC:xmalloc
  FUNC:xmemdup
 -FUNC:xnmalloc
 -FUNC:xnrealloc
  FUNC:xrealloc
  FUNC:xstrdup
  FUNC:xstrndup
 ABI has changed. Please, update you ABI package version.
 make[1]: *** [check-abi] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/06/24/parted_2.3-9.2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


---End Message---
---BeginMessage---
Source: parted
Source-Version: 2.3-10

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

libparted0-dev_2.3-10_i386.deb
  to main/p/parted/libparted0-dev_2.3-10_i386.deb
libparted0-i18n_2.3-10_all.deb
  to main/p/parted/libparted0-i18n_2.3-10_all.deb
libparted0-udeb_2.3-10_i386.udeb
  to main/p/parted/libparted0-udeb_2.3-10_i386.udeb
libparted0_2.3-10_i386.deb
  to main/p/parted/libparted0_2.3-10_i386.deb
libparted0debian1-dbg_2.3-10_i386.deb
  to main/p/parted/libparted0debian1-dbg_2.3-10_i386.deb
libparted0debian1_2.3-10_i386.deb
  to main/p/parted/libparted0debian1_2.3-10_i386.deb
parted-doc_2.3-10_all.deb
  to main/p/parted/parted-doc_2.3-10_all.deb
parted-udeb_2.3-10_i386.udeb
  to main/p/parted/parted-udeb_2.3-10_i386.udeb
parted_2.3-10.diff.gz
  to main/p/parted/parted_2.3-10.diff.gz
parted_2.3-10.dsc
  to main/p/parted/parted_2.3-10.dsc
parted_2.3-10_i386.deb
  to main/p/parted/parted_2.3-10_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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson cjwat...@debian.org (supplier of updated parted package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 27 Jun 2012 00:01:04 +0100
Source: parted
Binary: parted parted-udeb libparted0 libparted0debian1 libparted0-udeb 
libparted0-i18n libparted0-dev libparted0debian1-dbg parted-doc
Architecture: source i386 all
Version: 2.3-10
Distribution: unstable
Urgency: low
Maintainer: Parted Maintainer Team parted-maintain...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 libparted0 - disk partition manipulator - dummy package
 libparted0-dev - disk partition manipulator - development files
 libparted0-i18n - disk partition manipulator - i18n support
 libparted0-udeb - disk partition manipulator - library udeb (udeb)
 libparted0debian1 - disk partition manipulator - shared library
 libparted0debian1-dbg - disk partition manipulator - debugging symbols
 parted - disk partition manipulator
 parted-doc - disk partition manipulator - documentation
 parted-udeb - Manually partition a hard drive (parted) (udeb)
Closes: 676593 677756 678788
Changes: 
 parted (2.3-10) unstable; urgency=low
 .
   * 

Processed: fixed 627119 in 295.20-1, affects 679195, found 679195 in chasen/2.4.5-2, found 674657 in 2.5.2-3 ...

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

 fixed 627119 295.20-1
Bug #627119 {Done: Andreas Beckmann deb...@abeckmann.de} [nvidia-glx] 
nvidia-glx ext are loaded but compiz/kde-effects causes Xserver freeze
Marked as fixed in versions nvidia-graphics-drivers/295.20-1.
 affects 679195 + chasen
Bug #679195 [naist-jdic] naist-jdic: fails to install: naist-jdic.postinst: 
/usr/lib/chasen/makemat: not found
Added indication that 679195 affects chasen
 found 679195 chasen/2.4.5-2
Bug #679195 [naist-jdic] naist-jdic: fails to install: naist-jdic.postinst: 
/usr/lib/chasen/makemat: not found
Marked as found in versions chasen/2.4.5-2.
 found 674657 2.5.2-3
Bug #674657 {Done: Philippe Le Brouster p...@nebkha.net} 
[oar-common,oar-web-status] oar-common,oar-web-status: unowned files after 
purge (policy 6.8, 10.8)
Marked as found in versions oar/2.5.2-3; no longer marked as fixed in versions 
oar/2.5.2-3 and reopened.
 found 668801 1:9.8.1.dfsg.P1-4.1
Bug #668801 [bind9] bind9: unowned files after purge (policy 6.8, 10.8)
Marked as found in versions bind9/1:9.8.1.dfsg.P1-4.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
627119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627119
668801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668801
674657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674657
679195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679195
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#678788: parted: FTBFS: ABI has changed. Please, update you ABI package version.

2012-06-26 Thread Samuel Thibault
Colin Watson, le Tue 26 Jun 2012 23:44:22 +0100, a écrit :
 This is the direct opposite of #676591, changed in 2.3-9.2.  Since I can
 reproduce this but not the behaviour Samuel reported, I'm going to
 revert that part of the NMU patch.

And now -10 built fine on archs where it was tried (i.e. also all,
including *i386). How odd.

 These functions are conditional on
 the whether the compiler generally respects inline configure check, so
 perhaps something odd was happening there.

Probably yes. I'd however say that these symbols should just not appear
at all.

Samuel



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



Bug#678532: libreoffice: crash on startup: 'com::sun::star::uno::RuntimeException'

2012-06-26 Thread Clayton
On Tue, 26 Jun 2012 11:37:03 +0200
Rene Engelhard r...@debian.org wrote:

 On Sat, Jun 23, 2012 at 08:24:27PM +0800, Clayton wrote:
   -l | grep libreoffice so see what LO and LO extensions you have
   installed in exact versions?
  
  See unmangled txt attachment
 
 So no extension *at all*. Weird.
 I don't see *anything* which can cause this, especially as #678532
 is fixed. 
 
 Would you agree on closing this bug and merging it with (the already
 closed) #678532? We can reopen it if necessary somwehen...

Sure, if you are not getting any other reports maybe it was just some
kind of bizarre one-off'er.

  Thanks for your work and diligence, and let me know if I can be of
  any further assistance. LO has become one of those essential apps
  where one really feels breakage.
 
 If that was the case you shouldn't run development versions :-)

Ah, but then you would not get all my testing and bug reporting. ;-)
Seriously though, testing rarely gives me problems, and to-date they
have always been of short duration or work-aroundable.

Clayton



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



Processed (with 1 errors): r4971 - in packages/grcompiler/tags: . 4.2-1 4.2-1/compiler 4.2-1/debian

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

 tags 677671 pending
Bug #677671 [grcompiler] grcompiler: fails to build with ld --as-needed
Ignoring request to alter tags of bug #677671 to the same tags previously set
 tags 673723 pending
Bug #673723 {Done: Daniel Glassey w...@debian.org} [grcompiler] FTBFS: test 
failures on arm, powerpc, s390
Ignoring request to alter tags of bug #673723 to the same tags previously set
 tags 614754 pending
Failed to alter tags of Bug 614754: Not altering archived bugs; see unarchive.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614754
673723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673723
677671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677671
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#678060: marked as done (Configuration should be purged in nginx-common)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Wed, 27 Jun 2012 04:19:23 +
with message-id e1sjjit-000592...@franck.debian.org
and subject line Bug#678060: fixed in nginx 1.2.1-1
has caused the Debian Bug report #678060,
regarding Configuration should be purged in nginx-common
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.)


-- 
678060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nginx
Version: 1.2.0-1
Severity: serious
Tags: patch

The nginx-light, nginx-full and nginx-naxsi packages delete the
/etc/nginx and /var/log directory when they are purged, but the
configuration files are owned by nginx-common. This can give all sort
of problems, for example if you do apt-get install nginx-light, then
apt-get install nginx-full and dpkg --purge nginx-light you end up
with a sytem that doesn't have an /etc/nginx or /var/log/nginx.

Attached patch moves the purging to the nginx-common package where it
belongs.

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

Kernel: Linux 3.2.0-25-generic (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
diff --git a/debian/nginx-common.postrm b/debian/nginx-common.postrm
index 5992af9..14abd21 100644
--- a/debian/nginx-common.postrm
+++ b/debian/nginx-common.postrm
@@ -14,7 +14,11 @@ case $1 in
 fi
 ;;
 
-  purge|remove|failed-upgrade|abort-install|abort-upgrade|disappear)
+  purge)
+rm -rf /var/lib/nginx /var/log/nginx /etc/nginx
+;;
+
+  remove|failed-upgrade|abort-install|abort-upgrade|disappear)
 ;;
 
   *)
diff --git a/debian/nginx-full.postrm b/debian/nginx-full.postrm
deleted file mode 100644
index ce81bd5..000
--- a/debian/nginx-full.postrm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case $1 in
-  purge)
-rm -rf /var/lib/nginx /var/log/nginx /etc/nginx
-;;
-
-  remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-;;
-
-  *)
-echo postrm called with unknown argument \`$1' 2
-exit 1
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/nginx-light.postrm b/debian/nginx-light.postrm
deleted file mode 100644
index ce81bd5..000
--- a/debian/nginx-light.postrm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case $1 in
-  purge)
-rm -rf /var/lib/nginx /var/log/nginx /etc/nginx
-;;
-
-  remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-;;
-
-  *)
-echo postrm called with unknown argument \`$1' 2
-exit 1
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/nginx-naxsi.postrm b/debian/nginx-naxsi.postrm
deleted file mode 100644
index ce81bd5..000
--- a/debian/nginx-naxsi.postrm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case $1 in
-  purge)
-rm -rf /var/lib/nginx /var/log/nginx /etc/nginx
-;;
-
-  remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-;;
-
-  *)
-echo postrm called with unknown argument \`$1' 2
-exit 1
-esac
-
-#DEBHELPER#
-
-exit 0
---End Message---
---BeginMessage---
Source: nginx
Source-Version: 1.2.1-1

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

nginx-common_1.2.1-1_all.deb
  to main/n/nginx/nginx-common_1.2.1-1_all.deb
nginx-doc_1.2.1-1_all.deb
  to main/n/nginx/nginx-doc_1.2.1-1_all.deb
nginx-extras-dbg_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-extras-dbg_1.2.1-1_amd64.deb
nginx-extras_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-extras_1.2.1-1_amd64.deb
nginx-full-dbg_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-full-dbg_1.2.1-1_amd64.deb
nginx-full_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-full_1.2.1-1_amd64.deb
nginx-light-dbg_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-light-dbg_1.2.1-1_amd64.deb
nginx-light_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-light_1.2.1-1_amd64.deb
nginx-naxsi-dbg_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-naxsi-dbg_1.2.1-1_amd64.deb
nginx-naxsi-ui_1.2.1-1_all.deb
  to main/n/nginx/nginx-naxsi-ui_1.2.1-1_all.deb
nginx-naxsi_1.2.1-1_amd64.deb
  to main/n/nginx/nginx-naxsi_1.2.1-1_amd64.deb
nginx_1.2.1-1.debian.tar.gz
  to main/n/nginx/nginx_1.2.1-1.debian.tar.gz
nginx_1.2.1-1.dsc
  to main/n/nginx/nginx_1.2.1-1.dsc
nginx_1.2.1-1_all.deb
  to main/n/nginx/nginx_1.2.1-1_all.deb
nginx_1.2.1.orig.tar.gz
  to main/n/nginx/nginx_1.2.1.orig.tar.gz



A summary of the changes between this version 

Bug#555168: Unclear license situation for (e)glibc locales provided by you

2012-06-26 Thread Christian PERRIER
Amanpreet Singh Alam is also using alternate addresses, which I also
CCto this mail to get better chances he sees it.

To A S Alam, could you address the below question about the Punjabi
locale (this is pa_PK as it seems that pa_IN doesn't have the
offending sentence included).

Quoting Helge Kreutzmann (deb...@helgefjell.de):
 Hello,
 you are listed as contact person/author of the following locale:
 
 pa_PK
 
 This locale comes with a statement
 
 % Distribution and use is free, also
 % for commercial purposes.
 
 Thus it does not allow modification; it is unclear, however, if this
 statement was meant as a license.
 
 As discussed in
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555168 this
 locale could strictly speaking not be part of Debian which would be a
 great loss. (Currently it is allowed pending investigation).
 
 To properly resolve this, I would like to ask you the following
 question:
 
 Would you be willing to relicense this locale to a proper license,
 e.g. (L)GPL v2 or higher or another free software license of your choice?
 
 If you have any questions regarding this issue, do not hesitate to
 contact me (via the reply-to address set).
 
 Thanks for helping to resolve this!
 
 Helge
 
 -- 
   Dr. Helge Kreutzmann deb...@helgefjell.de
Dipl.-Phys.   http://www.helgefjell.de/debian.php
 64bit GNU powered gpg signed mail preferred
Help keep free software libre: http://www.ffii.de/



-- 




signature.asc
Description: Digital signature


Bug#555168: Unclear license situation for (e)glibc locales provided by you

2012-06-26 Thread A S Alam

I am really sorry if I missed mail earlier.

I am fully agree with any changes in locale file, whichever you think is 
more suitable free software license. As I am not expert for liceneses, 
while you people can provide better choice to keep software free. All my 
contribution for open source should be available as free software and 
though should be part of debian.


Please let me know if anything I need to do other than this.

Amanpreet Singh Alam

ਬੁੱਧਵਾਰ 27 ਜੂਨ 2012 10:58 ਸਵੇਰੇ ਨੂੰ, 
Christian PERRIER ਨੇ ਲਿਖਿਆ:

Amanpreet Singh Alam is also using alternate addresses, which I also
CCto this mail to get better chances he sees it.

To A S Alam, could you address the below question about the Punjabi
locale (this is pa_PK as it seems that pa_IN doesn't have the
offending sentence included).

Quoting Helge Kreutzmann (deb...@helgefjell.de):

Hello,
you are listed as contact person/author of the following locale:

pa_PK

This locale comes with a statement

% Distribution and use is free, also
% for commercial purposes.

Thus it does not allow modification; it is unclear, however, if this
statement was meant as a license.

As discussed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555168 this
locale could strictly speaking not be part of Debian which would be a
great loss. (Currently it is allowed pending investigation).

To properly resolve this, I would like to ask you the following
question:

Would you be willing to relicense this locale to a proper license,
e.g. (L)GPL v2 or higher or another free software license of your choice?

If you have any questions regarding this issue, do not hesitate to
contact me (via the reply-to address set).

Thanks for helping to resolve this!

 Helge

--
   Dr. Helge Kreutzmann deb...@helgefjell.de
Dipl.-Phys.   http://www.helgefjell.de/debian.php
 64bit GNU powered gpg signed mail preferred
Help keep free software libre: http://www.ffii.de/






--
A S Alam




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



Bug#679119: marked as done (/usr/bin/dropbox: This package stalls at 99% when downloading the actuall dropbox binary. Hangs the entire process.)

2012-06-26 Thread Debian Bug Tracking System
Your message dated Wed, 27 Jun 2012 07:54:59 +0200
with message-id 20120627055459.ga1...@rivendell.home.ouaza.com
and subject line Re: Bug#679119: /usr/bin/dropbox: This package stalls at 99% 
when downloading the actuall dropbox binary. Hangs the entire process.
has caused the Debian Bug report #679119,
regarding /usr/bin/dropbox: This package stalls at 99% when downloading the 
actuall dropbox binary. Hangs the entire process.
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.)


-- 
679119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nautilus-dropbox
Version: 0.7.1-2
Severity: grave
File: /usr/bin/dropbox
Justification: renders package unusable

Dear Maintainer,
Seems that the existing bug is similiar if not the same issue, therefore I
didn't bother openiing a new bug. I'll try installing the dropbox binary from
upstream and re-installing this package to see if that's a workable
solution/work-a-round.

Should be fixed though if this package is going to remain in the Debian
repositories.

Cheers,
Stephen
marathon.duran...@gmail.com



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

Kernel: Linux 3.2.0-2-486
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nautilus-dropbox depends on:
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-33
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libfontconfig1   2.9.0-6
ii  libfreetype6 2.4.9-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgtk-3-0   3.4.2-1
ii  libnautilus-extension1a  3.4.2-1
ii  libpango1.0-01.30.0-1
ii  policykit-1  0.105-1
ii  procps   1:3.3.3-2
ii  python   2.7.3~rc2-1
ii  python-gpgme 0.2-2
ii  python-gtk2  2.24.0-3

nautilus-dropbox recommends no packages.

Versions of packages nautilus-dropbox suggests:
ii  nautilus  3.4.2-1

-- no debconf information


---End Message---
---BeginMessage---
On Tue, 26 Jun 2012, Raphael Hertzog wrote:
 You did open a new bug :-) but this issue is known from upstream. It will be
 fixed shortly in theory.

The actual problem is gone. The underlying problem with https will be fixed in
the next upstream version.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/

---End Message---