Bug#837280: Dependency problem

2016-09-26 Thread Michal Čihař
Hi

László Böszörményi (GCS) píše v Út 20. 09. 2016 v 18:24 +0200:
> Hi Michal,
> 
> On Tue, Sep 20, 2016 at 2:27 PM, Michal Čihař 
> wrote:
> > 
> > this build failure is caused by mismatching versions of libpq-dev
> > and postgresql used in the build.
>  I know, should have contacted the PostgreSQL team already.
> 
> > 
> > This is still problem in current sid:
> > 
> > postgresql is 9.5 while libpq-dev is 9.6
> > 
> > Possible ways to address it:
> > 
> > - make postgresql packaging consistent
>  This should be done as it may break other packages as well. Maybe
> those are not yet uncovered.
> 
> > 
> > - do not use pg_config to figure out binary path
>  If you know any other way, please let me know.

Assuming there will be just one postgres server installed in the build
environment, you can do:

BINDIR=/usr/lib/postgresql/*/bin

Or make it just fallback and use first matching path:

BINDIR=`pg_config --bindir`
# Fallback in case the server version does not match the -dev package
if [ ! -d $BINDIR ] ; then
BINDIR=`ls /usr/lib/postgresql/*/bin | head -n 1`
fi

> 
> > 
> > - Build-Depend on specific version (postgresql-9.6)
>  This mean I'll have to do a libdbi-drivers upload for every
> PostgreSQL version change - just changing -9.6 to -9.7 and so on.
> This
> package is not specific to any PSQL release and should be totally
> unrelated to its current version number.

Indeed this is drawback of this solution.

> Please don't get me wrong, but I still don't have any idea why did
> you want to NMU this (in a bad way) when the root cause was the first
> point: "make postgresql packaging consistent". The PSQL team was
> doing
> a transition from the 9.5 to the 9.6 version - it's finished
> yesterday
> and all packages are 9.6 now. This means libdbi-drivers builds fine
> again.

Because this was RC bug without any visible activity for 10 days making
some of my packages being scheduled for testing removal. Maybe my
solution was not best, but it would fix the build for time being.

Best approach would be to ensure that libpq-dev and postgresql versions
do match, but I don't see way to achieve this at debian/control level.
Anyway with your approach (do nothing in libdbi-drivers), the build
will be broken at such transitions as there is nothing preventing these
packages to be at different versions (especially as they come from
different source packages).

-- 
Michal Čihař | https://cihar.com/ | https://weblate.org/


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


Bug#761544: marked as done (libtruth-java: FTBFS: xargs: /usr/lib/jvm/java-7-openjdk-*/bin/javac: No such file or directory)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Tue, 27 Sep 2016 05:22:17 +
with message-id 
and subject line Bug#761544: fixed in libtruth-java 0.7.0-2
has caused the Debian Bug report #761544,
regarding libtruth-java: FTBFS: xargs: /usr/lib/jvm/java-7-openjdk-*/bin/javac: 
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.)


-- 
761544: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761544
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtruth-java
Version: 0.7.0-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140913 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):
>  debian/rules build
> dh build --with javahelper
>dh_testdir
>dh_auto_configure
>jh_linkjars
>debian/rules override_dh_auto_build
> make[1]: Entering directory '/«PKGBUILDDIR»'
> jh_build --javacopts="-source 1.5 -target 1.5" libtruth-0.7.0.jar src 
> find src -name *.java -and -type f -print0 | xargs -0 
> /usr/lib/jvm/java-7-openjdk-*/bin/javac -g -cp 
> /usr/share/java/junit4.jar:debian/_jh_build.libtruth-0.7.0 -d 
> debian/_jh_build.libtruth-0.7.0 -source 1.5 -target 1.5
> xargs: /usr/lib/jvm/java-7-openjdk-*/bin/javac: No such file or directory
> make[1]: *** [override_dh_auto_build] Error 127

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/09/13/libtruth-java_0.7.0-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: libtruth-java
Source-Version: 0.7.0-2

We believe that the bug you reported is fixed in the latest version of
libtruth-java, 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 761...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill  (supplier of updated libtruth-java 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, 26 Sep 2016 21:19:43 -0700
Source: libtruth-java
Binary: libtruth-java
Architecture: source all
Version: 0.7.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: tony mancill 
Description:
 libtruth-java - assertion/proposition framework for Java unit tests
Closes: 761544
Changes:
 libtruth-java (0.7.0-2) unstable; urgency=medium
 .
   [ Emmanuel Bourg ]
   * Team upload.
   * Moved the package to Git
 .
   [ tony mancill ]
   * Transition package to Java Team maintenance.
   * Bump Standards-Version to 3.9.8.
   * Update Vcs URLs to use https.
   * Build-depend upon default-jdk. (Closes: #761544)
   * Add watch file
Checksums-Sha1:
 f4717559ed5d42dd31df807d11c157db0cdba37a 2047 libtruth-java_0.7.0-2.dsc
 f31d2a5111355b8bad10063d29525bfc142a4628 3304 
libtruth-java_0.7.0-2.debian.tar.xz
 81c7db5ae925760676534a1cce7aaba4a6218659 49718 libtruth-java_0.7.0-2_all.deb
Checksums-Sha256:
 c59de5a698badc6c696a4c56e34c44215fabe870b74711d967b594301d34c872 2047 
libtruth-java_0.7.0-2.dsc
 40da56f3946f74586f1218fdc8b360e6069d0b161bf7c06c58a8b34b34b11d9c 3304 
libtruth-java_0.7.0-2.debian.tar.xz
 50f5c131b238ca1d0fbfd1cfdb210833af24e654982fe77223177b7b43fc326a 49718 
libtruth-java_0.7.0-2_all.deb
Files:
 3283b971859c003a83f9d17ce9330164 2047 java extra libtruth-java_0.7.0-2.dsc
 d520a8048b614c9610e04203347e 3304 java extra 
libtruth-java_0.7.0-2.debian.tar.xz
 ed9f512414c6902684bcca954ee0cbd4 49718 java extra libtruth-java_0.7.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJX6fUiAAoJECHSBYmXSz6W0fsQANyqhLDmLCGt+8etXnjbGgJi
tbkcb+/f0vd/tQ+lE1DG1Q9OQ+on1tdtFE74aVGxKdGzqbC6AGBUeOSJTP/ymspB
7TyIvKyDNLrd5iNTj0/XE8JXZ7W5GnIXg92xUd7NX2iwdj0AeltfXRaoUYgOHbcC
FePCjDNw8Yh9cPF2OHA2kK1nLh3eLCqEfkQQ2Q2vhj06ocfiWJaGTW5d8JkC5zbj
eFUFfW3fM4b0JEwZnn1RiQ2k0MPESGWYfJVd/Owps3pEY/9wVV3

Bug#833907: marked as done (git-remote-hg: FTBFS: failed 10 among remaining 33 test(s))

2016-09-26 Thread Debian Bug Tracking System
Your message dated Tue, 27 Sep 2016 04:20:58 +
with message-id 
and subject line Bug#833907: fixed in git-remote-hg 0.3-2
has caused the Debian Bug report #833907,
regarding git-remote-hg: FTBFS: failed 10 among remaining 33 test(s)
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.)


-- 
833907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: git-remote-hg
Version: 0.3-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

git-remote-hg fails to build from source in unstable/amd64:

  [..]

  # git push --quiet
  # ) &&
  # 
  # check_bookmark hgrepo devel devel
  # 
  not ok 14 - remote new bookmark
  # 
  # test_when_finished "rm -rf gitrepo*" &&
  # 
  # (
  # git clone "hg::hgrepo" gitrepo &&
  # cd gitrepo &&
  # git checkout --quiet -b feature-b &&
  # echo feature-b > content &&
  # git commit -a -m feature-b &&
  # git push --quiet origin feature-b
  # ) &&
  # 
  # check_bookmark hgrepo feature-b feature-b
  # 
  not ok 15 - remote push diverged
  # 
  # test_when_finished "rm -rf gitrepo*" &&
  # 
  # git clone "hg::hgrepo" gitrepo &&
  # 
  # (
  # cd hgrepo &&
  # hg checkout default &&
  # echo bump > content &&
  # hg commit -m bump
  # ) &&
  # 
  # (
  # cd gitrepo &&
  # echo diverge > content &&
  # git commit -a -m diverged &&
  # check_push 1 <<-\EOF
  # master:non-fast-forward
  # EOF
  # ) &&
  # 
  # check_branch hgrepo default bump
  # 
  not ok 16 - remote update bookmark diverge
  # 
  # test_when_finished "rm -rf gitrepo*" &&
  # 
  # (
  # cd hgrepo &&
  # hg checkout tip^ &&
  # hg bookmark diverge
  # ) &&
  # 
  # git clone "hg::hgrepo" gitrepo &&
  # 
  # (
  # cd hgrepo &&
  # echo "bump bookmark" > content &&
  # hg commit -m "bump bookmark"
  # ) &&
  # 
  # (
  # cd gitrepo &&
  # git checkout --quiet diverge &&
  # echo diverge > content &&
  # git commit -a -m diverge &&
  # check_push 1 <<-\EOF
  # diverge:fetch-first
  # EOF
  # ) &&
  # 
  # check_bookmark hgrepo diverge "bump bookmark"
  # 
  not ok 17 - remote new bookmark multiple branch head
  # 
  # test_when_finished "rm -rf gitrepo*" &&
  # 
  # (
  # git clone "hg::hgrepo" gitrepo &&
  # cd gitrepo &&
  # git checkout --quiet -b feature-c HEAD^ &&
  # echo feature-c > content &&
  # git commit -a -m feature-c &&
  # git push --quiet origin feature-c
  # ) &&
  # 
  # check_bookmark hgrepo feature-c feature-c
  # 
  ok 18 - fetch special filenames
  ok 19 - push special filenames
  not ok 20 - remote big push
  # 
  # test_when_finished "rm -rf hgrepo gitrepo*" &&
  # 
  # setup_big_push
  # 
  # (
  # cd gitrepo &&
  # 
  # check_push 1 --all <<-\EOF
  # master
  # good_bmark
  # branches/good_branch
  # new_bmark:new
  # branches/new_branch:new
  # bad_bmark1:non-fast-forward
  # bad_bmark2:non-fast-forward
  # branches/bad_branch:non-fast-forward
  # EOF
  # ) &&
  # 
  # check_branch hgrepo default one &&
  # check_branch hgrepo good_branch "good branch" &&
  # check_branch hgrepo bad_branch "bad branch" &&
  # check_branch hgrepo new_branch  &&
  # check_bookmark hgrepo good_bmark one &&
  # check_bookmark hgrepo bad_bmark1 one &&
  # check_bookmark hgrepo bad_bmark2 one &&
  # check_bookmark hgrepo new_bmark 
  # 
  not ok 21 - remote big push fetch first
  #

Bug#834908: marked as done (git-remote-hg: 'module' object has no attribute 'write')

2016-09-26 Thread Debian Bug Tracking System
Your message dated Tue, 27 Sep 2016 04:20:58 +
with message-id 
and subject line Bug#834908: fixed in git-remote-hg 0.3-2
has caused the Debian Bug report #834908,
regarding git-remote-hg: 'module' object has no attribute 'write'
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.)


-- 
834908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834908
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: git-remote-hg
Version: 0.3-1
Severity: grave
Tags: patch
Justification: renders package unusable

When I pull from a mercurial origin I get the following error:

$ GIT_TRACE=1 git pull
16:56:41.648900 git.c:350   trace: built-in: git 'pull'
16:56:41.649394 run-command.c:336   trace: run_command: 'fetch' 
'--update-head-ok'
16:56:41.649575 exec_cmd.c:120  trace: exec: 'git' 'fetch' 
'--update-head-ok'
16:56:41.650293 git.c:350   trace: built-in: git 'fetch' 
'--update-head-ok'
16:56:41.650947 run-command.c:336   trace: run_command: 'git-remote-hg' 
'origin' 'ssh://hg@XX
16:56:41.722759 git.c:350   trace: built-in: git 'config' '--get' 
'remote-hg.hg-git-compat'
16:56:41.724205 git.c:350   trace: built-in: git 'config' '--get' 
'remote-hg.track-branches'
16:56:41.728526 git.c:350   trace: built-in: git 'config' '--get' 
'remote-hg.insecure'
remote: X11 forwarding request failed on channel 0
searching for changes
no changes found
ERROR: 'module' object has no attribute 'write'


The problem is related to the new version of mercurial and it seems to be 
solved by this patch:
https://github.com/felipec/git-remote-hg/commit/822c6e4b03d9e66df8261f323caded716e8d8b8d?diff=unified


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

Kernel: Linux 4.6.4 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages git-remote-hg depends on:
ii  git1:2.9.3-1
ii  mercurial  3.9-1
ii  python 2.7.11-2

git-remote-hg recommends no packages.

Versions of packages git-remote-hg suggests:
ii  git-doc  1:2.9.3-1

-- no debconf information
diff --git a/git-remote-hg b/git-remote-hg
index 87dc8f3..1749d43 100755
--- a/git-remote-hg
+++ b/git-remote-hg
@@ -373,10 +373,23 @@ def updatebookmarks(repo, peer):
 for k, v in remotemarks.iteritems():
 localmarks[k] = hgbin(v)
 
-if hasattr(localmarks, 'write'):
-localmarks.write()
+if check_version(3, 6):
+lock = tr = None
+try:
+lock = repo.lock()
+tr = repo.transaction('bookmark')
+localmarks.recordchange(tr)
+tr.close()
+finally:
+if tr is not None:
+tr.release()
+if lock is not None:
+lock.release()
 else:
-bookmarks.write(repo)
+if hasattr(localmarks, 'write'):
+localmarks.write()
+else:
+bookmarks.write(repo)
 
 def get_repo(url, alias):
 global peer
--- End Message ---
--- Begin Message ---
Source: git-remote-hg
Source-Version: 0.3-2

We believe that the bug you reported is fixed in the latest version of
git-remote-hg, 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 834...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan McCrohan  (supplier of updated git-remote-hg 
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: Sun, 25 Sep 2016 00:14:32 +0100
Source: git-remote-hg
Binary: git-remote-hg
Architecture: source
Version: 0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Jonathan McCrohan 
Changed-By: Jonathan McCrohan 
Description:
 git-remote-hg - bidirectional bridge between Git and Mercurial
Closes: 833907 834908
Changes:
 git-remote-hg (0.3-2) unstable; urgency=medium
 .
   * Backport two upstream patches from felipec's repo which add support f

Processed: Proper version tracking for this bug

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

> found 809167 3.0pl1-124
Bug #809167 [cron] cron: Cron Daemon Use-After-Free Vulnerability May Cause 
Local Root Privilege Escalation
Marked as found in versions cron/3.0pl1-124.
> thanks
Stopping processing here.

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



Processed: your mail

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

> forcemerge 833342 838880 838867 838804
Bug #833342 [chromium] chromium: crashes upon the first keypress in wayland
Bug #838804 [chromium] chromium:Gtk: cannot open display:
Set Bug forwarded-to-address to 'http://crbug.com/615164'.
Severity set to 'minor' from 'grave'
Marked as found in versions chromium-browser/53.0.2785.113-1 and 
chromium-browser/52.0.2743.82-4.
Added tag(s) upstream.
Bug #838880 [chromium] chromium Unable to open X display
Set Bug forwarded-to-address to 'http://crbug.com/615164'.
Severity set to 'minor' from 'grave'
Marked as found in versions chromium-browser/53.0.2785.113-1~deb8u1 and 
chromium-browser/52.0.2743.82-4.
Added tag(s) upstream.
Bug #833342 [chromium] chromium: crashes upon the first keypress in wayland
Marked as found in versions chromium-browser/53.0.2785.113-1 and 
chromium-browser/53.0.2785.113-1~deb8u1.
Bug #838867 [chromium] chromium: Chromium Way comp d/n sup xdg shell unable to 
init server cannot open display
Set Bug forwarded-to-address to 'http://crbug.com/615164'.
Severity set to 'minor' from 'grave'
Marked as found in versions chromium-browser/52.0.2743.82-4 and 
chromium-browser/53.0.2785.113-1~deb8u1.
Added tag(s) upstream.
Merged 833342 838804 838867 838880
> thanks
Stopping processing here.

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



Bug#762440: marked as done (Removal imminent)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Tue, 27 Sep 2016 05:31:32 +0300
with message-id <20160927023132.aoovjvpezcvr7...@bunk.spdns.de>
and subject line haskell-{gstreamer,gtkglext} have been removed from unstable
has caused the Debian Bug report #762440,
regarding Removal imminent
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.)


-- 
762440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-gstreamer
Version: 0.12.1.2-3
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

this is a pending-removal-warning-bug. In order to upgrade pandoc, we 
will have to upgrade a few packages, including the gtk bindings. This 
package is not compatible with these and will be removed (unless someone 
steps up and patches it).

Greetings,
Joachim


- -- 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.16-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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlQgDEgACgkQ9ijrk0dDIGxecACcDM1WcOUIYNpVI4bXdfAkf1fI
RJwAoIZpki/5hE5C2Q0QX61TIucjwN4X
=HdqZ
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
haskell-gstreamer and haskell-gtkglext have been removed from unstable 
in 2015.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#762441: marked as done (Removal imminent)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Tue, 27 Sep 2016 05:31:32 +0300
with message-id <20160927023132.aoovjvpezcvr7...@bunk.spdns.de>
and subject line haskell-{gstreamer,gtkglext} have been removed from unstable
has caused the Debian Bug report #762441,
regarding Removal imminent
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.)


-- 
762441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762441
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-gtkglext
Version: 0.12.1-4
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

this is a pending-removal-warning-bug. In order to upgrade pandoc, we 
will have to upgrade a few packages, including the gtk bindings. This 
package is not compatible with these and will be removed (unless someone 
steps up and patches it).

Greetings,
Joachim


- -- 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.16-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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlQgDHEACgkQ9ijrk0dDIGyTSwCeLj5mW0BWYaBFY0mz12fu2Zb1
cHwAnihUTXxRD546TenV3YQ8Hnnpb/um
=kpUO
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
haskell-gstreamer and haskell-gtkglext have been removed from unstable 
in 2015.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#838888: marked as done (dh-haskell: "Experimental push on scalar is now forbidden at [..]/Buildsystem/haskell.pm")

2016-09-26 Thread Debian Bug Tracking System
Your message dated Tue, 27 Sep 2016 00:48:36 +
with message-id 
and subject line Bug#83: fixed in dh-haskell 0.3
has caused the Debian Bug report #83,
regarding dh-haskell: "Experimental push on scalar is now forbidden at 
[..]/Buildsystem/haskell.pm"
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.)


-- 
83: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=83
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dh-haskell
Version: 0.2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

dh-haskell now causes FTBFS in other packages. For example, here is
haskell-pqueue:
  
  
**
  ** Building haskell-pqueue 1.3.1.1-1 on amd64 
  **
  
**
  
   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package haskell-pqueue
  dpkg-buildpackage: info: source version 1.3.1.1-1
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Joachim Breitner 

   dpkg-source --before-build haskell-pqueue-1.3.1.1
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  dh clean --with haskell --buildsystem=haskell
 dh_testdir -O--buildsystem=haskell
 dh_auto_clean -O--buildsystem=haskell
  dh_auto_clean: unable to load build system class 'haskell': Experimental push 
on scalar is now forbidden at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/haskell.pm line 469, near "$_ }"
  BEGIN not safe after errors--compilation aborted at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/haskell.pm line 472.
  Compilation failed in require at (eval 2) line 2.
  BEGIN failed--compilation aborted at (eval 2) line 2.
  
  debian/rules:4: recipe for target 'clean' failed
  make: *** [clean] Error 255

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


haskell-pqueue.1.3.1.1-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: dh-haskell
Source-Version: 0.3

We believe that the bug you reported is fixed in the latest version of
dh-haskell, 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 838...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Bogatov  (supplier of updated dh-haskell 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, 26 Sep 2016 10:44:07 +0300
Source: dh-haskell
Binary: dh-haskell
Architecture: source all
Version: 0.3
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Bogatov 
Changed-By: Dmitry Bogatov 
Description:
 dh-haskell - debhelper add-on for packaging software written in Haskell
Closes: 83
Changes:
 dh-haskell (0.3) unstable; urgency=medium
 .
   * Avoid push on scalar, which in now forbidden (Closes: #83)
   * Replace git:// with https:// link in Vcs-Git
Checksums-Sha1:
 64b31f830b6cc0abe3f43be75825d63902e44735 1611 dh-haskell_0.3.dsc
 84611fd168d99dd7dfb2d7cde4a6a04c0fea98e1 10276 dh-haskell_0.3.tar.xz
 f1536ab18ce4c77c2fe8d95e8acf1ee89d4e7379 13640 dh-haskell_0.3_all.deb
Checksums-Sha256:
 3d98b617779470d9aa39411c9e188a2a323fc4b2ca5c934cb96b07761206f729 1611 
dh-haskell_0.3.dsc
 3218e255e886955ef80d7af1b50b140f371984af5366db0df36e0742e45bacb5 10276 
dh-haskell_0.3.tar.xz
 e008e5467e8c868c5bccf6a502a976e0e53f718e07d3a68911170b4a6d7b36c9 13640 
dh-haskell_0.3_all.deb
Files:
 9e1fb8a818a80f03b3dc2a787ebf2061 1611 devel optional dh-haskell_0.3.dsc
 e14885b91dc6624a7d6f4d5d53beca02 10276 devel optional dh-haskell_0.3.tar.xz
 cbe12e2033bfd2d810749ff1735074a9 13640 devel optional dh-haskell_0.3_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX6bxuAAoJED2QirPw+/UfY3oQAI9BCnXs4eVzSeZ2ttAhGSZ5
QvTjfXzQ1uJKm081/3OWlB3xpQ6NaTnIpHTK6JLJQ2b58k3HEw+scqImVfcKPPiK
7fr

Bug#837054: /usr/bin/weather: The service url required for functionality has changed

2016-09-26 Thread Bert Riding
Package: weather-util-data
Version: 2.0-1
Followup-For: Bug #837054

Dear Maintainer,

The files in /usr/share/weather-util provided by weather-util-data still 
contain the outdated URLs.

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

Kernel: Linux 4.7.5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- no debconf information



Bug#830178: Possible fix

2016-09-26 Thread Nish Aravamudan
So I am tracking the same issue seen on Ubuntu 16.10 and I found:

https://github.com/sphinx-doc/sphinx/pull/2396

I tested the following patch to the sourc3, and it does seem to build,
although I'm not sure I fully understand why yet (I'm completely new to
sphinx, just trying to help fix these bugs :) But I think it's because
upstream sphinx has changed an underlying data structure (index)?

-Nish

--- a/doc/build/templates/genindex.mako
+++ b/doc/build/templates/genindex.mako
@@ -21,7 +21,7 @@
 numcols = 1
 numitems = 0
 %>
-% for entryname, (links, subitems) in entries:
+% for entryname, (links, subitems, dummy) in entries:
 
 
 % if links:


-- 
Nishanth Aravamudan
Ubuntu Server
Canonical Ltd



Processed: fix typo

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

> severity 838800 serious
Bug #838800 [rss-glx] rss-glx build-depends on conflicting packages.
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

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



Bug#838944: vimhelp-de: depends on vim 7.4 but unstable has vim 8.0

2016-09-26 Thread Emilio Pozuelo Monfort
Package: vimhelp-de
Version: 7.4.130818-2
Severity: serious

SSIA

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing'), (500, 
'unstable-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Processed: #827905 Character U+2028 can yield file corruption when edited in xterm

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

> tags 827905 fixed-upstream
Bug #827905 [xterm] Character U+2028 can yield file corruption when edited in 
xterm
Added tag(s) fixed-upstream.
> --
Stopping processing here.

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



Bug#838934: marked as done (libperl-apireference-perl: FTBFS with Perl 5.24.1)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 22:31:22 +
with message-id 
and subject line Bug#838934: fixed in libperl-apireference-perl 0.22-4
has caused the Debian Bug report #838934,
regarding libperl-apireference-perl: FTBFS with Perl 5.24.1
to be marked as done.

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

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


-- 
838934: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838934
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libperl-apireference-perl
Version: 0.22-3
Severity: serious
User: debian-p...@lists.debian.org
Usertags: perl-5.24-transition
Control: block 830200 with -1

This package fails to build with Perl 5.24.1, including
the release candidate currently in sid.

  Processing: 5.22.2
  Processing: 5.24.0
  echo Current Perl is `perl -MConfig -we'printf("%d_%03d_%03d.pm", 
