Bug#754643: gradle: FTBFS: Caused by: java.lang.RuntimeException: Could not determine the local IP addresses for this machine.

2014-07-14 Thread gregor herrmann
On Mon, 14 Jul 2014 23:07:34 -0700, tony mancill wrote:

> On 07/12/2014 08:21 PM, Miguel Landaeta wrote:

> > I'm unable to run gradle in a clean cowbuilder chroot. It dies on me
> > with a java.lang.RuntimeException error.

> > FAILURE: Build failed with an exception.
> > * What went wrong:
> > Execution failed for task ':compileGroovy'.
> >> Could not determine the local IP addresses for this machine.

> Is it possible that it's trying to make a connection to your X server?

(Without having looked at the package:)
Maybe this is yet another instance of #753944
("pbuilder: USENETWORK=no breaks package builds"). 

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
   `-   BOFH excuse #426:  internet is needed to catch the etherbunny 


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



Bug#754655: polarssl: CVE-2014-4911: Denial of Service against GCM enabled servers and clients

2014-07-14 Thread Salvatore Bonaccorso
Hi,

Attached is a (not-yet tested) proposed debdiff for wheezy-security.

Regards,
Salvatore
diff -Nru polarssl-1.2.9/debian/changelog polarssl-1.2.9/debian/changelog
--- polarssl-1.2.9/debian/changelog 2014-02-25 20:46:03.0 +0100
+++ polarssl-1.2.9/debian/changelog 2014-07-15 06:52:47.0 +0200
@@ -1,3 +1,12 @@
+polarssl (1.2.9-1~deb7u3) wheezy-security; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Add CVE-2014-4911.patch patch.
+CVE-2014-4911: Fix Denial of Service against GCM enabled servers (and
+clients). (Closes: #754655)
+
+ -- Salvatore Bonaccorso   Tue, 15 Jul 2014 06:39:38 +0200
+
 polarssl (1.2.9-1~deb7u2) stable-proposed-updates; urgency=medium
 
   * Fix FTBFS bug due to expired certificates, backport from upstream 1.3.4,
diff -Nru polarssl-1.2.9/debian/patches/CVE-2014-4911.patch 
polarssl-1.2.9/debian/patches/CVE-2014-4911.patch
--- polarssl-1.2.9/debian/patches/CVE-2014-4911.patch   1970-01-01 
01:00:00.0 +0100
+++ polarssl-1.2.9/debian/patches/CVE-2014-4911.patch   2014-07-15 
06:52:47.0 +0200
@@ -0,0 +1,43 @@
+Description: Fix CVE-2014-4911
+ Denial of Service against GCM enabled servers (and clients)
+Origin: upstream, 
https://github.com/polarssl/polarssl/commit/5bad6afd8c72b2c3a6574dff01ca5f8f2f04800a
+Bug-Debian: https://bugs.debian.org/754655
+Forwarded: not-needed
+Author: Salvatore Bonaccorso 
+Last-Update: 2014-07-14
+Applied-Upstream: 1.2.11
+
+--- a/library/ssl_tls.c
 b/library/ssl_tls.c
+@@ -1237,6 +1237,9 @@ static int ssl_decrypt_buf( ssl_context
+ size_t dec_msglen;
+ unsigned char add_data[13];
+ int ret = POLARSSL_ERR_SSL_FEATURE_UNAVAILABLE;
++unsigned char taglen = 16;
++unsigned char explicit_iv_len = ssl->transform_in->ivlen -
++ssl->transform_in->fixed_ivlen;
+ 
+ #if defined(POLARSSL_AES_C) && defined(POLARSSL_GCM_C)
+ if( ssl->session_in->ciphersuite == TLS_RSA_WITH_AES_128_GCM_SHA256 ||
+@@ -1244,11 +1247,16 @@ static int ssl_decrypt_buf( ssl_context
+ ssl->session_in->ciphersuite == 
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 ||
+ ssl->session_in->ciphersuite == 
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 )
+ {
+-dec_msglen = ssl->in_msglen - ( ssl->transform_in->ivlen -
+-ssl->transform_in->fixed_ivlen );
+-dec_msglen -= 16;
+-dec_msg = ssl->in_msg + ( ssl->transform_in->ivlen -
+-  ssl->transform_in->fixed_ivlen );
++if( ssl->in_msglen < explicit_iv_len + taglen )
++{
++ SSL_DEBUG_MSG( 1, ( "msglen (%d) < explicit_iv_len (%d) "
++ "+ taglen (%d)", ssl->in_msglen,
++ explicit_iv_len, taglen ) );
++ return( POLARSSL_ERR_SSL_INVALID_MAC );
++}
++dec_msglen = ssl->in_msglen - explicit_iv_len - taglen;
++
++dec_msg = ssl->in_msg + explicit_iv_len;
+ dec_msg_result = ssl->in_msg;
+ ssl->in_msglen = dec_msglen;
+ 
diff -Nru polarssl-1.2.9/debian/patches/series 
polarssl-1.2.9/debian/patches/series
--- polarssl-1.2.9/debian/patches/series2014-02-16 12:14:44.0 
+0100
+++ polarssl-1.2.9/debian/patches/series2014-07-15 06:52:47.0 
+0200
@@ -2,3 +2,4 @@
 02-makefile-destdir-fix.patch
 03-library-makefile-adjustments.patch
 04-update-certs-in-testsuite.patch
+CVE-2014-4911.patch


Bug#753444: Bug#753542: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-14 Thread Emilio Pozuelo Monfort
On 14/07/14 23:17, Niko Tyni wrote:
> On Mon, Jul 14, 2014 at 09:34:35AM +0200, Emilio Pozuelo Monfort wrote:
>> On 14/07/14 09:05, Niko Tyni wrote:
> 
>>> So can I go ahead with dropping perlapi-5.18.2 or do we need to dig in
>>> the libimager-perl/libpng problem first?
>>
>> If you're ok with removing libimager-perl, libimager-qrcode-perl and
>> libmojomojo-perl from testing if those don't get fixed in time, then yes.
> 
>> As for sereal, we'd need to remove libsereal-{en,de}coder-perl,
>> libsession-storage-secure-perl and libdancer-session-cookie-perl.
> 
> The libimager-perl/libpng thing looks thorny enough that I don't
> think we should wait for that.  The libsereal-encoder-perl package
> has been failing on s390x for a long time, if it has to be removed
> then so be it.
> 
> I've just uploaded perl_5.18.2-7 providing only perlapi-5.18.2d on s390x
> and closing this bug (#753444).

Sounds good, thanks for your work!

Emilio


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



Bug#754643: gradle: FTBFS: Caused by: java.lang.RuntimeException: Could not determine the local IP addresses for this machine.

2014-07-14 Thread tony mancill
On 07/12/2014 08:21 PM, Miguel Landaeta wrote:
> Package: src:gradle
> Version: 1.5-1
> Severity: serious
> Justification: fails to build from source (but built successfully in the past)
> 
> I'm unable to run gradle in a clean cowbuilder chroot. It dies on me
> with a java.lang.RuntimeException error.
> 
> Since gradle build-depends on itself this is a FTBFS bug.
> This doesn't happen when I run it outside a chroot.
> 
> Relevant error message:
> 
> [snip]
> 
>  fakeroot debian/rules clean
> dh clean --with javahelper
>dh_testdir
>debian/rules override_dh_auto_clean
> make[1]: Entering directory '/tmp/buildd/gradle-1.5'
> dh_auto_clean
> gradle --project-prop finalRelease=true --stacktrace --offline clean
> :buildSrc:clean UP-TO-DATE
> :buildSrc:compileJava UP-TO-DATE
> :buildSrc:compileGroovy FAILED
> 
> FAILURE: Build failed with an exception.
> 
> * What went wrong:
> Execution failed for task ':compileGroovy'.
>> Could not determine the local IP addresses for this machine.

Hi Miguel,

Is it possible that it's trying to make a connection to your X server?
When I try to build in a chroot from a shell where DISPLAY is set, the
build dies with an error that it cannot connect to :0.  But if I unset
DISPLAY before starting the build, it completes successfully (3x in a
row now).

I haven't looked into it in more depth, but maybe the build can just
unset DISPLAY?

Cheers,
tony



signature.asc
Description: OpenPGP digital signature


Bug#584162: marked as done (ssmtp: Partial loss of message body, sending message to wrong recipicients)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Tue, 15 Jul 2014 01:33:47 +
with message-id 
and subject line Bug#584162: fixed in ssmtp 2.64-8
has caused the Debian Bug report #584162,
regarding ssmtp: Partial loss of message body, sending message to wrong 
recipicients
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.)


-- 
584162: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ssmtp
Version: 2.64-4
Severity: important


Summary:

The simple satellite MTA ssmtp cannot properly handle e-mail messages
already formatted with network ("DOS") line endings.  Such messages
may lose parts of the body, sent to the wrong recipicients, or have
their last lines stripped for a related error.


Versions affected:

2.62 (Debian lenny 2.62-3)
2.64 (Debian testing 2.64-4)

Other versions not tested.


Background:

In the *ix world, line endings are marked by the line feed ("\n")
character only.  In line-based network communication like SMTP
however, the sequence required for that is carriage return - line feed
("\r\n").  Therefore an injecting MTA must take care this requirement
is met.  There is no rule - or none I am aware or could think of -
that forbids the application from already doing that conversion.
Therefore the MTA /must/ do the conversion only if required.  The
latter is at least a consequence of the robustness principle.


Details:

The ssmtp MTA is completely unaware of \r\n line endings, they are
treated as if \r was a character without any special meanings at all.
For all messages that are piped to ssmtp with network line endings,
this has a lot of consequences:

1. The empty line separating header and body, technically the first
   \r\n\r\n sequence is not detected as such.  Instead, this and all
   lines of the body are treated as header lines, and just due to
   ssmtp's liberal understanding of an e-mail header, no harm is done
   in general.

2. With the "From:" header line as exception, all lines read from
   stdin are still converted into "network", creating line endings
   with a duplicated CR character, i.e. \r\r\n.  The receiving MTA
   will hopefully deal with that (Postfix does, other not tested).

3. If ssmtp was called with the "-t" paramater (quite common), a line
   in the body that begins with the characters "To:", "Bcc:" or "CC:"
   (in arbitrary capitalisation) is treated as a recipicient's
   specification and ssmtp will send a copy of the message to that
   address.  This could happen in an e-mail reply where the MUA puts
   the original addressing information into the body (i.e. that
   "-Original Message-" stuff).  More things happen if the
   line after such a line begins with a space.

   Lines beginning with "From:" are appearently stripped, I didn't
   investigate why precisely.

4. If a longer paragraph, roughly 2000 characters, is indented by one
   or more space characters, this text will be treated as a single,
   "folded" header line.  However, when sending out header lines, only
   the first 2048 characters are actually printed, the rest silently
   dropped.  This will cut out text out the body right in the middle
   of the message.

5. On a related note, if the last line of the message is piped without
   a line ending, this line will be discarded.  If that line begins
   with a space character, also all previous lines are lost up to and
   including the first line that is empty or begins with a non-space
   character.

How to repeat:

See the attached tar ball.  It contains three messages that are not
handled properly if piped to "/usr/sbin/ssmtp -oi -t".  I suggest
to use a packet sniffer to verify as the receiving MTA may alter
line endings.


How to fix:

* The header_parse function needs a major re-write.

* The standardise function needs to be \r-aware, this is rather easy.

* Document the limit of logical header lines in the manpage.

Usually I provide patches to ease fixing but the amount of changes
that are required for header_parse leave me in the feeling this should
be done upstream.

Cheers,

Christoph

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

Kernel: Linux 2.6.32.13 (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 ssmtp depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  libgnutls26  

Processed: Re: [Pkg-utopia-maintainers] Bug#754850: upower: no suspend/hibernate on non-systemd systems

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

> reassign 754850 xfce4-session
Bug #754850 [upower] upower: no suspend/hibernate on non-systemd systems
Bug reassigned from package 'upower' to 'xfce4-session'.
No longer marked as found in versions upower/0.99.0-3.
Ignoring request to alter fixed versions of bug #754850 to the same values 
previously set
> forcemerge 752425 754850
Bug #752425 [xfce4-session] xfce4-session: upower-1.0 transition
Bug #754850 [xfce4-session] upower: no suspend/hibernate on non-systemd systems
Set Bug forwarded-to-address to 
'https://bugzilla.xfce.org/show_bug.cgi?id=9952'.
Severity set to 'serious' from 'important'
Marked as found in versions xfce4-session/4.10.1-6.
Added tag(s) patch.
Merged 752425 754850
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752425
754850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754850
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#754846: upower upgrade breaks xfce4-power-manager suspend

2014-07-14 Thread Ben Caradoc-Davies
Problem confirmed by downgrading upower 0.9.23-2+b2, which immediately 
fixes the issue.


--
Ben Caradoc-Davies 


--
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-utopia-maintainers] Bug#754846: upower upgrade breaks xfce4-power-manager suspend

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

> reassign 754846 xfce4-power-manager
Bug #754846 [upower] upower upgrade breaks xfce4-power-manager suspend
Bug reassigned from package 'upower' to 'xfce4-power-manager'.
No longer marked as found in versions upower/0.99.0-3.
Ignoring request to alter fixed versions of bug #754846 to the same values 
previously set
> forcemerge 752428 754846
Bug #752428 [xfce4-power-manager] xfce4-power-manager: upower-1.0 transition
Bug #754846 [xfce4-power-manager] upower upgrade breaks xfce4-power-manager 
suspend
Set Bug forwarded-to-address to 
'https://bugzilla.xfce.org/show_bug.cgi?id=10811'.
Severity set to 'serious' from 'important'
Marked as found in versions xfce4-power-manager/1.2.0-4.
Added tag(s) pending, fixed-upstream, and patch.
Merged 752428 754846
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752428
754846: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754846
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#754848: helpviewer.app: Crashes on startup

2014-07-14 Thread Yavor Doganov
Package: helpviewer.app
Version: 0.3-7+b4
Severity: grave
Justification: renders package unusable

$ HelpViewer 
2014-07-15 02:09:26.144 HelpViewer[5068] Exception occured while
loading model: Codepoint out of range in constant string
2014-07-15 02:09:26.145 HelpViewer[5068] Failed to load Gorm
2014-07-15 02:09:26.146 HelpViewer[5068] Cannot load the main model
file 'Main'
Нарушение на разделянето(segfault)

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

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

Versions of packages helpviewer.app depends on:
ii  gnustep-back0.24   0.24.0-2
ii  gnustep-base-runtime   1.24.6-2
ii  gnustep-common [gnustep-fslayout-fhs]  2.6.6-2
ii  gnustep-gui-runtime0.24.0-2
ii  libc6  2.19-7
ii  libgnustep-base1.241.24.6-2
ii  libgnustep-gui0.24 0.24.0-2
ii  libobjc4   4.9.0-10

helpviewer.app recommends no packages.

helpviewer.app 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#754736: fwsnort is missing a dependency on NetAddr::IP Perl module

2014-07-14 Thread isis agora lovecruft
I've patched the debian/control file to fix the dependency issues. The
patches are in my fork of
https://alioth.debian.org/anonscm/git/collab-maint/fwsnort.git, which
is available publicly at:

  https://github.com/isislovecruft/fwsnort

The patches consist of top two from the following commits, and they
are in my branch named `fix/754736`, based upon the `debian` branch of
https://alioth.debian.org/anonscm/git/collab-maint/fwsnort.git :

* c055cfb798e58a0c8e2b5393808a6e7d77cb887e (HEAD, isislovecruft/fix/754736, 
fix/754736) Add dependency on libnet-rawip-perl.
* 94825f8e60c004d6e36920ba17c68fd97744732d Remove libnet-ip-perl dependency; 
add libnetaddr-ip-perl.
* 2d0395545d69a12755b19499fe7a8c996a24c882 (tag: debian/1.6.3-1, debian, 
origin/debian, origin/HEAD) * Removed patch directory which is now useless.

Thanks for working on Debian!

-- 
 ♥Ⓐ isis agora lovecruft
_
GPG: 4096R/A3ADB67A2CDB8B35
Current Keys: https://blog.patternsinthevoid.net/isis.txt


signature.asc
Description: Digital signature


Processed: Re: Bug#663388 closed by Yavor Doganov (Bug#663388: fixed in gnustep-back 0.24.0-2)

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

> reopen 663388
Bug #663388 {Done: Yavor Doganov } [gnustep-back-common] 
gnustep-back-common: unowned files after purge (policy 6.8, 10.8) violating FHS 
(policy 9.1) too
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions gnustep-back/0.24.0-2.
> found 663388 0.24.0-2
Bug #663388 [gnustep-back-common] gnustep-back-common: unowned files after 
purge (policy 6.8, 10.8) violating FHS (policy 9.1) too
Marked as found in versions gnustep-back/0.24.0-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
663388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663388
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#754634: marked as done (redis: FTBFS on kfreebsd-*: error: 'TCP_KEEPIDLE' undeclared)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 22:20:43 +
with message-id 
and subject line Bug#754634: fixed in redis 2:2.8.13-1
has caused the Debian Bug report #754634,
regarding redis: FTBFS on kfreebsd-*: error: 'TCP_KEEPIDLE' undeclared
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.)


-- 
754634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754634
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: redis
Version: 2:2.8.12-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
| cd hiredis && make static
| make[4]: Entering directory '/«PKGBUILDDIR»/deps/hiredis'
| cc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes 
-Wwrite-strings -g -ggdb  net.c
| net.c: In function 'redisKeepAlive':
| net.c:143:37: error: 'TCP_KEEPIDLE' undeclared (first use in this function)
|  if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &val, sizeof(val)) < 0) {
|  ^
| net.c:143:37: note: each undeclared identifier is reported only once for each 
function it appears in
| net.c:150:37: error: 'TCP_KEEPINTVL' undeclared (first use in this function)
|  if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &val, sizeof(val)) < 0) {
|  ^
| net.c:156:37: error: 'TCP_KEEPCNT' undeclared (first use in this function)
|  if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &val, sizeof(val)) < 0) {
|  ^
| Makefile:118: recipe for target 'net.o' failed

Full build logs:
  
https://buildd.debian.org/status/fetch.php?pkg=redis&arch=kfreebsd-amd64&ver=2%3A2.8.12-1&stamp=1404581093
  
https://buildd.debian.org/status/fetch.php?pkg=redis&arch=kfreebsd-i386&ver=2%3A2.8.12-1&stamp=1404585017

Mraw,
KiBi.
--- End Message ---
--- Begin Message ---
Source: redis
Source-Version: 2:2.8.13-1

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

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

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated redis package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Jul 2014 22:49:15 +0100
Source: redis
Binary: redis-server redis-tools
Architecture: source i386
Version: 2:2.8.13-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb 
Changed-By: Chris Lamb 
Description: 
 redis-server - Persistent key-value database with network interface
 redis-tools - Persistent key-value database with network interface (client)
Closes: 754634
Changes: 
 redis (2:2.8.13-1) unstable; urgency=low
 .
   * New upstream release.
   * Synchronise ./debian/redis.conf with ./redis.conf.
   * Update 03-use-system-jemalloc.diff.
   * Fix FTBFS under kfreebsd (Closes: #754634)
Checksums-Sha1: 
 92a2e0af8b59ecb647315863939b9c4428a38278 1245 redis_2.8.13-1.dsc
 a72925a35849eb2d38a1ea076a3db82072d4ee43 1227538 redis_2.8.13.orig.tar.gz
 52a32e6d5ff27c9cce97705cda1be2770bb59247 23569 redis_2.8.13-1.debian.tar.gz
 da13777ffac7e0069f5a719f6369b2b1b0eb17ad 296674 redis-server_2.8.13-1_i386.deb
 bd9bdd71cbc59876f5e84c07b470f9965bc4f993 75814 redis-tools_2.8.13-1_i386.deb
Checksums-Sha256: 
 b4bdc56d43fbbacc357438e6bc74dd1086b86107c57e7dfeb682d66befa84576 1245 
redis_2.8.13-1.dsc
 b87bc83d13b9bf1f20d41a0efd06eda78b80002e013566d8b69c332e0cbccb08 1227538 
redis_2.8.13.orig.tar.gz
 29e88c44e9f5eaec2aaed865b31f9308b14e5860fe72aef642b34023aa9cad45 23569 
redis_2.8.13-1.debian.tar.gz
 ed8992501922039e59ff58efde9c37de9c72e212b80066649f8887badcf1cc05 296674 
redis-server_2.8.13-1_i386.deb
 196d26b7de7ddcbc2291618b810f2de3ac86ed7483f4c9e0426d491568208954 75814 
redis-tools_2.8.13-1_i386.deb
Files: 
 c83cf9004256f1a3bd3bc1676b367147 1245 database optional redis_2.8.13-1.dsc
 ea92053cbb6f4eb8a4347dbaac7d7dff 1227538 database optional 
redis_2.8.13.orig.tar.gz
 f190528c262a9aef1ff1376305ac68d2 23569 database optional 
redis_2.8.13-1.debian.tar.gz
 a56e924dd7b6877481ab9588d5b9828f 296674 database optional 
redis-server_2.8.13-1_i386.deb
 a0d7337cb9cbe66a9904c0d193159e28 75814 database optional 
redis-tools_2.8.13-1_i386.deb

-BEGIN

Bug#663388: closed by Yavor Doganov (Bug#663388: fixed in gnustep-back 0.24.0-2)

2014-07-14 Thread Yavor Doganov
reopen 663388
found 663388 0.24.0-2
thanks

On Mon, Jul 07, 2014 at 05:57:19PM +, Debian Bug Tracking System wrote:
>* Upload to unstable; should finally fix the piuparts issue once
>  mknfonts.tool is binNMUed (Closes: #663388).

That would have been true if I didn't make one stupid change in
0.24.0-1 :/


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



Bug#754840: packages should not build-depend on binutils-dev

2014-07-14 Thread Matthias Klose
Package: axiom,gcl,hol88,axiom
Severity: serious

Packages which were not updated upstream for over a decade should not start
build-depending on binutils-dev. There is absolutely NO reason to rely on the
UNSTABLE libbfd ABI.  Please drop these build dependencies again.


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



Bug#752725: marked as done (zatacka: FTBFS - malformed patch 0001-kfreebsd.patch)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 21:39:50 +
with message-id 
and subject line Bug#752725: fixed in zatacka 0.1.8-4
has caused the Debian Bug report #752725,
regarding zatacka: FTBFS - malformed patch 0001-kfreebsd.patch
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.)


-- 
752725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752725
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: zatacka
Version: 0.1.8-3
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
I: Running /usr/bin/dpkg-buildpackage -rfakeroot -us -uc ${DEBBUILDOPTS}
dpkg-buildpackage: source package zatacka
dpkg-buildpackage: source version 0.1.8-3
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Alexandre Dantas 
 dpkg-source --before-build zatacka-0.1.8
dpkg-buildpackage: host architecture amd64
dpkg-source: error: expected ^--- in line 4 of diff 
`zatacka-0.1.8/debian/patches/0001-kfreebsd.patch'
dpkg-buildpackage: error: dpkg-source --before-build zatacka-0.1.8 gave error 
exit status 25