$Config{PERL_REVISION}, $Config{PERL_VERSION}, $Config{PERL_SUBVERSION})'`
  Current Perl is 5_024_001.pm
  test -f lib/Perl/APIReference/V`perl -MConfig -we'printf("%d_%03d_%03d.pm", 
$Config{PERL_REVISION}, $Config{PERL_VERSION}, $Config{PERL_SUBVERSION})'`
  debian/rules:8: recipe for target 'regenerated-stamp' failed
  make[1]: *** [regenerated-stamp] Error 1
 
It looks like we only tested rebuilds with 5.24.0 and therefore missed this.
Similar to #825613, the fix is hopefully trivial.
-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Source: libperl-apireference-perl
Source-Version: 0.22-4

We believe that the bug you reported is fixed in the latest version of
libperl-apireference-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 838...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated 
libperl-apireference-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: SHA512

Format: 1.8
Date: Mon, 26 Sep 2016 21:53:18 +0200
Source: libperl-apireference-perl
Binary: libperl-apireference-perl
Architecture: source
Version: 0.22-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: gregor herrmann 
Closes: 838934
Description: 
 libperl-apireference-perl - Perl module to programmatically query the perlapi
Changes:
 libperl-apireference-perl (0.22-4) unstable; urgency=medium
 .
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
   * Add support for 5.24.1. (Closes: #838934)
   * Update years of packaging copyright.
   * Declare compliance with Debian Policy 3.9.8.
Checksums-Sha1: 
 94dcabb84e0a3b2cd15ab4a637d89fbf0719adcc 2473 
libperl-apireference-perl_0.22-4.dsc
 6b48863266feb49aa88447f5fc5b50482859e42b 164500 
libperl-apireference-perl_0.22-4.debian.tar.xz
Checksums-Sha256: 
 8918a678dda0808aa4d20f25a35686d17157a57e569e40b7baa36abe026ce1bb 2473 
libperl-apireference-perl_0.22-4.dsc
 2734b8dd25232b44ba41942f080da443a7ce5bad4cd3dcfbf8a3a87301197f06 164500 
libperl-apireference-perl_0.22-4.debian.tar.xz
Files: 
 34271e6e15ccc2de84c1a1541f8e43f1 2473 perl optional 
libperl-apireference-perl_0.22-4.dsc
 b0cba86ce87c6b75ecf67e4fa30b1e60 164500 perl optional 
libperl-apireference-perl_0.22-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJ8BAEBCgBmBQJX6X0GXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG4gQP/R0gPLD376LVTPzKdhC2hdPO
6EyuiXnK0GpNJZPwde9JSq5d7VErbphw9hs2q1ZlVburPKWGQmwgihXilqb81fa5
Pe18IVJgjYhEpmxOxKNs7UJwlZkjSLvig/3MQqxfCV1d9AcU9+ehaozseAfdabvW
xFsepJ7wRIFKAL+omWkoLhgAxAiq8A001NtZ540UW98/9xRXNsjakqrRhbrIo3Wj
P+D7oDd9TzQytDhQLVAbeneV9N2oDC/C/Fqdhlt+rcTVHO5IOy0NmnOdSQa73f7T
Z0Ke8D+5+aiiV5+vgGtNA0S5kFico2FZ7mva2eAgeqf9B7eldDl7r2feelxMer38
or17sEPeLt1kOFStftgvjT1O9EY1qdnsc+4nb+1uHHY7rFg+ntv2IHmLhQY4EfJM
FSziGlWylzj1619hLiw35cM3PYUDubs63I4pchOjGwKrq62amZANejyKrVYdbzP6
i2cLaXjmQnPzFUAVs5shPqBZ+wvGxqPEAc6A2Zt0BOEC+fV0rRQQR6Ty2eWKi1UI
+jOrJ0creHyuylgopHE16Mr71jsabFstUjzJFNnA78qUyACGIeAslCs3CGpmD6gm
QBOpYLInJXO+WstRD1VwgE5Ih992uD/oYAIQt8wDmuu1xcuiWVCm7GDfEwuPNDqU
3HvKIKXJt9pEqt+TlRaN
=qrSJ
-END PGP SIGNATURE End Message ---


Bug#831117: marked as done (gtkimageview: FTBFS with GCC 6: gtkimagenav.c:74:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation])

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 22:22:48 +
with message-id 
and subject line Bug#831117: fixed in gtkimageview 1.6.4+dfsg-1.1
has caused the Debian Bug report #831117,
regarding gtkimageview: FTBFS with GCC 6: gtkimagenav.c:74:5: error: this 'if' 
clause does not guard... [-Werror=misleading-indentation]
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.)


-- 
831117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gtkimageview
Version: 1.6.4+dfsg-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg7.html

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc 
> -DPACKAGE_NAME=\"gtkimageview\" -DPACKAGE_TARNAME=\"gtkimageview\" 
> -DPACKAGE_VERSION=\"1.6.4\" -DPACKAGE_STRING=\"gtkimageview\ 1.6.4\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gtkimageview\" 
> -DVERSION=\"1.6.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -I. -pthread -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/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror 
> -std=c99 -Wmissing-prototypes -c -o gtkimagenav.lo gtkimagenav.c
> libtool: compile:  gcc -DPACKAGE_NAME=\"gtkimageview\" 
> -DPACKAGE_TARNAME=\"gtkimageview\" -DPACKAGE_VERSION=\"1.6.4\" 
> "-DPACKAGE_STRING=\"gtkimageview 1.6.4\"" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"gtkimageview\" -DVERSION=\"1.6.4\" 
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" 
> -I. -pthread -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/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror 
> -std=c99 -Wmissing-prototypes -c gtkimagenav.c  -fPIC -DPIC -o 
> .libs/gtkimagenav.o
> gtkimagenav.c: In function 'gtk_image_nav_get_preview_size':
> gtkimagenav.c:74:5: error: this 'if' clause does not guard... 
> [-Werror=misleading-indentation]
>  if (!pixbuf)
>  ^~
> gtkimagenav.c:76:2: note: ...this statement, but the latter is misleadingly 
> indented as if it is guarded by the 'if'
>   int img_width = gdk_pixbuf_get_width (pixbuf);
>   ^~~
> cc1: all warnings being treated as errors
> make[3]: *** [gtkimagenav.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/gtkimageview_1.6.4+dfsg-1_unstable_gcc6.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: gtkimageview
Source-Version: 1.6.4+dfsg-1.1

We believe that the bug you reported is fixed in the latest version of
gtkimageview, which is due to be inst

Bug#768724: marked as done (auctex: FTBFS: build-dependency not installable: emacs23)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 22:20:14 +
with message-id 
and subject line Bug#768724: fixed in auctex 11.88-1.2
has caused the Debian Bug report #768724,
regarding auctex: FTBFS: build-dependency not installable: emacs23
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.)


-- 
768724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768724
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: auctex
Version: 11.87-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20141108 qa-ftbfs
Justification: FTBFS in jessie on amd64

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on amd64.

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

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/11/08/auctex_11.87-2_jessie.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: auctex
Source-Version: 11.88-1.2