Indeed 0001-kfreebsd.patch appears to be lacking a newline before the ---.

Best,
Michael



pgpK2lBj48XDt.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: zatacka
Source-Version: 0.1.8-4

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

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

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

Debian distribution maintenance software
pp.
Alexandre Dantas  (supplier of updated zatacka 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Jun 2014 15:40:41 -0400
Source: zatacka
Binary: zatacka
Architecture: source amd64
Version: 0.1.8-4
Distribution: unstable
Urgency: low
Maintainer: Alexandre Dantas 
Changed-By: Alexandre Dantas 
Description:
 zatacka- arcade multiplayer game like nibbles
Closes: 752725
Changes:
 zatacka (0.1.8-4) unstable; urgency=low
 .
   [ Alexandre Dantas ]
   * Fixed newline issue on patch files (Closes: #752725)
   * Update Vcs links on debian/control
 .
   [ Anton Gladky ]
   * Set Standards-Version: 3.9.5. No changes.
Checksums-Sha1:
 6c2c429071e382cdfe0128b6dc1c1e87fa7fbc19 1912 zatacka_0.1.8-4.dsc
 1b6c388696aa4f9b31abfe03e80c0f8e8eac4ff2 11836 zatacka_0.1.8-4.debian.tar.xz
 699a85617949e8060a5f044c4dd7e933dacbd20e 65466 zatacka_0.1.8-4_amd64.deb
Checksums-Sha256:
 b3089196a24cc32296617c8787be971bde49b0ceaa9bdcddb0e61338ed8e9ec4 1912 
zatacka_0.1.8-4.dsc
 4964d293209f03e513d6e71f0d7cc29d0fb0be4e419d5d5621df53444ff28d46 11836 
zatacka_0.1.8-4.debian.tar.xz
 c6befb8221bcca2d064a0eb7d5856892121b12a9d64e92a112438cb7684a48d3 65466 
zatacka_0.1.8-4_amd64.deb
Files:
 b8d2944d9ff70ffa077fa986dffe7a8c 65466 games optional zatacka_0.1.8-4_amd64.deb
 8d1171096ffab26e5b37b1e5fb1b81a3 1912 games optional zatacka_0.1.8-4.dsc
 9a0ec739ce07d86de8b3ee13e10c9630 11836 games optional 
zatacka_0.1.8-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTxEqwAAoJENPhc4PPp/8Gb/wP/0vIBqHhHSpJyLNkE56yeewJ
YGGqrHlGWu/3eIfH/NwveUGelMiqs63BmhYtpBdAFc1a6lGdzR6lcX2wc7sd5CvO
c/tI3fnSjigVC7yPrKk8OOnWvr2bdgcxW5KKpLMOudvj8QTZHHZMwQLRoBmvhXby
P2MQHOEaMU10zDY7Ok+b166crn3+ljQoDPOs9pVQRpuqv1cOX/7fz2Te/5KO0CKl
h7wYLOoW8/UQhDsmTk8ofRa0LrpazXnMFRBU5D3bxBp1EOxTatoL0+4J3ui0yz3v
4VwT/AXv6Q/Nc0YAWlfPNWkSsCxOGan4Hp/nmU0cUMeYFIQ4EueU/Zq4BmD2cqLb
sxHUNMruDLyz+xvpE6DLub62i43CnPUuuDVmaYiaH9MIBxWFaiPkujCGVAuq5W0X
aZpOgxzaPxktFWfsFt5JOdsLeDOkgo2ZCnZDz+ZKFZVG0m24Gg78klM2Rg/TNwcG
556OwlSWwnEw9FB4V5MEgvBzeGsnDmoiZKBYnaMa1FJLT0ONefbrWNSGQI6+t/7S
SJlC4S3D9L0RfFJcVwOGPaX9+o62GQcY/thpMFLnz3M2YPr4LRLlL8GBDQyQpdG5
MGVgeiKxbmirTu0DPrwg6ClbhyMPIiB2f3N2xFKzDvD3+fqHvlLys5VYuXo8rGH+
aEoGyHFCWhOOeO4aHMEG
=qGF4
-END PGP SIGNATURE End Message ---


Bug#753592: marked as done (interruption code 0x4003B in libperl.so.5.18.2[3fffcfff000+1d0000])

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 21:38:50 +
with message-id 
and subject line Bug#753444: fixed in perl 5.18.2-7
has caused the Debian Bug report #753444,
regarding interruption code 0x4003B in libperl.so.5.18.2[3fffcfff000+1d]
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.)


-- 
753444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: perl-base
Version: 5.18.2-4+b1
Severity: grave
X-Debbugs-CC: debian-s...@lists.debian.org

Justification: essential package broken, affects other packages, prevents
system upgrade.

For now, this bug appears to affect only the s390x architecture of Debian
testing (jessie), since all other architectures still use version 5.18.2-4.

While performing an "apt-get --purge dist-upgrade" on my s390x jessie system,
I encountered errors such as this immediately after perl-base was unpacked:

-

Use of uninitialized value $ARGV[0] in string eq at /usr/share/debconf/frontend 
line 17.
Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 24.
Use of uninitialized value $ARGV[0] in concatenation (.) or string at 
/usr/share/debconf/frontend line 60.
Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 61.
Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 62.
Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 72.
Use of uninitialized value $r in  at 
/usr/share/perl5/Debconf/ConfModule.pm line 72.
readline() on unopened filehandle at /usr/share/perl5/Debconf/ConfModule.pm 
line 72.

-

These error messages occurred on the user terminal session.
On the system console, errors such as these were encountered:

-

User process fault: interruption code 0x4003B in 
libperl.so.5.18.2[3fffcfff000+1d]
failing address: 0
  
-

This prevented a successful upgrade, as all packages which are
configured through debconf failed their configuration.

According to the changelog, there are no source changes between
5.18.2-4 and 5.18.2-4+b1, only a recompile against a newer C library.
Either something went wrong with the package build, or the new C
library has exposed a previously-hidden bug.  Version 5.20.0-1
from experimental solves the problem, but breaks other packages,
such as libhtml-parser-perl, liblocale-gettext-perl, etc., which
now have unmet dependencies.  No newer versions of these packages
are available.  Therefore, I have had to downgrade perl-base from
version 5.18.2-4+b1 to 5.18.2-4 and put the package on hold.
I also downgraded perl to version 5.18.2-4 and put it on
hold.  perl-modules is still at 5.18.2-4, but I put it on hold too,
for good measure.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-
--- End Message ---
--- Begin Message ---
Source: perl
Source-Version: 5.18.2-7

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

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

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

Debian distribution maintenance software
pp.
Niko Tyni  (supplier of updated perl 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 23:13:55 +0300
Source: perl
Binary: perl-base libcgi-fast-perl perl-doc perl-debug libperl5.18 libperl-dev 
perl-modules perl
Architecture: source all amd64
Version: 5.18.2-7
Distribution: unstable
Urgency: medium
Maintainer: Niko Tyni 
Changed-By: Niko Tyni 
Description:
 libcgi-fast-perl - CGI::Fast Perl module
 libperl-dev - Perl library: development files
 libperl5.18 - shared Perl library
 perl   - Larry Wall's Practical Extraction and Report Language
 perl-base  - minimal Perl system
 perl-debug - debug-enabled Perl interpreter
 perl-doc   - Perl documentation
 perl-modules - Core Perl modules
Closes: 753444
Changes:
 perl (5.18.2-7) unstable; urgency=medium
 .
   * No longer Provide perlapi-5.18.1 and .2 on s390x. This completes
 the jmp_buf transition. (Closes: #753444)
   * Only disable the -ftree-vrp optimization on mips.
 Thanks to Aur

Bug#753444: marked as done (perl-base - Segfaults in libperl.so.5.18)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 21:38:50 +
with message-id 
and subject line Bug#753444: fixed in perl 5.18.2-7
has caused the Debian Bug report #753444,
regarding perl-base - Segfaults in libperl.so.5.18
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.)


-- 
753444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: perl-base
Version: 5.18.2-4+b1
Severity: grave

On s390x perl fails to run debconf and segfaults later on:

| $ gdb --args perl /usr/share/debconf/frontend
| GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1.1)
| Copyright (C) 2013 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later 
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
| and "show warranty" for details.
| This GDB was configured as "s390x-linux-gnu".
| For bug reporting instructions, please see:
| ...
| Reading symbols from /usr/bin/perl...(no debugging symbols found)...done.
| (gdb) run
| Starting program: /usr/bin/perl /usr/share/debconf/frontend
| warning: Could not load shared library symbols for linux-vdso64.so.1.
| Do you need "set solib-search-path" or "set sysroot"?
| [Thread debugging using libthread_db enabled]
| Using host libthread_db library "/lib/s390x-linux-gnu/libthread_db.so.1".
| debconf: DbDriver "passwords" warning: could not open 
/var/cache/debconf/passwords.dat: Permission denied
| Use of uninitialized value $ARGV[0] in string eq at 
/usr/share/debconf/frontend line 17.
| Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 24.
| Use of uninitialized value $ARGV[0] in concatenation (.) or string at 
/usr/share/debconf/frontend line 60.
| Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 61.
| Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 62.
| Use of uninitialized value $ARGV[0] in pattern match (m//) at 
/usr/share/debconf/frontend line 72.
| Use of uninitialized value $r in  at 
/usr/share/perl5/Debconf/ConfModule.pm line 72.
| readline() on unopened filehandle at /usr/share/perl5/Debconf/ConfModule.pm 
line 72.
| 
| Program received signal SIGSEGV, Segmentation fault.
| 0x03fffded8838 in ?? () from /usr/lib/libperl.so.5.18
| (gdb) bt
| #0  0x03fffded8838 in ?? () from /usr/lib/libperl.so.5.18
| #1  0x03fffdeceba0 in ?? () from /usr/lib/libperl.so.5.18
| #2  0x03fffded8f60 in Perl_sv_clean_objs () from /usr/lib/libperl.so.5.18
| #3  0x03fffde45634 in perl_destruct () from /usr/lib/libperl.so.5.18
| #4  0x8f30 in main ()
| (gdb) 

This breaks installation of glibc binary packages like tzdata.  As there
are no debugging infos available, no further information can be shown.

Bastian
--- End Message ---
--- Begin Message ---
Source: perl
Source-Version: 5.18.2-7

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

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

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

Debian distribution maintenance software
pp.
Niko Tyni  (supplier of updated perl 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 23:13:55 +0300
Source: perl
Binary: perl-base libcgi-fast-perl perl-doc perl-debug libperl5.18 libperl-dev 
perl-modules perl
Architecture: source all amd64
Version: 5.18.2-7
Distribution: unstable
Urgency: medium
Maintainer: Niko Tyni 
Changed-By: Niko Tyni 
Description:
 libcgi-fast-perl - CGI::Fast Perl module
 libperl-dev - Perl library: development files
 libperl5.18 - shared Perl library
 perl   - Larry Wall's Practical Extraction and Report Language
 perl-base  - minimal Perl system
 perl-debug - debug-enabled Perl interpreter
 perl-doc   - Perl documentation
 perl-modules - Core Perl modules
Closes: 753444
Changes:
 perl (5.18.2-7) unstable; urgency=medium
 .
   * No longer Provide perlapi-5.18.1 and .2 on s390x. This completes
 the jmp_bu

Bug#750770: marked as done (libsereal-decoder-perl: FTBFS on various architectures)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 23:29:07 +0200
with message-id <20140714212907.ga9...@jadzia.comodo.priv.at>
and subject line Re: Bug#750770: libsereal-decoder-perl: FTBFS on various 
architectures
has caused the Debian Bug report #750770,
regarding libsereal-decoder-perl: FTBFS on various architectures
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.)


-- 
750770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750770
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsereal-decoder-perl
Version: 3.001-1
Severity: serious
Tags: upstream
Justification: fails to build from source (but built successfully in the past)

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

libsereal-decoder-perl 3.001-1 doesn't build on several
architectures:
https://buildd.debian.org/status/logs.php?pkg=libsereal-decoder-perl&ver=3.001-1&suite=sid

Cheers,
gregor

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJrBAEBCgBVBQJTkfrkThSAAB0AKGlzc3Vlci1mcHJAZ3BnLmNvbW9kby5w
cml2LmF0RDFFMTMxNkU5M0E3NjBBODEwNEQ4NUZBQkIzQTY4MDE4NjQ5QUEwNgAK
CRC7OmgBhkmqBoimD/9xLfWS2sqCSq3kMRU2/xEqHkN+qkU69a9BgPIRCfsSvOOE
eyigUQVCCdQw9pz5xgPjy58EYSk6mDMoVluAvZ8UUhp9r0VcwlD5I7wUfaFAZE/V
YxRsDcZdHsABpattMT9Tnv8z5tbLn85ttR+7FSFNfig3JFzteAHOui6uGQ7QGdv0
BJcbYneoY+Wkh+BL95pSzVMRIJ2TF6zfSeUVuJLsAIxIYuuMw/CqCOQKPZAj6RrJ
gy8utL/vjumGWAcLubAb4N2ek5TUtdlFiTLX7T1i0k1HKZC/hUu8tb3Cl450MvcI
FVeDnUH/+hviNAbEM/ZNDj9+YR47zrYcXGN2U6X3wbbZiKHqLHg2AkIDxzP0kSd2
+QzRN3WzsDRURFCWSB7TVKhsDTzpF41kd+vPWZjcJey1fNIj47d4Jgx2S90NPd1q
f4625J4GDekMTqIvTMd5e4EMZDOsgprDwDNkFSfSGbx9wkwwFm7X3AL5V4XQkDM8
Bk3stODNTNloYMAwQqoL+HK/amF4AiY5piz82pZ1Gh9GLTFnDcoe2u3XBzhLq15V
sN66qEfnsJLFXTRxtVzIjbIBWYRTVLNUUdrBoT0av1V2exjjfCJyXZfKJ9/6aZTe
oKgqBvgsxi7bCGreVrqWhSq3CLOJ7MY2jcNpaw3ckgUM43W2yVF/1KCGsVDnfA==
=Ayt6
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Version: 3.001.002-1

On Fri, 06 Jun 2014 19:31:16 +0200, gregor herrmann wrote:

> libsereal-decoder-perl 3.001-1 doesn't build on several
> architectures:
> https://buildd.debian.org/status/logs.php?pkg=libsereal-decoder-perl&ver=3.001-1&suite=sid

3.001.002-1 built again everywhere:
https://buildd.debian.org/status/logs.php?pkg=libsereal-decoder-perl&ver=3.001.002-1&suite=sid

Closing the bug with this version.


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: Bruce Springsteen: Valentine's Day


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


Bug#753444: Bug#753542: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-14 Thread Niko Tyni
On Mon, Jul 14, 2014 at 09:34:35AM +0200, Emilio Pozuelo Monfort wrote:
> On 14/07/14 09:05, Niko Tyni wrote:

> > So can I go ahead with dropping perlapi-5.18.2 or do we need to dig in
> > the libimager-perl/libpng problem first?
> 
> If you're ok with removing libimager-perl, libimager-qrcode-perl and
> libmojomojo-perl from testing if those don't get fixed in time, then yes.

> As for sereal, we'd need to remove libsereal-{en,de}coder-perl,
> libsession-storage-secure-perl and libdancer-session-cookie-perl.

The libimager-perl/libpng thing looks thorny enough that I don't
think we should wait for that.  The libsereal-encoder-perl package
has been failing on s390x for a long time, if it has to be removed
then so be it.

I've just uploaded perl_5.18.2-7 providing only perlapi-5.18.2d on s390x
and closing this bug (#753444).
-- 
Niko Tyni   nt...@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#754125: libimager-perl: FTBFS on s390x

2014-07-14 Thread Aurelien Jarno
On Mon, Jul 14, 2014 at 11:44:22PM +0300, Niko Tyni wrote:
> (Cc'ing the libpng maintainers.)
> 
> On Sun, Jul 13, 2014 at 08:12:38PM +0200, Aurelien Jarno wrote:
> 
> > A quick debugging seems to show the problem is on the libpng side.
> > Rebuilding it makes the problem disappear. It looks like it is due to
> > the same issue we are doing this transition, ie the libpng structure
> > expose a jmp_buf structure. I don't really now what to do...
> 
> Ouch. I see. From png.h:
> 
> struct png_struct_def
> {
> #ifdef PNG_SETJMP_SUPPORTED
>jmp_buf jmpbuf;/* used in png_error */
> #endif
> [...]
> 
> PNG_SETJMP_SUPPORTED seems to be the default, if I read pngconf.h
> correctly.
> 
> As libpng was built against libc6-dev_2.17-97 168 days ago and hasn't
> been binNMU'd since, does that mean that all its reverse dependencies
> built against libc6 2.19 (in the last month or so) are potentially broken
> on s390x?  Or do I misunderstand something?

You are correct :-( Currently it seems to not break too much, but as
soon as libpng will be rebuilt, it will break a lot of things...

> Doesn't the fact that it's at the start of the struct make things
> even worse?

Indeed, it *might* have worked if it was at the end.

> There are 500ish packages depending on libpng12-0. So do we need
> an SONAME bump on s390x only? How hard would that be?

I think it is urgent to wait to decide about a global strategy how to
handle that. Upstream suggested to do like Red Hat, ie just rebuild
everything and warn the users their system might break during upgrade.

I have sent a mail to debian-s390 so that we can decide on a strategy.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Processed: Re: apache2/conf.d migration: what should webapp packagers do?

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

> reopen 664761
Bug #664761 {Done: Arno Töll } [apache2] apache2/conf.d 
migration: what should webapp packagers do?
Bug reopened
Ignoring request to alter fixed versions of bug #664761 to the same values 
previously set
> block 669292 by 664761
Bug #669292 [gitweb] gitweb: automatic configuration breaks with apache2 2.4
Bug #669798 [gitweb] gitweb: transition towards Apache 2.4
669292 was not blocked by any bugs.
669292 was blocking: 661958
Added blocking bug(s) of 669292: 664761
669798 was not blocked by any bugs.
669798 was blocking: 661958
Added blocking bug(s) of 669798: 664761
> quit
Stopping processing here.

Please contact me if you need assistance.
-- 
664761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664761
669292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669292
669798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669798
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#754125: libimager-perl: FTBFS on s390x

2014-07-14 Thread Niko Tyni
(Cc'ing the libpng maintainers.)

On Sun, Jul 13, 2014 at 08:12:38PM +0200, Aurelien Jarno wrote:

> A quick debugging seems to show the problem is on the libpng side.
> Rebuilding it makes the problem disappear. It looks like it is due to
> the same issue we are doing this transition, ie the libpng structure
> expose a jmp_buf structure. I don't really now what to do...

Ouch. I see. From png.h:

struct png_struct_def
{
#ifdef PNG_SETJMP_SUPPORTED
   jmp_buf jmpbuf;/* used in png_error */
#endif
[...]

PNG_SETJMP_SUPPORTED seems to be the default, if I read pngconf.h
correctly.

As libpng was built against libc6-dev_2.17-97 168 days ago and hasn't
been binNMU'd since, does that mean that all its reverse dependencies
built against libc6 2.19 (in the last month or so) are potentially broken
on s390x?  Or do I misunderstand something?

Doesn't the fact that it's at the start of the struct make things
even worse?

There are 500ish packages depending on libpng12-0. So do we need
an SONAME bump on s390x only? How hard would that be?
-- 
Niko Tyni   nt...@debian.org


-- 
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): Meh.. word wrapping...

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

> retitle 748805 initrd-tools: Systems on btrfs root fail to boot due to 
> missing module dependency
Bug #748805 [linux-image-3.14-0.bpo.1-amd64] initrd-tools: Systems on btrfs 
root fail to boot due
Changed Bug title to 'initrd-tools: Systems on btrfs root fail to boot due to 
missing module dependency' from 'initrd-tools: Systems on btrfs root fail to 
boot due'
> severity 748805 critical
Bug #748805 [linux-image-3.14-0.bpo.1-amd64] initrd-tools: Systems on btrfs 
root fail to boot due to missing module dependency
Severity set to 'critical' from 'normal'
> tags 748805 patch
Bug #748805 [linux-image-3.14-0.bpo.1-amd64] initrd-tools: Systems on btrfs 
root fail to boot due to missing module dependency
Added tag(s) patch.
> reassign 748805 initramfs-tools 0.115
Bug #748805 [linux-image-3.14-0.bpo.1-amd64] initrd-tools: Systems on btrfs 
root fail to boot due to missing module dependency
Bug reassigned from package 'linux-image-3.14-0.bpo.1-amd64' to 
'initramfs-tools'.
No longer marked as found in versions linux/3.14.4-1~bpo70+1.
Ignoring request to alter fixed versions of bug #748805 to the same values 
previously set
Bug #748805 [initramfs-tools] initrd-tools: Systems on btrfs root fail to boot 
due to missing module dependency
Marked as found in versions initramfs-tools/0.115.
> thx
Unknown command or malformed arguments to command.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
748805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748805
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#754838: grr.app: Cannot add new feeds

2014-07-14 Thread Yavor Doganov
Package: grr.app
Version: 0.9.0-1+b1
Severity: grave
Justification: renders package unusable

On amd64, adding a feed results in:

2014-07-14 20:30:48.495 Grr[16032] Unnamed feed finished loading
https://tracker.debian.org/pkg/grr.app/rss
2014-07-14 20:30:48.497 Grr[16032] Date=Mon, 14 Jul 2014 18:09:18
+, calc'd from Mon, 14 Jul 2014 18:09:18 +, which matched to
%a, %d %b %Y %H:%M:%S %Z (1th try)
2014-07-14 20:30:48.498 Grr[16032] Problem posting notification:
 NAME:NSRangeException REASON:Index
18446744073709551615 is out of range 0 (in 'objectAtIndex:')
INFO:{Array = (); Count = 0; Index = 4294967295; }


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



Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-14 Thread gregor herrmann
On Mon, 14 Jul 2014 21:40:42 +0200, Emilio Pozuelo Monfort wrote:

> On 13/07/14 20:12, Aurelien Jarno wrote:
> > On Sun, Jul 13, 2014 at 03:19:51PM +0200, gregor herrmann wrote:
> >> - libsereal-* FTBFS on various architectures and are perfect removal
> >>   candidates from testing (#742409 and #750770).
> >>   hm, except that libsession-storage-secure-perl depends on them,
> >>   which is depended upon by libdancer-session-cookie-perl. hm.
> > This one is missing support for big-endian architectures.
> These got uploaded with fixes. libsereal-decoder-perl built fine, but
> libsereal-encoder-perl (built against the new libsereal-decoder-perl) failed.

Right, too bad ... It almost builds everywhere, only sparc and s390x
fail.

I'm going to update https://github.com/Sereal/Sereal/issues/47 with
these new results once all build logs are in (or before I go to bed,
whatever happens first).

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: Rolling Stones


signature.asc
Description: Digital Signature


Bug#746863: FTBFS src:insighttoolkit4

2014-07-14 Thread Matt McCormick
Hi,

First, please note I made an error regarding the GCCXML bug tracker --
it is still in the old location. However, Steve's patch has now been
merged upstream.

I was able to reproduce the build error, but it only occurs when using
the gccxml package.  The build completes fine with a local build of
upstream GCCXML Git master.

But, after examining the sources of the package [1] and comparing to
Git master, significant differences are not apparent.

As a result, I suspect it has to do with how GCCXML finds its default
include's.  Punting to Brad King or others for input on this.

Thanks,
Matt

[1] https://packages.debian.org/sid/gccxml

On Sun, Jul 13, 2014 at 12:30 PM, Matt McCormick
 wrote:
> I will see if I can reproduce the build error.
>
> As a side note, the GCCXML bug tracker has moved (now at the
> gccxml/gccxml project on GitHub).  I've created a pull request for
> Steve's stl algo patch here:
>
>   https://github.com/gccxml/gccxml/pull/8


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



Processed: block 754709 with 747012

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

> block 754709 with 747012
Bug #754709 [src:mednafen] mednafen: no longer buildable on 
powerpc/s390x/sparc: libtrio-dev missing
754709 was not blocked by any bugs.
754709 was not blocking any bugs.
Added blocking bug(s) of 754709: 747012
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754709: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754709
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#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-14 Thread Emilio Pozuelo Monfort
On 13/07/14 20:12, Aurelien Jarno wrote:
> On Sun, Jul 13, 2014 at 03:19:51PM +0200, gregor herrmann wrote:
>> - libsereal-* FTBFS on various architectures and are perfect removal
>>   candidates from testing (#742409 and #750770).
>>   hm, except that libsession-storage-secure-perl depends on them,
>>   which is depended upon by libdancer-session-cookie-perl. hm.
> 
> This one is missing support for big-endian architectures.

These got uploaded with fixes. libsereal-decoder-perl built fine, but
libsereal-encoder-perl (built against the new libsereal-decoder-perl) failed.

Emilio


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



Bug#754830: bluez: rfcomm and bluetoothd fail to start

2014-07-14 Thread Cristian Ionescu-Idbohrn
Package: bluez
Version: 5.21-1
Severity: grave

/etc/init.d/bluetooth fails to start.
First:

Starting bluetooth: bluetoothd rfcomm/usr/bin/rfcomm: invalid option -- 
'f'

After editing the file and removing that option, next thing coms up:

Starting bluetooth: bluetoothd rfcommMissing dev parameter

Still, everything is reported with an [ ok ] message, which is confusing
at best.

I identified two other bug reports pointing in the same direction:

712386  [bluez] invalid option passed to rfcomm tool
737502  bluez: conffiles not removed

reported already on some experimental version.

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

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages bluez depends on:
ii  dbus 1.8.6-1
ii  init-system-helpers  1.19
ii  kmod 18-1
ii  libc62.19-7
ii  libdbus-1-3  1.8.6-1
ii  libglib2.0-0 2.40.0-3
ii  libreadline6 6.3-6
ii  libudev1 204-14
ii  lsb-base 4.1+Debian13
ii  udev 204-14

bluez recommends no packages.

bluez suggests no packages.

-- Configuration Files:
/etc/init.d/bluetooth [Errno 2] No such file or directory: 
'/etc/init.d/bluetooth'

Yes.  The attempt to make it work:

--- /etc/init.d/bluetooth.orig  2014-06-27 21:50:43.0 +0200
+++ /etc/init.d/bluetooth.mine  2014-07-14 18:39:02.721719759 +0200
@@ -103,14 +103,17 @@

 start_rfcomm()
 {
-   if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+#  if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+   if [ -x $RFCOMM ] ; then
# rfcomm must always succeed for now: users
# may not yet have an rfcomm-enabled kernel
 if [ "$VERBOSE" != no ]; then
   log_progress_msg "${RFCOMM##*/}"
-  $RFCOMM -f $RFCOMM_CONF bind all || :
+# $RFCOMM -f $RFCOMM_CONF bind all || :
+  $RFCOMM bind all || :
 else
-  $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+# $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+  $RFCOMM bind all >/dev/null 2>&1 || :
 fi
fi
 }
@@ -129,14 +132,17 @@

 restart_rfcomm()
 {
-   if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+#  if [ -x $RFCOMM ] && [ -f $RFCOMM_CONF ] ; then
+   if [ -x $RFCOMM ] ; then
if [ "$VERBOSE" != no ]; then
   log_progress_msg  "${RFCOMM##*/}"
   $RFCOMM unbind all || :
-  $RFCOMM -f $RFCOMM_CONF bind all || :
+# $RFCOMM -f $RFCOMM_CONF bind all || :
+  $RFCOMM bind all || :
else
   $RFCOMM unbind all >/dev/null 2>&1|| :
-  $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+# $RFCOMM -f $RFCOMM_CONF bind all >/dev/null 2>&1 || :
+  $RFCOMM bind all >/dev/null 2>&1 || :
fi
fi
 }

-- 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#754709: mednafen: no longer buildable on powerpc/s390x/sparc: libtrio-dev missing

2014-07-14 Thread Stephen Kitt
Control: block -1 747012

Hi Kibi,

On Sun, 13 Jul 2014 17:07:25 +0200, Cyril Brulebois  wrote:
> your package can no longer be built on powerpc/s390x/sparc, presumably
> since the following bug was resolved:
>   1) #746817  Should build against and link with system's libtrio
> [RESOLVED]
> 
> given that libtrio is still uncompiled on those three archs:
>   https://buildd.debian.org/status/package.php?p=libtrio&suite=sid
> 
> This means you have out-of-date binaries and your package can't migrate
> to testing.

Thanks for taking the time to file this. I've been working with libtrio's
upstream to resolve this issue, and the necessary patches have now landed in
upstream git. So libtrio should appear on powerpc/s390x/sparc reasonably
soon...

Regards,

Stephen


signature.asc
Description: PGP signature


Bug#752870: #752870 not fixed by latest upload

2014-07-14 Thread Rémi Letot

Control: reopen -1

Hi there,

as indicated by my later messages to the bug, the latest development 
version does not fix all the reported problems.


I tested latest upload (0.2.32-2) from sid, and indeed the problems are 
still there, so I don't think this bug should be closed.


Thanks,
--
Rémi


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



Processed: #752870 not fixed by latest upload

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #752870 {Done: Guido Günther } [xul-ext-nostalgy] 
xul-ext-nostalgy: Folder selection and preferences broken in icedove 31
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions nostalgy/0.2.32-2.

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


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



Processed: found 754655 in 1.2.9-1~deb7u1, found 754655 in 1.2.9-1~deb6u1

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

> found 754655 1.2.9-1~deb7u1
Bug #754655 [polarssl] polarssl: CVE-2014-4911: Denial of Service against GCM 
enabled servers and clients
There is no source info for the package 'polarssl' at version '1.2.9-1~deb7u1' 
with architecture ''
Unable to make a source version for version '1.2.9-1~deb7u1'
Marked as found in versions 1.2.9-1~deb7u1.
> found 754655 1.2.9-1~deb6u1
Bug #754655 [polarssl] polarssl: CVE-2014-4911: Denial of Service against GCM 
enabled servers and clients
There is no source info for the package 'polarssl' at version '1.2.9-1~deb6u1' 
with architecture ''
Unable to make a source version for version '1.2.9-1~deb6u1'
Marked as found in versions 1.2.9-1~deb6u1.
> thanks
Stopping processing here.

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


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



Processed: found 754655 in 1.2.9-1

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

> found 754655 1.2.9-1
Bug #754655 [polarssl] polarssl: CVE-2014-4911: Denial of Service against GCM 
enabled servers and clients
There is no source info for the package 'polarssl' at version '1.2.9-1' with 
architecture ''
Unable to make a source version for version '1.2.9-1'
Marked as found in versions 1.2.9-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754655
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: libgnustep-gui0.24: Crashes when loading some XIBs

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 cenon.app
Bug #754825 [libgnustep-gui0.24] libgnustep-gui0.24: Crashes when loading some 
XIBs
Added indication that 754825 affects cenon.app

-- 
754825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754825
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#754825: libgnustep-gui0.24: Crashes when loading some XIBs

2014-07-14 Thread Yavor Doganov
Package: libgnustep-gui0.24
Version: 0.24.0-2
Severity: serious
Forwarded: http://savannah.gnu.org/bugs/index.php?42717
Control: affects -1 cenon.app

Makes cenon.app unusable on i386 at least.

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

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

Versions of packages libgnustep-gui0.24 depends on:
ii  gnustep-base-runtime   1.24.6-2
ii  gnustep-common [gnustep-fslayout-fhs]  2.6.6-2
ii  gnustep-gui-common 0.24.0-2
ii  libc6  2.19-7
ii  libgcc11:4.9.0-10
ii  libgif44.1.6-11
ii  libgnustep-base1.241.24.6-2
ii  libicu52   52.1-4
ii  libjpeg8   8d1-1
ii  libmagickcore5 8:6.7.7.10+dfsg-4
ii  libobjc4   4.9.0-10
ii  libpng12-0 1.2.50-1
ii  libtiff5   4.0.3-10

libgnustep-gui0.24 recommends no packages.

libgnustep-gui0.24 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#753241: marked as done (nsnake: FTBFS: dpkg-source: error: expected ^--- in line 4 of diff `nsnake-1.5/debian/patches/hardening.patch')

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 18:19:39 +
with message-id 
and subject line Bug#753241: fixed in nsnake 1.5-2
has caused the Debian Bug report #753241,
regarding nsnake: FTBFS: dpkg-source: error: expected ^--- in line 4 of diff 
`nsnake-1.5/debian/patches/hardening.patch'
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.)


-- 
753241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753241
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nsnake
Version: 1.5-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140628 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> Unpack source
> ─
> 
> gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file 
> open error
> gpgv: Signature made Wed Apr 24 18:10:03 2013 UTC using RSA key ID CFA7FF06
> gpgv: Can't check signature: public key not found
> dpkg-source: warning: failed to verify signature on ./nsnake_1.5-1.dsc
> dpkg-source: info: extracting nsnake in nsnake-1.5
> dpkg-source: info: unpacking nsnake_1.5.orig.tar.gz
> dpkg-source: info: unpacking nsnake_1.5-1.debian.tar.gz
> dpkg-source: error: expected ^--- in line 4 of diff 
> `nsnake-1.5/debian/patches/hardening.patch'
> dpkg-source: info: applying hardening.patch
> dpkg-source: info: fuzz is not allowed when applying patches
> dpkg-source: info: if patch 'hardening.patch' is correctly applied by quilt, 
> use 'quilt refresh' to update it
> FAILED [dpkg-source died]

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/06/28/nsnake_1.5-1_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 ---
--- Begin Message ---
Source: nsnake
Source-Version: 1.5-2

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

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

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

Debian distribution maintenance software
pp.
Alexandre Dantas  (supplier of updated nsnake 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Jul 2014 23:30:23 -0400
Source: nsnake
Binary: nsnake
Architecture: source amd64
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: Alexandre Dantas 
Changed-By: Alexandre Dantas 
Description:
 nsnake - classic snake game with textual interface
Closes: 737978 753241
Changes:
 nsnake (1.5-2) unstable; urgency=low
 .
   * Bumped standards version to 3.9.5
   * Added desktop and menu files, plus icons (Closes: #737978)
   * Fixed end-of-line error on hardening patch file (Closes: #753241)
   * Updated VCS links on debian/control
Checksums-Sha1:
 4c08d94988b26020e46c757f021c2abf0be40885 1812 nsnake_1.5-2.dsc
 fb9676613bedc96914e07abcb40c29ec114a6fbc 5020 nsnake_1.5-2.debian.tar.xz
 19a757aa573cfa5a0f7aadbed3719a9823eab38f 20338 nsnake_1.5-2_amd64.deb
Checksums-Sha256:
 0659edd9f9984d2c74a9e52ba601a52a8bf6fe0c20601a1dd14db3c217bbb8e8 1812 
nsnake_1.5-2.dsc
 f0fd260d4af15c4f961be90ef8405f279873127dd7d434a6c4c808f343d0c150 5020 
nsnake_1.5-2.debian.tar.xz
 62f3affc6d42277d8469110b79384cf12cdd94ff7ddad6eb8c7300fb8c2b935d 20338 
nsnake_1.5-2_amd64.deb
Files:
 72fce3ea93894aab94ec7e3d57ae6c67 20338 games optional nsnake_1.5-2_amd64.deb
 93b2a5a5602ec33036bb664c8d1b89c9 1812 games optional nsnake_1.5-2.dsc
 7581d4f59a1ff3d4927fe7ad55221243 5020 games optional nsnake_1.5-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTxBrOAAoJENPhc4PPp/8GxaIP/RiDKXk8JB7x5feCvdYiviJZ
Y+9e+eVxMs1A6/OILnsSCoVzKLiv/gfg60ePMUCI7HZ/m0wvS/nERGIzSPp9nN+H
Gn/tyZQJaYD3S+hOTCuK06VN96nI6Pk6s7Zn+MBlHW0hPGAMRKIodI9mp3u6Ucz+
eHzHs2ZcnuYHLQxtY1kAYIKd/PWoNn22LkIyDaG1+fKJkMCqNg6zD9YyPZWBWon1
tgRyZGPBnbT4Irt4eciZpNtFOomX03EpL66t4/9Vj

Bug#754757: openmsx: FTBFS on mips: timeout during g++

2014-07-14 Thread Manuel Bilderbeek

Hi,

On 14-07-14 02:28, Cyril Brulebois wrote:

your package no longer builds on mips:
| Compiling video/scalers/HQ2xScaler.cc...
| g++ \
|-MP -MMD -MF derived/mips-linux-debian/dep/video/scalers/HQ2xScaler.d \
|   -o derived/mips-linux-debian/obj/video/scalers/HQ2xScaler.o  -g 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -O3-pipe -std=gnu++0x 
-Wall -Wextra -Wundef -Wunused-macros -Wno-missing-field-initializers 
-Wzero-as-null-pointer-constant -Isrc -Isrc/cassette -Isrc/commands 
-Isrc/config -Isrc/console -Isrc/cpu -Isrc/debugger -Isrc/events -Isrc/fdc 
-Isrc/file -Isrc/ide -Isrc/input -Isrc/laserdisc -Isrc/memory -Isrc/security 
-Isrc/serial -Isrc/settings -Isrc/sound -Isrc/thread -Isrc/utils -Isrc/video 
-Isrc/video/ld -Isrc/video/scalers -Isrc/video/v9990 
-Iderived/mips-linux-debian/config -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/tcl8.5 
-I/usr/include/libxml2 -c src/video/scalers/HQ2xScaler.cc
| E: Caught signal ‘Terminated’: terminating immediately
| make[2]: *** [derived/mips-linux-debian/obj/video/scalers/HQ2xScaler.o] 
Terminated
| make: *** [build-arch] Terminated
| make[1]: *** [override_dh_auto_build] Terminated

Full build log:
   
https://buildd.debian.org/status/fetch.php?pkg=openmsx&arch=mips&ver=0.10.1-1&stamp=1405264499


Isn't this just some bug in g++? It builds fine on other archs... and 
there's no MIPS specific code. Cross compiling to MIPS from x64 works 
fine too.


--
Grtjs, Manuel

PS: MSX FOR EVER! (Questions? http://faq.msxnet.org/ )
PPS: Visit my homepage at http://manuel.msxnet.org/


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



Bug#743994: marked as done (uwsgi: (Build-)Depends on obsolete version of Ruby (1.9))

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 17:00:16 +
with message-id 
and subject line Bug#743994: fixed in uwsgi 2.0.6~dfsg-1
has caused the Debian Bug report #743994,
regarding uwsgi: (Build-)Depends on obsolete version of Ruby (1.9)
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.)


-- 
743994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743994
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: uwsgi
Version: 1.9.17.1-5
Severity: serious

Dear Maintainer,

Your package Build-Depends and Depends on an obsolete version of Ruby,
ruby1.9.1. This version will not be available in jessie.

Please update your package to use the ruby/ruby-dev/ruby-all-dev meta-
packages, or if this is not an option, the ruby2.1 package.

Thanks,
  -ch
--- End Message ---
--- Begin Message ---
Source: uwsgi
Source-Version: 2.0.6~dfsg-1

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

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

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated uwsgi 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jul 2014 13:44:04 +0200
Source: uwsgi
Binary: uwsgi uwsgi-dbg uwsgi-core uwsgi-emperor uwsgi-plugins-all 
uwsgi-infrastructure-plugins uwsgi-app-integration-plugins 
uwsgi-plugin-alarm-curl uwsgi-plugin-alarm-xmpp uwsgi-plugin-curl-cron 
uwsgi-plugin-emperor-pg uwsgi-plugin-rbthreads uwsgi-plugin-fiber 
uwsgi-plugin-geoip uwsgi-plugin-graylog2 uwsgi-plugin-greenlet-python 
uwsgi-plugin-jvm-openjdk-7 uwsgi-plugin-jwsgi-openjdk-7 uwsgi-plugin-ldap 
uwsgi-plugin-lua5.1 uwsgi-plugin-lua5.2 uwsgi-plugin-luajit uwsgi-plugin-psgi 
uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-rack-ruby2.1 
uwsgi-plugin-router-access uwsgi-plugin-sqlite3 uwsgi-plugin-v8 
uwsgi-plugin-php uwsgi-plugin-xslt libapache2-mod-proxy-uwsgi 
libapache2-mod-proxy-uwsgi-dbg libapache2-mod-uwsgi libapache2-mod-uwsgi-dbg 
libapache2-mod-ruwsgi libapache2-mod-ruwsgi-dbg python-uwsgidecorators 
python3-uwsgidecorators uwsgi-extra
Architecture: source all amd64
Version: 2.0.6~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Janos Guljas 
Changed-By: Jonas Smedegaard 
Description:
 libapache2-mod-proxy-uwsgi - uwsgi proxy module for Apache2 (mod_uwsgi)
 libapache2-mod-proxy-uwsgi-dbg - debugging symbols for Apache2 mod_proxy_uwsgi
 libapache2-mod-ruwsgi - uwsgi module for Apache2 (mod_Ruwsgi)
 libapache2-mod-ruwsgi-dbg - debugging symbols for Apache2 mod_Ruwsgi
 libapache2-mod-uwsgi - uwsgi module for Apache2 (mod_uwsgi)
 libapache2-mod-uwsgi-dbg - debugging symbols for Apache2 mod_uwsgi
 python-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 2)
 python3-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 3)
 uwsgi  - fast, self-healing application container server
 uwsgi-app-integration-plugins - plugins for integration of uWSGI and 
application
 uwsgi-core - fast, self-healing application container server (core)
 uwsgi-dbg  - debugging symbols for uWSGI server and it's plugins
 uwsgi-emperor - fast, self-healing application container server (emperor 
scripts)
 uwsgi-extra - fast, self-healing application container server (extra files)
 uwsgi-infrastructure-plugins - infrastructure plugins for uWSGI
 uwsgi-plugin-alarm-curl - cURL alarm plugin for uWSGI
 uwsgi-plugin-alarm-xmpp - XMPP alarm plugin for uWSGI
 uwsgi-plugin-curl-cron - cron cURL plugin for uWSGI
 uwsgi-plugin-emperor-pg - Emperor PostgreSQL plugin for uWSGI
 uwsgi-plugin-fiber - Fiber plugin for uWSGI
 uwsgi-plugin-geoip - GeoIP plugin for uWSGI
 uwsgi-plugin-graylog2 - graylog2 plugin for uWSGI
 uwsgi-plugin-greenlet-python - greenlet plugin for uWSGI (Python 2)
 uwsgi-plugin-jvm-openjdk-7 - Java plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-jwsgi-openjdk-7 - JWSGI plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-ldap - LDAP plugin for uWSGI
 uwsgi-plugin-lua5.1 - Lua WSAPI plugin for uWSGI (Lua 5.1)
 uwsgi-plugin-lua5.2 - Lua WSAPI plugin for uWSGI (Lua 5.2)
 uwsgi-plugin-luajit - Lua WSAPI plugin for uWSGI (L

Bug#743994: marked as done (uwsgi: (Build-)Depends on obsolete version of Ruby (1.9))

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 17:00:12 +
with message-id 
and subject line Bug#743994: fixed in uwsgi 2.0.3-1.1
has caused the Debian Bug report #743994,
regarding uwsgi: (Build-)Depends on obsolete version of Ruby (1.9)
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.)


-- 
743994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743994
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: uwsgi
Version: 1.9.17.1-5
Severity: serious

Dear Maintainer,

Your package Build-Depends and Depends on an obsolete version of Ruby,
ruby1.9.1. This version will not be available in jessie.

Please update your package to use the ruby/ruby-dev/ruby-all-dev meta-
packages, or if this is not an option, the ruby2.1 package.

Thanks,
  -ch
--- End Message ---
--- Begin Message ---
Source: uwsgi
Source-Version: 2.0.3-1.1

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

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

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

Debian distribution maintenance software
pp.
Neil Williams  (supplier of updated uwsgi 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 Jul 2014 09:39:17 +0100
Source: uwsgi
Binary: uwsgi uwsgi-dbg uwsgi-core uwsgi-emperor uwsgi-plugins-all 
uwsgi-infrastructure-plugins uwsgi-app-integration-plugins 
uwsgi-plugin-alarm-curl uwsgi-plugin-alarm-xmpp uwsgi-plugin-curl-cron 
uwsgi-plugin-emperor-pg uwsgi-plugin-rbthreads uwsgi-plugin-fiber 
uwsgi-plugin-geoip uwsgi-plugin-graylog2 uwsgi-plugin-greenlet-python 
uwsgi-plugin-jvm-openjdk-7 uwsgi-plugin-jwsgi-openjdk-7 uwsgi-plugin-ldap 
uwsgi-plugin-lua5.1 uwsgi-plugin-lua5.2 uwsgi-plugin-psgi uwsgi-plugin-python 
uwsgi-plugin-python3 uwsgi-plugin-rack-ruby uwsgi-plugin-router-access 
uwsgi-plugin-sqlite3 uwsgi-plugin-v8 uwsgi-plugin-php uwsgi-plugin-xslt 
libapache2-mod-proxy-uwsgi libapache2-mod-proxy-uwsgi-dbg libapache2-mod-uwsgi 
libapache2-mod-uwsgi-dbg libapache2-mod-ruwsgi libapache2-mod-ruwsgi-dbg 
python-uwsgidecorators python3-uwsgidecorators uwsgi-extra
Architecture: source all amd64
Version: 2.0.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Janos Guljas 
Changed-By: Neil Williams 
Description:
 libapache2-mod-proxy-uwsgi - uwsgi proxy module for Apache2 (mod_uwsgi)
 libapache2-mod-proxy-uwsgi-dbg - debugging symbols for Apache2 mod_proxy_uwsgi
 libapache2-mod-ruwsgi - uwsgi module for Apache2 (mod_Ruwsgi)
 libapache2-mod-ruwsgi-dbg - debugging symbols for Apache2 mod_Ruwsgi
 libapache2-mod-uwsgi - uwsgi module for Apache2 (mod_uwsgi)
 libapache2-mod-uwsgi-dbg - debugging symbols for Apache2 mod_uwsgi
 python-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 2)
 python3-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 3)
 uwsgi  - fast, self-healing application container server
 uwsgi-app-integration-plugins - plugins for integration of uWSGI and 
application
 uwsgi-core - fast, self-healing application container server (core)
 uwsgi-dbg  - debugging symbols for uWSGI server and it's plugins
 uwsgi-emperor - fast, self-healing application container server (emperor 
scripts)
 uwsgi-extra - fast, self-healing application container server (extra files)
 uwsgi-infrastructure-plugins - infrastructure plugins for uWSGI
 uwsgi-plugin-alarm-curl - cURL alarm plugin for uWSGI
 uwsgi-plugin-alarm-xmpp - XMPP alarm plugin for uWSGI
 uwsgi-plugin-curl-cron - cron cURL plugin for uWSGI
 uwsgi-plugin-emperor-pg - Emperor PostgreSQL plugin for uWSGI
 uwsgi-plugin-fiber - Fiber plugin for uWSGI
 uwsgi-plugin-geoip - GeoIP plugin for uWSGI
 uwsgi-plugin-graylog2 - graylog2 plugin for uWSGI
 uwsgi-plugin-greenlet-python - greenlet plugin for uWSGI (Python 2)
 uwsgi-plugin-jvm-openjdk-7 - Java plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-jwsgi-openjdk-7 - JWSGI plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-ldap - LDAP plugin for uWSGI
 uwsgi-plugin-lua5.1 - Lua WSAPI plugin for uWSGI (Lua 5.1)
 uwsgi-plugin-lua5.2 - Lua WSAPI plugin for uWSGI (Lua 5.2)
 uwsgi-plugin-php - PHP plugin for uWSGI
 uwsgi-plugin-psgi - Perl PSGI and Coro::AnyEvent 

Bug#753239: [tex-live] bug in thumbpdf? - PATCH

2014-07-14 Thread Norbert Preining
On Tue, 15 Jul 2014, Norbert Preining wrote:
> > Patch attached, comments welcome.
> 
> Simplified patch.

Even more simplified, this time without seek and tell, which was
what I wanted.

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13

--- thumbpdf.pl.orig	2014-07-13 16:24:53.823731368 +0900
+++ thumbpdf.pl	2014-07-15 01:41:58.342957837 +0900
@@ -937,6 +937,16 @@
 $objno[$count] = $1;
 $getobjindex[$1] = $count;
 $objdict[$count] = ($2); # boolean (if $2 exists)
+if (!$objdict[$count]) {
+  # check for << on thext line, new PDF-X/2014
+  $_ = ;
+  if (/^<<$/) {
+  	$objdict[$count] = 1;
+	$lineno++;
+	$_ = ;
+	$lineno++;
+  }
+}
 my $stream = 0;
 print "* obj $objno[$count]" .
   (($objdict[$count]) ? " (dict)" : "") .
@@ -944,18 +954,18 @@
 
 # get obj
 $objtext[$count] = "";
-while ()
+while ($_)
 {
-  $lineno++;
-
   if ($objdict[$count])
   {
 if (/^>>/)
 {
   last if /^>>\s+endobj$/; # obj without stream
 
-  # get stream
   $_ = ; $lineno++;
+  last if /^endobj$/; # obj without stream, new PDF-X/2014
+
+  # get stream
   /^stream$/ or die "$Error `stream' expected on line $lineno!\n";
 
   print "* stream\n" if $::opt_debug;
@@ -982,6 +992,9 @@
 last if /^endobj$/;
   }
   $objtext[$count] .= $_;
+
+  $_ = ;
+  $lineno++;
 }
 $count++;
   }


Bug#754750: qtmultimedia-opensource-src: FTBFS on kfreebsd-amd64: symbols issues

2014-07-14 Thread Lisandro Damián Nicanor Pérez Meyer
On Monday 14 July 2014 13:50:01 Cyril Brulebois wrote:
[snip]
> FWIW: If it FTBFS that's called a give back. ;)

True! :)

By the way, I'm preparing a patch for fixing qtmultimedia on Hurd which is 
also currently FTBFS, and as the current version in testing is the same as in 
unstable I'll prefer to defer the next build until I finish that patch.

Thanks!

-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#753239: [tex-live] bug in thumbpdf? - PATCH

2014-07-14 Thread Norbert Preining
On Tue, 15 Jul 2014, Norbert Preining wrote:
> Patch attached, comments welcome.

Simplified patch.

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13

--- thumbpdf.pl.orig	2014-07-13 16:24:53.823731368 +0900
+++ thumbpdf.pl	2014-07-15 01:28:11.038948054 +0900
@@ -937,6 +937,18 @@
 $objno[$count] = $1;
 $getobjindex[$1] = $count;
 $objdict[$count] = ($2); # boolean (if $2 exists)
+if (!$objdict[$count]) {
+  # check for << on thext line
+  my $pos = tell();
+  $_ = ;
+  if (/^<<$/) {
+  	$objdict[$count] = 1;
+	$lineno++;
+  } else {
+# undo the reading
+	seek PDF, $pos, 0;
+  }
+}
 my $stream = 0;
 print "* obj $objno[$count]" .
   (($objdict[$count]) ? " (dict)" : "") .
@@ -954,8 +966,10 @@
 {
   last if /^>>\s+endobj$/; # obj without stream
 
-  # get stream
   $_ = ; $lineno++;
+  last if /^endobj$/; # obj without stream, new PDF-X/2014
+
+  # get stream
   /^stream$/ or die "$Error `stream' expected on line $lineno!\n";
 
   print "* stream\n" if $::opt_debug;


Bug#753121: libvirt: diff for NMU version 1.2.4-3.1

2014-07-14 Thread Colin Watson
tag -1 patch pending
thanks

Dear maintainer,

Since this is blocking the parted transition I'm working on, I've
prepared an NMU for libvirt (versioned as 1.2.4-3.1) based on Peter's
patch in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753121#38,
and uploaded it to DELAYED/5.  Please feel free to tell me if I should
delay it longer.

Regards,

-- 
Colin Watson   [cjwat...@debian.org]
diff -Nru libvirt-1.2.4/debian/changelog libvirt-1.2.4/debian/changelog
--- libvirt-1.2.4/debian/changelog	2014-05-10 21:24:20.0 +0100
+++ libvirt-1.2.4/debian/changelog	2014-07-14 11:34:06.0 +0100
@@ -1,3 +1,11 @@
+libvirt (1.2.4-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change build-dependency to libgnutls28-dev and libgcrypt20-dev to avoid
+build-dependency conflict (thanks, Peter Green; closes: #753121).
+
+ -- Colin Watson   Mon, 14 Jul 2014 11:34:05 +0100
+
 libvirt (1.2.4-3) unstable; urgency=medium
 
   * [b0b7359] Don't pretend kFreeBSD supports linux only features.  So far we
diff -Nru libvirt-1.2.4/debian/control libvirt-1.2.4/debian/control
--- libvirt-1.2.4/debian/control	2014-05-10 14:38:31.0 +0100
+++ libvirt-1.2.4/debian/control	2014-07-14 11:31:30.0 +0100
@@ -10,8 +10,8 @@
  libncurses5-dev,
  libreadline-dev,
  zlib1g-dev,
- libgcrypt11-dev,
- libgnutls-dev,
+ libgcrypt20-dev,
+ libgnutls28-dev,
  libavahi-client-dev,
  libsasl2-dev,
  libxen-dev (>= 4.3) [i386 amd64],


Bug#750283: marked as done (xacobeo: FTBFS: Tests failures when network is accessible)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 15:57:55 +
with message-id 
and subject line Bug#750283: fixed in xacobeo 0.15-2
has caused the Debian Bug report #750283,
regarding xacobeo: FTBFS: Tests failures when network is accessible
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.)


-- 
750283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750283
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xacobeo
Version: 0.15-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140601 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> xvfb-run -a dh_auto_test
> cc -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -Ixs -I/usr/lib/perl/5.18/CORE 
> -DVERSION="0.15" -DXS_VERSION="0.15" -fPIC -g -std=c99 
> -I/usr/lib/perl5/Pango/Install -pthread -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I./build -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm 
> -I/usr/lib/perl5/Gtk2/Install -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
> -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz 
> -I/usr/lib/perl5/Glib/Install -I. -I/usr/lib/perl5/Cairo/Install -Ibuild 
> -I/usr/include/libxml2 -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv 
> -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -g -O2 
> -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
> -D_FORTIFY_SOURCE=2 -o lib/Xacobeo/XS.o lib/Xacobeo/XS.c
> cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -Wl,-z,relro -shared -L/usr/local/lib 
> -fstack-protector -o blib/arch/auto/Xacobeo/XS/XS.so lib/Xacobeo/XS.o 
> xs/code.o xs/logger.o xs/main.o xs/libxml.o -lpango-1.0 -lgobject-2.0 
> -lglib-2.0 -lpangocairo-1.0 -lcairo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
> -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype 
> -lgthread-2.0 -pthread -lxml2
> Xlib:  extension "RANDR" missing on display ":99".
> t/Xacobeo-XS.t .. ok
> 
> #   Failed test 'Reading SVG text elements'
> #   at t/document.t line 152.
> # Structures begin differing at:
> #  $got->[0] = 'svg version=1.0 xml'
> # $expected->[0] = ''
> # Looks like you failed 1 test of 53.
> t/document.t  
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/53 subtests 
> Xlib:  extension "RANDR" missing on display ":99".
> t/object.t .. ok
> 
> Test Summary Report
> ---
> t/document.t  (Wstat: 256 Tests: 53 Failed: 1)
>   Failed test:  14
>   Non-zero exit status: 1
> Files=3, Tests=65, 60 wallclock secs ( 0.04 usr  0.04 sys +  0.44 cusr  0.13 
> csys =  0.65 CPU)
> Result: FAIL
> Failed 1/3 test programs. 1/65 subtests failed.
> dh_auto_test: perl Build test returned exit code 255

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/06/01/xacobeo_0.15-1_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 ---
--- Begin Message ---
Source: xacobeo
Source-Version: 0.15-2

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

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

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

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated xacobeo 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 Jul 2014 16:40:32 +0200
Source: xacobeo
Binary: xacobeo
Archi

Bug#736046: marked as done (please build-depend on libtiff-dev, not libtiff4-dev)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 15:53:47 +
with message-id 
and subject line Bug#736046: fixed in scribus 1.4.2.dfsg.3+r18267-1
has caused the Debian Bug report #736046,
regarding please build-depend on libtiff-dev, not libtiff4-dev
to be marked as done.

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

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


-- 
736046: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736046
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scribus
Version: 1.4.2.dfsg+r18267-1.1
User: q...@debian.org
Usertags: libtiff4-dev

The libtiff4-dev package is a transitional package that is going to
disappear soon.  Please update your build dependency from libtiff4-dev
to libtiff-dev.
--- End Message ---
--- Begin Message ---
Source: scribus
Source-Version: 1.4.2.dfsg.3+r18267-1

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

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

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

Debian distribution maintenance software
pp.
Mattia Rizzolo  (supplier of updated scribus 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jul 2014 14:15:56 +0200
Source: scribus
Binary: scribus
Architecture: source amd64
Version: 1.4.2.dfsg.3+r18267-1
Distribution: unstable
Urgency: medium
Maintainer: Oleksandr Moskalenko 
Changed-By: Mattia Rizzolo 
Description:
 scribus- Open Source Desktop Page Layout - stable branch
Closes: 736046
Changes:
 scribus (1.4.2.dfsg.3+r18267-1) unstable; urgency=medium
 .
   * Remove scribus/profiles/GenericCMYK.icm:
 + [1dd1b23] Repack to remove the non-free profile.
 + [e32bfb4] debian/README.source: update according to the last repack.
 + [a674ee9] debian/patches/profiles_cmakelists.patch: update to reflect
   the last repack.
   * debian/control:
 + [aba660c] bump Standards-Version to 3.9.5 (no changes needed).
 + [8311a60] fix vcs-field-not-canonical lintian tag.
 + [5197746] fix homepage-in-binary-package lintian tag.
 + [a864b9d] build-depend on libtiff-dev rather than libtiff4-dev (Closes:
 #736046).
 + [40b8286] drop hard depends on python.
 + [ded9f31] version the build-dep for python-all-dev (to call dh_python2).
 + [28aed8c] add myself to the Uploaders.
 + [c3ab5a9] recommend icc-profiles-free
   * [bb004c8] debian/copyright:
 + fix unversioned-copyright-format-uri lintian tag.
 + fix syntax-error-in-dep5-copyright lintian tag.
 + add myself to copyrights holder of debian/*.
 + update years.
   * [b4b6d64] debian/patches/{profiles,scribus}_cmakelists.patch:
 + fix quilt-patch-missing-description lintian tags.
   * [9ca8d7f] debian/watch, debian/upstream/signing-key.asc:
 + update: add some more heuristics to dversionmangle.
 + add gpg check (fix debian-watch-may-check-gpg-signature lintian tag).
   * debian/rules:
 + [21f679d] fix duplicate-changelog-files lintian tag.
 + [a03f68a] add a call to dh_python2 to proper version the dependence on
   python.
 + [c3ef0e7] fix package-contains-empty-directory lintian tag.
 + [0a4d00b] make the build verbose.
   * [ed3c167] debian/patch/hyphen-used-as-minus-sign.patch:
 + add to fix the homonymous lintian tag.
   * [206a0ed] debian/NEWS: fix debian-news-entry-uses-asterisk lintian tag.
Checksums-Sha1:
 73d871ec99e911f0af532b53bc06a119ed57ea56 2251 scribus_1.4.2.dfsg.3+r18267-1.dsc
 723b31eb47160b60ed5409831bf89e3b14b04891 17311928 
scribus_1.4.2.dfsg.3+r18267.orig.tar.xz
 38b57500b5cd138ac39d052903eb448c72955e98 43360 
scribus_1.4.2.dfsg.3+r18267-1.debian.tar.xz
 1a00b7832707e98732d54ada700883a950540fda 19800616 
scribus_1.4.2.dfsg.3+r18267-1_amd64.deb
Checksums-Sha256:
 e6f7fa67a487f927c0999f731751d5354ae5e6a47aa55e9628102089b95f70bb 2251 
scribus_1.4.2.dfsg.3+r18267-1.dsc
 7e7ded88d623e081e00316a3c1841e7d0423867f84c4c7836fd7df4eb79c07da 17311928 
scribus_1.4.2.dfsg.3+r18267.orig.tar.xz
 25c57779ab3aaa2c66480d3768f714aee8f7b6eb09ea863f748eb160b58fd438 43360 
scribus_1.4.2.dfsg.3+r18267-1.debian.tar.xz
 0d640e18ca8c2d2d7dcb36321fa319caf851a1463b58b54c31949b728493d531 19800616 
scribus_1.4.2.dfsg.3+r18267-1_amd64.deb
Files:
 c6f

Bug#753402: gosh segfaults on s390x causing libguess to FTBFS

2014-07-14 Thread Aurelien Jarno
On Mon, Jul 14, 2014 at 02:50:23PM +0200, Jens Thiele wrote:
> Jens Thiele  writes:
> 
> > Andrew Shadura  writes:
> >
> >> retitle 753402 gosh segfaults on s390x causing libguess to FTBFS
> >
> > first looked at the wrong build log
> >
> > the relevant one seems to be:
> > https://buildd.debian.org/status/fetch.php?pkg=libguess&arch=s390x&ver=1.2%7Egit20131128.cc43cefc-2&stamp=1405322861
> 
> can't reproduce on amd64
> 
> to reproduce on s390x it should be enough to do:
> $ apt-get install gauche
> save attachment (src/libguess/guess.scm from
> libguess-1.2~git20131128.cc43cefc) to /tmp/guess.scm
> to /tmp/inc.scm
> $ md5sum /tmp/in.scm
> 244f95decf824fbac54cc33165c88f3c  /tmp/in.scm
> $ gosh /tmp/in.scm /tmp/out.c
> 
> maybe someone could do this on s390x within gdb and provide a backtrace?
> 

The problem is once again the infamous setjmp/longjmp ABI breakage on
s390x [1]. Simply rebuilding gauche would fix the problem, but I am not
sure it is the best way to deal with it.

[1] 
http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=ee4ec1d7f9bdbdfc87117133478cfb2f6653e65c

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Processed (with 4 errors): Fixed in 8ae2cf54dfa5bf205b4f9d6fccf1e1b9adaa274f

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

> tag 753121 +pending
Bug #753121 [src:libvirt] FTBFS, needs to build-depend on libgnutls28-dev / 
libgcrypt20-dev
Added tag(s) pending.
> The gcc erros also disappear with 1.2.6.  Upload should happen in the
Unknown command or malformed arguments to command.
> next days. Sorry it took a while.
Unknown command or malformed arguments to command.
> Cheers,
Unknown command or malformed arguments to command.
>  -- Guido
Unknown command or malformed arguments to command.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
753121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753121
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#753439: marked as done (cups: postinst fail with 'mv: can't run stat() on "/etc/pam.d/cups-daemon": No such file or directory')

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 15:49:34 +
with message-id 
and subject line Bug#753439: fixed in cups 1.7.4-1
has caused the Debian Bug report #753439,
regarding cups: postinst fail with 'mv: can't run stat() on 
"/etc/pam.d/cups-daemon": 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.)


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

Package: cups
Version: 1.7.3-3
Severity: serious

I just installed a Thinkpad X200 with a Debian 7.5 DVD image, and
started an upgrade by replacing wheezy with jessie in
/etc/apt/sources.list and running 'apt-get install isenkram
upgrade-system'.  This failed while setting up cups versoin 1.7.3-3,
with this (quickly translated from Norwegian) message:

Setting up cups (1.7.3-3) ...
Preserving user changes to /etc/pam.d/cups-daemon (renamed from
/etc/pam.d/cups)...
mv: can't run stat() on "/etc/pam.d/cups-daemon": No such file or
directory
dpkg: error while processing cups (--configure):
  subprocess installed postinst script returned exit status 1

I did not edit the file, and suspect the postinst need to have more
special case handling. :)

Setting severity to seriuos, as this break upgrades on a untouched
installation.

-- 
Happy hacking
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: cups
Source-Version: 1.7.4-1

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

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

Debian distribution maintenance software
pp.
Didier Raboud  (supplier of updated cups package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 16:55:45 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsmime1 libcupsppdc1 cups 
cups-core-drivers cups-daemon cups-client libcups2-dev libcupsimage2-dev 
libcupscgi1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common 
cups-server-common cups-ppdc cups-dbg
Architecture: source amd64 all
Version: 1.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team 
Changed-By: Didier Raboud 
Description:
 cups   - Common UNIX Printing System(tm) - PPD/driver support, web interfa
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-core-drivers - Common UNIX Printing System(tm) - PPD-less printing
 cups-daemon - Common UNIX Printing System(tm) - daemon
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cups-server-common - Common UNIX Printing System(tm) - server common files
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI 
libra
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS 
image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME 
library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD 
library
Closes: 753439 754243
Changes:
 cups (1.7.4-1) unstable; urgency=medium
 .
   * New 1.7.4 upstream release
 - Security: The web interface incorrectly served symlinked files and
   files that were not world-readable, potentially leading to a
   disclosure of information (STR #4450, CVE-2014-3537)
 - Added USB quirk rule for Lexmark E230 (STR #4448)
 - Fix broken links on the web homepage (STR #4453, Closes: #754243)
 - Refresh patches
 .
   [ Helge Kreutzmann ]
   * Update German man page (1531t)
 .
   [ Didier Raboud ]
   * Stop managin

Bug#753121: Fixed in 8ae2cf54dfa5bf205b4f9d6fccf1e1b9adaa274f

2014-07-14 Thread Guido Günther
tag 753121 +pending

The gcc erros also disappear with 1.2.6.  Upload should happen in the
next days. Sorry it took a while.
Cheers,
 -- Guido


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



Processed (with 1 errors): your mail

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

> tags 746863 -moreinfo -unreproducible
Bug #746863 [src:insighttoolkit4] insighttoolkit4: ftbfs with GCC-4.9
Removed tag(s) moreinfo.
Bug #746863 [src:insighttoolkit4] insighttoolkit4: ftbfs with GCC-4.9
Removed tag(s) unreproducible.
>  
Unknown command or malformed arguments to command.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746863
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#753239: [tex-live] bug in thumbpdf? - PATCH

2014-07-14 Thread Norbert Preining
Hi everyone,

Thanks to Ulrike's test files I could track it down ...

> So it seems that the $objstream is *only* initialized when the objdict[$count]
> is true, i.e., if the obj line looks like
>   3 0 obj <<
> But the << is on the next line, and even then, moving it up, did not change
> anything.

That was absolutely true, but my check was wrong, because thumbpdf was
parsing a *different* file, the thumbpdf.pdf.

There are two changes in PDF-X or whatever that adds these new lines
after << and >>.

With the attached patch it works again on my installations.

But I don't know whether
tell
seek
works on Windows, too (Ulrike ... please ...)

The idea is that we read the next line (peek at it), and if it
is a << or endobj then we just do as normal, otherwise we put
the line back.

Patch attached, comments welcome.

Thanks


Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13

--- thumbpdf.pl.orig	2014-07-13 16:24:53.823731368 +0900
+++ thumbpdf.pl	2014-07-15 00:29:21.030833482 +0900
@@ -937,6 +937,18 @@
 $objno[$count] = $1;
 $getobjindex[$1] = $count;
 $objdict[$count] = ($2); # boolean (if $2 exists)
+if (!$objdict[$count]) {
+  # check for << on thext line
+  my $pos = tell();
+  $_ = ;
+  if (/^<<$/) {
+  	$objdict[$count] = 1;
+	$lineno++;
+  } else {
+# undo the reading
+	seek PDF, $pos, 0;
+  }
+}
 my $stream = 0;
 print "* obj $objno[$count]" .
   (($objdict[$count]) ? " (dict)" : "") .
@@ -952,7 +964,20 @@
   {
 if (/^>>/)
 {
-  last if /^>>\s+endobj$/; # obj without stream
+	  # new line after >>
+  if (/^>>\s+endobj$/) {
+last; # obj without stream
+  } else {
+my $pos = tell();
+$_ =  ;
+if (/^endobj$/) {
+  last; # obj without stream
+  $lineno++;
+} else {
+  seek PDF, $pos, 0;
+}
+  }
+  # last if /^>>\s+endobj$/; # obj without stream
 
   # get stream
   $_ = ; $lineno++;


Bug#712999: Here too

2014-07-14 Thread Tom Laermans

Same issue here, "but not always".

CPU:
model name  : Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz

Controller:
00:1f.2 SATA controller: Intel Corporation C600/X79 series chipset 
6-Port SATA AHCI Controller (rev 06)


Kernel 3.14-0.bpo.1-amd64

Stock wheezy kernel untested as its C600 driver is bugged so it really 
doesn't find any drives/lvs to mount.


--
Tom Laermans
IT Infrastructure Manager
Luciad NV - http://www.luciad.com
Gaston Geenslaan 11, 3001 Heverlee, Belgium


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



Bug#754811: taurus 3.3.0 brakes sardana

2014-07-14 Thread Picca Frédéric-Emmanuel
Package: python-taurus
Version: 3.3.0+dfsg-1
Severity: serious

prevent the migration of taurus into testing.

this new version of taurus does not provide the sardana dedicated
widgets, macroexecutor etc...

To avoid regression for user, it is better to stop the migration of taurus
until a new version of sardana is released with these widgets.



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

Kernel: Linux 3.14-1-486
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-taurus depends on:
ii  python2.7.8-1
ii  python-guiqwt 2.3.1-1
ii  python-h5py   2.2.1-1+b2
ii  python-lxml   3.3.5-1+b1
ii  python-numpy  1:1.8.1-1+b1
ii  python-ply3.4-3
ii  python-pytango8.1.1-1+b3
ii  python-qt44.11.1+dfsg-1
ii  python-qwt5-qt4   5.2.1~cvs20091107+dfsg-7+b2
ii  python-spyderlib  2.3.0~rc+dfsg-1~experimental2

Versions of packages python-taurus recommends:
ii  pymca 4.7.1+dfsg-2
ii  qt4-designer  4:4.8.6+dfsg-2

python-taurus 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



Processed: Pending fixes for bugs in the xacobeo package

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

> tag 750283 + pending
Bug #750283 [src:xacobeo] xacobeo: FTBFS: Tests failures when network is 
accessible
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
750283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750283
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#750283: Pending fixes for bugs in the xacobeo package

2014-07-14 Thread pkg-perl-maintainers
tag 750283 + pending
thanks

Some bugs in the xacobeo package are closed in revision
746dd185becefca9be390b16e6ed8da6d7dc9c56 in branch 'master' by gregor
herrmann

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/xacobeo.git;a=commitdiff;h=746dd18

Commit message:

Add build-dependency on docbook-xml.

Thanks: Niko Tyni for the analysis.
Closes: #750283


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



Processed: Re: Bug#754661: findimagedupes: FTBFS: build-dependencies not satisfyable in sid

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> block -1 with 754564
Bug #754661 [src:findimagedupes] findimagedupes: FTBFS: build-dependencies not 
satisfyable in sid
754661 was not blocked by any bugs.
754661 was not blocking any bugs.
Added blocking bug(s) of 754661: 754564

-- 
754661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754661
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#754661: findimagedupes: FTBFS: build-dependencies not satisfyable in sid

2014-07-14 Thread gregor herrmann
Control: block -1 with 754564

On Mon, 14 Jul 2014 15:06:39 +0200, Andreas Tille wrote:

> libinline-c-perl is in NEW - may be just waiting would help in this
> case?
> Gregor, what do you think?  (BTW, feel free to NMU according to your
> opinion!)

Correct, libinline-c-perl is in NEW; #754564.
I guess the ftp-masters were more busy with the point release in the
last days.

In general I think that this is a typical example of a lose-lose
situation:
- Either you upload early, then the package has a problem as long as
  the dependency is still in NEW (like now);
- or you upload late, then the package FTBFS as soon as
  (libinline-c-perl is accepted and) the new libinline-perl is
  uploaded.

I agreed that waiting for libinline-c-perl makes sense, and then
closing this bug.

(Uploading now with a reversed order, and then uploading again in a
few days with another reversal seems like a waste of time to me.)
 
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: Suzanne Vega: Knight Moves


signature.asc
Description: Digital Signature


Bug#752870: marked as done (xul-ext-nostalgy: Folder selection and preferences broken in icedove 31)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 13:18:44 +
with message-id 
and subject line Bug#752870: fixed in nostalgy 0.2.32-2
has caused the Debian Bug report #752870,
regarding xul-ext-nostalgy: Folder selection and preferences broken in icedove 
31
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.)


-- 
752870: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752870
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xul-ext-nostalgy
Version: 0.2.31-1
Severity: important

Dear Maintainer,

since upgrading to icedove 31 in unstable, folder selection 
has stopped to work in nostalgy. I can use the shortcuts, 
and il will actually work, but I don't see a list of candidate
folders in which to select my destination. Which is a bit like 
shooting in the dark when i have several folders with similar 
names :-)

Moreover, the "Keys" tab in the preferences is empty, and the 
preference dialog won't close when I push the "ok" button. I 
have to close the dialog like a normal window, and it does not 
retain any modification that I made.

I have manually downloaded the development version from 
nostalgy's home page, which fixes all problems.

Thanks for your work,
-- 
Rémi


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

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

Versions of packages xul-ext-nostalgy depends on:
ii  icedove  31.0~b1-2

xul-ext-nostalgy recommends no packages.

xul-ext-nostalgy suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: nostalgy
Source-Version: 0.2.32-2

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

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

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

Debian distribution maintenance software
pp.
Guido Günther  (supplier of updated nostalgy 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 14:41:39 +0200
Source: nostalgy
Binary: xul-ext-nostalgy
Architecture: source all
Version: 0.2.32-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Mozilla Extension Maintainers 

Changed-By: Guido Günther 
Description:
 xul-ext-nostalgy - keyboard shortcut extension for Icedove
Closes: 752870
Changes:
 nostalgy (0.2.32-2) unstable; urgency=medium
 .
   * Really upload to unstable
 .
 nostalgy (0.2.32-1) wheezy; urgency=medium
 .
   * New upstream version (Closes: #752870)
   * [85e746c] Drop 0003-Drop-maxVersion-for-Wheezy-rebuild.patch. Rebuild is
 not for wheezy.
   * [32990cf] Refresh patches
Checksums-Sha1:
 a8e3c14daaf924acfa6995ed3683734613977c98 1957 nostalgy_0.2.32-2.dsc
 c0652e19f9ad22d6b315a8bd43fd5f42ede67080 34207 nostalgy_0.2.32.orig.tar.gz
 86d635cd22003f035f27ee4d58b779b56a6a918d 3516 nostalgy_0.2.32-2.debian.tar.xz
 e3f3986c2605e179c05ee4043160cd8f78c2914a 33012 
xul-ext-nostalgy_0.2.32-2_all.deb
Checksums-Sha256:
 2f9deeb0cfb0a68bd85bcb23df0cd3936d6cc0176ca59b817b85c860932613a8 1957 
nostalgy_0.2.32-2.dsc
 857009e75d43baf43278b49a4257dd605c9d1525d708728e8a9326eb014728a0 34207 
nostalgy_0.2.32.orig.tar.gz
 fa6e46b43b8820f800908509ab858c7066a65bbd08ac67f7edab8e2bfa32da7e 3516 
nostalgy_0.2.32-2.debian.tar.xz
 e788e1ce2816e93b467c703025a89858377a65e2f8bfb3673b12da65d12953d9 33012 
xul-ext-nostalgy_0.2.32-2_all.deb
Files:
 286a81af5cb9012f84d916c22e8d502b 33012 mail optional 
xul-ext-nostalgy_0.2.32-2_all.deb
 d060dd6a6219b8f0a1af81fb5515c922 1957 mail optional nostalgy_0.2.32-2.dsc
 82544471bf9f1e01accabab6538de4e3 34207 mail optional 
nostalgy_0.2.32.orig.tar.gz
 20a2f945f7a5d46832e6c5b4c1bca4a5 3516 mail optional 
nostalgy_0.2.32-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU8PU9Qe4t7DqmBILAQgfCxAAn8wAlktJD8XCXZIz2hSA2yU+7xr9+8Rf
MWpERHj/5ACjrWG7s2FJIOxxqVQkP0qJ3kPCsetldt7SowAupUW4UeYxSVDirfYo
gEa8sUvBua56sjtkU31hrbdaoo7Hm02KZPuBqaKFm/bWzcCO3nL98bCx7dHpSbfd
4JVp/M3aj0/av3rIp6xovyRDlGljgxGrYz+SF4XhGjK9JOpgxPHAQT6KUYuAclkW
dTk/+yUHoQq

Bug#754803: healpy: out-of-date binaries

2014-07-14 Thread Cyril Brulebois
Source: healpy
Version: 1.8.1-1
Severity: serious
Justification: ood binaries

Hi,

your package can no longer migrate to testing since it has out-of-date
binaries on various architectures (armel armhf i386 kfreebsd-i386 mips
mipsel powerpc s390x).

Please investigate whether restricting to *amd64 was the proper thing to
do, and request the removal of the old binaries from unstable if that is
the case. Documentation is available here:
  https://wiki.debian.org/ftpmaster_Removals

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#754661: findimagedupes: FTBFS: build-dependencies not satisfyable in sid

2014-07-14 Thread Andreas Tille
Hi Thorsten, (Gregor in CC)

libinline-c-perl is in NEW - may be just waiting would help in this
case?

Gregor, what do you think?  (BTW, feel free to NMU according to your
opinion!)

Kind regards

  Andreas.

On Sun, Jul 13, 2014 at 10:25:10AM +, Thorsten Glaser wrote:
> Source: findimagedupes
> Version: 2.18-5
> Severity: serious
> Justification: fails to build from source (but built successfully in the past)
> 
> Hi!
> 
> findimagedupes Build-Depends: libinline-c-perl | libinline-perl (<< 0.57~)
> 
> However, there is no "libinline-c-perl" in sid, and buildds ignore
> all but the first part of alternative dependencies (why, I have never
> understood, since this is counter-productive… additionally, wanna-build
> does not, so the buildds are churning trying to autobuild this package
> but failing to install its Build-Dependencies).
> 
> You need to reverse the order of the alternatives, like so:
> 
> Build-Depends: libinline-perl (<< 0.57~) | libinline-c-perl
> 
> At least until libinline-c-perl is in sid (I have not seen it yet).
> 
> -- System Information:
> Debian Release: jessie/sid
>   APT prefers unreleased
>   APT policy: (500, 'unreleased'), (500, 'unstable')
> Architecture: m68k
> 
> Kernel: Linux 3.14-1-m68k
> Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/lksh
> 
> -- 
> debian-science-maintainers mailing list
> debian-science-maintain...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

-- 
http://fam-tille.de


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



Bug#747457: fixed in acetoneiso 2.4-2

2014-07-14 Thread Cyril Brulebois
Nick Andrik  (2014-07-01):
>  acetoneiso (2.4-2) unstable; urgency=low
>  .
>* Mark the package as linux-any, since fuseiso is not available in
>  non-linux platforms (Closes: #747457)

Hi,

in addition to no longer building on these architectures you need to get
your old binaries dropped from unstable. Documentation is available
here:
  https://wiki.debian.org/ftpmaster_Removals

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#753402: gosh segfaults on s390x causing libguess to FTBFS

2014-07-14 Thread Jens Thiele
Andrew Shadura  writes:

> retitle 753402 gosh segfaults on s390x causing libguess to FTBFS

first looked at the wrong build log

the relevant one seems to be:
https://buildd.debian.org/status/fetch.php?pkg=libguess&arch=s390x&ver=1.2%7Egit20131128.cc43cefc-2&stamp=1405322861


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



Bug#753402: gosh segfaults on s390x causing libguess to FTBFS

2014-07-14 Thread Jens Thiele
Jens Thiele  writes:

> Andrew Shadura  writes:
>
>> retitle 753402 gosh segfaults on s390x causing libguess to FTBFS
>
> first looked at the wrong build log
>
> the relevant one seems to be:
> https://buildd.debian.org/status/fetch.php?pkg=libguess&arch=s390x&ver=1.2%7Egit20131128.cc43cefc-2&stamp=1405322861

can't reproduce on amd64

to reproduce on s390x it should be enough to do:
$ apt-get install gauche
save attachment (src/libguess/guess.scm from
libguess-1.2~git20131128.cc43cefc) to /tmp/guess.scm
to /tmp/inc.scm
$ md5sum /tmp/in.scm
244f95decf824fbac54cc33165c88f3c  /tmp/in.scm
$ gosh /tmp/in.scm /tmp/out.c

maybe someone could do this on s390x within gdb and provide a backtrace?

;;;
;;; This code is derivative of guess.c of Gauche-0.8.7.
;;; The following is the original copyright notice.
;;;

;;;
;;; Auxiliary script to generate japanese code guessing table
;;;
;;;   Copyright (c) 2000-2003 Shiro Kawai, All rights reserved.
;;;
;;;   Redistribution and use in source and binary forms, with or without
;;;   modification, are permitted provided that the following conditions
;;;   are met:
;;;
;;;   1. Redistributions of source code must retain the above copyright
;;;  notice, this list of conditions and the following disclaimer.
;;;
;;;   2. Redistributions in binary form must reproduce the above copyright
;;;  notice, this list of conditions and the following disclaimer in the
;;;  documentation and/or other materials provided with the distribution.
;;;
;;;   3. Neither the name of the authors nor the names of its contributors
;;;  may be used to endorse or promote products derived from this
;;;  software without specific prior written permission.
;;;
;;;   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
;;;   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
;;;   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
;;;   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
;;;   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
;;;   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
;;;   TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
;;;   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
;;;   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
;;;   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
;;;   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
;;;
;;;  $Id: guess.scm,v 1.3 2003/07/05 03:29:10 shirok Exp $
;;;

;;;
;;; To rebuild DFA tables, install Gauche and run the following in
;;; the libguess source directory:
;;;
;;; $ gosh guess.scm guess_tab.c
;;;
;;; DFAs are defined such as:
;;;
;;; (define-dfa c-prefix-name
;;;  (init
;;;   (((byte sequence)) step-name  confidence-score)
;;;   (((byte sequence)) step-name  confidence-score)))
;;;
;;; DFAs can have infinite steps, the table defines how the DFA behaves.
;;; 'init' is the name of the first step.
;;;

(use srfi-1)
(use gauche.sequence)

;; This is a simple state machine compiler.
;;
;;  : (define-dfa   ...)
;;  : ( (  ) ...)
;;   : symbol
;;  : symbol
;;  : real
;;  : ( ...)
;;  :  | ( )
;;  : integer between 0 and #xff | ASCII char
;;
;; When evaluated, the DFA generates a state transition table in
;; C source format.

(define-class  ()
  ((name:init-keyword :name   :accessor name-of)
   (states  :init-keyword :states :accessor states-of)
   (instances :allocation :class  :init-value '(

(define-class  ()
  ((name:init-keyword :name   :accessor name-of)
   (index   :init-keyword :index  :accessor index-of)
   (arcs:init-keyword :arcs   :accessor arcs-of :init-value '(

(define-class  ()
  ((from-state :init-keyword :from-state :accessor from-state-of)
   (to-state   :init-keyword :to-state   :accessor to-state-of)
   (ranges :init-keyword :ranges :accessor ranges-of)
   (index  :init-keyword :index  :accessor index-of)
   (score  :init-keyword :score  :accessor score-of)))

;; Create DFA

(define-syntax define-dfa
  (syntax-rules ()
((_ name . states)
 (define name (make 
:name 'name
:states (resolve-states 'states))

(define-method initialize ((self ) initargs)
  (next-method)
  (slot-push! self 'instances self))

(define (all-dfas) (reverse (class-slot-ref  'instances)))

(define (resolve-states state-defs)
  (let ((states (map (lambda (d i) (make  :name (car d) :index i))
 state-defs
 (iota (length state-defs)
(fold (lambda (s d i)
(let1 num-arcs (length (cdr d))
  (set! (arcs-of s)
(map (lambda (arc aindex)
   (make 
 :from-state s
 :to-state (or (find (lambda (e)
   (eq? (name-of e) (cadr arc)

Bug#748775: marked as done (Should not be released with jessie)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 12:21:45 +
with message-id 
and subject line Bug#746524: Removed package(s) from unstable
has caused the Debian Bug report #748775,
regarding Should not be released with jessie
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.)


-- 
748775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libnl
Version: 1.1-8
Severity: serious

This is a blocker bug to ensure jessie is not released with libnl1.
It's no longer developed and superseded by libnl3.



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

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Version: 1.1-8+rm

Dear submitter,

as the package libnl has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/746524

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Processed: your mail

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

> retitle 753402 gosh segfaults on s390x causing libguess to FTBFS
Bug #753402 [gauche] libguess: FTBFS on s390x
Changed Bug title to 'gosh segfaults on s390x causing libguess to FTBFS' from 
'libguess: FTBFS on s390x'
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
753402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753402
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#754750: qtmultimedia-opensource-src: FTBFS on kfreebsd-amd64: symbols issues

2014-07-14 Thread Cyril Brulebois
Lisandro Damián Nicanor Pérez Meyer  (2014-07-13):
> tag 754750 pending
> thanks
> 
> The bug is fixed on the repo and the real culprit (pkg-kde-tools) has already 
> been uploaded with the proper fix.
> 
> It might be possible that other software that uses pkg-kde-tools and built 
> against 0.15.14 also FTBFS from the same reason (see #754765). If this is the 
> case, a binNMU against 0.15.15 should do the trick.

FWIW: If it FTBFS that's called a give back. ;)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#754719: marked as done (llvm-py: FTBFS everywhere, presumably due to llvm-defaults update)

2014-07-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jul 2014 11:49:50 +
with message-id 
and subject line Bug#754719: fixed in llvm-py 0.12.6-2
has caused the Debian Bug report #754719,
regarding llvm-py: FTBFS everywhere, presumably due to llvm-defaults update
to be marked as done.

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

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


-- 
754719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754719
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: llvm-py
Version: 0.12.6-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS everywhere. I'm not quoting anything from the build
logs since that would be *huge*.

Build log summary available here:
  https://buildd.debian.org/status/package.php?p=llvm-py&suite=sid

Mraw,
KiBi.
--- End Message ---
--- Begin Message ---
Source: llvm-py
Source-Version: 0.12.6-2

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

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

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

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated llvm-py 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 13:00:37 +0200
Source: llvm-py
Binary: python-llvm python-llvm-dbg
Architecture: source amd64
Version: 0.12.6-2
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team 
Changed-By: Sylvestre Ledru 
Description:
 python-llvm - Python bindings for LLVM
 python-llvm-dbg - Python bindings for LLVM (debug mode)
Closes: 754719
Changes:
 llvm-py (0.12.6-2) unstable; urgency=medium
 .
   * Fix the Vcs-* fields
   * FTBFS with llvm 3.4. Cherry-pick upstream pull request:
 https://github.com/llvmpy/llvmpy/pull/97
 (Closes: #754719)
Checksums-Sha1:
 d988e8060af36b93f15906222f41cc839e6dd2c8 2052 llvm-py_0.12.6-2.dsc
 f0ab10ee39fffc1df4186ae4eae38834e60dd4eb 5228 llvm-py_0.12.6-2.debian.tar.xz
 e1c559f83892d114685accd1200576371ca333c9 527190 python-llvm_0.12.6-2_amd64.deb
 9ffcf37abdc55c1c7737110577e6c33cbc5e2cd8 1299788 
python-llvm-dbg_0.12.6-2_amd64.deb
Checksums-Sha256:
 54472c770cfd1397df8ab68f6b0d06dd23dc21118c19cea41f252e6b6af8a5f8 2052 
llvm-py_0.12.6-2.dsc
 ace9b45832f81c089fd094df71f5c745b58822c290dfb47cba49a3ce5d51e443 5228 
llvm-py_0.12.6-2.debian.tar.xz
 dc10c7a49c92c89416b6ad978ad3a9c306e6a0b8f3efce610e41b009c0fbc9a3 527190 
python-llvm_0.12.6-2_amd64.deb
 df739466802eaeaad3fd4321aa253fc942caf0df86067b29cb114d7d809dc768 1299788 
python-llvm-dbg_0.12.6-2_amd64.deb
Files:
 a012da6f65d785e7a44aedd684132a42 527190 python optional 
python-llvm_0.12.6-2_amd64.deb
 00ee38ac18cfca9679f0dd4bbf9de95f 1299788 debug extra 
python-llvm-dbg_0.12.6-2_amd64.deb
 08db2771b9b1d75edcbf16eb79d59600 2052 python optional llvm-py_0.12.6-2.dsc
 ffa84b83018c632c0c66e308bd8310c9 5228 python optional 
llvm-py_0.12.6-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTw8IjAAoJEH5lKNp1LxvhscYP/2M7kI+iOgJocXF3xZS5aJIG
Ukvd1P5SwVg8dwYBziAfnMhtIPanY+i39JBzNPqFjV0sjnHILiDHubBA4RyHGN3L
qmNye9cm/l2FJ1Nkabk7whSqaT9MT91Ittu6kSqUG+cUzBenfFin+UW9JgA04MmE
shFn40OYcqnnUZsX6uRLdcyj/+paVxRKH2Jo32TVSUpD+UzQAhrFQYkrnUI1NqC7
GPrngOAbCspdAPI5UVI2S2rFfhqOjG+ToOFlECOtlgvXXvlVzhi/RRsedPOaau1Z
j4fM0SrobgUHdKoXP9AksP+pPiBfeZBnjXzb8IzmtuJwJtLspy/WOsanU8EwkQgD
g3ItM+mLs4lDPJkuGrNwzOm9aaWMiQ5m/WbbNlYRuNV1vPxeSmqQWtZSHl6gP0ed
76+eIbzxCOuNabd6zRvaTUQzIf/UV1lZVGeWtaxndcV9/4IUen7kEc96Yfw/eZux
uNBw/iw7rQJqvQyI9Jftc/vabNbpLh5tivdjXmxk7FXGrTvFKXu+ss1zz2yzM2tp
KMEbnHTHwQIN7aFTYf6VE9a5Qx85/te7yoQyrBFN8IpES1AEQmrBAzxhNjDWvNEb
20KdBT+ogCUGG38n0W/FCEoqD3ZfTamcWuR3yR83zHMYRBkytKewJ7y+u/0qECwz
pYf5XUdd+Zha/MbdYlDR
=tsLZ
-END PGP SIGNATURE End Message ---


Processed: your mail

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

> tags 754758 -patch -pending
Bug #754758 [src:musl] musl: FTBFS on armhf: wrong asm instructions?
Removed tag(s) patch.
Bug #754758 [src:musl] musl: FTBFS on armhf: wrong asm instructions?
Removed tag(s) pending.
>
End of message, stopping processing here.

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

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #752425 [xfce4-session] xfce4-session: upower-1.0 transition
Severity set to 'serious' from 'normal'

-- 
752425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752425
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: upower transition started

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #752430 [xfce4-systemload-plugin] xfce4-systemload-plugin: upower-1.0 
transition
Severity set to 'serious' from 'normal'

-- 
752430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752430
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#754251: Version 304.123 is released

2014-07-14 Thread Alex
The previous comment contained a link to the wrong driver version.

NVidia recently released a new legacy 304xx version, which should be compatible 
with xserver 1.16.

https://devtalk.nvidia.com/default/topic/760649/unix-graphics-announcements-and-news/linux-solaris-and-freebsd-driver-304-123-legacy-for-geforce-6-and-7-series-/

-- 
Alex


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



Processed: this is serious

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

> severity 666236 serious
Bug #666236 [gforge-web-apache2] gforge-web-apache2: fails to install: 
manage-apache-config.sh: line 75: [: too many arguments
Severity set to 'serious' from 'important'
> # justification: https://release.debian.org/jessie/rc_policy.txt -> 5a
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666236
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#754788: lavapdu-daemon: fails to install

2014-07-14 Thread Holger Levsen
Package: lavapdu-daemon
Version: 0.0.3-1
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...):

  The following NEW packages will be installed:
lavapdu-daemon
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 13.7 kB of archives.
  After this operation, 115 kB of additional disk space will be used.
  Get:1 http://mirror.bm.debian.org/debian/ jessie/main lavapdu-daemon all 
0.0.3-1 [13.7 kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 13.7 kB in 0s (901 kB/s)
  Selecting previously unselected package lavapdu-daemon.
  (Reading database ... 7954 files and directories currently installed.)
  Preparing to unpack .../lavapdu-daemon_0.0.3-1_all.deb ...
  Unpacking lavapdu-daemon (0.0.3-1) ...
  Setting up lavapdu-daemon (0.0.3-1) ...
  invoke-rc.d: policy-rc.d denied execution of start.
  invoke-rc.d: policy-rc.d denied execution of start.
  No passwd entry for user 'postgres'
  No passwd entry for user 'postgres'
  /var/lib/dpkg/info/lavapdu-daemon.postinst: 18: /var/lib/dpkg/info/lavapdu-
daemon.postinst: Failed to create database user: not found
  dpkg: error processing package lavapdu-daemon (--configure):
   subprocess installed post-installation script returned error exit status 
127
  Errors were encountered while processing:
   lavapdu-daemon
  E: Sub-process /usr/bin/dpkg returned an error code (1)


If needed, I could teach piuparts.d.o to start a postgresql server (for this 
package), but even without it must not fail like this. So I won't do this, 
before this bug isn't fixed ;)


cheers,
Holger
Start: 2014-07-07 17:59:20 UTC

Package: lavapdu-daemon
Source: lavapdu
Version: 0.0.3-1
Installed-Size: 112
Maintainer: Debian LAVA team 
Architecture: all
Replaces: lavapdu
Depends: python (>= 2.7), python (<< 2.8), python-daemon, python-lockfile, python-pexpect, python-psycopg2, postgresql-client-common
Conflicts: lavapdu
Description: LAVA PDU control daemon
Homepage: http://www.linaro.org/projects/test-validation/
Description-md5: c875df0cc051c098b99b9f7199f02b77
Section: net
Priority: optional
Filename: pool/main/l/lavapdu/lavapdu-daemon_0.0.3-1_all.deb
Size: 13688
MD5sum: 757595682d4e8b364294f83fc663bbe7
SHA1: 1569f282de69b5aec84fcf38abd5b89388631dba
SHA256: 4a421c7311695d72468a2611b56487bea150d68f635c3b3e91f5428042f8bbca

Executing: sudo env PYTHONPATH=/srv/piuparts.debian.org/lib/python2.7/dist-packages timeout -s INT -k 5m 35m /srv/piuparts.debian.org/sbin/piuparts --skip-logrotatefiles-test --warn-on-others --scriptsdir /etc/piuparts/scripts --no-eatmydata --allow-database --warn-on-leftovers-after-purge --mirror 'http://mirror.bm.debian.org/debian/ main' --tmpdir /srv/piuparts.debian.org/tmp --arch amd64 -b /srv/piuparts.debian.org/slave/basetgz/jessie_amd64.tar.gz -d jessie --no-upgrade-test --apt lavapdu-daemon=0.0.3-1
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: The FAQ also explains how to contact us in case you think piuparts is wrong.
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.59~201405301115~0.58-62-g352dac2 starting up.
0m0.0s INFO: Command line arguments: /srv/piuparts.debian.org/sbin/piuparts --skip-logrotatefiles-test --warn-on-others --scriptsdir /etc/piuparts/scripts --no-eatmydata --allow-database --warn-on-leftovers-after-purge --mirror 'http://mirror.bm.debian.org/debian/ main' --tmpdir /srv/piuparts.debian.org/tmp --arch amd64 -b /srv/piuparts.debian.org/slave/basetgz/jessie_amd64.tar.gz -d jessie --no-upgrade-test --apt lavapdu-daemon=0.0.3-1
0m0.0s INFO: Running on: Linux piu-slave-bm-a 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64
0m0.0s DEBUG: Created temporary directory /srv/piuparts.debian.org/tmp/tmpJX9g8J
0m0.0s DEBUG: Unpacking /srv/piuparts.debian.org/slave/basetgz/jessie_amd64.tar.gz into /srv/piuparts.debian.org/tmp/tmpJX9g8J
0m0.0s DEBUG: Starting command: ['tar', '-C', '/srv/piuparts.debian.org/tmp/tmpJX9g8J', '-zxf', '/srv/piuparts.debian.org/slave/basetgz/jessie_amd64.tar.gz']
0m1.7s DUMP: 
  tar: ./proc: time stamp 2014-08-28 07:27:40 is 4454899.606813871 s in the future
0m1.7s DEBUG: Command ok: ['tar', '-C', '/srv/piuparts.debian.org/tmp/tmpJX9g8J', '-zxf', '/srv/piuparts.debian.org/slave/basetgz/jessie_amd64.tar.gz']
0m1.7s DEBUG: Starting command: ['chroot', '/srv/piuparts.debian.org/tmp/tmpJX9g8J', 'mount', '-t', 'proc', 'proc', '/proc']
0m1.8s DEBUG: Command ok: ['chroot', '/srv/piuparts.debian.org/tmp/tmpJX9g8J', 'mount', '-t', 'proc'

Processed: your mail

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

> tags 754758 fixed-upstream patch pending
Bug #754758 [src:musl] musl: FTBFS on armhf: wrong asm instructions?
Added tag(s) pending, fixed-upstream, and patch.
>
End of message, stopping processing here.

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

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #748935 [wmbattery] fails to build from source with upower 0.99
Severity set to 'serious' from 'normal'

-- 
748935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748935
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: gosh segfaults on s390x causing libguess to FTBFS

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 gauche
Bug #753402 [src:libguess] libguess: FTBFS on s390x
Bug reassigned from package 'src:libguess' to 'gauche'.
No longer marked as found in versions libguess/1.2~git20131128.cc43cefc-1.
Ignoring request to alter fixed versions of bug #753402 to the same values 
previously set

-- 
753402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753402
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#753402: gosh segfaults on s390x causing libguess to FTBFS

2014-07-14 Thread Andrew Shadura
Control: reassign -1 gauche

Hi,

It seems like a bug in gauche is causing libguess to FTBFS.
Could you please look into this?

-- 
Cheers,
  Andrew


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



Bug#754787: mosquitto: does not handle errors from authentication plugins correctly

2014-07-14 Thread Roger Light
Source: mosquitto
Version: 1.2.1-1
Severity: grave
Tags: security upstream
Justification: user security hole

If an end user uses mosquitto with an authentication plugin, and the
plugin returns an application error when making an authentication check
(such as if a database was unavailable), then mosquitto incorrectly
treats this as a successful authentication.

This has the potential for unauthorised clients to access the running
mosquitto broker and gain access to information to which it is not
authorised. In general this does not represent a wider security hole.

No authentication plugins are provided with mosquitto and there are only
a limited number of examples available on the internet, so it is
unlikely that this bug will affect many installations.


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



Processed: NMU diff

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #748929 [cairo-dock-plug-ins] fails to build from source with upower 0.99
Ignoring request to alter tags of bug #748929 to the same tags previously set

-- 
748929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748929
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#748929: NMU diff

2014-07-14 Thread Andreas Henriksson
Control: tags -1 + patch

Hello!

I'm attaching an NMU diff which I've prepared for this package related
to the upower transition.

Regards,
Andreas Henriksson
diff -Nru cairo-dock-plug-ins-3.3.2/debian/changelog cairo-dock-plug-ins-3.3.2/debian/changelog
--- cairo-dock-plug-ins-3.3.2/debian/changelog	2014-07-08 22:44:57.0 +0200
+++ cairo-dock-plug-ins-3.3.2/debian/changelog	2014-07-14 12:10:07.0 +0200
@@ -1,3 +1,13 @@
+cairo-dock-plug-ins (3.3.2-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add debian/patches/bzr3083-3084_Support_UPower0.99.patch (Closes: #748929)
+- Borrowed from the ubuntu package, supposedly originally from upstream.
+- Massage the patch to apply without first applying
+  bzr3057_GMenu_new_apps_show_dialog_after_installation.patch
+
+ -- Andreas Henriksson   Mon, 14 Jul 2014 12:01:25 +0200
+
 cairo-dock-plug-ins (3.3.2-3.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru cairo-dock-plug-ins-3.3.2/debian/patches/bzr3083-3084_Support_UPower0.99.patch cairo-dock-plug-ins-3.3.2/debian/patches/bzr3083-3084_Support_UPower0.99.patch
--- cairo-dock-plug-ins-3.3.2/debian/patches/bzr3083-3084_Support_UPower0.99.patch	1970-01-01 01:00:00.0 +0100
+++ cairo-dock-plug-ins-3.3.2/debian/patches/bzr3083-3084_Support_UPower0.99.patch	2014-07-14 12:02:13.0 +0200
@@ -0,0 +1,348 @@
+revno: 3100
+committer: Matthieu Baerts 
+branch nick: cairo-dock-plug-ins
+timestamp: Sun 2014-06-15 12:22:40 +0200
+message: PowerManager: UPower 0.99+: 'changed' signal has been replaced by 'notify' signal
+
+revno: 3084
+committer: Matthieu Baerts 
+branch nick: cairo-dock-plug-ins
+timestamp: Fri 2014-05-23 01:26:57 +0200
+message: PowerManager: removed suspend/hibernate features
+These features no longer work on recent systems and they are no longer
+supported with recent versions of UPower (0.99+).
+We should support SystemD but suspend/hibernate features are already managed
+by Logout applet (and the system when pressing the Shutdown button) and this
+applet can be hidden most of the time (or not used when there are no battery):
+I think users use Logout applet instead. (and now they should use it :-) )
+
+revno: 3083
+committer: Matthieu Baerts 
+branch nick: cairo-dock-plug-ins
+timestamp: Tue 2014-05-20 21:08:19 +0200
+message: Logout: UPower 0.99+ no longer supports logout features: suspend/hibernate
+If UPower >=0.90 is used, we can't compile Logout applet with UPower because
+some functions are no longer available
+
+=== modified file 'CMakeLists.txt'
+Index: cairo-dock-plug-ins/CMakeLists.txt
+===
+--- cairo-dock-plug-ins.orig/CMakeLists.txt
 cairo-dock-plug-ins/CMakeLists.txt
+@@ -152,6 +152,14 @@ pkg_check_modules (GLIB glib-2.0)
+ set (shared_filesdatadir "${pluginsdatadir}/shared-files")
+ add_subdirectory (shared-files)
+ 
++
++
++
++#  STATIC LIBS AND DEPENDENCES USED BY MORE THAN ONE PLUG-IN   #
++
++
++
++
+ # STATIC LIBRARIES 
+ message (STATUS "> Static Libraries:")
+ 
+@@ -337,6 +345,30 @@ elseif (INDICATOR_APPLET_FOUND)
+ 	endif()
+ endif()
+ 
++# UPOWER #
++message (STATUS "> UPower:")
++enable_if_not_defined (enable-upower-support)
++if (enable-upower-support)
++	pkg_check_modules (UPOWER upower-glib)  # useful for Powermanager too.
++endif()
++if (UPOWER_FOUND)
++	set (with_upower_support yes)
++	STRING (REGEX REPLACE "\\..*" "" UPOWER_MAJOR "${UPOWER_VERSION}") # 2.28.3 => 2
++	STRING (REGEX REPLACE "[0-9]*\\.([^ ]+)" "\\1" UPOWER_MINOR "${UPOWER_VERSION}")  # 2.28.3 => 2.28
++	STRING (REGEX REPLACE "\\.[0-9]*" "" UPOWER_MINOR "${UPOWER_MINOR}") # 2.28 => 28
++	if (${UPOWER_MAJOR} GREATER 0 OR ${UPOWER_MINOR} GREATER 89)
++		message (STATUS "   Your version of UPower no longer supports suspend/hibernate features")
++		set (with_upower_support "yes (0.99+)")
++	else()
++		set (UPOWER_SUPPORTS_SUSPEND_HIBERNATE 1)
++	endif()
++else()
++	set (with_upower_support no)
++	message (STATUS "Could not find upower-glib; Logout and PowerManager plugin won't be built with UPower support.")
++	message (WARNING "This module is required to compile LogOut and PowerManager applet with UPower support: upower-glib")
++	set (MODULES_MISSING "${MODULES_MISSING} upower-glib")
++endif()
++
+ # DISTRIBUTION #
+ message (STATUS "> Distribution:")
+ # We try to detect if the user is on Ubuntu to know which bus we have to use...
+@@ -387,6 +419,14 @@ if (EXISTS ${DEBIAN_VERSION})
+ 	message (STATUS "  DISTRO_ID: ${DISTRO_ID}, DISTRO_RELEASE: ${DISTRO_RELEASE}")
+ endif()
+ 
++
++
++
++#   PLUG-INS 

Bug#738460: [RC #738460] macchanger: Random mac feature fails in all of the random mac assigning options

2014-07-14 Thread Jean-Michel Nirgal Vourgère
>>> Do you have any objections if I upload this as a NMU?  Or would you
>>> prefer to update the package?
>> Please Ted, go ahead. :)
> Ok, thanks.  I'll do that this evening.  Since I got your ack, I won't
> bother using a delayed queue.

Any update?

For what it's worth, I reviewed the changes and they look good. :)



signature.asc
Description: OpenPGP digital signature


Bug#713203: clear the patch

2014-07-14 Thread Sphinx Jiang
Hi,

I tried to clean this patch and tested it on mips64el and amd64, both build
success.
Here is the new patch:

diff -Nru g-wrap-1.9.14/debian/control g-wrap-1.9.14/debian/control
--- g-wrap-1.9.14/debian/control2012-12-06 20:28:47.0 +0800
+++ g-wrap-1.9.14/debian/control2014-07-14 10:22:37.0 +0800
@@ -6,7 +6,7 @@
 Vcs-Git: git://git.debian.org/git/collab-maint/g-wrap.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/g-wrap.git
 Standards-Version: 3.9.3
-Build-Depends: debhelper (>> 8), cdbs, texinfo, automake, autoconf,
+Build-Depends: debhelper (>> 8), cdbs, texinfo, automake, autoconf,
dh-autoreconf,
  guile-1.8-dev (>= 1.8.3+1), guile-library (>= 0.1.1), libglib2.0-dev,
libffi-dev

 Package: g-wrap
diff -Nru g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch
g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch
--- g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch1970-01-01
08:00:00.0 +0800
+++ g-wrap-1.9.14/debian/patches/delete_aclocal_flags.patch2014-07-14
09:57:05.0 +0800
@@ -0,0 +1,14 @@
+Author: Hideki Yamane 
+Forwarded: no
+Last-Update: 2013-10-22
+Index: g-wrap-1.9.14/Makefile.am
+===
+--- g-wrap-1.9.14.orig/Makefile.am2010-09-25 20:20:13.0 +0800
 g-wrap-1.9.14/Makefile.am2014-07-14 09:56:24.685012483 +0800
+@@ -16,5 +16,5 @@
+  $(wildcard $(srcdir)/m4/*.m4) \
+  $(wildcard $(srcdir)/m4/*.m4-in)
+
+-ACLOCAL_AMFLAGS = -I m4 @ACLOCAL_FLAGS@
++ACLOCAL_AMFLAGS = -I m4
+
diff -Nru g-wrap-1.9.14/debian/patches/series
g-wrap-1.9.14/debian/patches/series
--- g-wrap-1.9.14/debian/patches/series2012-12-06 20:28:47.0
+0800
+++ g-wrap-1.9.14/debian/patches/series2014-07-14 09:55:39.0
+0800
@@ -1 +1,2 @@
 0001-Use-GUILE-instead-of-hardcoding-guile-binary-name.patch
+delete_aclocal_flags.patch
diff -Nru g-wrap-1.9.14/debian/rules g-wrap-1.9.14/debian/rules
--- g-wrap-1.9.14/debian/rules2012-12-06 20:28:47.0 +0800
+++ g-wrap-1.9.14/debian/rules2014-07-14 10:22:58.0 +0800
@@ -4,14 +4,11 @@

 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk

 DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror GUILE=/usr/bin/guile-1.8
 DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR)

-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOCONF = 2.69
-
 DEB_MAKE_CHECK_TARGET = check

 DEB_DH_MAKESHLIBS_ARGS_ALL := -V -X"libgw-guile-"


Bug#752443: upower 0.99 transition started

2014-07-14 Thread Andrew Shadura
Hello,

On 14 July 2014 11:25, Andreas Henriksson  wrote:
> The upower transitions (#751953) has now been started and this
> makes your package fail to build from source in unstable.

Andreas, I'd expect a patch from you prior to the upload of a newer
upower. I currently have no time nor desire to review the API changes
to perform the porting, so a tested and working patch would really
help.

-- 
Cheers,
  Andrew


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



Processed: jessie

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

> tags 754765 + sid jessie
Bug #754765 {Done: Lisandro Damián Nicanor Pérez Meyer } 
[pkg-kde-tools] Anchored regexps make kfreebsd-amd64 not detectable
Added tag(s) sid and jessie.
> tags 754781 + sid jessie
Bug #754781 [bluez-tools] Incompatible with bluez 5.x
Added tag(s) sid and jessie.
>
End of message, stopping processing here.

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

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #752443 [sleepd] sleepd: upower-1.0 transition
Severity set to 'serious' from 'normal'

-- 
752443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752443
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#754637: ck: FTBFS on kfreebsd-i386: PIC register clobbered by '%ebx' in 'asm'

2014-07-14 Thread Daniel Pocock
On 14/07/14 11:02, Devon H. O'Dell wrote:
> Hi,
>
> This was fixed by
> https://github.com/concurrencykit/ck/commit/b4e865f2015a7706733dcecf4fc8b757cbe7032d.
> I don't recall if a new version has been drawn up since then, but
> perhaps it is sufficient to use this commit in the packaging?

Just let me know when the next release is tagged and I will update the
packages


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



Processed: upower 0.99 transition started

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #752428 [xfce4-power-manager] xfce4-power-manager: upower-1.0 transition
Severity set to 'serious' from 'normal'

-- 
752428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752428
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#754637: ck: FTBFS on kfreebsd-i386: PIC register clobbered by '%ebx' in 'asm'

2014-07-14 Thread Devon H. O'Dell
Hi,

This was fixed by
https://github.com/concurrencykit/ck/commit/b4e865f2015a7706733dcecf4fc8b757cbe7032d.
I don't recall if a new version has been drawn up since then, but
perhaps it is sufficient to use this commit in the packaging?

Kind regards,

--dho

2014-07-12 23:27 GMT-07:00 Daniel Pocock :
>
>
> Cyril, thanks for the bug report
>
> Submitting this issue to the upstream mailing list - can anybody assist
> with this?
>
>
> On 13/07/14 04:30, Cyril Brulebois wrote:
>> Source: ck
>> Version: 0.4.2-1
>> Severity: serious
>> Justification: FTBFS
>>
>> Hi,
>>
>> your package no longer builds on kfreebsd-i386:
>> | make[3]: Entering directory 
>> `/«PKGBUILDDIR»/regressions/ck_cohort/benchmark'
>> | /usr/bin/cc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -std=gnu99 -pedantic -Wall 
>> -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align 
>> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
>> -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe 
>> -Wno-parentheses -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
>> -Werror=format-security -march=i586 -fPIC -I../../../include -DCORES=2 -m32 
>> -D__x86__ -msse -msse2 -pthread -D_GNU_SOURCE -lm -o ck_cohort.THROUGHPUT 
>> throughput.c -lm
>> | /usr/bin/cc -DLATENCY -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -std=gnu99 
>> -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith 
>> -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
>> -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 
>> -pipe -Wno-parentheses -g -O2 -fstack-protector --param=ssp-buffer-size=4 
>> -Wformat -Werror=format-security -march=i586 -fPIC -I../../../include 
>> -DCORES=2 -m32 -D__x86__ -msse -msse2 -pthread -D_GNU_SOURCE -lm -o 
>> ck_cohort.LATENCY ck_cohort.c
>> | In file included from ../../ck_spinlock/benchmark/latency.h:34:0,
>> |  from ck_cohort.c:7:
>> | ../../ck_spinlock/benchmark/../../common.h: In function 'main':
>> | ../../ck_spinlock/benchmark/../../common.h:381:9: error: PIC register 
>> clobbered by '%ebx' in 'asm'
>> |  __asm__ __volatile__("cpuid;"
>> |  ^
>> | ../../ck_spinlock/benchmark/../../common.h:387:9: error: PIC register 
>> clobbered by '%ebx' in 'asm'
>> |  __asm__ __volatile__("xorl %%eax, %%eax;"
>> |  ^
>> | ../../ck_spinlock/benchmark/../../common.h:381:9: error: PIC register 
>> clobbered by '%ebx' in 'asm'
>> |  __asm__ __volatile__("cpuid;"
>> |  ^
>> | ../../ck_spinlock/benchmark/../../common.h:387:9: error: PIC register 
>> clobbered by '%ebx' in 'asm'
>> |  __asm__ __volatile__("xorl %%eax, %%eax;"
>> |  ^
>> | make[3]: *** [ck_cohort.LATENCY] Error 1
>>
>> Full build log:
>>   
>> https://buildd.debian.org/status/fetch.php?pkg=ck&arch=kfreebsd-i386&ver=0.4.2-1&stamp=1399019497
>>
>> Mraw,
>> KiBi.
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Concurrency Kit" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to concurrencykit+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


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



Processed: upower 0.99 now in unstable

2014-07-14 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #748929 [cairo-dock-plug-ins] fails to build from source with upower 0.99
Severity set to 'serious' from 'normal'

-- 
748929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748929
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#754783: [src:moin] Some sources are not included in your package

2014-07-14 Thread bastien ROUCARIES
Package: src:moin 
Version: 1.9.7-1
user: lintian-ma...@debian.org
usertags: source-is-missing
severity: serious
X-Debbugs-CC: ftpmas...@debian.org

Hi,

Your package seems to include some files that lack sources
in prefered forms of modification:

Old jquery file (v1.4.4)

   MoinMoin/support/werkzeug/debug/shared/jquery.js

The following one have source and should be overriden (or better use the 
packaged fsck)

MoinMoin/web/static/htdocs/applets/FCKeditor/editor/js/fckeditorcode_gecko.js
MoinMoin/web/static/htdocs/applets/FCKeditor/editor/js/fckeditorcode_ie.js

According to Debian Free Software Guidelines [1] (DFSG) #2:
 "The program must include source code, and must allow distribution 
  in source code as well as compiled form.".

This could also constitute a license violation for some copyleft licenses such 
as the GNU GPL.

In order to solve this problem, you could:
1. repack the origin tarball adding the missing source to it.
2  add the source files to "debian/missing-sources" directory

Both way satisfies the requirement that we ship the source. Second option
might be preferable due to the following reasons [2]:
 - Upstream can do it too and you could even supply a patch to them, thus full 
filling our social contract [3], see particularly §2.
 - If source and non-source are in different locations, ftpmasters may
   miss the source and (needlessly) reject the package.
 - The source isn't duplicated in every .diff.gz/.debian.tar.* (though
   this only really matters for larger sources).

You could also ask debian...@lists.debian.org or #debian-qa for more
guidance.

[1] https://www.debian.org/social_contract.en.html#guidelines
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736873#8
[3] https://www.debian.org/social_contract


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



Processed: tagging 754704

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

> tags 754704 + upstream
Bug #754704 [dnssec-tools] rollerd crashes as soon as key rollover is started
Added tag(s) upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754704
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: bug 754704 is forwarded to https://www.dnssec-tools.org/trac/ticket/185

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

> forwarded 754704 https://www.dnssec-tools.org/trac/ticket/185
Bug #754704 [dnssec-tools] rollerd crashes as soon as key rollover is started
Set Bug forwarded-to-address to 'https://www.dnssec-tools.org/trac/ticket/185'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754704
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: bug 754781 is forwarded to https://code.google.com/p/bluez-tools/issues/detail?id=13

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

> forwarded 754781 https://code.google.com/p/bluez-tools/issues/detail?id=13
Bug #754781 [bluez-tools] Incompatible with bluez 5.x
Set Bug forwarded-to-address to 
'https://code.google.com/p/bluez-tools/issues/detail?id=13'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
754781: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754781
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#754781: Incompatible with bluez 5.x

2014-07-14 Thread Vincent Bernat
Package: bluez-tools
Version: 0.1.38+git662e-3
Severity: grave
File: /usr/bin/bt-audio

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi!

Since bluez 5.x have landed in sid today, bluez-tools is not working
anymore (hence the severity). Unfortunately, upstream did not fix this
issue yet:
 https://code.google.com/p/bluez-tools/issues/detail?id=13

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

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

Versions of packages bluez-tools depends on:
ii  libc6 2.19-7
ii  libdbus-glib-1-2  0.102-1
ii  libglib2.0-0  2.40.0-3
ii  libreadline6  6.3-6

Versions of packages bluez-tools recommends:
ii  obexd-client  0.48-2+b1
pn  obexd-server  

bluez-tools suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTw5BIAAoJEJWkL+g1NSX558AP/1N+FphPaLr6VJ7WPebava1X
GMXzN7DELj0GxN8U13tgoYnpED4DZCudrQUjsl6aSlUIEr5xZ+F+ApVb65Q5Y2Ji
3Ifk3Zrb/TgsuDebwy3tSwi7PatDIQFnrUV13aQDUZHMPlm09uGbqSVgedN5yrG8
Vm7Oa/syhBZxXXzQw9Y0h+U3xaYJ/kkcvhZ3GNCsWHNSlFaWHDWHugyAwF4l023G
eBuFiodM12QjPu4CL/65mwiSprCgbUVZwfPJSstFsMk4fCMWv07HKKoFknMdy3lV
uYZ3F8nWKw99eFlr4aRB0CJVXXQvQgeOFL67rNwD9sG2hd/CkPcYtxnz5nOqf0uy
KNFtCaREunz7TDivy2QH3MjBUJ0/MHHi/Rbm8QKkQ49JwDcVvpclDp59qOx26B2V
PgO3cvUTmJRhGbq8PZ0twM8pcN3e/p982DczjKMEyNnYKVuyIrZtrILlsa2o8GoG
f83xmLrjM8AXsEf/FULYAwvK95Ef9SJP9sLFUS00Ntke08DCqg1J2K4V9XXV/XRh
Ykk5m/SF9tO3/7Sn2zDCndwDbOsATXBT4AzgMRsEfRvdFTXxEntCQ2b5SaTKLjv1
v/1RKSjWgPwlRdqv2+lf/tOpHbhJmCpOGx6WYlr6kIkgqGIGqZCrK/ATTZysteRb
3X+sEC7+HUuh4k+GPbQC
=lW4C
-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: your mail

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

> found 736741 monodevelop/4.0.12+dfsg-1
Bug #736741 [src:monodevelop] [src:monodevelop] Sourceless file
Marked as found in versions monodevelop/4.0.12+dfsg-1.
> thanks
Stopping processing here.

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

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

> tags 710195 + pending
Bug #710195 [src:libvirt] Uses deprecated HAL on non-Linux
Added tag(s) pending.
> thanks
Stopping processing here.

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


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



Processed: your mail

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

> found 736741 4.0.5+dfsg-1
Bug #736741 [src:monodevelop] [src:monodevelop] Sourceless file
Marked as found in versions monodevelop/4.0.5+dfsg-1.
>
End of message, stopping processing here.

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


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



Processed: your mail

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

> tags 754758 upstream confirmed
Bug #754758 [src:musl] musl: FTBFS on armhf: wrong asm instructions?
Added tag(s) upstream and confirmed.
>
End of message, stopping processing here.

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

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

> tags 753427 fixed-upstream
Bug #753427 [libnfs-dev] libnfs-dev: makes xbmc FTBFS
Added tag(s) fixed-upstream.
> thanks
Stopping processing here.

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


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



  1   2   >