We believe that the bug you reported is fixed in the latest version of
auctex, 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 768...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rémi Vanicat  (supplier of updated auctex 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: Fri, 23 Sep 2016 17:36:05 +0200
Source: auctex
Binary: auctex preview-latex-style
Architecture: source all
Version: 11.88-1.2
Distribution: unstable
Urgency: medium
Maintainer: Davide G. M. Salvetti 
Changed-By: Rémi Vanicat 
Description:
 auctex - integrated document editing environment for TeX etc.
 preview-latex-style - extraction of elements from LaTeX documents as graphics
Closes: 768724
Changes:
 auctex (11.88-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Bug fix: "FTBFS: build-dependency not installable: emacs23", thanks to
 Lucas Nussbaum (Closes: #768724).
Checksums-Sha1:
 1f2ad28897074a11b36e0a7580ba2bf9625c4e84 2059 auctex_11.88-1.2.dsc
 6e8f1dfd500db9fc03a81a23ddcabfecf3e046c0 50168 auctex_11.88-1.2.debian.tar.xz
 02f7df2bb6112c790b15164318bb51332113a62f 1211708 auctex_11.88-1.2_all.deb
 409a9c1fbb38a69e28de02dc11e86e5c373d0f22 335492 
preview-latex-style_11.88-1.2_all.deb
Checksums-Sha256:
 3b5cdb9c8a073887c19a68b1ef433c82f562a83e60b71886a37caa532950056d 2059 
auctex_11.88-1.2.dsc
 e2fad60f556654dc7f490264c37fac33c40819c0b0c2baf0f2f7b7ef56086f20 50168 
auctex_11.88-1.2.debian.tar.xz
 f3c104e30aa3dae63c0a7fc0fd5be3be5f6166e8c481be05e660abac66cc7025 1211708 
auctex_11.88-1.2_all.deb
 8c463e323193f5ee86153bed5a8e594d9a9828aa7a8258e39b76fb0b73ac47a5 335492 
preview-latex-style_11.88-1.2_all.deb
Files:
 403fe9cb3527bf2b20de8139df10038f 2059 tex optional auctex_11.88-1.2.dsc
 639bff3e9b1916d4d2bc84d5ce44fec2 50168 tex optional 
auctex_11.88-1.2.debian.tar.xz
 6d4d2385ed1b57e900cced89782d4e2f 1211708 tex optional auctex_11.88-1.2_all.deb
 acf9be87dad4d70b1

Bug#831248: maxima: FTBFS: tests failures

2016-09-26 Thread Camm Maguire
tags 831248 unreproducible
severity 831248 important
thanks

Greetings!  I cannot reproduce this, but can imagine how this might be
triggered.  Can you detail your setup, especially how much ram/swap was
available at runtime?  Can I ssh into this environment?

Take care,

Lucas Nussbaum  writes:

> Source: maxima
> Version: 5.38.0-3
> Severity: serious
> Tags: stretch sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20160714 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[2]: Entering directory '/«PKGBUILDDIR»'
>> make[2]: Nothing to be done for 'all-am'.
>> make[2]: Leaving directory '/«PKGBUILDDIR»'
>> make[1]: Leaving directory '/«PKGBUILDDIR»'
>> echo ':lisp (setq maxima::*maxima-started* nil si::*optimize-maximum-pages* 
>> t si::*code-block-reserve* (make-array 1000 :element-type (quote 
>> character) :static t))(si::sgc-on nil)(si::gbc t)(si::save-system "foo")' | 
>> ./maxima-local && mv foo src/binary-gcl/maxima
>> Maxima 5.38.0 http://maxima.sourceforge.net
>> using Lisp GNU Common Lisp (GCL) GCL 2.6.12
>> Distributed under the GNU Public License. See the file COPYING.
>> Dedicated to the memory of William Schelter.
>> The function bug_report() provides bug reporting information.
>> (%i1) chmod +x ./maxima-local
>> touch tests/tests-gcl.log
>> ./maxima-local -g --lisp=gcl --batch-string="run_testsuite();"  >tmp 2>&1 & \
>>  j=$! ; echo Waiting on pid $j ; \
>>  tail -f --pid=$j --retry tests/tests-gcl.log tmp & wait $j
>> Waiting on pid 25726
>> tail: warning: --retry only effective for the initial open
>> ==> tests/tests-gcl.log <==
>> 
>> ==> tmp <==
>> 
>> Maxima 5.38.0 http://maxima.sourceforge.net
>> using Lisp GNU Common Lisp (GCL) GCL 2.6.12
>> Distributed under the GNU Public License. See the file COPYING.
>> Dedicated to the memory of William Schelter.
>> The function bug_report() provides bug reporting information.
>> (%i1) run_testsuite()
>> Running tests in rtest_rules: 103/103 tests passed
>> Running tests in rtestnset: 597/597 tests passed
>> Running tests in rtest1: 180/180 tests passed (not counting 1 expected 
>> errors)
>> Running tests in rtest1a: 27/27 tests passed
>> Running tests in rtest2: 144/144 tests passed (not counting 2 expected 
>> errors)
>> Running tests in rtest4: 93/93 tests passed
>> Running tests in rtest5: start address -T 0x28f2010 start address -T 
>> 0x2922ae0 start address -T 0x292a250 start address -T 0x292e730 start 
>> address -T 0x2932bb0 start address -T 0x293b6b0 start address -T 0x2940800 
>> start address -T 0x2944360 80/80 tests passed
>> Running tests in rtest6: 39/39 tests passed
>> Running tests in rtest6a: 62/62 tests passed
>> Running tests in rtest6b: 16/16 tests passed
>> Running tests in rtest7: 85/85 tests passed
>> Running tests in rtest9: 89/89 tests passed
>> Running tests in rtest9a: 76/76 tests passed
>> Running tests in rtest10: 62/62 tests passed (not counting 2 expected errors)
>> Running tests in rtest11: 181/181 tests passed
>> Running tests in rtest13: 23/23 tests passed
>> Running tests in rtest13s: 17/17 tests passed
>> Running tests in rtest14: 418/418 tests passed
>> Running tests in rtest15: 334/334 tests passed
>> Running tests in rtest16: 540/540 tests passed
>> Running tests in rtestode: 90/90 tests passed
>> Running tests in rtestode_zp: 30/30 tests passed
>> Running tests in rtest3: 149/149 tests passed
>> Running tests in rtest8: 
>> ** Problem 133 ***
>> Input:
>> (compile(foo17), first(quad_qags(foo17, u, - 1, 0)))
>> 
>> 
>> Result:
>> Compiling /tmp/gazonk_25726_0.lsp.
>> End of Pass 1.  
>> End of Pass 2.  
>> error-catch
>> 
>> This differed from the expected result:
>> - 0.359753467469551
>> 
>> 163/164 tests passed
>> 
>> The following 1 problem failed: (133)
>> Running tests in rtest12: 79/79 tests passed (not counting 2 expected errors)
>> Running tests in rexamples: 137/137 tests passed
>> Running tests in rtesthyp: 423/423 tests passed (not counting 6 expected 
>> errors)
>> Running tests in rtest_hypgeo: 291/291 tests passed (not counting 1 expected 
>> errors)
>> Running tests in rtestmt19937: 15/15 tests passed
>> Running tests in rtest_allnummod: 544/544 tests passed
>> Running tests in rtestconjugate: 136/136 tests passed
>> Running tests in rtestsum: 306/306 tests passed (not counting 4 expected 
>> errors)
>> Running tests in rtest_trig: 160/160 tests passed
>> Running tests in rtest_zeta: 22/22 tests passed
>> Running tests in rtest_diff_invtrig: 22/22 tests passed
>> Running tests in rtest_scalarp: 20/20 tests passed
>> Running tests in rtest_everysome: 84/84 tests passed
>> Running tests in rtestint: 287/287 tests passed
>> Running tests in rtest_numth: 201/201 tests passed
>> Running tests in rtestifactor: 25/25 tests passed
>> Running tests in rtest_equal: 207/207 tests passed (not counting 2 expected 
>> errors)
>>

Processed: Re: Bug#831248: maxima: FTBFS: tests failures

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

> tags 831248 unreproducible
Bug #831248 [src:maxima] maxima: FTBFS: tests failures
Added tag(s) unreproducible.
> severity 831248 important
Bug #831248 [src:maxima] maxima: FTBFS: tests failures
Severity set to 'important' from 'serious'
> thanks
Stopping processing here.

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



Bug#817563: libxml-dumper-perl: Removal of debhelper compat 4

2016-09-26 Thread Chris Lamb
tags 817563 + pending patch
thanks

I've uploaded libxml-dumper-perl 0.81-1.2 to DELAYED/5:
  
  libxml-dumper-perl (0.81-1.2) unstable; urgency=medium
  
* Non-maintainer upload.
* Move to debhelper compat level 9. (Closes: #817563)
* Move debhelper to Build-Depends (from Build-Depends-Indep) to satisfy 
clean
  target.

The full debdiff is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff -u libxml-dumper-perl-0.81/debian/changelog 
libxml-dumper-perl-0.81/debian/changelog
--- libxml-dumper-perl-0.81/debian/changelog
+++ libxml-dumper-perl-0.81/debian/changelog
@@ -1,3 +1,12 @@
+libxml-dumper-perl (0.81-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move to debhelper compat level 9. (Closes: #817563)
+  * Move debhelper to Build-Depends (from Build-Depends-Indep) to satisfy clean
+target.
+
+ -- Chris Lamb   Mon, 26 Sep 2016 23:44:25 +0200
+
 libxml-dumper-perl (0.81-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u libxml-dumper-perl-0.81/debian/compat 
libxml-dumper-perl-0.81/debian/compat
--- libxml-dumper-perl-0.81/debian/compat
+++ libxml-dumper-perl-0.81/debian/compat
@@ -1 +1 @@
-4
+9
diff -u libxml-dumper-perl-0.81/debian/control 
libxml-dumper-perl-0.81/debian/control
--- libxml-dumper-perl-0.81/debian/control
+++ libxml-dumper-perl-0.81/debian/control
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Florian Hinzmann 
 Standards-Version: 3.6.2
-Build-Depends-Indep: perl (>= 5.6.0-16), debhelper (>= 4)
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl (>= 5.6.0-16)
 
 Package: libxml-dumper-perl
 Architecture: all


Processed: Re: libxml-dumper-perl: Removal of debhelper compat 4

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

> tags 817563 + pending patch
Bug #817563 [src:libxml-dumper-perl] libxml-dumper-perl: Removal of debhelper 
compat 4
Bug #830410 [src:libxml-dumper-perl] libxml-dumper-perl: FTBFS: make[1]: *** No 
rule to make target 'clean'.  Stop.
Added tag(s) pending and patch.
Added tag(s) pending and patch.
> thanks
Stopping processing here.

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



Bug#838888: dh-haskell: "Experimental push on scalar is now forbidden at [..]/Buildsystem/haskell.pm"

2016-09-26 Thread Chris Lamb
tags 83 + patch
thanks

Patch attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/lib/Debian/Debhelper/Buildsystem/haskell.pm 
b/lib/Debian/Debhelper/Buildsystem/haskell.pm
index b5644a1..f7aa96f 100644
--- a/lib/Debian/Debhelper/Buildsystem/haskell.pm
+++ b/lib/Debian/Debhelper/Buildsystem/haskell.pm
@@ -466,7 +466,7 @@ Readonly my $TMP_INSTALL_DIR => 
"debian/tmp-install-$HC_BIN";
 
 sub do_dispatch {
 my %INSTALL = ( dev => [], prof => [], doc => [], bin => [], );
-my $dispatch = sub { push $INSTALL{ @_[0] }, $_ };
+my $dispatch = sub { push @{$INSTALL{ @_[0] }}, $_ };
 
 my $dispatcher = sub {
 no strict 'subs';# barewords sometimes are neat


Processed: Re: dh-haskell: "Experimental push on scalar is now forbidden at [..]/Buildsystem/haskell.pm"

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

> tags 83 + patch
Bug #83 [src:dh-haskell] dh-haskell: "Experimental push on scalar is now 
forbidden at [..]/Buildsystem/haskell.pm"
Added tag(s) patch.
> thanks
Stopping processing here.

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



Processed: fixed upstream

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

> tags 838829 + patch fixed-upstream
Bug #838829 [valac] valac: Feature Regression in vala 0.34
Added tag(s) patch and fixed-upstream.
> thanks
Stopping processing here.

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



Processed: Re: gcolor2: Removal of debhelper compat 4

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags 817472 patch
Bug #817472 [src:gcolor2] gcolor2: Removal of debhelper compat 4
Added tag(s) patch.
> tags 817472 pending
Bug #817472 [src:gcolor2] gcolor2: Removal of debhelper compat 4
Added tag(s) pending.

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



Bug#817472: gcolor2: Removal of debhelper compat 4

2016-09-26 Thread Fernando Ike
Control: tags 817472 patch
Control: tags 817472 pending

Hi,

  I made a NMU and it upload to 10-day/delay queue. Feel free to cancel
this upload if needed.

  The debian/changelog is:

gcolor2 (0.4-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Update DH level to 9. (Closes: #817472)
  * debian/control:
- Added depends ${misc:Depends}.
- Added Homepage field. (Closes: #615368)
- Bumped Standards-Version to 3.9.8
  * debian/watch:
- Added watch file.


  I attached a debdiff.

Regards,
-- 
Fernando Ike
http://www.fernandoike.com


gcolor2.debdiff
Description: Binary data


Bug#811981: marked as done (qqwing: FTBFS with GCC 6: symbol changes)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 19:55:44 +
with message-id 
and subject line Bug#811981: fixed in qqwing 1.3.4-1.1
has caused the Debian Bug report #811981,
regarding qqwing: FTBFS with GCC 6: symbol changes
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.)


-- 
811981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qqwing
Version: 1.3.4-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-symbols

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libqqwing2v5/DEBIAN/symbols doesn't match 
> completely debian/libqqwing2v5.symbols
> --- debian/libqqwing2v5.symbols (libqqwing2v5_1.3.4-1_amd64)
> +++ dpkg-gensymbolsQZXxNm 2016-01-19 20:26:19.632101432 +
> @@ -77,4 +77,5 @@
>   _ZN6qqwing7LogItemD1Ev@Base 1.3.2
>   _ZN6qqwing7LogItemD2Ev@Base 1.3.2
>   _ZNKSt5ctypeIcE8do_widenEc@Base 1.3.2
> - 
> _ZNSt6vectorIPN6qqwing7LogItemESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base
>  1.3.2
> +#MISSING: 1.3.4-1# 
> _ZNSt6vectorIPN6qqwing7LogItemESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base
>  1.3.2
> + 
> _ZNSt6vectorIPN6qqwing7LogItemESaIS2_EE19_M_emplace_back_auxIJRKS2_EEEvDpOT_@Base
>  1.3.4-1
> dh_makeshlibs: failing due to earlier errors
> debian/rules:6: recipe for target 'binary' failed
> make: *** [binary] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: qqwing
Source-Version: 1.3.4-1.1

We believe that the bug you reported is fixed in the latest version of
qqwing, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Johannes Brandstätter  (supplier of updated qqwing 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, 24 Sep 2016 21:07:25 +0200
Source: qqwing
Binary: qqwing libqqwing2v5 libqqwing-dev
Architecture: source
Version: 1.3.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jackson Doak 
Changed-By: Johannes Brandstätter 
Description:
 libqqwing-dev - tool for generating and solving Sudoku puzzles (development)
 libqqwing2v5 - tool for generating and solving Sudoku puzzles (library)
 qqwing - tool for generating and solving Sudoku puzzles (application)
Closes: 811981
Changes:
 qqwing (1.3.4-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Replacing symbol from template instatiation with newer version. (Closes: 
#811981)
Checksums-Sha1:
 1d435e3046d3321009780e4dccce4726633531a5 1764 qqwing_1.3.4-1.1.dsc
 797794c12c19f352f6194563dd153d7e6134 3012 qqwing_1.3.4-1.1.debian.tar.xz
Checksums-Sha256:
 d48555da0da83137442534f433b545f6b14a55086297298d5e240c8ec9bde3fc 1764 
qqwing_1.3.4-1.1.dsc
 da52a65856335929095e5a64a85931a4e0b61c81075348233cae3d6f6534fc95 3012 
qqwing_1.3.4-1.1.debian.tar.xz
Files:
 109e6af03d5686d39b0ba738cbacf47f 1764 misc optional qqwing_1.3.4-1.1.dsc
 08b6e5ed678b0524087f8e2be8a60672 3012 misc optional 
qqwing_1.3.4-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX5tHLAAoJEGny/FFupxmTVaUP/jHQh/ij1W1YJZ3SQ1qIFx4D
XJi2Rp+UmIzfZGDmNHxBMqDmhYJEmMzQv61oOVfnTNPYeoTBesDfaGJPJ7slU/9A
RRumzfLkiNC5FcnPAfdZ3KlF5dYlbQP1R71PVjJZugTZuvM46ym+W7ZmwG7Yhg7v
0jY6x0MpJeiWFGED5H0kySiXmXjB9v0kcKo/m0k+J8zeQs8hGuaNe1Y+UyIsCXpQ
0wm50dvoLKWSPOIrJNZz9yTdQBwFFbC6jkkd0r5LRhxEdeU+XtDIolN4BgvTDhbc
OugCoKS6NzFdGJbhjdtZbK81j+gEg7LoZyZtFqLgq4OH7BPC2X9tXf4LvGtVjLaf
+VcfpIXAzuxP9QjaGEivxk/m

Processed: Pending fixes for bugs in the libperl-apireference-perl package

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

> tag 838934 + pending
Bug #838934 [libperl-apireference-perl] libperl-apireference-perl: FTBFS with 
Perl 5.24.1
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#838934: Pending fixes for bugs in the libperl-apireference-perl package

2016-09-26 Thread pkg-perl-maintainers
tag 838934 + pending
thanks

Some bugs in the libperl-apireference-perl package are closed in
revision ed3a81d93b51be2a150ea6c4015d690ae16f5f1d in branch 'master'
by gregor herrmann

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-perl/packages/libperl-apireference-perl.git/commit/?id=ed3a81d

Commit message:

Add support for 5.24.1.

Closes: #838934



Bug#838933: marked as done (libio-compress-lzma-perl: uninstallable and unbuildable with Perl 5.24)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 19:49:25 +
with message-id 
and subject line Bug#838933: fixed in libio-compress-lzma-perl 2.069-2
has caused the Debian Bug report #838933,
regarding libio-compress-lzma-perl: uninstallable and unbuildable with Perl 5.24
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.)


-- 
838933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libio-compress-lzma-perl
Version: 2.069-1
Severity: grave
User: debian-p...@lists.debian.org
Usertags: perl-5.24-transition
Control: block 830200 with -1

This package has versioned build and runtime dependencies on
libio-compress-perl (>= 2.069), but Perl 5.24 bundles version 2.069_001.
It therefore declares a Breaks on libio-compress-perl (<< 2.069.001)
to make sure older separate packages can't override the newer core one.

This has the effect of making the current separate libio-compress-perl
package in sid uninstallable because it's "only" at 2.069.

Although perl Provides a libio-compress-perl virtual package, we haven't
adopted versioned provides yet (see #758100) so versioned dependencies are
not satisfied. This in turn renders libio-compress-lzma-perl uninstallable
and unbuildable.

The fix is to declare build and runtime dependencies on
  perl (>= 5.23.4) | libio-compress-perl (>= 2.069)

-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Source: libio-compress-lzma-perl
Source-Version: 2.069-2

We believe that the bug you reported is fixed in the latest version of
libio-compress-lzma-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 838...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated 
libio-compress-lzma-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: SHA512

Format: 1.8
Date: Mon, 26 Sep 2016 21:37:04 +0200
Source: libio-compress-lzma-perl
Binary: libio-compress-lzma-perl
Architecture: source
Version: 2.069-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: gregor herrmann 
Closes: 838933
Description: 
 libio-compress-lzma-perl - modules for reading and writing lzma/xz 
files/buffers
Changes:
 libio-compress-lzma-perl (2.069-2) unstable; urgency=medium
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 .
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Fix (build) dependencies on IO::{Compress,Uncompress}::Base.
 (Closes: #838933)
   * Update years of packaging copyright.
   * Declare compliance with Debian Policy 3.9.8.
Checksums-Sha1: 
 4a386c8fd33b0679b20a4d4d34719ca122741093 2409 
libio-compress-lzma-perl_2.069-2.dsc
 2e67698842cb337a9738dd4d4abe72bcc2bc4008 2360 
libio-compress-lzma-perl_2.069-2.debian.tar.xz
Checksums-Sha256: 
 3007fcd08fac226c6bd08dcf6deba12250f101d5332f959df38d0d9e0daf53dd 2409 
libio-compress-lzma-perl_2.069-2.dsc
 6030cd8baedb7c653633c98241194c92d74a7f8ae89c2c7c2376a58190c3aba0 2360 
libio-compress-lzma-perl_2.069-2.debian.tar.xz
Files: 
 afea4c83752a92050cbaf0f23bed9cfe 2409 perl optional 
libio-compress-lzma-perl_2.069-2.dsc
 9b11ddb14a4cbda5b44c25556e59bb51 2360 perl optional 
libio-compress-lzma-perl_2.069-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJ8BAEBCgBmBQJX6XlYXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGUBwQAKdrxsGVnOZDcS6lOHmyeSf4
fkuCPAtizifFtGToRoFgJiIG7EmJhGSB4xTevjZrljY71K7uTX9FaN+aBsYUeh/R
sEhB2pRAVWwdDP98mzgzNxM6sFI9O+g7qfUP8s8nBGXn2vP0DDXXuvmVJsLKKwGQ
Qj/w0yoA9SZgnL8yVhHRMKt659JPbmZ7/KSIAMHGfMT5gez14WahAKshD473kYl8
++VB66/ZjPhSLjU4QKBxlzxKfFNAclA+Vw8UseNowJmlZZPsS7LlsgzrW6IjTQ4n
erkW+Znx7rsNr+b8gT4gVqSKTs69TqNkxIisZmcT40GZy5z4GJJK8EY5fo4gsBLt
ZZdYe4AwGKFp9aLcSHLQECkgvI+GjE/dxwgjNnsex11ZzXH/4oHum/Gt7Yd3ZUcm
DHGA3WOC4fT9oG0hoLG9ym7QzRxr2dhOfkh8VzHqfyNT2vLhM9PX/CVxeFrd3QFh
Sqhea12bPQu15Y6LjuWuVYzvOQkhZmILOnnH76XRfjMN58zVDQuxWNnoYamTHyZl
5jNtoZDhcFbW83TEsIoPZ4VLB4wkKnvg0DasNIMdN+Ii2EzE8K2QT6yo98vjFqzx
jOYH7R6+IoLvFoXFM/I5b3sdwZtW5ZqpRMSW

Processed: Pending fixes for bugs in the libio-compress-lzma-perl package

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

> tag 838933 + pending
Bug #838933 [libio-compress-lzma-perl] libio-compress-lzma-perl: uninstallable 
and unbuildable with Perl 5.24
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#838933: Pending fixes for bugs in the libio-compress-lzma-perl package

2016-09-26 Thread pkg-perl-maintainers
tag 838933 + pending
thanks

Some bugs in the libio-compress-lzma-perl package are closed in
revision 6466be0a3b8b43fbe8a4a01819cad1bcb277ec7b in branch 'master'
by gregor herrmann

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-perl/packages/libio-compress-lzma-perl.git/commit/?id=6466be0

Commit message:

Fix (build) dependencies on IO::{Compress,Uncompress}::Base.

Closes: #838933



Bug#806068: marked as done (linaro-image-tools: FTBFS when built with dpkg-buildpackage -A (No such file or directory))

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 19:36:44 +
with message-id 
and subject line Bug#806068: fixed in linaro-image-tools 2014.11-1.1
has caused the Debian Bug report #806068,
regarding linaro-image-tools: FTBFS when built with dpkg-buildpackage -A (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.)


-- 
806068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linaro-image-tools
Version: 2014.11-1
User: sanv...@debian.org
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:


[...]
 fakeroot debian/rules binary-indep
dh binary-indep --with python2
   dh_testroot -i
   dh_prep -i
   dh_auto_install -i
python setup.py install --force --root=/<>/debian/tmp 
--no-compile -O0 --install-layout=deb
ERROR: Python module mock not found
running install
running build
running build_py
running build_scripts
running build_i18n
intltool-update -p -g linaro-image-tools
running build_icons
running build_help
running install_lib
creating /<>/debian/tmp
creating /<>/debian/tmp/usr
creating /<>/debian/tmp/usr/lib
creating /<>/debian/tmp/usr/lib/python2.7
creating /<>/debian/tmp/usr/lib/python2.7/dist-packages
creating 
/<>/debian/tmp/usr/lib/python2.7/dist-packages/linaro_image_tools

[... snipped ...]

  org.linaro.linaro-image-tools.policy
   debian/rules override_dh_install
make[1]: Entering directory '/<>'
dh_install
find debian/linaro-image-tools -type f |xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/python|'
find: `debian/linaro-image-tools': No such file or directory
sed: no input files
debian/rules:11: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 123
make[1]: Leaving directory '/<>'
debian/rules:9: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2


Sorry not to have a fix, as I am reporting many bugs similar to
this one, but I can give some general hints:

* If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now.
 
* If not, debian/rules should be modified so that the binary-indep
target works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:

* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.

* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.


After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B"
work properly, this package will be suitable to be uploaded in
source-only form if you wish (you might want to try it).

Thanks.
--- End Message ---
--- Begin Message ---
Source: linaro-image-tools
Source-Version: 2014.11-1.1

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

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

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

Debian distribution maintenance software
pp.
Steve McIntyre <93...@debian.org> (supplier of updated linaro-image-tools 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 26 Sep 2016 12:08:40 -0700
Source: linaro-image-tools
Binary: linaro-image-tools python-linaro-image-tools
Architecture: source amd64 all
Version: 2014.11-1.1
Distribution: unstable
Urgency: medium
Maintainer: Linaro Packagers 
Changed-By: Steve McIntyre <93...@debian.org>
Description:
 linaro-image-tools - collection of tools to work with Linaro images
 python-linaro-image-tools - Python library for the manipulation of Li

Processed: affects

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

> affects 837618 src:docbook5-xml
Bug #837618 [xml-core] xml-core: Makes some packages to FTBFS with 
'dh_installxmlcatalogs: Unexpected debhelper version format'
Bug #837620 [xml-core] xml-core: Makes some packages to FTBFS with 
'dh_installxmlcatalogs: Unexpected debhelper version format'
Bug #837745 [xml-core] xml-core: Makes some packages to FTBFS with 
'dh_installxmlcatalogs: Unexpected debhelper version format'
Added indication that 837618 affects src:docbook5-xml
Added indication that 837620 affects src:docbook5-xml
Added indication that 837745 affects src:docbook5-xml
>
End of message, stopping processing here.

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



Bug#806068: linaro-image-tools: diff for NMU version 2014.11-1.1

2016-09-26 Thread Steve McIntyre
Control: tags 806068 + pending

Dear maintainer,

I've prepared an NMU for linaro-image-tools (versioned as 2014.11-1.1) and
uploaded it. It's a trivial change, just using the patch from
Santiago. Here's the NMU diff for completeness.

Cheers,

Steve



diff -Nru linaro-image-tools-2014.11/debian/changelog linaro-image-tools-2014.11/debian/changelog
--- linaro-image-tools-2014.11/debian/changelog	2014-11-25 13:56:57.0 +
+++ linaro-image-tools-2014.11/debian/changelog	2016-09-26 20:08:37.0 +0100
@@ -1,3 +1,11 @@
+linaro-image-tools (2014.11-1.1) unstable; urgency=medium
+
+  * NMU
+  * Fix build for dpkg-buildpackage -A. Thanks to Santiago Vila for the
+patch. Closes: #806068
+
+ -- Steve McIntyre <93...@debian.org>  Mon, 26 Sep 2016 12:08:40 -0700
+
 linaro-image-tools (2014.11-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru linaro-image-tools-2014.11/debian/rules linaro-image-tools-2014.11/debian/rules
--- linaro-image-tools-2014.11/debian/rules	2012-04-21 17:19:50.0 +0100
+++ linaro-image-tools-2014.11/debian/rules	2016-09-26 20:06:55.0 +0100
@@ -7,7 +7,8 @@
 
 %:
 	dh $@ --with python2
-override_dh_install:
+
+override_dh_install-arch:
 	dh_install
 	find debian/linaro-image-tools -type f |xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/python|'
 


signature.asc
Description: Digital signature


Processed: libperl-apireference-perl: FTBFS with Perl 5.24.1

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> block 830200 with -1
Bug #830200 [release.debian.org] transition: perl
830200 was blocked by: 825609 837719 834797 834249 825231 834800 825762 834798 
825012 825014 834799 825629 834795 836636 838394 834796 838851 825524 838933
830200 was not blocking any bugs.
Added blocking bug(s) of 830200: 838934

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



Processed: block 830200 with 838888

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

> block 830200 with 83
Bug #830200 [release.debian.org] transition: perl
830200 was blocked by: 825629 838933 834800 834795 834799 834249 825014 838394 
834798 825609 834797 838851 825231 825012 825524 825762 836636 837719 834796 
838934
830200 was not blocking any bugs.
Added blocking bug(s) of 830200: 83
> thanks
Stopping processing here.

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



Bug#817592: marked as done (myspell: Removal of debhelper compat 4)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 19:20:58 +
with message-id 
and subject line Bug#817592: fixed in myspell 1:3.0+pre3.1-24.2
has caused the Debian Bug report #817592,
regarding myspell: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817592
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: myspell
Severity: important
Usertags: compat-4-removal

Hi,

The package myspell uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: myspell
Source-Version: 1:3.0+pre3.1-24.2

We believe that the bug you reported is fixed in the latest version of
myspell, 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 817...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated myspell 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: Sun, 25 Sep 2016 17:11:41 +0200
Source: myspell
Binary: myspell-tools
Architecture: source amd64
Version: 1:3.0+pre3.1-24.2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenOffice Team 
Changed-By: Chris Lamb 
Description:
 myspell-tools - tools for myspell
Closes: 817592
Changes:
 myspell (1:3.0+pre3.1-24.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Move to debhelper compat level 9. (Closes: #817592)
Checksums-Sha1:
 3fe671a63bca4f5d3b84be892ee6f74d909fd9ab 1768 myspell_3.0+pre3.1-24.2.dsc
 b58c8acad21cbf0a3a43fba2072a6ecf5f40ae35 16351 myspell_3.0+pre3.1-24.2.diff.gz
 5ad42a6b4beed6eeb0517abd5ea492426ebd15fc 18808 
myspell-tools-dbgsym_3.1-24.2_amd64.deb
 45aaad012584c60fc08d09ae06b6ea779df4ccbb 33518 myspell-tools_3.1-24.2_amd64.deb
Checksums-Sha256:
 a70331c3620e7269c46ebfea6bd2d278cbae8992e0ee1ca653ce000b359c446b 1768 
myspell_3.0+pre3.1-24.2.dsc
 333e425d737b7d81fd7ae1611f9278c754c447dabe8aad6033135ad35f25a3f4 16351 
myspell_3.0+pre3.1-24.2.diff.gz
 e8742dc8b2dcafe8daa2f0ec42994915823e581d59da76391864ad56057a8c1c 18808 
myspell-tools-dbgsym_3.1-24.2_amd64.deb
 48dc7d6bfffd0896a2ec604cd4fd704a044ab6d38cb84ff95e8d2673382de4b1 33518 
myspell-tools_3.1-24.2_amd64.deb
Files:
 33620c45917b5f1175b0532d0ca40cf3 1768 oldlibs extra myspell_3.0+pre3.1-24.2.dsc
 ccbc5c7a70d3f5324c4f67d7b6657fb4 16351 oldlibs extra 
myspell_3.0+pre3.1-24.2.diff.gz
 887d93130c7796c29b56c89121661333 18808 debug extra 
myspell-tools-dbgsym_3.1-24.2_amd64.deb
 39ff96d3b60a490af523c78942953884 33518 oldlibs extra 
myspell-tools_3.1-24.2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX5+20AAoJEB6VPifUMR5Y89gQAJiHbwwfFameRjWpqJ55AA+d
ADo3abI7KZbqdPfVJoFLa3BLxTH/PLSn9QH2RglAaeCR14pb1aEFgqBY5xu9IFpN
TLYklfTBw2y0Ki79SDOEtL/3tWOh9gDZ7M91q24Ny1qXC66rbe9hw4C0wwNVB95T
lso2Mj72g7Pp7lnMVHxgw63wRFZvf8WqnOK6PSM2K7XT3F9yLYooTl9zHRBRAUTh
BarxNhIB9G1kz6B9erlRlkgd+2P6TOyqVZEqm/sRcAtS1kv2DDjWwb6K7XbFCp+7
XtfRTnQQoF+cryiKuVf4MdscY7jY/ARcpniDRG+ItxElyRG9mTbx77KfOTXv5I83
i0Furg8pkLr+ItrdKD1zaTW5taHMWWx/2nXmehbmHJ8EcoDkp1AhE2fqCeSVi2f3
nt16u2TbtsiHoa4D/P6Na8wRtsX9WrZUDIypwXzIKDSOn50vWRx0OV4szYD08rgy
Iu3MsUUz2+Cq5rneRs/3ffdCsNp02mJvByk62DWIrPkn7wHStAok1W7f6j5zfDIv
3uvRzv9U+zRSX+ORMqGbW65GfjeGVkUo79Z6EjrN8rj2oz7flC62y6R+VWRUqckD
8BFEZtjXk3RgqvMbarhj4VLbMPE1aXYFiOfYUOsgk3Qo7puOqWI8/noFOdhhlOVj
6dpOVIViuwZRiS1+OSaY
=nFYB
-END PGP SIGNATURE End Message ---


Processed: linaro-image-tools: diff for NMU version 2014.11-1.1

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags 806068 + pending
Bug #806068 [src:linaro-image-tools] linaro-image-tools: FTBFS when built with 
dpkg-buildpackage -A (No such file or directory)
Added tag(s) pending.

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



Bug#838934: libperl-apireference-perl: FTBFS with Perl 5.24.1

2016-09-26 Thread Niko Tyni
Package: libperl-apireference-perl
Version: 0.22-3
Severity: serious
User: debian-p...@lists.debian.org
Usertags: perl-5.24-transition
Control: block 830200 with -1

This package fails to build with Perl 5.24.1, including
the release candidate currently in sid.

  Processing: 5.22.2
  Processing: 5.24.0
  echo Current Perl is `perl -MConfig -we'printf("%d_%03d_%03d.pm", 
$Config{PERL_REVISION}, $Config{PERL_VERSION}, $Config{PERL_SUBVERSION})'`
  Current Perl is 5_024_001.pm
  test -f lib/Perl/APIReference/V`perl -MConfig -we'printf("%d_%03d_%03d.pm", 
$Config{PERL_REVISION}, $Config{PERL_VERSION}, $Config{PERL_SUBVERSION})'`
  debian/rules:8: recipe for target 'regenerated-stamp' failed
  make[1]: *** [regenerated-stamp] Error 1
 
It looks like we only tested rebuilds with 5.24.0 and therefore missed this.
Similar to #825613, the fix is hopefully trivial.
-- 
Niko Tyni   nt...@debian.org



Bug#817592: marked as pending

2016-09-26 Thread Rene Engelhard
tag 817592 pending
thanks

Hello,

Bug #817592 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

http://git.debian.org/?p=pkg-openoffice/myspell.git;a=commitdiff;h=4cde5a5

---
commit 4cde5a5cff94e7e919844ba6b4d524160f114428
Author: Rene Engelhard 
Date:   Mon Sep 26 21:13:09 2016 +0200

add 3.0+pre3.1-24.2 NMU

diff --git a/debian/changelog b/debian/changelog
index 753b2b2..2db12c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+myspell (1:3.0+pre3.1-24.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move to debhelper compat level 9. (Closes: #817592)
+
+ -- Chris Lamb   Sun, 25 Sep 2016 17:11:41 +0200
+
 myspell (1:3.0+pre3.1-24.1) unstable; urgency=medium
 
   * Non-maintainer upload to fix FTBFS.



Processed: Bug#817592 marked as pending

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

> tag 817592 pending
Bug #817592 [src:myspell] myspell: Removal of debhelper compat 4
Ignoring request to alter tags of bug #817592 to the same tags previously set
> thanks
Stopping processing here.

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



Bug#811742: marked as done (smpeg: FTBFS with GCC 6: narrowing conversion)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 19:07:58 +
with message-id 
and subject line Bug#811742: fixed in smpeg 0.4.5+cvs20030824-7.2
has caused the Debian Bug report #811742,
regarding smpeg: FTBFS with GCC 6: narrowing conversion
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.)


-- 
811742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: smpeg
Version: 0.4.5+cvs20030824-7.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> libtool: compile:  g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.5\" -DSTDC_HEADERS=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
> -DTHREADED_AUDIO -pthread -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/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/
> lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -DNDEBUG -I.. 
> -DNOCONTROLS -I.. -I../audio -I../video -fno-exceptions -fno-rtti -c 
> mpeglayer2.cpp  -fPIC -DPIC -o .libs/mpeglayer2.o
> huffmantable.cpp:587:1: error: narrowing conversion of '-1' from 'int' to 
> 'unsigned int' inside { } [-Wnarrowing]
>  };
>  ^
> 
> huffmantable.cpp:587:1: error: narrowing conversion of '-1' from 'int' to 
> 'unsigned int' inside { } [-Wnarrowing]
> huffmantable.cpp:587:1: error: narrowing conversion of '-1' from 'int' to 
> 'unsigned int' inside { } [-Wnarrowing]
> huffmantable.cpp:587:1: error: narrowing conversion of '-1' from 'int' to 
> 'unsigned int' inside { } [-Wnarrowing]
> huffmantable.cpp:587:1: error: narrowing conversion of '-1' from 'int' to 
> 'unsigned int' inside { } [-Wnarrowing]
> huffmantable.cpp:587:1: error: narrowing conversion of '-1' from 'int' to 
> 'unsigned int' inside { } [-Wnarrowing]

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: smpeg
Source-Version: 0.4.5+cvs20030824-7.2

We believe that the bug you reported is fixed in the latest version of
smpeg, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Johannes Brandstätter  (supplier of updated smpeg 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, 24 Sep 2016 20:30:31 +0200
Source: smpeg
Binary: libsmpeg0 libsmpeg-dev smpeg-plaympeg smpeg-gtv
Architecture: source
Version: 0.4.5+cvs20030824-7.2
Distribution: unstable
Urgency: medium
Maintainer: Debian SDL packages maintainers 

Changed-By: Johannes Brandstätter 
Description:
 libsmpeg-dev - SDL MPEG Player Library - development files
 libsmpeg0  - SDL MPEG Player Library - shared libraries
 smpeg-gtv  - SMPEG GTK+ MPEG audio/video player
 smpeg-plaympeg - SMPEG command line MPEG audio/video player
Closes: 811742
Changes:
 smpeg (0.4.5+cvs20030824-7.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
 

Bug#811741: marked as done (ragel: FTBFS with GCC 6: narrowing conversion)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 18:54:10 +
with message-id 
and subject line Bug#811741: fixed in ragel 6.9-1.1
has caused the Debian Bug report #811741,
regarding ragel: FTBFS with GCC 6: narrowing conversion
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.)


-- 
811741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ragel
Version: 6.8-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I../aapl   -Wall -g -O2 -MT ragel-common.o -MD -MP 
> -MF .deps/ragel-common.Tpo -c -o ragel-common.o `test -f 'common.cpp' || echo 
> './'`common.cpp
> common.cpp:38:1: error: narrowing conversion of '18446744073709551615ul' from 
> 'long unsigned int' to 'long long int' inside { } [-Wnarrowing]
>  };
>  ^
> 
> common.cpp:92:1: error: narrowing conversion of '18446744073709551615ull' 
> from 'long long unsigned int' to 'long long int' inside { } [-Wnarrowing]
>  };
>  ^
> 
> common.cpp:120:1: error: narrowing conversion of '18446744073709551615ul' 
> from 'long unsigned int' to 'long long int' inside { } [-Wnarrowing]
>  };
>  ^
> 
> Makefile:571: recipe for target 'ragel-common.o' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: ragel
Source-Version: 6.9-1.1

We believe that the bug you reported is fixed in the latest version of
ragel, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Stührk  (supplier of updated ragel 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, 24 Sep 2016 20:28:04 +0200
Source: ragel
Binary: ragel
Architecture: source
Version: 6.9-1.1
Distribution: unstable
Urgency: medium
Maintainer: Robert Lemmen 
Changed-By: Andreas Stührk 
Description:
 ragel  - compiles finite state machines into code in various languages
Closes: 811741
Changes:
 ragel (6.9-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Explicitly set C++ standard to C++98 to fix compilation under GCC 6
 (Closes: #811741)
Checksums-Sha1:
 c5614b65a9f84c31893b5c97a8737c768b1f5dd9 1675 ragel_6.9-1.1.dsc
 d63abda12dd1a732e7356fe8ea1447d3821facba 4314 ragel_6.9-1.1.diff.gz
Checksums-Sha256:
 7d82bcf8db57d6b887e724953fb84c5f2c33aad4ae2d9368d7e4da046f6878e4 1675 
ragel_6.9-1.1.dsc
 3941c606f1d1b06cc7d031fe808362385b181e40e2e26b5f225bfcb7ce35675f 4314 
ragel_6.9-1.1.diff.gz
Files:
 ec2c9b2d48b34532b6f2dfc60365dc33 1675 devel optional ragel_6.9-1.1.dsc
 18abfaa6cfd2b997cbfdaf541eb0ca06 4314 devel optional ragel_6.9-1.1.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX5sdXAAoJEGny/FFupxmTLsYP/1H52BWyziZay8SVKaLpFL2e
7Rp4DMBzAvlyoiScbGHIDeoSxLvQ3TX7mLox/NK0D7J+OgA002qkC0QEzAAmJIIo
172GKCpTk7GV6hgdHIRPPnwPHMZB+0r6aWtgGpEKJlO5vm0Av8tPupZuMCKEW5v0
Mqne2EpYJS66sZY5evJfCBTDPv/JI3yIpk0m1LSSIqrv3tvlZCQXhWAJxiJK1F8a
xZYCrpIwtjtw28DHJ3yZy8spKkk1RIfI/bc4Ww8MocahIv+LX653wCwJOjO0J7cb
AsYEJztVbCgPOFrintr2Ospprwc24ncH8+OAPfLTrSsij2Jr++qFdbtZI8zDY7Dc
4UFNVXigsn+4nVVrJM1+NAUreks0+gNBZVeVLTzhoeCnzzwBINzja3jLetSYfC+M
Duoz2QDvPJBbUqZmuxNsM/uuYpBxUR2/Fw57wbp7nu48iwBBxgFjhgEAC2XTtmb1
KCypMuQKIXrR9Ry4MXJz0qcJF+fvW/Lnt9q0Ix7qBvcWwVlZYkVi35KHBFgilLEm
IUcTUf7tL+1P75R/Fzq4lV65biWT/BmzZjEKzlplKyCKX1/7H5BRw1K9jH7gQhf/
WXw2W83s/4My4ouw3nV6MkAcxxRn6oR2bSa+Vna3NUmt0mbNgTq/Diuef1u3lWfW
rPwyr1xbxwyEBranw9Ss
=/QHl
-END PGP SIGNATURE End Message ---


Bug#838933: libio-compress-lzma-perl: uninstallable and unbuildable with Perl 5.24

2016-09-26 Thread Niko Tyni
Package: libio-compress-lzma-perl
Version: 2.069-1
Severity: grave
User: debian-p...@lists.debian.org
Usertags: perl-5.24-transition
Control: block 830200 with -1

This package has versioned build and runtime dependencies on
libio-compress-perl (>= 2.069), but Perl 5.24 bundles version 2.069_001.
It therefore declares a Breaks on libio-compress-perl (<< 2.069.001)
to make sure older separate packages can't override the newer core one.

This has the effect of making the current separate libio-compress-perl
package in sid uninstallable because it's "only" at 2.069.

Although perl Provides a libio-compress-perl virtual package, we haven't
adopted versioned provides yet (see #758100) so versioned dependencies are
not satisfied. This in turn renders libio-compress-lzma-perl uninstallable
and unbuildable.

The fix is to declare build and runtime dependencies on
  perl (>= 5.23.4) | libio-compress-perl (>= 2.069)

-- 
Niko Tyni   nt...@debian.org



Processed: libio-compress-lzma-perl: uninstallable and unbuildable with Perl 5.24

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> block 830200 with -1
Bug #830200 [release.debian.org] transition: perl
830200 was blocked by: 837719 836636 825231 834798 834800 825762 834796 834799 
825629 825609 834797 834249 834795 825524 838394 825014 825012 838851
830200 was not blocking any bugs.
Added blocking bug(s) of 830200: 838933

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



Bug#836933: marked as done (fdk-aac: FTBFS with GCC 6: error: narrowing conversion of '2975553344u' from 'unsigned int' to 'LONG {aka long int}' inside { })

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 18:00:11 +
with message-id 
and subject line Bug#836933: fixed in fdk-aac 0.1.4-1
has caused the Debian Bug report #836933,
regarding fdk-aac: FTBFS with GCC 6: error: narrowing conversion of 
'2975553344u' from 'unsigned int' to 'LONG {aka long int}' inside { }
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.)


-- 
836933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fdk-aac
Version: 0.1.3+20140816-2
Severity: serious
Tags: sid stretch
Justification: fails to build from source

Hi,

fdk-aac FTBFS since the default compiler was switched to gcc-6:

libtool: compile:  g++ -DPACKAGE_NAME=\"fdk-aac\" -DPACKAGE_TARNAME=\"fdk-aac\" 
-DPACKAGE_VERSION=\"0.1.3\" "-DPACKAGE_STRING=\"fdk-aac 0.1.3\"" 
-DPACKAGE_BUGREPORT=\"http://sourceforge.net/projects/opencore-amr/\";
 -DPACKAGE_URL=\"\" -DPACKAGE=\"fdk-aac\" -DVERSION=\"0.1.3\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -
DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. 
-I./libAACdec/include -I./libAACenc/include -I./libSBRdec/include 
-I./libSBRenc/include -I./libMpegTPDec/include -I./libMpegTPEnc/inclu
de -I./libSYS/include -I./libFDK/include -I./libPCMutils/include -Wdate-time 
-D_FORTIFY_SOURCE=2 -fno-exceptions -fno-rtti -g -O2 
-fdebug-prefix-map=/build/fdk-aac-0.1.3+20140816=. -fstack-protector-strong 
-Wformat
 -Werror=format-security -c libAACenc/src/adj_thr.cpp  -fPIC -DPIC -o 
libAACenc/src/.libs/adj_thr.o
libAACenc/src/adj_thr.cpp:196:1: error: narrowing conversion of '2975553344u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
 };
 ^
libAACenc/src/adj_thr.cpp:196:1: error: narrowing conversion of '3204251762u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
libAACenc/src/adj_thr.cpp:210:1: error: narrowing conversion of '3274620506u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
 };
 ^
libAACenc/src/adj_thr.cpp:210:1: error: narrowing conversion of '3415357995u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
libAACenc/src/adj_thr.cpp:224:1: error: narrowing conversion of '3833172413u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
 };
 ^
libAACenc/src/adj_thr.cpp:224:1: error: narrowing conversion of '4261981948u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
libAACenc/src/adj_thr.cpp:224:1: error: narrowing conversion of '4272977064u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
libAACenc/src/adj_thr.cpp:224:1: error: narrowing conversion of '3415357995u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
libAACenc/src/adj_thr.cpp:224:1: error: narrowing conversion of '3498920878u' 
from 'unsigned int' to 'LONG {aka long int}' inside { } [-Wnarrowing]
Makefile:1264: recipe for target 'libAACenc/src/adj_thr.lo' failed
make[1]: *** [libAACenc/src/adj_thr.lo] Error 1


In case it does matter: this was observed on i386.


Andreas
--- End Message ---
--- Begin Message ---
Source: fdk-aac
Source-Version: 0.1.4-1

We believe that the bug you reported is fixed in the latest version of
fdk-aac, 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 836...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated fdk-aac 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, 24 Sep 2016 17:18:45 +0200
Source: fdk-aac
Binary: libfdk-aac1 libfdk-aac-dev aac-enc
Architecture: source amd64
Version: 0.1.4-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 aac-enc- Fraunhofer FDK AAC Codec Library - frontend binary
 libfdk-aac-dev - Fraunhofer FDK AAC Codec Library - development files
 libfdk-aac1 - Fraunhofer FDK AAC Codec Library - runtime files
Closes: 771924 784908 836933 838364
Changes:
 fdk-aac (0.1.4-1) experime

Bug#837110: marked as done (linux: armhf: nic-modules: FTBFS: dwmac-socfpga module renamed to dwmac-altr-socfpga)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 18:00:22 +
with message-id 
and subject line Bug#837110: fixed in linux 4.8~rc8-1~exp1
has caused the Debian Bug report #837110,
regarding linux: armhf: nic-modules: FTBFS: dwmac-socfpga module renamed to 
dwmac-altr-socfpga
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.)


-- 
837110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux
Version: 4.8~rc5-1~exp1
Severity: grave
Tags: patch
Justification: renders package unusable

It appears the dwmac-socfpga module was renamed to dwmac-altr-socfpga
in 4.8.x, in commit:

  commit fb3bbdb859891e6bc27fd1afb3a07319f82c2ee4
  Author: Tien Hock Loh 
  Date:   Thu Jul 7 20:23:30 2016 -0700

net: ethernet: Add TSE PCS support to dwmac-socfpga


I haven't tested if there are other module renames that would also
lead to a FTBFS.


diff --git a/debian/installer/armhf/modules/armhf-armmp/nic-modules 
b/debian/installer/armhf/modules/armhf-armmp/nic-modules
index e3d0df7..75a4eb9 100644
--- a/debian/installer/armhf/modules/armhf-armmp/nic-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/nic-modules
@@ -5,7 +5,7 @@ smsc911x
 stmmac
 stmmac-platform
 dwmac-generic
-dwmac-socfpga
+dwmac-altr-socfpga
 dwmac-sunxi
 sun4i-emac
 xgmac


live well,
  vagrant


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 4.8~rc8-1~exp1

We believe that the bug you reported is fixed in the latest version of
linux, 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 837...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated linux 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, 26 Sep 2016 04:27:06 +0100
Source: linux
Binary: linux-source-4.8 linux-support-4.8.0-rc8 linux-doc-4.8 linux-manual-4.8 
linux-kbuild-4.8 linux-cpupower libcpupower1 libcpupower-dev linux-perf-4.8 
libusbip-dev usbip hyperv-daemons linux-libc-dev linux-headers-4.8.0-rc8-all 
linux-headers-4.8.0-rc8-all-alpha kernel-image-4.8.0-rc8-alpha-generic-di 
nic-modules-4.8.0-rc8-alpha-generic-di 
nic-wireless-modules-4.8.0-rc8-alpha-generic-di 
nic-shared-modules-4.8.0-rc8-alpha-generic-di 
serial-modules-4.8.0-rc8-alpha-generic-di 
usb-serial-modules-4.8.0-rc8-alpha-generic-di 
ppp-modules-4.8.0-rc8-alpha-generic-di pata-modules-4.8.0-rc8-alpha-generic-di 
cdrom-core-modules-4.8.0-rc8-alpha-generic-di 
scsi-core-modules-4.8.0-rc8-alpha-generic-di 
scsi-modules-4.8.0-rc8-alpha-generic-di loop-modules-4.8.0-rc8-alpha-generic-di 
btrfs-modules-4.8.0-rc8-alpha-generic-di 
ext4-modules-4.8.0-rc8-alpha-generic-di 
isofs-modules-4.8.0-rc8-alpha-generic-di jfs-modules-4.8.0-rc8-alpha-generic-di 
xfs-modules-4.8.0-rc8-alpha-generic-di
 fat-modules-4.8.0-rc8-alpha-generic-di md-modules-4.8.0-rc8-alpha-generic-di 
multipath-modules-4.8.0-rc8-alpha-generic-di 
usb-modules-4.8.0-rc8-alpha-generic-di 
usb-storage-modules-4.8.0-rc8-alpha-generic-di 
fb-modules-4.8.0-rc8-alpha-generic-di input-modules-4.8.0-rc8-alpha-generic-di 
event-modules-4.8.0-rc8-alpha-generic-di 
mouse-modules-4.8.0-rc8-alpha-generic-di 
nic-pcmcia-modules-4.8.0-rc8-alpha-generic-di 
pcmcia-modules-4.8.0-rc8-alpha-generic-di 
nic-usb-modules-4.8.0-rc8-alpha-generic-di 
sata-modules-4.8.0-rc8-alpha-generic-di core-modules-4.8.0-rc8-alpha-generic-di 
crc-modules-4.8.0-rc8-alpha-generic-di 
crypto-modules-4.8.0-rc8-alpha-generic-di 
crypto-dm-modules-4.8.0-rc8-alpha-generic-di 
ata-modules-4.8.0-rc8-alpha-generic-di nbd-modules-4.8.0-rc8-alpha-generic-di 
squashfs-modules-4.8.0-rc8-alpha-generic-di 
virtio-modules-4.8.0-rc8-alpha-generic-di 
zlib-modules-4.8.0-rc8-alpha-generic-di fuse-modules-4.8.0-rc8-alpha-generic-di
 srm-modules-4.8.0-rc8-alpha-generic-di linux-headers-4.8.0-rc8-common 
linux-image-4.8.0-rc8-alpha-generic linux-headers-4.8.0-rc8-alpha-generic 
linux-image-4.8.0-rc8-alpha-generic-dbgsym linux-image-4.8.0-rc8-alpha-smp 
linux-headers-4.8.0-rc8-alpha-smp linux-image-4.8.0-rc8-alpha-smp-dbgsym 
linux-headers-4.8.0-rc8-all-amd64 linux-im

Bug#837941: marked as done ([PATCH] linux 4.8~rc5-1~exp1: FTBFS on armhf due to module name change)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 18:00:22 +
with message-id 
and subject line Bug#837110: fixed in linux 4.8~rc8-1~exp1
has caused the Debian Bug report #837110,
regarding [PATCH] linux 4.8~rc5-1~exp1: FTBFS on armhf due to module name change
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.)


-- 
837110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: linux
Version: 4.8~rc5-1~exp1
Severity: serious
Tags: patch

Hello,

the Linux 4.8~rc5-1~exp1 package in experimental FTBFS on armhf
due to an upstream name change of the dwmac-socfpga driver
module.

Attached is a patch against the current debian-kernel git master
that should fix the issue.  A test build is still running and
will probably take until tomorrow (my build hardware is rather
slow).

Regards,
Karsten 
-- 
Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.
>From cd6150831556cdd68a2edda770051f3ed02746c2 Mon Sep 17 00:00:00 2001
From: Karsten Merker 
Date: Thu, 15 Sep 2016 19:28:33 +0200
Subject: [PATCH] [armhf] Fix FTBFS due to dwmac-socfpga module name change.

Upstream commit fb3bbdb859891e6bc27fd1afb3a07319f82c2ee4
has changed the name of the dwmac-socfpga driver module to
"dwmac-altr-socfpga", which results in a FTBFS on armhf
because the module is referenced under its old name in
installer/armhf/modules/armhf-armmp/nic-modules.

Change the nic-modules list entry accordingly.
---
 debian/installer/armhf/modules/armhf-armmp/nic-modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/installer/armhf/modules/armhf-armmp/nic-modules b/debian/installer/armhf/modules/armhf-armmp/nic-modules
index e3d0df7..75a4eb9 100644
--- a/debian/installer/armhf/modules/armhf-armmp/nic-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/nic-modules
@@ -5,7 +5,7 @@ smsc911x
 stmmac
 stmmac-platform
 dwmac-generic
-dwmac-socfpga
+dwmac-altr-socfpga
 dwmac-sunxi
 sun4i-emac
 xgmac
-- 
2.9.3

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 4.8~rc8-1~exp1

We believe that the bug you reported is fixed in the latest version of
linux, 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 837...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated linux 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, 26 Sep 2016 04:27:06 +0100
Source: linux
Binary: linux-source-4.8 linux-support-4.8.0-rc8 linux-doc-4.8 linux-manual-4.8 
linux-kbuild-4.8 linux-cpupower libcpupower1 libcpupower-dev linux-perf-4.8 
libusbip-dev usbip hyperv-daemons linux-libc-dev linux-headers-4.8.0-rc8-all 
linux-headers-4.8.0-rc8-all-alpha kernel-image-4.8.0-rc8-alpha-generic-di 
nic-modules-4.8.0-rc8-alpha-generic-di 
nic-wireless-modules-4.8.0-rc8-alpha-generic-di 
nic-shared-modules-4.8.0-rc8-alpha-generic-di 
serial-modules-4.8.0-rc8-alpha-generic-di 
usb-serial-modules-4.8.0-rc8-alpha-generic-di 
ppp-modules-4.8.0-rc8-alpha-generic-di pata-modules-4.8.0-rc8-alpha-generic-di 
cdrom-core-modules-4.8.0-rc8-alpha-generic-di 
scsi-core-modules-4.8.0-rc8-alpha-generic-di 
scsi-modules-4.8.0-rc8-alpha-generic-di loop-modules-4.8.0-rc8-alpha-generic-di 
btrfs-modules-4.8.0-rc8-alpha-generic-di 
ext4-modules-4.8.0-rc8-alpha-generic-di 
isofs-modules-4.8.0-rc8-alpha-generic-di jfs-modules-4.8.0-rc8-alpha-generic-di 
xfs-modules-4.8.0-rc8-alpha-generic-di
 fat-modules-4.8.0-rc8-alpha-generic-di md-modules-4.8.0-rc8-alpha-generic-di 
multipath-modules-4.8.0-rc8-alpha-generic-di 
usb-modules-4.8.0-rc8-alpha-generic-di 
usb-storage-modules-4.8.0-rc8-alpha-generic-di 
fb-modules-4.8.0-rc8-alpha-generic-di input-modules-4.8.0-rc8-alpha-generic-di 
event-modules-4.8.0-rc8-alpha-generic-di 
mouse-modules-4.8.0-rc8-alpha-generic-di 
nic-pcmcia-modules-4.8.0-rc8-alpha-generic-di 
pcmcia-modules-4.8.0-rc8-alpha-generic-di 
nic-usb-modules-4.8.0-rc8-alpha-generic-di 
sata-modules-4.8.0-rc8-alpha-generic-di core-modules-4.8.0-rc

Bug#811627: marked as done (FTBFS with GCC 6: cannot convert x to y)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 17:44:41 +
with message-id 
and subject line Bug#811627: fixed in kyotocabinet 1.2.76-4.2
has caused the Debian Bug report #811627,
regarding FTBFS with GCC 6: cannot convert x to y
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.)


-- 
811627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kyotocabinet
Version: 1.2.76-4.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -I. -I/usr/include 
> -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 
> -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYLZO -D_MYLZMA -D_MYGCCATOMIC 
> -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" 
> -D_KC_LIBDIR="\"/usr/lib/x86_64-linux-gnu\"" -D_KC_BINDIR="\"/usr/bin\"" 
> -D_KC_LIBEXECDIR="\"/usr/lib/x86_64-linux-gnu\"" 
> -D_KC_APPINC="\"-I/usr/include\"" 
> -D_KC_APPLIBS="\"-L/usr/lib/x86_64-linux-gnu -lkyotocabinet -llzma -llzo2 -lz 
> -lstdc++ -lrt -lpthread -lm -lc \"" -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fPIC -fsigned-char -g0 -O2 
> -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcdbext.cc
> In file included from kcdbext.cc:16:0:
> kcdbext.h: In member function 'char* kyotocabinet::IndexDB::get(const char*, 
> size_t, size_t*)':
> kcdbext.h:1281:14: error: cannot convert 'bool' to 'char*' in return
>return false;
>   ^
> 
> Makefile:76: recipe for target 'kcdbext.o' failed
> make[1]: *** [kcdbext.o] Error 1
> make[1]: Leaving directory '/<>'
> dh_auto_build: make -j1 returned exit code 2
> debian/rules:40: recipe for target 'build' failed
> make: *** [build] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: kyotocabinet
Source-Version: 1.2.76-4.2

We believe that the bug you reported is fixed in the latest version of
kyotocabinet, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Stührk  (supplier of updated kyotocabinet 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, 24 Sep 2016 17:58:05 +0200
Source: kyotocabinet
Binary: libkyotocabinet16v5 libkyotocabinet16v5-dbg kyotocabinet-utils 
kyotocabinet-doc libkyotocabinet-dev
Architecture: source
Version: 1.2.76-4.2
Distribution: unstable
Urgency: medium
Maintainer: Shawn Landden 
Changed-By: Andreas Stührk 
Description:
 kyotocabinet-doc - Straightforward implementation of DBM - docs
 kyotocabinet-utils - Straightforward implementation of DBM - utilities
 libkyotocabinet-dev - Straightforward implementation of DBM - development 
headers
 libkyotocabinet16v5 - Straightforward implementation of DBM - shared library
 libkyotocabinet16v5-dbg - Straightforward implementation of DBM - debugging 
symbols
Closes: 811627
Changes:
 kyotocabinet (1.2.76-4.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix incompatibility with C++14/GCC 6 (Closes: #811627)
Checksums-Sha1:
 a79f5046c37985e624fdb90bd943d96b1a9072a9 2242 kyotocabinet_1.2.76-4.2.dsc
 973147293874373f8a0fabfe9db34d3a47bea7fd 8828 
kyotocabinet_1.2.76-4.2.debian.tar.xz
Checksums-Sha256:
 ce49eda1824facaae96f8f18fcb72a59c7358d9f7ef60836a068cb5ec6bddb5b 2242 
kyotocabinet_1.2.76-4.2.dsc
 ab96492aa59d1bb58f493a57d13c9c52937cf498a5e0c1617a9971a3e08fbd8a 8828 
kyotocabinet_1.2.76-4.2.debian.tar.xz
Files:
 aa862866d66d4a614f8b5676d8d45da2 2242 utils optional 
kyotocabinet_1.2.76-4.2.dsc
 c02c630bfc1bc0e794e816e4b36a0815 8828 utils optional 
kyotocabinet_1.2.76-4.2.debian.tar.xz

Processed: [bts-link] source package samba

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

> #
> # bts-link upstream status pull for source package samba
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #820794 (http://bugs.debian.org/820794)
> # Bug title: smbclient: "cli_list: Error: unable to parse name from info 
> level 260" with Windows 10 shares
> #  * https://bugzilla.samba.org/show_bug.cgi?id=11822
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 820794 + fixed-upstream
Bug #820794 [smbclient] smbclient: "cli_list: Error: unable to parse name from 
info level 260" with Windows 10 shares
Added tag(s) fixed-upstream.
> usertags 820794 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> thanks
Stopping processing here.

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



Bug#817499: marked as done (ifstat: Removal of debhelper compat 4)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 16:57:28 +
with message-id 
and subject line Bug#817499: fixed in ifstat 1.1-8.1
has caused the Debian Bug report #817499,
regarding ifstat: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817499
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ifstat
Severity: important
Usertags: compat-4-removal

Hi,

The package ifstat uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: ifstat
Source-Version: 1.1-8.1

We believe that the bug you reported is fixed in the latest version of
ifstat, 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 817...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Frost  (supplier of updated ifstat 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, 24 Sep 2016 16:13:19 +0200
Source: ifstat
Binary: ifstat libifstat-dev
Architecture: source
Version: 1.1-8.1
Distribution: unstable
Urgency: medium
Maintainer: Goswin von Brederlow 
Changed-By: Tobias Frost 
Description:
 ifstat - InterFace STATistics Monitoring
 libifstat-dev - Ifstat Development Files
Closes: 817499
Changes:
 ifstat (1.1-8.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Bump d/compat to 9 (Closes: #817499)
Checksums-Sha1:
 f90767f7a4c9f31ae381a93f0376f379659b5223 1658 ifstat_1.1-8.1.dsc
 4b87e27b4215af9935c92e20c9fad579d5861774 6242 ifstat_1.1-8.1.diff.gz
Checksums-Sha256:
 7d0748b6fda1880bd5c6d7768fb6c5b6973c8a59c6d030855a2584901349254b 1658 
ifstat_1.1-8.1.dsc
 c02829892f3398c1e316494bb66f9e9f64a2d5c8b1c3decec3e90e9a05546b73 6242 
ifstat_1.1-8.1.diff.gz
Files:
 8b1d07f1682114ead81417c232e3aa0a 1658 net optional ifstat_1.1-8.1.dsc
 ab046ac950d05f15e8492d15cf7d7b8d 6242 net optional ifstat_1.1-8.1.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX5opfAAoJEJFk+h0XvV02WHUQALo6mDcsX2yIhISUIEDopDYi
pHB+SvKIACyF3uskIp+Eo4UENudY8NIk7+R7RkaMkEeV3ivFm6oNfI2grEJYdTrY
Gcnr9+ohSIkNUsOulYB1p9TvjZzEuILgMXIiewAu9KlrZKG14bjwPzGfJGlUVaVb
B9tDUkjvT8L5n02Xyz3p0VydQagqOL4D9Ro1zlYvS0sgXgSK9LUljLQ0/rVlpJrg
WvdwsgcqvwMeTGLa02SZnaJ27S4I7k1GwMpDEP/qxZlhLCQCs8dggChPrLczXYNM
0HaeCFdF+kQuQsM7b7wlFfH6mAW3Q4rXxTP//iSdJosOJNLtU697XZmI2B4aHZ2q
IopZa7QEIBNl3RDZ0DN3hkuBK4cE95sW66h4Njf5B7xfN+kKuSyJHI6MXxj5E4cQ
zMJpS6ymPxZuKa/7a7ADRaVHP1/dmU/lRp7wBRZ2kOAMbe3CmJjn+fA9DXaIbMOq
6+m/bnICZzVtRwgW/VyQrKsE0aDo3aaPOji5vSlnxFz0ln2JxrX2Wjob16zWpxUN
UviRn7aGIKlmZOpTBKP2uXKvhQDVrQh4dvzMGjxmeSulOikcyEwuIX1oLfTDA83v
QP4xFgVXgxXSQ6IEjNbEw9K5BOsc/+wVivd0drPzIt/cyqW6YR7syoSmKNZsm4Fx
sl1F8YrIKORVILnOhWiJ
=lR1x
-END PGP SIGNATURE End Message ---


Bug#834597: marked as done (kgb-bot: FTBFS in testing)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 16:57:34 +
with message-id 
and subject line Bug#834597: fixed in kgb-bot 1.34-1
has caused the Debian Bug report #834597,
regarding kgb-bot: FTBFS in testing
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.)


-- 
834597: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834597
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kgb-bot
Version: 1.33-2
Severity: serious

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_testdir -i
   dh_update_autotools_config -i
   dh_auto_configure -i
perl Build.PL --installdirs vendor
Base class package "Module::Build" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: privinc /etc/perl 
/usr/local/lib/x86_64-linux-gnu/perl/5.22.2 /usr/local/share/perl/5.22.2 
/usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 
/usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .).
 at privinc/My/Builder.pm line 6.
BEGIN failed--compilation aborted at privinc/My/Builder.pm line 6.
Compilation failed in require at Build.PL line 5.
BEGIN failed--compilation aborted at Build.PL line 5.
dh_auto_configure: perl Build.PL --installdirs vendor returned exit code 255
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2


I guess nobody tried to build this package in a long time, maybe
because it's "Arch: all", or maybe because it's blacklisted in the
reproducible builds setup:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kgb-bot.html

because of Bug #782079.

If you manage to make it build again, I would strongly recommend that
you upload it in source-only form, so that we get pretty official
build logs here:

https://buildd.debian.org/status/package.php?p=kgb-bot

Thanks.
--- End Message ---
--- Begin Message ---
Source: kgb-bot
Source-Version: 1.34-1

We believe that the bug you reported is fixed in the latest version of
kgb-bot, 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 834...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated kgb-bot 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, 26 Sep 2016 18:26:04 +0200
Source: kgb-bot
Binary: kgb-bot kgb-client
Architecture: source
Version: 1.34-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KGB Maintainers 
Changed-By: gregor herrmann 
Closes: 772747 772749 772750 782079 834597
Description: 
 kgb-bot- IRC collaboration bot
 kgb-client - client for KGB (IRC collaboration bot)
Changes:
 kgb-bot (1.34-1) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * kgb-client.conf(5): change example shortening service from Metamark to
 TinyURL, following the example of WWW::Shorten. Metamark is not
 accepting new URLs anymore.
 .
   [ Damyan Ivanov ]
   * also mention cgit in the web-link description
   * add a new script, kgb-ci-report. used to notify about CI failures
   * bump years of copyright
 .
   [ Pierre Schweitzer ]
   * kgb-client: use login name when the full user name is not available
 Closes: #772747
   * Remove ${{project/}} token from the example multi-line message
 configuration (already removed from the single-line configuration)
 Closes: #772749
   * Fix multiline message template
 Closes: #772750
 .
   [ Damyan Ivanov ]
   * TestBot:
 - when waiting for the PID file to appear, also see if it has any content
 - close the PID file after reading it
   * kgb-bot:
 - add the PID to the "Listening on ..." line in the log
 - rewrite the PID management code using OO interface of P

Bug#837330: marked as done (blktap-dkms: module FTBFS against Linux 4.7)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 16:52:19 +
with message-id 
and subject line Bug#837330: fixed in blktap-dkms 2.0.93-0.8
has caused the Debian Bug report #837330,
regarding blktap-dkms: module FTBFS against Linux 4.7
to be marked as done.

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

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


-- 
837330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: blktap-dkms
Version: 2.0.93-0.7
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

the kernel module fails to build against the latest kernel in sid:

DKMS make.log for blktap-2.0.93 for kernel 4.7.0-1-amd64 (x86_64)
Sat Sep 10 15:31:32 UTC 2016
make: Entering directory '/usr/src/linux-headers-4.7.0-1-amd64'
  CC [M]  /var/lib/dkms/blktap/2.0.93/build/device.o
  CC [M]  /var/lib/dkms/blktap/2.0.93/build/request.o
  CC [M]  /var/lib/dkms/blktap/2.0.93/build/ring.o
  CC [M]  /var/lib/dkms/blktap/2.0.93/build/control.o
  CC [M]  /var/lib/dkms/blktap/2.0.93/build/sysfs.o
In file included from /var/lib/dkms/blktap/2.0.93/build/linux-blktap.h:66:0,
 from /var/lib/dkms/blktap/2.0.93/build/blktap.h:33,
 from /var/lib/dkms/blktap/2.0.93/build/request.c:31:
/var/lib/dkms/blktap/2.0.93/build/linux-blktap.h:119:24: warning: variably 
modified 'pending' at file scope
sizeof(((struct blktap_sring *)0)->ring[0])))
^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:15:59: 
note: in definition of macro '__RD2'
 #define __RD2(_x)  (((_x) & 0x0002) ? 0x2 : ((_x) & 0x1))
   ^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:17:66: 
note: in expansion of macro '__RD4'
 #define __RD8(_x)  (((_x) & 0x00f0) ? __RD4((_x)>>4)<<4: __RD4(_x))
  ^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:18:66: 
note: in expansion of macro '__RD8'
 #define __RD16(_x) (((_x) & 0xff00) ? __RD8((_x)>>8)<<8: __RD8(_x))
  ^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:19:66: 
note: in expansion of macro '__RD16'
 #define __RD32(_x) (((_x) & 0x) ? __RD16((_x)>>16)<<16 : __RD16(_x))
  ^
/var/lib/dkms/blktap/2.0.93/build/linux-blktap.h:117:8: note: in expansion of 
macro '__RD32'
  ((int)__RD32((BLKTAP_PAGE_SIZE -\
^
/var/lib/dkms/blktap/2.0.93/build/blktap.h:77:41: note: in expansion of macro 
'BLKTAP_RING_SIZE'
  struct blktap_request *pending[BLKTAP_RING_SIZE];
 ^
In file included from /var/lib/dkms/blktap/2.0.93/build/linux-blktap.h:66:0,
 from /var/lib/dkms/blktap/2.0.93/build/blktap.h:33,
 from /var/lib/dkms/blktap/2.0.93/build/control.c:30:
/var/lib/dkms/blktap/2.0.93/build/linux-blktap.h:119:24: warning: variably 
modified 'pending' at file scope
sizeof(((struct blktap_sring *)0)->ring[0])))
^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:15:59: 
note: in definition of macro '__RD2'
 #define __RD2(_x)  (((_x) & 0x0002) ? 0x2 : ((_x) & 0x1))
   ^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:17:66: 
note: in expansion of macro '__RD4'
 #define __RD8(_x)  (((_x) & 0x00f0) ? __RD4((_x)>>4)<<4: __RD4(_x))
  ^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:18:66: 
note: in expansion of macro '__RD8'
 #define __RD16(_x) (((_x) & 0xff00) ? __RD8((_x)>>8)<<8: __RD8(_x))
  ^
/usr/src/linux-headers-4.7.0-1-common/include/xen/interface/io/ring.h:19:66: 
note: in expansion of macro '__RD16'
 #define __RD32(_x) (((_x) & 0x) ? __RD16((_x)>>16)<<16 : __RD16(_x))
  ^
/var/lib/dkms/blktap/2.0.93/build/linux-blktap.h:117:8: note: in expansion of 
macro '__RD32'
  ((int)__RD32((BLKTAP_PAGE_SIZE -\
^
/var/lib/dkms/blktap/2.0.93/build/blktap.h:77:41: note: in expansion of macro 
'BLKTAP_RING_SIZE'
  struct blktap_request *pending[BLKTAP_RING_SIZE];
 

Processed: unmerging 832077, reassign 836426 to gnome-boxes, severity of 832077 is normal ...

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

> unmerge 832077
Bug #832077 [libgtk-3-0] GTK+ 3.21 causes application redraw issues and 
warnings ("is drawn without a current allocation")
Bug #836426 [libgtk-3-0] GTK+ 3.21 causes application redraw issues and 
warnings ("is drawn without a current allocation")
Disconnected #832077 from all other report(s).
> reassign 836426 gnome-boxes
Bug #836426 [libgtk-3-0] GTK+ 3.21 causes application redraw issues and 
warnings ("is drawn without a current allocation")
Bug reassigned from package 'libgtk-3-0' to 'gnome-boxes'.
No longer marked as found in versions libgtk-3-0/3.21.5-3, emacs/46.1, 
gtk+3.0/3.21.5-1, and gtk+3.0/3.21.5-3.
Ignoring request to alter fixed versions of bug #836426 to the same values 
previously set
> severity 832077 normal
Bug #832077 [libgtk-3-0] GTK+ 3.21 causes application redraw issues and 
warnings ("is drawn without a current allocation")
Severity set to 'normal' from 'serious'
> retitle 832077 Silence Gtk warnings about widget allocation problems
Bug #832077 [libgtk-3-0] GTK+ 3.21 causes application redraw issues and 
warnings ("is drawn without a current allocation")
Changed Bug title to 'Silence Gtk warnings about widget allocation problems' 
from 'GTK+ 3.21 causes application redraw issues and warnings ("is drawn 
without a current allocation")'.
> thanks
Stopping processing here.

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



Processed: your mail

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

> tag 838531 unreproducible
Bug #838531 [src:nose2] nose2: FTBFS in testing (failing tests)
Added tag(s) unreproducible.
>
End of message, stopping processing here.

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



Bug#836664: wsjtx: diff for NMU version 1.1.r3496-3.1

2016-09-26 Thread Mattia Rizzolo
Control: tags 836664 + pending

Dear maintainer,

I've prepared an NMU for wsjtx (versioned as 1.1.r3496-3.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diff -Nru wsjtx-1.1.r3496/debian/changelog wsjtx-1.1.r3496/debian/changelog
--- wsjtx-1.1.r3496/debian/changelog	2013-09-09 18:19:22.0 +
+++ wsjtx-1.1.r3496/debian/changelog	2016-09-26 15:33:49.0 +
@@ -1,3 +1,15 @@
+wsjtx (1.1.r3496-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch so that the build system can make use of exported buildflags
+  * Bump compat level to 9, so that dh exports dpkg-buildflags in the env by
+itself.
+  * Use DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie instead of using
+hardening-wrapper.  Closes: #836664
+  * Remove a bunch of useless comments from d/rules.
+
+ -- Mattia Rizzolo   Mon, 26 Sep 2016 15:33:49 +
+
 wsjtx (1.1.r3496-3) unstable; urgency=low
 
   * remove -mno-stack-arg-probe from lib/Makefile.linux CFLAGS
diff -Nru wsjtx-1.1.r3496/debian/compat wsjtx-1.1.r3496/debian/compat
--- wsjtx-1.1.r3496/debian/compat	2013-05-29 01:16:36.0 +
+++ wsjtx-1.1.r3496/debian/compat	2016-09-26 15:22:49.0 +
@@ -1 +1 @@
-8
+9
diff -Nru wsjtx-1.1.r3496/debian/control wsjtx-1.1.r3496/debian/control
--- wsjtx-1.1.r3496/debian/control	2013-09-03 22:45:49.0 +
+++ wsjtx-1.1.r3496/debian/control	2016-09-26 15:22:57.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Hams group 
 Uploaders: John T. Nogatch , Kamal Mostafa 
-Build-Depends: debhelper (>= 8.0.0), qt4-dev-tools, qt4-qmake, libqt4-dev, gfortran, hardening-wrapper, libfftw3-dev, libhamlib-dev, libqwt5-qt4-dev, libsamplerate0-dev, portaudio19-dev (>= 19+svn2021-1~) 
+Build-Depends: debhelper (>= 9), qt4-dev-tools, qt4-qmake, libqt4-dev, gfortran, libfftw3-dev, libhamlib-dev, libqwt5-qt4-dev, libsamplerate0-dev, portaudio19-dev (>= 19+svn2021-1~)
 Standards-Version: 3.9.4
 Homepage: http://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html
 #Vcs-Git: git://git.debian.org/collab-maint/wsjt.git
diff -Nru wsjtx-1.1.r3496/debian/patches/dpkg-buildflags.patch wsjtx-1.1.r3496/debian/patches/dpkg-buildflags.patch
--- wsjtx-1.1.r3496/debian/patches/dpkg-buildflags.patch	1970-01-01 00:00:00.0 +
+++ wsjtx-1.1.r3496/debian/patches/dpkg-buildflags.patch	2016-09-26 15:30:10.0 +
@@ -0,0 +1,29 @@
+Description: repspects CFLAGS, FFLAGS and LDFLAGS from the environment
+ This makes the build system to use the flags exported by dpkg-buildflags
+ including hardening ones.
+Author: Mattia Rizzolo 
+Last-Updated: 2016-09-26
+Forwarded: no
+
+--- a/lib/Makefile.linux
 b/lib/Makefile.linux
+@@ -1,8 +1,8 @@
+ CC = gcc
+ FC = gfortran
+ 
+-FFLAGS = -O2 -fbounds-check -Wall -Wno-conversion -fno-second-underscore
+-CFLAGS = -I. -fbounds-check
++FFLAGS := -O2 -fbounds-check -Wall -Wno-conversion -fno-second-underscore $(FFLAGS)
++CFLAGS := -I. -fbounds-check $(CFLAGS)
+ 
+ # Default rules
+ %.o: %.c
+@@ -44,7 +44,7 @@
+ OBJS2 = jt9.o jt9a.o jt9b.o jt9c.o
+ 
+ jt9: 	$(OBJS2) libjt9.a 
+-	g++ -o jt9 $(OBJS2) libjt9.a -lfftw3f -lgfortran -lQtCore
++	g++ -o jt9 $(OBJS2) libjt9.a $(LDFLAGS) -lfftw3f -lgfortran -lQtCore
+ 	cp jt9 ../wsjtx_install
+ 
+ OBJS3 = jt9sim.o 
diff -Nru wsjtx-1.1.r3496/debian/patches/series wsjtx-1.1.r3496/debian/patches/series
--- wsjtx-1.1.r3496/debian/patches/series	2013-09-09 18:13:38.0 +
+++ wsjtx-1.1.r3496/debian/patches/series	2016-09-26 15:14:37.0 +
@@ -3,3 +3,4 @@
 man_page.patch
 wsjtx_install.patch
 mno-stack-arg-probe.patch
+dpkg-bui

Processed: wsjtx: diff for NMU version 1.1.r3496-3.1

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags 836664 + pending
Bug #836664 [wsjtx] wsjtx: please drop the build dependency on hardening-wrapper
Added tag(s) pending.

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



Bug#838531: nose2: FTBFS in testing (failing tests)

2016-09-26 Thread Barry Warsaw
On Sep 24, 2016, at 03:47 PM, Chris Lamb wrote:

>> nose2: FTBFS in testing (failing tests)
>
>This is somewhat mind-bending to debug:
>
>   AssertionError: Regex didn't match:
>  'FAILED \\(failures=5, errors=1, skipped=1\\)' not found in
>  […] FAILED (failures=1, errors=1, skipped=1)\n'
>
>ie. the wrong tests in a set of tests for a testcase in a testing utility
>are passing when they should be failing, and it's not even clear which of
>them should be failing.

Hi, I can't seem to reproduce this on unstable.  Both dpkg-buildpackage -A and
sbuild work just fine, as does autopkgtest in an unstable chroot.

However, the reproducible build problem is a real issue; I'm about to upload
0.6.5-2 which will fix this.  Once that's pushed to git or uploaded, could you
please try again?



Processed: rtpproxy: diff for NMU version 1.2.1-2.2

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags 741660 + pending
Bug #741660 [rtpproxy] Use autotools-dev to update config.{sub,guess} for new 
ports
Ignoring request to alter tags of bug #741660 to the same tags previously set
> tags 765250 + patch
Bug #765250 [src:rtpproxy] rtpproxy: run dh-autoreconf to update for new 
architectures
Ignoring request to alter tags of bug #765250 to the same tags previously set
> tags 765250 + pending
Bug #765250 [src:rtpproxy] rtpproxy: run dh-autoreconf to update for new 
architectures
Ignoring request to alter tags of bug #765250 to the same tags previously set
> tags 836652 + pending
Bug #836652 [rtpproxy] rtpproxy: please drop the build dependency on 
hardening-wrapper
Ignoring request to alter tags of bug #836652 to the same tags previously set

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



Processed: rtpproxy: diff for NMU version 1.2.1-2.2

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags 741660 + pending
Bug #741660 [rtpproxy] Use autotools-dev to update config.{sub,guess} for new 
ports
Ignoring request to alter tags of bug #741660 to the same tags previously set
> tags 765250 + patch
Bug #765250 [src:rtpproxy] rtpproxy: run dh-autoreconf to update for new 
architectures
Ignoring request to alter tags of bug #765250 to the same tags previously set
> tags 765250 + pending
Bug #765250 [src:rtpproxy] rtpproxy: run dh-autoreconf to update for new 
architectures
Ignoring request to alter tags of bug #765250 to the same tags previously set
> tags 836652 + pending
Bug #836652 [rtpproxy] rtpproxy: please drop the build dependency on 
hardening-wrapper
Ignoring request to alter tags of bug #836652 to the same tags previously set

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



Bug#836652: rtpproxy: diff for NMU version 1.2.1-2.2

2016-09-26 Thread Mattia Rizzolo
Control: tags 741660 + pending
Control: tags 765250 + patch
Control: tags 765250 + pending
Control: tags 836652 + pending

Dear maintainer,

I've prepared an NMU for rtpproxy (versioned as 1.2.1-2.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diff -Nru rtpproxy-1.2.1/debian/changelog rtpproxy-1.2.1/debian/changelog
--- rtpproxy-1.2.1/debian/changelog	2015-01-12 18:25:43.0 +
+++ rtpproxy-1.2.1/debian/changelog	2016-09-26 15:00:22.0 +
@@ -1,3 +1,18 @@
+rtpproxy (1.2.1-2.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump debhelper compat level to 10:
++ This means automatic dh-autoreconf.  Closes: #765250
++ This also means automatic config.{sub,guess} update.  Closes: #741660
++ Also drop build-dependencies on dh-autoreconf and all autotools, they are
+  implied by debhelper >= 10
+  * Stop using hardening-wrapper and instead make use of dpkg-buildflags with
+DEB_BUILD_MAINT_OPTIONS = hardening=+all
+Closes: 836652
+  * Bump Standards-Version to 3.9.8, no changes needed.
+
+ -- Mattia Rizzolo   Mon, 26 Sep 2016 15:00:22 +
+
 rtpproxy (1.2.1-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru rtpproxy-1.2.1/debian/compat rtpproxy-1.2.1/debian/compat
--- rtpproxy-1.2.1/debian/compat	2014-02-16 03:57:22.0 +
+++ rtpproxy-1.2.1/debian/compat	2016-09-26 14:55:55.0 +
@@ -1 +1 @@
-9
+10
diff -Nru rtpproxy-1.2.1/debian/control rtpproxy-1.2.1/debian/control
--- rtpproxy-1.2.1/debian/control	2014-02-16 03:57:22.0 +
+++ rtpproxy-1.2.1/debian/control	2016-09-26 15:00:22.0 +
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian VoIP Team 
 Uploaders: Mark Purcell , Kilian Krause 
-Build-Depends: hardening-wrapper, debhelper (>= 9), autotools-dev, autoconf, automake, xsltproc, docbook-xsl, docbook-xml
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 10), xsltproc, docbook-xsl, docbook-xml
+Standards-Version: 3.9.8
 Homepage: http://www.rtpproxy.org
 Vcs-Svn: svn://anonscm.debian.org/pkg-voip/rtpproxy/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/rtpproxy/
diff -Nru rtpproxy-1.2.1/debian/rules rtpproxy-1.2.1/debian/rules
--- rtpproxy-1.2.1/debian/rules	2014-02-16 03:57:22.0 +
+++ rtpproxy-1.2.1/debian/rules	2016-09-26 15:00:18.0 +
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@


signature.asc
Description: PGP signature


Processed: rtpproxy: diff for NMU version 1.2.1-2.2

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags 741660 + pending
Bug #741660 [rtpproxy] Use autotools-dev to update config.{sub,guess} for new 
ports
Added tag(s) pending.
> tags 765250 + patch
Bug #765250 [src:rtpproxy] rtpproxy: run dh-autoreconf to update for new 
architectures
Added tag(s) patch.
> tags 765250 + pending
Bug #765250 [src:rtpproxy] rtpproxy: run dh-autoreconf to update for new 
architectures
Added tag(s) pending.
> tags 836652 + pending
Bug #836652 [rtpproxy] rtpproxy: please drop the build dependency on 
hardening-wrapper
Added tag(s) pending.

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



Bug#837745: xml-core: Makes packages to FTBFS with 'Unexpected debhelper version format'

2016-09-26 Thread Santiago Vila
On Mon, Sep 26, 2016 at 03:00:47PM +0200, gregor herrmann wrote:

> Idea 1: remove this whole check; debhelper >= 9.20120909 is already
> satisfied in oldstable, so this doesn't serve any purpose any more.

I think this is the best thing to do. No need to find the "right fix"
for something which is not even a problem anymore. Trivial patch
attached, but I have not actually tested it.

Thanks.
--- a/debhelper/dh_installxmlcatalogs
+++ b/debhelper/dh_installxmlcatalogs
@@ -110,11 +110,6 @@ use strict;
 use Debian::Debhelper::Dh_Lib;
 use Debian::Debhelper::Dh_Version;
 
-$Debian::Debhelper::Dh_Version::version =~ /^(\d+)\.(\d+)/
-   or error("Unexpected debhelper version format");
-# For the "sub" argument to autoscript:
-$1 > 9 or ($1 == 9 and $2 >= '20120909') or error('debhelper 9.20120909 or 
later required');
-
 ## --
 my $xmlcorever = "0.12";
 


Bug#811826: marked as done (enigma: FTBFS with GCC 6: no match for)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 13:35:09 +
with message-id 
and subject line Bug#811826: fixed in enigma 1.20-dfsg.1-2.1
has caused the Debian Bug report #811826,
regarding enigma: FTBFS with GCC 6: no match for
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.)


-- 
811826: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811826
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: enigma
Version: 1.20-dfsg.1-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -DENABLE_ASSERT -O2 -ffast-math 
> -fomit-frame-pointer -DCXXLUA -DSYSTEM_DATA_DIR=\"/usr/share/games/enigma\" 
> -DDOCDIR=\"/usr/share/doc/enigma-doc\" -DLOCALEDIR=\"/usr/share/locale\" 
> -I../lib-src/lua -I../lib-src/enigma-core -I../lib-src/enet/include 
> -I../lib-src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o Proxy.o 
> `test -f 'lev/Proxy.cc' || echo './'`lev/Proxy.cc
> In file included from ./enigma.hh:30:0,
>  from ./lev/Proxy.hh:22,
>  from lev/Proxy.cc:19:
> ./file.hh:118:22: warning: 'template class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>  std::auto_ptr &isptr) const;
>   ^~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>  from ./file.hh:28,
>  from ./enigma.hh:30,
>  from ./lev/Proxy.hh:22,
>  from lev/Proxy.cc:19:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>template class auto_ptr;
> ^~~~
> 
> In file included from ./enigma.hh:30:0,
>  from ./lev/Proxy.hh:22,
>  from lev/Proxy.cc:19:
> ./file.hh:167:14: warning: 'template class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>  std::auto_ptr &isresult);
>   ^~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>  from ./file.hh:28,
>  from ./enigma.hh:30,
>  from ./lev/Proxy.hh:22,
>  from lev/Proxy.cc:19:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>template class auto_ptr;
> ^~~~
> 
> lev/Proxy.cc: In member function 'virtual enigma::lev::Proxy* 
> enigma::lev::Proxy::copy(std::__cxx11::string, std::__cxx11::string, bool)':
> lev/Proxy.cc:397:14: warning: 'template class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>  std::auto_ptr isptr;
>   ^~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>  from ./file.hh:28,
>  from ./enigma.hh:30,
>  from ./lev/Proxy.hh:22,
>  from lev/Proxy.cc:19:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>template class auto_ptr;
> ^~~~
> 
> lev/Proxy.cc: In member function 'void enigma::lev::Proxy::load(bool, bool)':
> lev/Proxy.cc:496:14: warning: 'template class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>  std::auto_ptr isptr;
>   ^~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>  from ./file.hh:28,
>  from ./enigma.hh:30,
>  from ./lev/Proxy.hh:22,
>  from lev/Proxy.cc:19:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>template class auto_ptr;
> ^~~~
> 
> lev/Proxy.cc:653:22: warning: 'template class std::auto_ptr' is 
> deprecated [-Wdeprecated-declarations]
>  std::auto_ptr domInputLevelSource ( new 
> Wrapper4InputSource(
>   ^~~~
> 
> In file included from /usr/include/c++/6/memory:81:0,
>  from ./file.hh:28,
>  from ./enigma.hh:30,
>  from ./lev/Proxy.hh:22,
>  from lev/Proxy.cc:19:
> /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
>template class auto_ptr;
> 

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

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 13:25:21 +
with message-id 
and subject line Bug#838821: Removed package(s) from unstable
has caused the Debian Bug report #736042,
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.)


-- 
736042: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736042
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: radiance
Version: 4R1+20120125-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 ---
Version: 4R1+20120125-1.1+rm

Dear submitter,

as the package radiance 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/838821

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


Bug#811930: marked as done (ncap: FTBFS with GCC 6: defined but not used)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 13:20:16 +
with message-id 
and subject line Bug#811930: fixed in ncap 1.9.2-2.2
has caused the Debian Bug report #811930,
regarding ncap: FTBFS with GCC 6: defined but not used
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.)


-- 
811930: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811930
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ncap
Version: 1.9.2-2.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-unused-const-variable

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -Wall -Werror -Wunused -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings 
> -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes -Wbad-function-cast 
> -Wbad-function-cast -Wformat-nonliteral -Wextra -Wswitch-enum  -g -O2 
> -pthread -c -o libncap_la-ncap_create.lo `test -f 'ncap_create.c' || echo 
> './'`ncap_create.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Werror -Wunused -Wshadow 
> -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs 
> -Wmissing-noreturn -Wmissing-prototypes -Wbad-function-cast 
> -Wbad-function-cast -Wformat-nonliteral -Wextra -Wswitch-enum -g -O2 -pthread 
> -c ncap_create.c  -fPIC -DPIC -o .libs/libncap_la-ncap_create.o
> ncap_create.c:8:19: error: 'copyright' defined but not used 
> [-Werror=unused-const-variable]
>  static const char copyright[] =
>^
> 
> ncap_create.c:7:19: error: 'rcsid' defined but not used 
> [-Werror=unused-const-variable]
>  static const char rcsid[] = "$Id$";
>^
> 
> cc1: all warnings being treated as errors
> Makefile:654: recipe for target 'libncap_la-ncap_create.lo' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: ncap
Source-Version: 1.9.2-2.2

We believe that the bug you reported is fixed in the latest version of
ncap, 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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs  (supplier of updated ncap 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, 26 Sep 2016 14:55:39 +0200
Source: ncap
Binary: libncap44 libncap-dev ncaptool python-ncap
Architecture: source
Version: 1.9.2-2.2
Distribution: unstable
Urgency: medium
Maintainer: Robert S. Edmonds 
Changed-By: Graham Inggs 
Description:
 libncap-dev - static library and header files for libncap
 libncap44  - network capture library
 ncaptool   - network capture tool
 python-ncap - Python bindings for libncap
Closes: 811930
Changes:
 ncap (1.9.2-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 6. (Closes: #811930)
Checksums-Sha1:
 fe03df91bcab68167d4976efe19fe0fa0da440c8 1912 ncap_1.9.2-2.2.dsc
 088b3bcda01bf7daa0ff72f2e33bdd29ca70d9d9 4364 ncap_1.9.2-2.2.diff.gz
Checksums-Sha256:
 315c4ce23dd01ee712535fff24a088ac8f92b4bae8517cdea23fd61aba06edf0 1912 
ncap_1.9.2-2.2.dsc
 8d6c8dacf8b288f042ffd5fc9ef57ed03534ffcde60ffbcfa5c4e87a8c7ec297 4364 
ncap_1.9.2-2.2.diff.gz
Files:
 0a3bab6bd8a7221c921c6367f14acae6 1912 net optional ncap_1.9.2-2.2.dsc
 d40bd45944b00fd921287e299a72248b 4364 net optional ncap_1.9.2-2.2.diff.gz

-BEGIN PGP SIGNATURE-

iQIvBAEBCAAZBQJX6R4jEhxnaW5nZ3NAZGViaWFuLm9yZwAKCRCvz+yOZpzhwoNQ
D/4mcJk1keggePoZjHjj47aBPbRJMGfccb5sUO9gN2eU6D+2dx9l7BL9dJwdpn35
mOdSzq0w5xKL3gMHGlXEB0RyIWTR1wo7aCTTOPmRxj3ZV6NEvKmmoJbVlPgTUgbn
PmgEy2rwBHYOrac56JWgEtKVoBQMIp0kMh3jRU9v/VTmmHQ9TwUJqmGeFaqudvyO
vyh8uS6PaCOWwzIHkf4PNVvHe+X+Dlnti1MjOJLbKfHx8aA3BInG8PAaVT6ClGxs
B+I

Bug#759232: marked as done (gtktrain: FTBFS - Makefile:206: *** missing separator)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 13:14:42 +
with message-id 
and subject line Bug#836471: Removed package(s) from unstable
has caused the Debian Bug report #759232,
regarding gtktrain: FTBFS - Makefile:206: *** missing separator
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.)


-- 
759232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gtktrain
Version: 0.9b-13
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.

[...]
Making all in intl
make[3]: Entering directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-gtktrain/gtktrain-0.9b/intl'
Makefile:206: *** missing separator (did you mean TAB instead of 8 spaces?).  
Stop.
make[3]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-gtktrain/gtktrain-0.9b/intl'
Makefile:287: recipe for target 'all-recursive' failed

make has become stricter, and this is likely solved by actually following the
advice, i.e., replace tabs.

The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.

Best,
Michael


gtktrain-build-log.txt.gz
Description: application/gunzip


pgpS1a7LJltRo.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.9b-13.1+rm

Dear submitter,

as the package gtktrain 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/836471

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


Bug#811800: fityk: FTBFS with GCC 6: error: reference is ambiguous

2016-09-26 Thread Graham Inggs

Control: tags -1 patch


Hi Maintainer

The attached patch fixes the FTBFS with GCC 6.

Regards
Graham

Description: Fix FTBFS with GCC 6
Forwarded: no
Bug-Debian: https://bugs.debian.org/811800
Author: Graham Inggs 
Last-Update: 2016-09-26
--- a/fityk/guess.cpp
+++ b/fityk/guess.cpp
@@ -20,9 +20,9 @@
 
 namespace fityk {
 
-const array Guess::linear_traits =
+const boost::array Guess::linear_traits =
 {{ "slope", "intercept", "avgy" }};
-const array Guess::peak_traits =
+const boost::array Guess::peak_traits =
 {{ "center", "height", "hwhm", "area" }};
 
 Guess::Guess(Settings const *settings) : settings_(settings)
@@ -105,7 +105,7 @@
 
 // outputs vector with: center, height, hwhm, area
 // returns values corresponding to peak_traits
-array Guess::estimate_peak_parameters()
+boost::array Guess::estimate_peak_parameters()
 {
 // find the highest point, which must be higher than the previous point
 // and not lower than the next one (-> it cannot be the first/last point)
@@ -132,11 +132,11 @@
 double center = xx_[pos];
 double area;
 double hwhm = find_hwhm(pos, &area) * settings_->width_correction;
-array r = {{ center, height, hwhm, area }};
+boost::array r = {{ center, height, hwhm, area }};
 return r;
 }
 
-array Guess::estimate_linear_parameters()
+boost::array Guess::estimate_linear_parameters()
 {
 double sx = 0, sy = 0, sxx = 0, /*syy = 0,*/ sxy = 0;
 int n = yy_.size();
@@ -152,7 +152,7 @@
 double slope = (n * sxy - sx * sy) / (n * sxx - sx * sx);
 double intercept = (sy - slope * sx) / n;
 double avgy = sy / n;
-array r = {{ slope, intercept, avgy }};
+boost::array r = {{ slope, intercept, avgy }};
 return r;
 }
 
--- a/wxgui/frame.cpp
+++ b/wxgui/frame.cpp
@@ -1028,7 +1028,7 @@
 return;
 }
 try {
-shared_ptr d =
+std::tr1::shared_ptr d =
 xylib::cached_load_file(f, "", "");
 if (d->get_block_count() > 1) {
 wxArrayString choices;


Processed: fityk: FTBFS with GCC 6: error: reference is ambiguous

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #811800 [fityk] fityk: FTBFS with GCC 6: error: reference is ambiguous
Added tag(s) patch.

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



Bug#817557: marked as done (libtrain: Removal of debhelper compat 4)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 13:13:16 +
with message-id 
and subject line Bug#836470: Removed package(s) from unstable
has caused the Debian Bug report #817557,
regarding libtrain: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817557
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtrain
Severity: important
Usertags: compat-4-removal

Hi,

The package libtrain uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Version: 0.9b-11+rm

Dear submitter,

as the package libtrain 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/836470

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


Bug#837745: xml-core: Makes packages to FTBFS with 'Unexpected debhelper version format'

2016-09-26 Thread gregor herrmann
On Fri, 23 Sep 2016 12:29:57 +0200, Santiago Vila wrote:

> The regexp quoted by Sven is used in this way:
> 
> $1 > 9 or ($1 == 9 and $2 >= '20120909') or error('debhelper 9.20120909 or 
> later required');
> 
> So what is really required here is to check that this is true:
> 
> $Debian::Debhelper::Dh_Version::version >= "9.20120909"
> 
> in the dpkg-version sense, but surely there is already a perl module
> to compare Debian version numbers "the right way"...

Idea 0 (which will probably happen anyway): change the debhelper
version back to x.y*

Idea 1: remove this whole check; debhelper >= 9.20120909 is already
satisfied in oldstable, so this doesn't serve any purpose any more.

Idea 2: For a real check, I'd probably try to start with checking out
Dpkg::Version in libdpkg-perl.

And since I was curious, I tried it out and it seems to work:

% perl -MDpkg::Version -E '$given=10; 
$required=Dpkg::Version->new("9.20120909"); say "satisfied" if $given >= 
$required;'
satisfied

Or:

% perl -MDpkg::Version -E '$given=10; $required="9.20120909"; say "satisfied" 
if version_compare($given, $required)>=0;'
satisfied

Or:

% perl -MDpkg::Version -E '$given=10; $required="9.20120909"; say "satisfied" 
if version_compare_relation($given, REL_GE, $required);'
satisfied


Cheers,
gregor

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #61:  not approved by the FCC 



Bug#811826: enigma: FTBFS with GCC 6: no match for

2016-09-26 Thread Markus Koschany
On 26.09.2016 01:45, Erich Schubert wrote:
> Thank you.
> I did not get around to update engima yet, unfortunately. I was hoping
> to do this this weekend, but I don't have a lot of time anymore.
> There is also a newer upstream, 1.21, that should eventually be used.
> 
> Feel free to move the upload to non-delayed.

Hi,

I've just canceled the upload to delayed 2 and uploaded enigma directly.

Cheers,

Markus




signature.asc
Description: OpenPGP digital signature


Bug#817739: marked as done (xtell: Removal of debhelper compat 4)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 12:35:05 +
with message-id 
and subject line Bug#817739: fixed in xtell 2.10.7+nmu1
has caused the Debian Bug report #817739,
regarding xtell: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817739
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xtell
Severity: important
Usertags: compat-4-removal

Hi,

The package xtell uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: xtell
Source-Version: 2.10.7+nmu1

We believe that the bug you reported is fixed in the latest version of
xtell, 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 817...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Frost  (supplier of updated xtell 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, 24 Sep 2016 14:03:35 +0200
Source: xtell
Binary: xtell
Architecture: source
Version: 2.10.7+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Radovan Garabík 
Changed-By: Tobias Frost 
Description:
 xtell  - Simple messaging client and server, sort of networked write
Closes: 817739
Changes:
 xtell (2.10.7+nmu1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Bump d/compat to level 9 (Closes: #817739)
   * Add ${misc:Depends} to binary package
Checksums-Sha1:
 42867e3c41a98f83395daf402ba139f522be85cf 1417 xtell_2.10.7+nmu1.dsc
 2f3a37da503513a5bcbdf2ac7d9560b826850f84 36153 xtell_2.10.7+nmu1.tar.gz
Checksums-Sha256:
 9a77e25dfc3e9c7722031f9dce5bf73c8b6d8caade7f3f94241639e2232fbba3 1417 
xtell_2.10.7+nmu1.dsc
 0d649fe321f3e7c3ec494d34f7aa4171e7f841ea0d756be96b0c1b2e81c3dce8 36153 
xtell_2.10.7+nmu1.tar.gz
Files:
 b6516b0738ae6cf87fe3c0c4fdcbb4c4 1417 net optional xtell_2.10.7+nmu1.dsc
 4fabc03b4153bc5edcd253ceb090a1d2 36153 net optional xtell_2.10.7+nmu1.tar.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX5muhAAoJEJFk+h0XvV026akP/2oPucw0+XhEXWoJtu47rYik
p5zVPAxdlVQb4GNKCXblY3PcuCG399ykxSeUaWAd6h/PHgtD6HVIK3dZBTr4ty7J
llEmUciCgyOAauJ2imfX4WoyEKYgSeKA4FbID2rzaX9T7Psoho4bRzo3aGhoT7nm
HAFkg+HaehwzT9VbeG6juvAa+AR4zxZdkhCEC8qLpB7PqfypoWTvHJRQY5js5OrI
B3SktIXhRlcSqWRVT9AOIdXO72W/B8nLKyfSH46UCu78wIUPRgSuXteA27OBdxJF
HyFtwIjtiNXqy/tDd9JRyYtMmj1NZCjehvlXBk7ReLDoRju/z2xpYDdm81MvUID6
dYZMwTnjbVgslpSSqH1uAuJgaFRRT4ObsC0eIarimpBxIwl3t9FykZkzHvbHcCw9
ah9TiXGAtiVmw6ijAG98WntKvSW5wE695DiiqXrHgGUkSn+dL/i1JwQhWXqYk4zr
0NjsabwtZaUL1Gl6Rer4vHEZG5k0a2fJule+J22U6r187bEQn7f/NF+x/5SEoLsq
YJhGEfgmSiKnfRDIh9ozWqC9mKwFBIw40eOu507UIw7RReULlkvetujvT9R/HT0Z
/wksToLTRzeGPClTDGc9rY+59xUwYTdomgXyfndeSYg+Gl99UztHwUkBQA2BPwto
v1Zq7F0S4Vso/Sk8pqwZ
=dvkI
-END PGP SIGNATURE End Message ---


Processed: fixed 836335 in 1.11.0+dfsg1-3

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

> fixed 836335 1.11.0+dfsg1-3
Bug #836335 {Done: Sylvestre Ledru } [src:rustc] lldb 
dependency cannot be satisfied on all archs
Marked as fixed in versions rustc/1.11.0+dfsg1-3.
> thanks
Stopping processing here.

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



Bug#838665: /usr/lib/python3/dist-packages/speechd_config/config.py: runs argparse on Python module import

2016-09-26 Thread Sebastian Humenda
Hi

I'll provide a patch to upstream shortly and attach it here as well, so that it
is fixed both upstream and downstream.

Sebastian


signature.asc
Description: PGP signature


Processed: Bug is not reproducible anymore

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + unreproducible
Bug #831175 [src:python-casacore] python-casacore: FTBFS with GCC 6: 
dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13
Added tag(s) unreproducible.

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



Bug#831175: Bug is not reproducible anymore

2016-09-26 Thread Ole Streicher
Control: tags -1 + unreproducible

I cannot reproduce this anymore; also the just-uploaded new version
(with minor changes not affecting the build) builds fine. The cause of
the FTBFS is probably not in the package itself, but in the "casacore"
dependency, which was not built with gcc-6 at the time of the bug
report. I fixed this (and also some other problems) in the casacore package.

If there are no more build problems on x86_64, I would close this bug in
the next days.

Cheers

Ole



Bug#817747: marked as done (zivot: Removal of debhelper compat 4)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 12:04:36 +
with message-id 
and subject line Bug#817747: fixed in zivot 20013101-3.1
has caused the Debian Bug report #817747,
regarding zivot: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zivot
Severity: important
Usertags: compat-4-removal

Hi,

The package zivot uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: zivot
Source-Version: 20013101-3.1

We believe that the bug you reported is fixed in the latest version of
zivot, 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 817...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Frost  (supplier of updated zivot 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, 24 Sep 2016 13:43:02 +0200
Source: zivot
Binary: zivot
Architecture: source
Version: 20013101-3.1
Distribution: unstable
Urgency: medium
Maintainer: Radovan Garabík 
Changed-By: Tobias Frost 
Description:
 zivot  - the game of life, simple console version
Closes: 817747
Changes:
 zivot (20013101-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Bump d/compat to level 9 (Closes: #817747)
   * Add ${misc:Depends} to binary package
Checksums-Sha1:
 289aefb52712eaf3dfff9659e35b90ccd7dc4796 1631 zivot_20013101-3.1.dsc
 ef975b07cb406937966f82ec7c4df1c438159166 2445 zivot_20013101-3.1.diff.gz
Checksums-Sha256:
 8593116348d00ebff29b132b9cb3408ac1600c239b184b99b4af8213a23c01b9 1631 
zivot_20013101-3.1.dsc
 b7b2881d53957fda063f7310d3b4bf243618756dd24d48c4104bd2d67d0cd5a1 2445 
zivot_20013101-3.1.diff.gz
Files:
 3c37bdf85915af1e706e5fd91f5d3aeb 1631 games optional zivot_20013101-3.1.dsc
 9c71ad55ec26d4500cacc669aaa1092e 2445 games optional zivot_20013101-3.1.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX5mgQAAoJEJFk+h0XvV02R5MP+wdNcrmit1nmRU7bc4VbeGvZ
X8whjtegW/GROoIYjNLVX/71cbqBn2hvhBPe1lLEPznlAuZaxXGNr3zOw5jLHxZh
gauCEDlgtU4BNHblcaun5CtuNwx3Al6bqWcXF2GTOaZB7KfrDzVzyKs9lDJruOO1
jGmtEXZ1GVkN4BipSVXwFfwse2KqtXpv8oqlaOesgheWEfZAo52/XNRemyYKTIgD
/WXzncL80cwgrhDs7ZWxIOJlpCdjv7ztznlhoMdOIbb6YRHY3bjoKE9LhckJ0Hgh
W0A16/KyUMXEpKhbEGg5ONpAE0UyDCU4ygJdjgN+ULN3TYavvZTAIYbxW3PpMpzi
aigUFc+4My3ycmB30zW8au7bJgstWEOfV8rnI45xPqW+06yACfu5Imk/2r9y5kXY
yi2UfPoLAzuGtT8SI5CbVVQEiwJ9YhZQtgONrbg6iKQN/+VUkElv8STqLgOn+FV/
eM0Qqnn8Dylqo8b1q33Q4xgvCmuBXKPQEPHksYuvQWOtW3oAPdofFCRHTJ2dYXbq
rB+kZSotEK3EM/bR55IMwIr88Fq59gMouSdTRUP/lBnX+M4QrzZjexnQm5fiFGJj
w7ONHs+9JirXNQNoVvyaytALhqu1EFNJXcD7AN7G8uKHC4kV+Q8ld8V8W1kd4WMT
jLP0hqsjpuGh5cHotbOv
=PJNS
-END PGP SIGNATURE End Message ---


Processed: Correct version information for #735097

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

> notfound 735097 3.8.4-3
Bug #735097 [empathy] empathy: Empathy 3.8 kfreebsd-amd64 can't open window 
conversation
No longer marked as found in versions empathy/3.8.4-3.
> found 735097 3.8.4-1
Bug #735097 [empathy] empathy: Empathy 3.8 kfreebsd-amd64 can't open window 
conversation
Marked as found in versions empathy/3.8.4-1.
> thanks
Stopping processing here.

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



Bug#755876: marked as done (buzztard-bsl: not installable in sid)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 13:34:18 +0300
with message-id <20160926103418.zbkfofzlxuhyv...@bunk.spdns.de>
and subject line buzztard-bsl has been removed from unstable in 2015
has caused the Debian Bug report #755876,
regarding buzztard-bsl: not installable in sid
to be marked as done.

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

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


-- 
755876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755876
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: buzztard-bsl
Version: 0.6.0-1
Severity: grave
User: trei...@debian.org
Usertags: edos-uninstallable
Tags: sid

Hi, buzztard-bsl is no longer installable in sid on any architecture since
2014-05-21. The reason is that it depends on buzztard, which doesn't exist
in sid (but does exist in wheezy).

-Ralf.
--- End Message ---
--- Begin Message ---
buzztard-bsl has been removed from unstable in 2015.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#838838: marked as done (postgresql-9.5_9.5.4-1+b1_mipsel.changes REJECTED)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 10:28:32 +
with message-id 
and subject line Bug#838838: fixed in postgresql-9.5 9.5.4-2
has caused the Debian Bug report #838838,
regarding postgresql-9.5_9.5.4-1+b1_mipsel.changes REJECTED
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.)


-- 
838838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postgresql-9.5
Version: 9.5.4-1
Severity: serious

The package has been binNMUed and the resulting package has been
rejected by dak:

On 2016-09-25 11:49, Debian FTP Masters wrote:
> Version check failed:
> Your upload included the binary package libpq5, version 9.5.4-1+b1, for 
> mipsel,
> however testing already has version 9.6~rc1-1.
> Uploads to unstable must have a higher version than present in testing.
> 
> ===
> 
> Please feel free to respond to this email if you don't understand why
> your files were rejected, or if you upload new files which address our
> concerns.

It seems that libpq5 is now provided by postgresql-9.6. Therefore
postgresql-9.5 should stop building it.

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net
--- End Message ---
--- Begin Message ---
Source: postgresql-9.5
Source-Version: 9.5.4-2

We believe that the bug you reported is fixed in the latest version of
postgresql-9.5, 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 838...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg  (supplier of updated postgresql-9.5 
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, 26 Sep 2016 10:46:21 +0200
Source: postgresql-9.5
Binary: postgresql-9.5 postgresql-9.5-dbg postgresql-client-9.5 
postgresql-server-dev-9.5 postgresql-doc-9.5 postgresql-contrib-9.5 
postgresql-plperl-9.5 postgresql-plpython-9.5 postgresql-plpython3-9.5 
postgresql-pltcl-9.5
Architecture: source
Version: 9.5.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Christoph Berg 
Description:
 postgresql-9.5 - object-relational SQL database, version 9.5 server
 postgresql-9.5-dbg - debug symbols for postgresql-9.5
 postgresql-client-9.5 - front-end programs for PostgreSQL 9.5
 postgresql-contrib-9.5 - additional facilities for PostgreSQL
 postgresql-doc-9.5 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.5 - PL/Perl procedural language for PostgreSQL 9.5
 postgresql-plpython-9.5 - PL/Python procedural language for PostgreSQL 9.5
 postgresql-plpython3-9.5 - PL/Python 3 procedural language for PostgreSQL 9.5
 postgresql-pltcl-9.5 - PL/Tcl procedural language for PostgreSQL 9.5
 postgresql-server-dev-9.5 - development files for PostgreSQL 9.5 server-side 
programming
Closes: 836647 838838
Changes:
 postgresql-9.5 (9.5.4-2) unstable; urgency=medium
 .
   * Team upload.
   * Stop building the lib packages, they are provided by postgresql-9.6.
 Closes: #838838
   * Remove hardening-wrapper alternative build-dependency. Closes: #836647.
Checksums-Sha1:
 af9b27a315f504077209305caa048846b53a323b 3283 postgresql-9.5_9.5.4-2.dsc
 389282e7452f39f61b3b1d04020d4634ec58de1f 21964 
postgresql-9.5_9.5.4-2.debian.tar.xz
Checksums-Sha256:
 6c03ac5230d680b48ea4040839a188ab94c6de9993aa3ef17fdbf5735665ca27 3283 
postgresql-9.5_9.5.4-2.dsc
 aff6d4483e6bb502cf0540d165c2e199f9320589e8313d9358c87dab5e2aa5e9 21964 
postgresql-9.5_9.5.4-2.debian.tar.xz
Files:
 25e76f15966e462a11d93b2e2a4d5adf 3283 database optional 
postgresql-9.5_9.5.4-2.dsc
 3a84d1e3ff34bfd1b47aea6909d7f702 21964 database optional 
postgresql-9.5_9.5.4-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJX6OalAAoJEExaa6sS0qeuYv4P/2Wk74q6MAJuOzV7S+UlRq9a
z6CsX+APYpQKrVjP7g9+0QQoVq3pprPR0Av9qc0YosSaEZLBXlVElLBZ5g1hz8AJ
YZfBDKSasa3AvYeEUukLZm+1xkbUA1k4cfNW5lWHHVwmvQ3YDqeF2Z6LkKbI/Q+f
bW6cjtQGvH8Nq+pCrFcJ95imsXwA52WCCN8d68w/YE/LXQ55BINjnxQ46/1y+D7P
AgaRPVxyG5OojRNWl3ORNwa614npeTYRHD3ELLhvorACWOxeC/3rgCJQjWLqGIlh
S9QBVYj++oLNfEj29nOSy/tha8WHE8buswA0CVg/2kJxJkAEylqUmJ+7KHszzM7D
O

Bug#836647: marked as done (postgresql-9.5: please drop the build dependency on hardening-wrapper)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 10:28:32 +
with message-id 
and subject line Bug#836647: fixed in postgresql-9.5 9.5.4-2
has caused the Debian Bug report #836647,
regarding postgresql-9.5: please drop the build dependency on hardening-wrapper
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.)


-- 
836647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: postgresql-9.5
Version: 9.5.4-1
Severity: important
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: hardening-wrapper

This package builds using the hardening-wrapper package, which
is now replaced by dpkg-dev's DEB_BUILD_MAINT_OPTIONS settings.

Please consider dropping the build dependency of hardening-wrapper
and use the DEB_BUILD_MAINT_OPTIONS settings.

The goal is to remove hardening-wrapper for the stretch release.
Discussion about the removal is tracked in https://bugs.debian.org/836162

The severity of this report is likely to be raised before the release,
so that the hardening-wrapper package can be removed for the release.
--- End Message ---
--- Begin Message ---
Source: postgresql-9.5
Source-Version: 9.5.4-2

We believe that the bug you reported is fixed in the latest version of
postgresql-9.5, 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 836...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg  (supplier of updated postgresql-9.5 
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, 26 Sep 2016 10:46:21 +0200
Source: postgresql-9.5
Binary: postgresql-9.5 postgresql-9.5-dbg postgresql-client-9.5 
postgresql-server-dev-9.5 postgresql-doc-9.5 postgresql-contrib-9.5 
postgresql-plperl-9.5 postgresql-plpython-9.5 postgresql-plpython3-9.5 
postgresql-pltcl-9.5
Architecture: source
Version: 9.5.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Christoph Berg 
Description:
 postgresql-9.5 - object-relational SQL database, version 9.5 server
 postgresql-9.5-dbg - debug symbols for postgresql-9.5
 postgresql-client-9.5 - front-end programs for PostgreSQL 9.5
 postgresql-contrib-9.5 - additional facilities for PostgreSQL
 postgresql-doc-9.5 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.5 - PL/Perl procedural language for PostgreSQL 9.5
 postgresql-plpython-9.5 - PL/Python procedural language for PostgreSQL 9.5
 postgresql-plpython3-9.5 - PL/Python 3 procedural language for PostgreSQL 9.5
 postgresql-pltcl-9.5 - PL/Tcl procedural language for PostgreSQL 9.5
 postgresql-server-dev-9.5 - development files for PostgreSQL 9.5 server-side 
programming
Closes: 836647 838838
Changes:
 postgresql-9.5 (9.5.4-2) unstable; urgency=medium
 .
   * Team upload.
   * Stop building the lib packages, they are provided by postgresql-9.6.
 Closes: #838838
   * Remove hardening-wrapper alternative build-dependency. Closes: #836647.
Checksums-Sha1:
 af9b27a315f504077209305caa048846b53a323b 3283 postgresql-9.5_9.5.4-2.dsc
 389282e7452f39f61b3b1d04020d4634ec58de1f 21964 
postgresql-9.5_9.5.4-2.debian.tar.xz
Checksums-Sha256:
 6c03ac5230d680b48ea4040839a188ab94c6de9993aa3ef17fdbf5735665ca27 3283 
postgresql-9.5_9.5.4-2.dsc
 aff6d4483e6bb502cf0540d165c2e199f9320589e8313d9358c87dab5e2aa5e9 21964 
postgresql-9.5_9.5.4-2.debian.tar.xz
Files:
 25e76f15966e462a11d93b2e2a4d5adf 3283 database optional 
postgresql-9.5_9.5.4-2.dsc
 3a84d1e3ff34bfd1b47aea6909d7f702 21964 database optional 
postgresql-9.5_9.5.4-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJX6OalAAoJEExaa6sS0qeuYv4P/2Wk74q6MAJuOzV7S+UlRq9a
z6CsX+APYpQKrVjP7g9+0QQoVq3pprPR0Av9qc0YosSaEZLBXlVElLBZ5g1hz8AJ
YZfBDKSasa3AvYeEUukLZm+1xkbUA1k4cfNW5lWHHVwmvQ3YDqeF2Z6LkKbI/Q+f
bW6cjtQGvH8Nq+pCrFcJ95imsXwA52WCCN8d68w/YE/LXQ55BINjnxQ46/1y+D7P
AgaRPVxyG5OojRNWl3ORNwa614npeTYRHD3ELLhvorACWOxeC/3rgCJQjWLqGIlh
S9QBVYj++oLNfEj29nOSy/tha8WHE8buswA0CVg/2kJxJkAEylqUmJ+7KHszzM7D
O+g/lkYKj5Lo8N9MdMxAmgvQiGVbcss/ulmsKbD1fqE40byOWTKnwSVEOqjhDxPH
HxHvLpVziME4g93rgVL1mYnZwdlBFGigukSxRMA+u9oJYwJDQkXLGdppMkL6673N
3iqjduZ8s

Bug#833655: marked as done (metar: NOAA changed server weather.noaa.gov to tgftp.nws.noaa.gov (metar.h in source))

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 10:27:27 +
with message-id 
and subject line Bug#833655: fixed in metar 20061030.1-2.2
has caused the Debian Bug report #833655,
regarding metar: NOAA changed server weather.noaa.gov to tgftp.nws.noaa.gov 
(metar.h in source)
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.)


-- 
833655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833655
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: metar
Version: 20061030.1-2
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***


NOAA changed server weather.noaa.gov to tgftp.nws.noaa.gov (metar.h in source)
package is not working with old server



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


-- System Information:
Distributor ID: Raspbian
Description:Raspbian GNU/Linux 8.0 (jessie)
Release:8.0
Codename:   jessie
Architecture: armv7l

Kernel: Linux 4.4.16-v7+ (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages metar depends on:
ii  libc62.19-18+deb8u4
ii  libcurl3-gnutls  7.38.0-4+deb8u4

metar recommends no packages.

metar suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: metar
Source-Version: 20061030.1-2.2

We believe that the bug you reported is fixed in the latest version of
metar, 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 833...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Lange  (supplier of updated metar 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, 22 Aug 2016 16:25:57 +0200
Source: metar
Binary: metar
Architecture: source amd64
Version: 20061030.1-2.2
Distribution: unstable
Urgency: medium
Maintainer: Kees Leune 
Changed-By: Daniel Lange 
Description:
 metar  - utility to download/decode METAR reports
Closes: 833655
Changes:
 metar (20061030.1-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Import patch for new METAR URL from Kees Leune. Closes: #833655
Checksums-Sha1:
 442ab54f7ac8a7e1bef54cd6fc8919320f247c95 1673 metar_20061030.1-2.2.dsc
 4bb50acdefe624be1e8d49dc938c95a9ca28f159 3032 
metar_20061030.1-2.2.debian.tar.xz
 12fe780e78da519bbfdb04d7b814d7698a1d4896 21896 
metar-dbgsym_20061030.1-2.2_amd64.deb
 e8e3a253dd06737a9b30680bb54098d4e807003c 16620 metar_20061030.1-2.2_amd64.deb
Checksums-Sha256:
 11ac92040b42cc82c595ae567bdd4f5fc15c332d3aae1fa35521469060a4245e 1673 
metar_20061030.1-2.2.dsc
 1917c0ead9b61c2156b7549baa68c4387317a7c4b0a4cb17c1770fb4230a13ac 3032 
metar_20061030.1-2.2.debian.tar.xz
 918221f3e96e59007c644bdeb3f0bad923346381c9b134bc6a6ad4200fd3fa26 21896 
metar-dbgsym_20061030.1-2.2_amd64.deb
 ec69ed88d682f7dbd1c4a6f8820fb42ef6e12ef1e8ada9ad8f409d6212f28d52 16620 
metar_20061030.1-2.2_amd64.deb
Files:
 b7e6e68ce2b5bbb3bb0e31a754c09db9 1673 utils optional metar_20061030.1-2.2.dsc
 a135bb2f0e8ac623ab5fd0904ec7a4e0 3032 utils optional 
metar_20061030.1-2.2.debian.tar.xz
 93445bdd8e4ffa9e5a1320d702258bcc 21896 debug extra 
metar-dbgsym_20061030.1-2.2_amd64.deb
 6005cd3b804005605732fb5587aa42f7 16620 utils optional 
metar_20061030.1-2.2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX6OEOAAoJED9JDeuHHvn6FaEQAJMEv06exoZbQqiVXJ7TTL7G
2MWOg069jGKHDKVC8CP6oKKDekPI22uwIFr8Zb0tWFhDo3C7dxgLBbuY1i/+0oV5
SbYXoAHOXTvmJhkkIfQkQMITi6y0m/LVW8U60rNQzunQMqrtyfrAbwncnxEq9l0w
q0tVcdGi8acsxEmIRm8NMjjIicpoh+RG3y6Dvq/OW4JnUxwxX+f6xG/SfTXpqL01
dfYJQ9AhsgvSH5WEyiwVeXdCIpu7JHV4FBbs44izM4UMTsmMbbMvdp5X56HfNLYg
IbukYEFPpa5AQYa71VAH0yGAM61B9o5ul+fPOtMywX+UZHggAw5ft4NCFGAws3Qh
gjU65lWqAMlGo1MInxdlNb7bzUB7aPmywrgi00038gSudz/CFM1h38VJgUnmksy7
CbFwAq2s/kOs9Wfk44Y4g6PKwJniBs94PYMrTkphEOElkjCvpAhW714Yiqs5wCRL
ZaA27S6L9UVJPPp8N5mGegiAnUsjG86NUl6kHx8tyx5MYz9rDN3wW+HVlRRwATXh
UEcexadXkupExVm2+TTc0qEVYM8frHZ+LG7L/FDn6hudjWALM83YFLuLGWURiGT1
AlwOdJ6JmD/GI8Abut6g9Gp8QvHkL535XrCjNNs8Fk+hvWgJ2qeXDOOxhxsEWZCI
TDJaWDI+dXxMCQr94m9M
=cB+u
-END PGP SIGNATURE End Message ---


Bug#838904: mdk-doc has disappeared

2016-09-26 Thread Andreas Beckmann
Package: mdk-doc
Version: 1.2.9-2
Severity: serious

Hi,

mdk-doc is in non-free and therefore not autobuilt by default. So your
last upload is missing the binary package. You either need to get it
whitelisted for autobuilding [1] or continue doing source+binary
uploads. And now it probably needs to pass binary-NEW again ...

[1] 
https://www.debian.org/doc/manuals/developers-reference/pkgs.html#non-free-buildd


Andreas



Bug#817592: myspell: Removal of debhelper compat 4

2016-09-26 Thread Rene Engelhard
Hi,

On Mon, Sep 26, 2016 at 11:02:33AM +0100, Chris Lamb wrote:
> > If people really rely on this oboslete software they should adopt it.
> > But: I believe myspell should be removed. It actually should have been
> > *years* ago.
> 
> This is not obvious from the outside, so from my perspective I was fixing
> an outstanding RC bug at a BSP. In that context, I do not believe what I
> did was a waste of time.

Yeah, sure, you can't know.

See e.g. 
https://packages.qa.debian.org/m/myspell/news/20070527T151507Z.html

> If you feel it should be RM'd, please file such a bug :)

Tried that a few years ago already, which ended up in the above -
not going to play this game again..

(I hoped testing autoremoval would kick in, but apparently there's some
(key?) dictionary packages needing it so it didn't happen.)

Regards,

Rene



Bug#817592: myspell: Removal of debhelper compat 4

2016-09-26 Thread Chris Lamb
Rene Engelhard wrote:

> If people really rely on this oboslete software they should adopt it.
> But: I believe myspell should be removed. It actually should have been
> *years* ago.

This is not obvious from the outside, so from my perspective I was fixing
an outstanding RC bug at a BSP. In that context, I do not believe what I
did was a waste of time.

If you feel it should be RM'd, please file such a bug :)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#743057: FTBFS, testsuite failure

2016-09-26 Thread Adrian Bunk
Control: reassign 743057 buzztrax 0.10.2-3
Control: retitle 743057 buzztrax needs Build-Depends on or Build-Conflict with 
check
Control: clone 743057 -1
Control: retitle -1 buzztrax: libgudev-1.0-dev build dependency should be 
linux-any
Control: severity -1 important
thanks


On Sun, Mar 30, 2014 at 04:25:00PM +0100, Steven Chamberlain wrote:
> Package: buzztard
> Version: 0.6.0-1.1
> Severity: serious
> User: debian-...@lists.debian.org
> Usertags: kfreebsd
> 
> Hi,

Hi Steven,

both issues you reported are still present in the renamed successor 
buzztrax, and I am moving them there as separate bugs.

> buzztard currently does not build on kfreebsd-* because the gudev
> dependency in debian/control should be linux-any:
> | libgudev-1.0-dev [linux-any]
> 
> After that, there is a problem which might not be kfreebsd-* specific,
> a problem during the testsuite:
> 
> | libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src/lib/core 
> -I../src/lib/ic -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" 
> -DTESTSONGDIR=\"/home/steven/buzztard-0.6.0/tests/songs\" 
> -DG_LOG_DOMAIN=\"buzztard-check\" -pthread -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/libxml2 
> -I/usr/include/gstreamer-0.10 -pthread -I/usr/include/gconf/2 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-kfreebsd-gnu/dbus-1.0/include 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include 
> -pthread -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/gstreamer-0.10 
> -I/usr/include/libxml2 -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/libxml2 
> -pthread -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-kfreebsd-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
> -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/pixman-1 
> -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz 
> -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 
> -I/usr/include/libart-2.0 -march=native -D__SSE__ -D__MMX__ 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -Wall -c bt-test-settings.c -o 
> bt-test-settings.o >/dev/null 2>&1
> | gst-launch-0.10 -q audiotestsrc num-buffers=10 ! wavenc ! filesink 
> location=/tmp/test.wav
> | ERROR: pipeline could not be constructed: no element "audiotestsrc".
>...

Your suspicion that this might not be not kfreebsd specific is correct.

You seem to have the check package installed on your system, and when 
configure detects the presence of check it builds and runs additional
tests.

Running these tests needs more GStreamer plugins at build time.

The options to fix this are:
- (preferred) add a build dependency on check and on all packages
  required for successfully running these tests, or
- Build-Conflicts: check

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Processed: Re: FTBFS, testsuite failure

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> reassign 743057 buzztrax 0.10.2-3
Bug #743057 [buzztard] FTBFS, testsuite failure
Bug reassigned from package 'buzztard' to 'buzztrax'.
No longer marked as found in versions buzztard/0.6.0-1.1.
Ignoring request to alter fixed versions of bug #743057 to the same values 
previously set
Bug #743057 [buzztrax] FTBFS, testsuite failure
Marked as found in versions buzztrax/0.10.2-3.
> retitle 743057 buzztrax needs Build-Depends on or Build-Conflict with check
Bug #743057 [buzztrax] FTBFS, testsuite failure
Changed Bug title to 'buzztrax needs Build-Depends on or Build-Conflict with 
check' from 'FTBFS, testsuite failure'.
> clone 743057 -1
Bug #743057 [buzztrax] buzztrax needs Build-Depends on or Build-Conflict with 
check
Bug 743057 cloned as bug 838901
> retitle -1 buzztrax: libgudev-1.0-dev build dependency should be linux-any
Bug #838901 [buzztrax] buzztrax needs Build-Depends on or Build-Conflict with 
check
Changed Bug title to 'buzztrax: libgudev-1.0-dev build dependency should be 
linux-any' from 'buzztrax needs Build-Depends on or Build-Conflict with check'.
> severity -1 important
Bug #838901 [buzztrax] buzztrax: libgudev-1.0-dev build dependency should be 
linux-any
Severity set to 'important' from 'serious'

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



Processed: affects

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

> affects 837618 src:docbook-mathml
Bug #837618 [xml-core] xml-core: Makes some packages to FTBFS with 
'dh_installxmlcatalogs: Unexpected debhelper version format'
Bug #837620 [xml-core] xml-core: Makes some packages to FTBFS with 
'dh_installxmlcatalogs: Unexpected debhelper version format'
Bug #837745 [xml-core] xml-core: Makes some packages to FTBFS with 
'dh_installxmlcatalogs: Unexpected debhelper version format'
Added indication that 837618 affects src:docbook-mathml
Added indication that 837620 affects src:docbook-mathml
Added indication that 837745 affects src:docbook-mathml
>
End of message, stopping processing here.

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



Bug#801046: marked as done (fatal: Out of memory, malloc failed (tried to allocate 524288000 bytes))

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 12:16:37 +0300
with message-id <20160926091637.c7fg2xrvcurd4...@bunk.spdns.de>
and subject line Closing - fixed in jessie and later
has caused the Debian Bug report #801046,
regarding fatal: Out of memory, malloc failed (tried to allocate 524288000 
bytes)
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.)


-- 
801046: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801046
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: git
Version: 1:1.7.10.4-1+wheezy1
Severity: grave
Tags: patch

Current version of git for wheeze and squeeze are unusable, does not
work as normal user
for make it work user must know the root password and swicht, sudo
does not work!

some related 
https://bitbucket.org/site/master/issues/4174/clone-pull-on-shared-hosting-with-limited

some sites offers some solutions:
http://stackoverflow.com/questions/8855317/git-push-out-of-memory-malloc-failed
but its on the server remote side, users does not manage servers will clone!

a example of problem behavior (and then a proposed solution and some
notes, see below):

intranet@sysmail00:~/Devel$ git clone
https://gitlab.com/mckaygerhard/simplecontrolasistencia.git
Cloning into 'simplecontrolasistencia'...
Username for 'https://gitlab.com': mckaygerhard
Password for 'https://mckaygerh...@gitlab.com':
fatal: Out of memory, malloc failed (tried to allocate 524288000 bytes)
fatal: Not a git repository: '/home/intranet/Devel/simplecontrolasistencia/.git'

But some sites said around a solutions, mention that change system values:
https://github.com/gitlabhq/gitlabhq/issues/3882#issuecomment-40053598
the following two comments seems solves the problem, but a consecuence
may happened
as :http://www.ericlin.me/git-broken-pipe-out-of-memory-error mentin
that if the buffer
does not return to normal value other problems may happened

So as the current git packages in squeeze and wheeze (including
backports) can be patched
to defaults to that values, the secnd proble are a consecuence around
up the value of buffer
lest see how now works for the configured values:

intranet@sysmail00:~/devel$ fatal: Not a git repository:
'/home/intranet/devel/simplecontrolasistencia/.git'
git clone https://gitlab.comgit config --global pack.threads 1
intranet@sysmail00:~/devel$ git config --global
core.packedGitWindowSize 157286400
intranet@sysmail00:~/devel$ git config --global core.packedGitLimit 157286400
intranet@sysmail00:~/devel$ git config --global core.windowMemory 157286400
intranet@sysmail00:~/devel$ git config --global pack.packSizeLimit 157286400
intranet@sysmail00:~/devel$ git config --global pack.deltaCacheSize 157286400
intranet@sysmail00:~/devel$ git config --global pack.windowMemory 157286400
intranet@sysmail00:~/devel$ git config --global http.postBuffer 157286400
intranet@sysmail00:~/devel$ git clone
https://gitlab.com/mckaygerhard/simplecontrolasistencia.git
Cloning into 'simplecontrolasistencia'...
Username for 'https://gitlab.com': mckaygerhard
Password for 'https://mckaygerh...@gitlab.com':
remote: Counting objects: 957, done.
remote: Compressing objects: 100% (606/606), done.
remote: Total 957 (delta 341), reused 907 (delta 321)
Receiving objects: 100% (957/957), 6.14 MiB | 37.00 KiB/s, done.
Resolving deltas: 100% (341/341), done.
Checking connectivity... done.
intranet@sysmail00:~/devel$


IF THE VALUES ARE NOT REESTABLISHED THIS HAPPENED:

git-remote-https(52011,0x7fff7011acc0) malloc: ***
mmap(size=18446744071938875392) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
git-remote-https(52011,0x7fff7011acc0) malloc: ***
mmap(size=18446744071938875392) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
fatal: Out of memory, malloc failed (tried to allocate
18446744071938872320 bytes)

NOTE THAT IF YOU MADE THIS AS ROOT THE CLONE WILL WORK! WITH ANY VALUES!

intranet@sysmail00:~/Devel$ su
Contraseña:
root@sysmail00:~/devel$ git config --global http.postBuffer 5242880
root@sysmail00:/home/intranet/devel# git clone
https://gitlab.com/mckaygerhard/simplecontrolasistencia.git
Cloning into 'simplecontrolasistencia'...
Username for 'https://gitlab.com': mckaygerhard
Password for 'https://mckaygerh...@gitlab.com':
remote: Counting objects: 957, done.
remote: Compressing objects: 100% (606/606), done.

In this case the total amount of retrieve data are not calculated
(6,14 Mb), but as normal user yes!.

-- System Information:
Debian Release: 7.7
  APT prefers stable-updates
  APT policy: (5

Bug#746522: marked as done (Uses deprecated HAL on non-Linux)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 12:18:48 +0300
with message-id <20160926091848.gerpfmqmevfim...@bunk.spdns.de>
and subject line Closing buzztard bugs not in buzztrax
has caused the Debian Bug report #746522,
regarding Uses deprecated HAL on non-Linux
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.)


-- 
746522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: buzztard
Version: 0.6.0-1.1
Severity: serious
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy


Hi,

HAL has been deprecated and dead upstream for many years now so I'm
going to request its removal from Debian [1].

Your package build with HAL support on non-Linux plattforms.

Please disable HAL support on those plattforms.


Regards,
Michael

[1] http://wiki.debian.org/HALRemoval



-- 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 ---
These bugs were reported against buzztard, which was removed from Debian.

The successor (rename) buzztrax is now in Debian, and they are already 
fixed there.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#838900: varnish: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2016-09-26 Thread Santiago Vila
Package: src:varnish
Version: 5.0.0-2
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh build-indep
   dh_testdir -i
   dh_update_autotools_config -i
   dh_autoreconf -i
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'

[... snipped ...]

../../bin/varnishhist/varnishhist --synopsis > include/varnishhist_synopsis.rst
../../bin/varnishstat/varnishstat --options > include/varnishstat_options.rst
../../bin/varnishstat/varnishstat --synopsis > include/varnishstat_synopsis.rst
../../lib/libvarnishapi/vsl2rst > include/vsl-tags.rst
test -d reference || mkdir reference
cp ../../lib/libvmod_std/vmod_std.rst reference/vmod_std.generated.rst
cp ../../lib/libvmod_directors/vmod_directors.rst 
reference/vmod_directors.generated.rst
make  all-am
make[5]: Entering directory '/<>/doc/sphinx'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/<>/doc/sphinx'
make[4]: Leaving directory '/<>/doc/sphinx'
make[4]: Entering directory '/<>/doc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<>/doc'
make[3]: Leaving directory '/<>/doc'
Making all in man
make[3]: Entering directory '/<>/man'
rst2man --halt=2 ../doc/sphinx/reference/vsl.rst vsl.7
rst2man --halt=2 ../doc/sphinx/reference/varnishd.rst varnishd.1
rst2man --halt=2 ../doc/sphinx/reference/varnishhist.rst varnishhist.1
rst2man --halt=2 ../doc/sphinx/reference/varnishlog.rst varnishlog.1
rst2man --halt=2 ../doc/sphinx/reference/varnishncsa.rst varnishncsa.1
rst2man --halt=2 ../doc/sphinx/reference/varnishstat.rst varnishstat.1
rst2man --halt=2 ../doc/sphinx/reference/varnishtop.rst varnishtop.1
rst2man --halt=2 ../lib/libvmod_directors/vmod_directors.man.rst 
vmod_directors.3
rst2man --halt=2 ../lib/libvmod_std/vmod_std.man.rst vmod_std.3
make[3]: Leaving directory '/<>/man'
make[3]: Entering directory '/<>'
make[3]: Leaving directory '/<>'
make[2]: Leaving directory '/<>'
make[1]: Leaving directory '/<>'
 fakeroot debian/rules binary-indep
dh binary-indep
   dh_testroot -i
   dh_prep -i
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<>'
dh_auto_install -a
dh_auto_install: No packages to build.
install -d debian/tmp/etc/varnish
install -T -m 0644 etc/example.vcl debian/tmp/etc/varnish/default.vcl
find /<>/debian/ -name \*.la -delete
find /<>/debian -name \*.a -delete
rm -v debian/tmp/usr/share/doc/varnish/builtin.vcl
rm: cannot remove 'debian/tmp/usr/share/doc/varnish/builtin.vcl': No such file 
or directory
debian/rules:56: recipe for target 'override_dh_auto_install' failed
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory '/<>'
debian/rules:44: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2


This is in fact the same build failure that happens here:

https://buildd.debian.org/status/package.php?p=varnish

[ I'm surprised that britney still allows packages to propagate to testing
  in this state. ]

Thanks.



Bug#838885: [gnome-shell-extensions] gnome-shell-extension-prefs: empty preferences window

2016-09-26 Thread Michael Biebl
Control: reassign -1 gnome-shell 3.22.0-1

Am 26.09.2016 um 06:12 schrieb Đặng Duy Sơn:
> Package: gnome-shell-extensions
> Version: 3.22.0-1
> Severity: normal
> 
> --- Please enter the report below this line. ---
> After upgrade gnome-shell-extensions from 3.21.92-1 to 3.22.0-1,
> gnome-shell-extension-prefs not working anymore. It only show an empty
> window, without any button or title bar, for any extension preferences.
> 
> ~ gnome-shell-extension-prefs service-syst...@abteil.org
> 
> (gnome-shell-extension-prefs:17010): Gjs-WARNING **: JS ERROR: Error: No
> property propagate_natural_width on this GObject GtkScrolledWindow


gnome-shell-extension-prefs is shipped by gnome-shell, so re-assigning
to the correct package.
The dependency on newer gtk was added in commit
695bfb96160033be55cfb5ac41c121998f98c328.
Marking the version accordingly.

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



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#838885: [gnome-shell-extensions] gnome-shell-extension-prefs: empty preferences window

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 gnome-shell 3.22.0-1
Bug #838885 [gnome-shell-extensions] [gnome-shell-extensions] 
gnome-shell-extension-prefs: empty preferences window
Bug reassigned from package 'gnome-shell-extensions' to 'gnome-shell'.
No longer marked as found in versions gnome-shell-extensions/3.22.0-1.
Ignoring request to alter fixed versions of bug #838885 to the same values 
previously set
Bug #838885 [gnome-shell] [gnome-shell-extensions] gnome-shell-extension-prefs: 
empty preferences window
Marked as found in versions gnome-shell/3.22.0-1.

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



Processed: Re: Bug#838885: [gnome-shell-extensions] gnome-shell-extension-prefs: empty preferences window

2016-09-26 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 serious
Bug #838885 [gnome-shell-extensions] [gnome-shell-extensions] 
gnome-shell-extension-prefs: empty preferences window
Severity set to 'serious' from 'normal'

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



Bug#831174: gcc-avr: diff for NMU version 1:4.9.2+Atmel3.5.0-1.1

2016-09-26 Thread Sebastian Ramacher
On 2016-09-25 20:10:47, Hakan Ardo wrote:
> I'm releaseing my version now, which I suppose cancels the NMU?

Thanks, great. Yes, this will cause the NMU to be rejected.

Cheers

> On Sun, Sep 25, 2016 at 12:36 PM, Sebastian Ramacher 
> wrote:
> 
> > On 2016-09-25 10:40:34, Hakan Ardo wrote:
> > > Thanx. I've got a version on the way that instead applies this upstream
> > fix
> > > for gcc 6 compatibility:
> > >
> > > https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=
> > ec1cc0263f156f70693a62cf17b254a0029f4852
> > >
> > > I would prefer to go with thatone unless you have strong reasons for your
> > > approach?
> >
> > No, not all. Just let me know if you prefer if I'd delay it longer or
> > cancel it
> > altogether.
> >
> > Cheers
> >
> > >
> > > On Sat, Sep 24, 2016 at 11:43 PM, Sebastian Ramacher <
> > sramac...@debian.org>
> > > wrote:
> > >
> > > > Control: tags 831174 + patch
> > > > Control: tags 831174 + pending
> > > >
> > > > Dear maintainer,
> > > >
> > > > I've prepared an NMU for gcc-avr (versioned as 1:4.9.2+Atmel3.5.0-1.1)
> > and
> > > > uploaded it to DELAYED/2. Please feel free to tell me if I
> > > > should delay it longer.
> > > >
> > > > Regards.
> > > >
> > > > --
> > > > Sebastian Ramacher
> > > >
> > >
> > >
> > >
> > > --
> > > Håkan Ardö
> >
> > --
> > Sebastian Ramacher
> >
> 
> 
> 
> -- 
> Håkan Ardö

-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Bug#788513: aufs-tools: FTBFS: linux/aufs_type.h: No such file or directory

2016-09-26 Thread Jan Luca Naumann
Hey.

there is already another bug about this topic:
https://bugs.debian.org/838632

I already started to prepare a upload to fix this issue.

Best regards,
Jan

> Hey.
>
> Is it really necessary that the userland tools binary package depends
> on the kernel driver package?
>
> That seems to be rather uncommon among similar packages...
>
> Cheers,
> Chris.



Bug#836618: marked as done (ccd2iso: please drop the build dependency on hardening-wrapper)

2016-09-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Sep 2016 10:24:03 +0200
with message-id <20160926082403.ga30...@inutil.org>
and subject line Re: Bug#836618: ccd2iso: please drop the build dependency on 
hardening-wrapper
has caused the Debian Bug report #836618,
regarding ccd2iso: please drop the build dependency on hardening-wrapper
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.)


-- 
836618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ccd2iso
Version: 0.3-4
Severity: important
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: hardening-wrapper

This package builds using the hardening-wrapper package, which
is now replaced by dpkg-dev's DEB_BUILD_MAINT_OPTIONS settings.

Please consider dropping the build dependency of hardening-wrapper
and use the DEB_BUILD_MAINT_OPTIONS settings.

The goal is to remove hardening-wrapper for the stretch release.
Discussion about the removal is tracked in https://bugs.debian.org/836162

The severity of this report is likely to be raised before the release,
so that the hardening-wrapper package can be removed for the release.
--- End Message ---
--- Begin Message ---
Version: 0.3-5

On Wed, Sep 07, 2016 at 07:31:26PM -0700, Asheesh Laroia wrote:
> Thanks. Will do.

Fixed in latest upload.--- End Message ---


Bug#817592: myspell: Removal of debhelper compat 4

2016-09-26 Thread Rene Engelhard
On Sun, Sep 25, 2016 at 04:31:08PM +0100, Chris Lamb wrote:
> tags 817592 + pending patch
> thanks
> 
> I've uploaded myspell 3.0+pre3.1-24.2 to DELAYED/5:
>   
>   myspell (1:3.0+pre3.1-24.2) unstable; urgency=medium
>   
> * Non-maintainer upload.
> * Move to debhelper compat level 9. (Closes: #817592)
> 
> The full debdiff is attached.

I believe this is a waste of time.
I didn't touch it for a reason even though the fix was easy.

If people really rely on this oboslete software they should adopt it.
But: I believe myspell should be removed. It actually should have been
*years* ago.

The same tools here are in hunspell-tools.
(except
/usr/bin/i2myspell
/usr/bin/is2my-spell.pl)

But I won't oppose the NMU...

Regards,

Rene



  1   2   >