Bug#866194: etcd service fails to start on ppc64le architecture when installing etcd
Package: etcd Version: 3.1.8+dfsg-1 Severity: serious Justification: 4 Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** Service fails to start while installing etcd package I tried installing the etcd package and service of the package failed to start on ppc64le. Expected: Service should be up and running -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: ppc64el (ppc64le) Kernel: Linux 4.9.0-3-powerpc64le (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages etcd depends on: ii etcd-client 3.1.8+dfsg-1 ih etcd-server 3.1.8+dfsg-1 etcd recommends no packages. etcd suggests no packages. -- no debconf information
Bug#866188: snappy 1.1.4 upstream tarball broken on armhf
Hi Steve, On Wed, Jun 28, 2017 at 6:23 AM, Steve Langasek wrote: > The snappy 1.1.4 release tarball as distributed by upstream does not match > its git tag; it contains an additional patch of unclear origin which is > broken on armhf (as confirmed on harris.d.o). Ouch! May you know any public QA tool that may be capable of Git tag and tarball equality check? Say, an uscan extension? > Attached is a patch, which I've applied in Ubuntu, to address both of these > issues. I have also written to upstream about the issue of the wrong > tarball. Thanks, please ping me if you get any answer. I may think they have an open source release and an internal version of Snappy and that file leaked accidentally. > It might be more appropriate to address the missing 'make check' issue by > instead migrating debian/rules to pure dh(1), but I would leave that to you > as maintainer to decide. For the moment I'll stick to the current, old rules format - I plan to use the short debhelper style for the next release. Cheers, Laszlo/GCS
Bug#866163: marked as done (python3-botocore: utils.py has a diff with its previous version at the start of the file)
Your message dated Wed, 28 Jun 2017 06:05:53 + with message-id and subject line Bug#866163: fixed in python-botocore 1.5.75-2 has caused the Debian Bug report #866163, regarding python3-botocore: utils.py has a diff with its previous version at the start of the file to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 866163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866163 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python3-botocore Version: 1.5.75-1 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, Latest version of python3-botocore has an incorrect /usr/lib/python3/dist-packages/botocore/utils.py It contains a diff of itself with its previous version at the top of the file, causing dpkg to fail to configure it at update/install. Patch is below: --- /usr/lib/python3/dist-packages/botocore/utils.py2017-06-27 04:01:59.0 -0600 +++ utils.py2017-06-27 13:13:52.660569424 -0600 @@ -1,15 +1,4 @@ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. botocore/utils.py 2016-11-10 11:30:23.478805141 +0900 -+++ botocore/utils.py 2016-11-10 11:30:23.466805008 +0900 -@@ -28,7 +28,7 @@ - from botocore.exceptions import InvalidDNSNameError, ClientError - from botocore.exceptions import MetadataRetrievalError - from botocore.compat import json, quote, zip_longest, urlsplit, urlunsplit --from botocore.vendored import requests -+import requests - from botocore.compat import OrderedDict - - # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python3-botocore depends on: ii python3 3.5.3-1 ii python3-dateutil 2.5.3-2 ii python3-docutils 0.13.1+dfsg-2 ii python3-jmespath 0.9.1-1 ii python3-requests 2.12.4-1 python3-botocore recommends no packages. python3-botocore suggests no packages. -- no debconf information -- PRIVILEGED AND CONFIDENTIAL This transmission may contain privileged, proprietary or confidential information. If you are not the intended recipient, you are instructed not to review this transmission. If you are not the intended recipient, please notify the sender that you received this message and delete this transmission from your system. --- /usr/lib/python3/dist-packages/botocore/utils.py2017-06-27 04:01:59.0 -0600 +++ utils.py2017-06-27 13:13:52.660569424 -0600 @@ -1,15 +1,4 @@ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. botocore/utils.py 2016-11-10 11:30:23.478805141 +0900 -+++ botocore/utils.py 2016-11-10 11:30:23.466805008 +0900 -@@ -28,7 +28,7 @@ - from botocore.exceptions import InvalidDNSNameError, ClientError - from botocore.exceptions import MetadataRetrievalError - from botocore.compat import json, quote, zip_longest, urlsplit, urlunsplit --from botocore.vendored import requests -+import requests - from botocore.compat import OrderedDict - - # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of --- End Message --- --- Begin Message --- Source: python-botocore Source-Version: 1.5.75-2 We believe that the bug you reported is fixed in the latest version of python-botocore, 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 866...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. TANIGUCHI Takaki (supplier of updated python-botocore 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: Wed, 28 Jun 2017 11:19:03 +0900 Source: python-botocore Binary: python-botocore python3-botocore Architecture: source all Ver
Bug#864443: pytables: ftbfs on armhf
Dear Michael, On Thu, 08 Jun 2017 10:53:10 -0700 Michael Hudson-Doyle wrote: > Dear Maintainer, > > pytables currently ftbfs on armhf Ubuntu, and it turns out it ftbfs on armhf > Debian too -- attaching the tail of a build log from a Debian porter box. It > started failing on Ubuntu in late January according to autopkgtest runs with > the only package change between passing and failing being a trivial bzip2 > change -- so this is all a bit of a mystery to me. > > Cheers, > mwh can you please provide more information on the error? A link to a build log or a traceback would be useful. I do not have access to an armhf platform right now. cheers -- Antonio Valentino signature.asc Description: OpenPGP digital signature
Bug#865817: curry-frontend FTBFS due to build-dependency on libghc-cabal-dev
Package: curry-frontend Version: 0.4.2-5 Followup-For: Bug #865817 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful ubuntu-patch Hello, It appears that this can be trivially fixed by dropping the versioned build-dependency on libghc-cabal-{dev,prof}, which we've done in Ubuntu. cabal is now provided by ghc itself. Please see the attached patch. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developerhttp://www.debian.org/ slanga...@ubuntu.com vor...@debian.org diff -Nru curry-frontend-0.4.2/debian/control curry-frontend-0.4.2/debian/control --- curry-frontend-0.4.2/debian/control 2017-01-31 01:33:58.0 -0800 +++ curry-frontend-0.4.2/debian/control 2017-06-27 22:48:18.0 -0700 @@ -31,8 +31,6 @@ libghc-syb-prof, libghc-transformers-dev, libghc-transformers-prof, - libghc-cabal-dev (>= 1.20), - libghc-cabal-prof (>= 1.20), Build-Depends-Indep: ghc-doc, libghc-base-doc, libghc-containers-doc,
Processed: tagging 860774
Processing commands for cont...@bugs.debian.org: > tags 860774 + pending Bug #860774 [libldap-2.4-2] relax dependency on libldap-common Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 860774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860774 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866188: snappy 1.1.4 upstream tarball broken on armhf
Package: snappy Version: 1.1.4-2 Severity: serious Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful ubuntu-patch Hi Laszlo, The snappy 1.1.4 release tarball as distributed by upstream does not match its git tag; it contains an additional patch of unclear origin which is broken on armhf (as confirmed on harris.d.o). In addition, the breakage would have been caught by the upstream test suite at package build time, except the 'make check' line is commented out in debian/rules. Since this was commented out, this was only caught because it causes a build failure of pytables in Ubuntu, which is two steps removed from snappy itself. Attached is a patch, which I've applied in Ubuntu, to address both of these issues. I have also written to upstream about the issue of the wrong tarball. It might be more appropriate to address the missing 'make check' issue by instead migrating debian/rules to pure dh(1), but I would leave that to you as maintainer to decide. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developerhttp://www.debian.org/ slanga...@ubuntu.com vor...@debian.org diff -Nru snappy-1.1.4/debian/patches/pristine-upstream.patch snappy-1.1.4/debian/patches/pristine-upstream.patch --- snappy-1.1.4/debian/patches/pristine-upstream.patch 1969-12-31 16:00:00.0 -0800 +++ snappy-1.1.4/debian/patches/pristine-upstream.patch 2017-06-27 20:51:09.0 -0700 @@ -0,0 +1,65 @@ +Description: use pristine upstream git source that works on armhf + The upstream release tarball for 1.1.4 includes a change that is not + documented at all in the git history, and is definitely not present in the + tag for 1.1.4. It also introduces a change that makes snappy not work + correctly on armhf. Patch this out so that our source matches the upstream + tag. +Author: unknown +Last-Modified: 2017-06-27 +Forwarded: not-needed + +--- snappy-1.1.4/snappy.cc 1980-01-01 08:00:00.0 + snappy/snappy.cc 2017-06-28 03:33:33.557981656 + +@@ -36,7 +36,6 @@ + #include + + #include +-#include + #include + #include + +@@ -317,22 +316,29 @@ + + namespace internal { + uint16* WorkingMemory::GetHashTable(size_t input_size, int* table_size) { +- if (input_size > kMaxHashTableSize) { +-*table_size = kMaxHashTableSize; +- } else if (input_size < 256) { +-*table_size = 256; ++ // Use smaller hash table when input.size() is smaller, since we ++ // fill the table, incurring O(hash table size) overhead for ++ // compression, and if the input is short, we won't need that ++ // many hash table entries anyway. ++ assert(kMaxHashTableSize >= 256); ++ size_t htsize = 256; ++ while (htsize < kMaxHashTableSize && htsize < input_size) { ++htsize <<= 1; ++ } ++ ++ uint16* table; ++ if (htsize <= ARRAYSIZE(small_table_)) { ++table = small_table_; + } else { +-// Since table size must be a power of 2, round up to the next power of 2. +-*table_size = 1 << (std::numeric_limits::digits - +-__builtin_clzll(input_size - 1)); +- } +- if (*table_size <= ARRAYSIZE(small_table_)) { +-memset(small_table_, 0, 2 * *table_size); +-return small_table_; +- } +- if (!large_table_) large_table_ = new uint16[kMaxHashTableSize]; +- memset(large_table_, 0, 2 * *table_size); +- return large_table_; ++if (large_table_ == NULL) { ++ large_table_ = new uint16[kMaxHashTableSize]; ++} ++table = large_table_; ++ } ++ ++ *table_size = htsize; ++ memset(table, 0, htsize * sizeof(*table)); ++ return table; + } + } // end namespace internal + diff -Nru snappy-1.1.4/debian/patches/series snappy-1.1.4/debian/patches/series --- snappy-1.1.4/debian/patches/series 1969-12-31 16:00:00.0 -0800 +++ snappy-1.1.4/debian/patches/series 2017-06-27 20:51:27.0 -0700 @@ -0,0 +1 @@ +pristine-upstream.patch diff -Nru snappy-1.1.4/debian/rules snappy-1.1.4/debian/rules --- snappy-1.1.4/debian/rules 2016-03-19 06:24:58.0 -0700 +++ snappy-1.1.4/debian/rules 2017-06-27 20:51:27.0 -0700 @@ -26,7 +26,7 @@ ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) $(MAKE) ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" "" -# $(MAKE) check + $(MAKE) check endif # Create a create a "convenience library" which is static, but suitable for linking
Processed: Bug#866163 marked as pending
Processing commands for cont...@bugs.debian.org: > tag 866163 pending Bug #866163 [python3-botocore] python3-botocore: utils.py has a diff with its previous version at the start of the file Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 866163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866163 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866163: marked as pending
tag 866163 pending thanks Hello, Bug #866163 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: https://anonscm.debian.org/cgit/python-modules/packages/python-botocore.git/commit/?id=5ad31f9 --- commit 5ad31f912f302c5ff67499549c34b833719434b8 Author: TANIGUCHI Takaki Date: Wed Jun 28 11:19:17 2017 +0900 prepare release diff --git a/debian/changelog b/debian/changelog index b6c4699..8a16af2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-botocore (1.5.75-2) unstable; urgency=medium + + * debian/patches: Fix errors. (Closes: #866163) + + -- TANIGUCHI Takaki Wed, 28 Jun 2017 11:19:03 +0900 + python-botocore (1.5.75-1) unstable; urgency=medium * New upstream version 1.5.75
Bug#865012: htslib FTBFS on i386: test_vcf_{api,sweep} failed
Source: htslib Version: 1.4.1-2 Followup-For: Bug #865012 FWIW, this error also occurs on the non-release architectures hurd-i386 and kfreebsd-i386. Given the set of architectures involved, the root cause is likely to be the i386 FPU's use of extra internal precision. As such, building with -ffloat-store on those architectures may help. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
Bug#866185: rustc: FTBFS on ppc64el: SystemExit: -11
Source: rustc Version: 1.17.0+dfsg2-7 Severity: serious Justification: fails to build from source (but built successfully in the past) The latest ppc64el build of rustc failed: ./x.py build --config debian/config.toml -v Traceback (most recent call last): File "/<>/rustc-1.17.0+dfsg2/src/bootstrap/bootstrap.py", line 600, in main bootstrap() File "/<>/rustc-1.17.0+dfsg2/src/bootstrap/bootstrap.py", line 585, in bootstrap rb.build_bootstrap() File "/<>/rustc-1.17.0+dfsg2/src/bootstrap/bootstrap.py", line 375, in build_bootstrap self.run(args, env) File "/<>/rustc-1.17.0+dfsg2/src/bootstrap/bootstrap.py", line 381, in run sys.exit(ret) SystemExit: -11 Build completed unsuccessfully in 0:00:00 debian/rules:143: recipe for target 'override_dh_auto_build-arch' failed I don't have any details beyond the remainder of https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=ppc64el&ver=1.17.0%2Bdfsg2-7&stamp=1498044734&raw=0 but perhaps you can reproduce the problem on a porterbox. Could you please take a look? Thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
Bug#865099: hmmer2 FTBFS on i386: prep command at line 7 failed with status 34304
Source: hmmer2 Version: 2.3.2+dfsg-3 Followup-For: Bug #865099 FWIW, this error also occurs on the non-release architectures hurd-i386 and kfreebsd-i386, and likely stems from a call to abort(). (34304 = 134 << 8, and 134 - 128 = 6 = SIGABRT.) Given the set of architectures involved, the root cause is likely to be the i386 FPU's use of extra internal precision. As such, building with -ffloat-store on those architectures may help. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
Bug#865863: dgit clone dies with "setup_git_env called without repository"
Jonathan Nieder writes ("Re: dgit clone dies with "setup_git_env called without repository""): > Please cc g...@packages.debian.org the next time you do this. Otherwise > the message doesn't show up in mail. Sorry about that. > > Hi. We have tripped over an accidental and incompatible change in the > > behaviour of git config --local: > > > > $ pwd > > /home/ian > > $ dpkg -s git | grep '^Version' > > Version: 1:2.13.1-1 > > $ git config --local --get-regexp '.*' > > fatal: BUG: setup_git_env called without repository > > $ echo $? > > 128 > > Thanks for reporting. This is fixed by v2.13.2~26^2~1: Thanks for digging out that message. > > Please would you consider returning to the previous behaviour, for > > compatibility with other existing callers of git. > > I don't think that that is the right thing to do. The old behavior > was accidental and broken. That's a shame, since it was documented and I was relying on it. It seemed sensible to me. (NB I'm not saying git should read .git/config willy-nilly, just that when there is no local tree it should consider --local to be empty, instead of bombing out.) > If you simply omit the --local option then > I think that will give you the behavior you are looking for (if I > understand what you are looking for correctly). dgit needs to slurp the whole of the three config sources in so that it can do defaulting in the right order (and avoid very poor performance, too). I will change dgit know to avoid trying to think about the --local config when it's doing dgit clone (which is the one operation which doesn't take place in a working tree). > That said, I am happy to add a 'Breaks' to ensure smooth upgrades. > Let me know what version to add a Breaks against and I'll add it. Please add Breaks: dgit (<< 3.11~) I haven't made 3.11 yet but I will do so as soon as I don't have another more imminent crisis. I will try to get it into stable and appropriate backports. > Also, if you have ideas for clarifying the documentation then that > would also be welcome. I'll think about this. I guess you would like a new bug for that ? Regards, Ian.
Processed: tagging 865255
Processing commands for cont...@bugs.debian.org: > tags 865255 + pending Bug #865255 [src:litl] Please update dependencies from latex-xcolor to tl-latex-recommended Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 865255: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865255 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866175: golang-github-d4l3k-messagediff FTBFS: FAIL: TestPrettyDiff
Source: golang-github-d4l3k-messagediff Version: 1.1.0-1 Severity: serious Some recent change in unstable makes golang-github-d4l3k-messagediff FTBFS: https://tests.reproducible-builds.org/debian/history/golang-github-d4l3k-messagediff.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-d4l3k-messagediff.html ... dh_auto_test -O--buildsystem=golang go test -v -p 1 github.com/d4l3k/messagediff github.com/d4l3k/messagediff/example === RUN TestPrettyDiff --- FAIL: TestPrettyDiff (0.00s) messagediff_test.go:41: 12. PrettyDiff(time.Time{sec:62135596800, nsec:0, loc:(*time.Location)(nil)}, time.Time{sec:0, nsec:0, loc:(*time.Location)(nil)}) diff = "modified: .sec = 0\n"; not "modified: .loc = (*time.Location)(nil)\nmodified: .sec = 0\n" === RUN TestPrettyDiffRecursive --- PASS: TestPrettyDiffRecursive (0.00s) === RUN TestPathString --- PASS: TestPathString (0.00s) FAIL exit status 1 FAILgithub.com/d4l3k/messagediff0.007s === RUN ExampleAtom --- PASS: ExampleAtom (0.00s) PASS ok github.com/d4l3k/messagediff/example0.010s dh_auto_test: go test -v -p 1 github.com/d4l3k/messagediff github.com/d4l3k/messagediff/example returned exit code 1 debian/rules:4: recipe for target 'build' failed make: *** [build] Error 1
Processed: severity of 864443 is serious
Processing commands for cont...@bugs.debian.org: > severity 864443 serious Bug #864443 [src:pytables] pytables: ftbfs on armhf Severity set to 'serious' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 864443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864443 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#865862: marked as done (FTBFS: OpenEXR/ImathVec.h: No such file or directory)
Your message dated Tue, 27 Jun 2017 22:28:08 + with message-id and subject line Bug#865862: fixed in openimageio 1.7.15~dfsg0-4 has caused the Debian Bug report #865862, regarding FTBFS: OpenEXR/ImathVec.h: No such file or directory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 865862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865862 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: opencolorio Version: 1.0.9~dfsg0-11 Severity: serious Justification: fails to build from source (but built successfully in the past) opencolorio FTBFS on armhf, mips, mips64el and mipsel. It looks like you want to build-depend on libilmbase-dev. -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (990, 'stable'), (500, 'unstable'), (500, 'oldstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) --- End Message --- --- Begin Message --- Source: openimageio Source-Version: 1.7.15~dfsg0-4 We believe that the bug you reported is fixed in the latest version of openimageio, 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 865...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matteo F. Vescovi (supplier of updated openimageio 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: Tue, 27 Jun 2017 21:23:31 +0200 Source: openimageio Binary: libopenimageio1.7 libopenimageio-dev openimageio-tools python-openimageio libopenimageio-doc Architecture: source Version: 1.7.15~dfsg0-4 Distribution: unstable Urgency: medium Maintainer: Debian PhotoTools Maintainers Changed-By: Matteo F. Vescovi Description: libopenimageio-dev - Library for reading and writing images - development libopenimageio-doc - Library for reading and writing images - documentation libopenimageio1.7 - Library for reading and writing images - runtime openimageio-tools - Library for reading and writing images - command line tools python-openimageio - Library for reading and writing images - Python bindings Closes: 865862 Changes: openimageio (1.7.15~dfsg0-4) unstable; urgency=medium . * debian/control: fix wrong place for libilmbase-dev dependency (Closes: #865862) Checksums-Sha1: 5925f55c503cd5a7e38be6ddfd7f30b81626c621 2879 openimageio_1.7.15~dfsg0-4.dsc 9782553f0ec76ec30b98b83c7e7703aabeff0c10 24516 openimageio_1.7.15~dfsg0-4.debian.tar.xz ec3a79fbe3e340b07210a440fa0184efc51e5a43 6204 openimageio_1.7.15~dfsg0-4_source.buildinfo Checksums-Sha256: d4caff694574446f54b7dbc0e174f13bd9f5abf189007761e86a85e8aaf99f48 2879 openimageio_1.7.15~dfsg0-4.dsc bde730177b14f38c1b7de4a6b03e7fac38633606182b3bd1516f20e0f8121ba9 24516 openimageio_1.7.15~dfsg0-4.debian.tar.xz d0c11561f2e285c307ab7d98de007390d8b6c94dfc546e4da23680ed78771735 6204 openimageio_1.7.15~dfsg0-4_source.buildinfo Files: 75fc5268e3f645dc0ef08afb018a2195 2879 libs optional openimageio_1.7.15~dfsg0-4.dsc 095cddd259aaf77ee1fd4d84ad7bf9be 24516 libs optional openimageio_1.7.15~dfsg0-4.debian.tar.xz 303a8fffa986b92c7e3fc8a6890c899d 6204 libs optional openimageio_1.7.15~dfsg0-4_source.buildinfo -BEGIN PGP SIGNATURE- Comment: Debian powered! iQKTBAEBCgB9FiEE890J+NqH0d9QRsmbBhL0lE7NzVoFAllSsN1fFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYz REQwOUY4REE4N0QxREY1MDQ2Qzk5QjA2MTJGNDk0NEVDRENENUEACgkQBhL0lE7N zVrh4w/8CZDwZFZgFMJcccn5GFH6McG44+6YZCrTrJ6QItiYcLotV6S+jxbRIkOV cXEi/Zz1s+8Jr2DhGniDdcb44Frw1QfznXzCGR5V7SUIyIIehOgdi1FLMc/+6JDN fSwaSdTg17PLRjke454jkLNoLzDtrsoNP2r5pSJJ41bYcKqloBTZH6Q17q9izLE1 4r1cqTHPfSGQkVBew4E7VkY61g2UooHvMfnGE4wUbVJzHbjw3QWK7VWDc1Y/1x3T T3K+rqpF9S3dx6qhbJnxGqDpWbwWADpwMy+KbluKtfEvW9pnIm04rrIUYUI52+P1 ztFyDlK1/DI1Ima9j9zePRF4uiobLU4XNqbgc99V01OXoXHUbGVvXIpsspxml6XH 8Z+li9nPACAuMUz0u3HsgolU4Vthc/MMnJl4EV7MZYZzLUUwt7NGb+xYuaSQNrRk j7xS9fP0cp1X8MNsfHalcAqQuP6R9ZCVJEhLbXIdkOV0r5f0I3i75q24+wud7hNz RNmTri8eTtq0a+7Iov9P2sU0Q49g1rBEABwo/jsQ8apZcdR7nhcv3Oyv
Bug#865565: marked as done (libopenimageio-dev requires libilmbase-dev but lacks dependency)
Your message dated Tue, 27 Jun 2017 22:28:08 + with message-id and subject line Bug#865862: fixed in openimageio 1.7.15~dfsg0-4 has caused the Debian Bug report #865862, regarding libopenimageio-dev requires libilmbase-dev but lacks dependency 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.) -- 865862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865862 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libopenimageio-dev Version: 1.7.15~dfsg0-2 Severity: grave Control: affects -1 src:opencolorio https://buildd.debian.org/status/fetch.php?pkg=opencolorio&arch=mips&ver=1.0.9~dfsg0-11&stamp=1498157949&raw=0 ... In file included from /usr/include/OpenImageIO/fmath.h:64:0, from /usr/include/OpenImageIO/hash.h:51, from /usr/include/OpenImageIO/strutil.h:54, from /usr/include/OpenImageIO/ustring.h:137, from /usr/include/OpenImageIO/paramlist.h:52, from /usr/include/OpenImageIO/imageio.h:61, from /<>/src/apps/ociolutimage/main.cpp:33: /usr/include/OpenImageIO/simd.h:56:30: fatal error: OpenEXR/ImathVec.h: No such file or directory #include ^ ... --- End Message --- --- Begin Message --- Source: openimageio Source-Version: 1.7.15~dfsg0-4 We believe that the bug you reported is fixed in the latest version of openimageio, 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 865...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matteo F. Vescovi (supplier of updated openimageio 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: Tue, 27 Jun 2017 21:23:31 +0200 Source: openimageio Binary: libopenimageio1.7 libopenimageio-dev openimageio-tools python-openimageio libopenimageio-doc Architecture: source Version: 1.7.15~dfsg0-4 Distribution: unstable Urgency: medium Maintainer: Debian PhotoTools Maintainers Changed-By: Matteo F. Vescovi Description: libopenimageio-dev - Library for reading and writing images - development libopenimageio-doc - Library for reading and writing images - documentation libopenimageio1.7 - Library for reading and writing images - runtime openimageio-tools - Library for reading and writing images - command line tools python-openimageio - Library for reading and writing images - Python bindings Closes: 865862 Changes: openimageio (1.7.15~dfsg0-4) unstable; urgency=medium . * debian/control: fix wrong place for libilmbase-dev dependency (Closes: #865862) Checksums-Sha1: 5925f55c503cd5a7e38be6ddfd7f30b81626c621 2879 openimageio_1.7.15~dfsg0-4.dsc 9782553f0ec76ec30b98b83c7e7703aabeff0c10 24516 openimageio_1.7.15~dfsg0-4.debian.tar.xz ec3a79fbe3e340b07210a440fa0184efc51e5a43 6204 openimageio_1.7.15~dfsg0-4_source.buildinfo Checksums-Sha256: d4caff694574446f54b7dbc0e174f13bd9f5abf189007761e86a85e8aaf99f48 2879 openimageio_1.7.15~dfsg0-4.dsc bde730177b14f38c1b7de4a6b03e7fac38633606182b3bd1516f20e0f8121ba9 24516 openimageio_1.7.15~dfsg0-4.debian.tar.xz d0c11561f2e285c307ab7d98de007390d8b6c94dfc546e4da23680ed78771735 6204 openimageio_1.7.15~dfsg0-4_source.buildinfo Files: 75fc5268e3f645dc0ef08afb018a2195 2879 libs optional openimageio_1.7.15~dfsg0-4.dsc 095cddd259aaf77ee1fd4d84ad7bf9be 24516 libs optional openimageio_1.7.15~dfsg0-4.debian.tar.xz 303a8fffa986b92c7e3fc8a6890c899d 6204 libs optional openimageio_1.7.15~dfsg0-4_source.buildinfo -BEGIN PGP SIGNATURE- Comment: Debian powered! iQKTBAEBCgB9FiEE890J+NqH0d9QRsmbBhL0lE7NzVoFAllSsN1fFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYz REQwOUY4REE4N0QxREY1MDQ2Qzk5QjA2MTJGNDk0NEVDRENENUEACgkQBhL0lE7N zVrh4w/8CZDwZFZgFMJcccn5GFH6McG44+6YZCrTrJ6QItiYcLotV6S+jxbRIkOV cXEi/Zz1s+8Jr2DhGniDdcb44Frw1QfznXzCGR5V7SUIyIIehOgdi1FLMc/+6JDN fSwaSdTg17PLRjke454jkLNoLzDtrsoNP2r5pSJJ41bYcKqloBTZH6Q17q9izLE1 4r1cqTHPfSGQkVBew4E7VkY61g2UooHvMfnGE4wUbVJzHbjw3QWK7VWDc1Y/1x3T T3K+rqpF9S3dx6qhbJnxGqDpWbwWADpwMy+KbluKtfEvW9pnIm04rrIUYUI52+P1 ztFyDlK1/DI1Ima9j9zePRF4uiobLU4XNqbgc99V01OXoXHUbGVvXIpsspxml6XH 8Z+li9nPACAuMUz0u3HsgolU4Vthc/MMnJl4EV7MZYZzLUUw
Bug#866172: golang-github-minio-minio-go FTBFS: FAIL: TestGetEndpointURL
Source: golang-github-minio-minio-go Version: 2.0.2-1 Severity: serious Some recent change in unstable makes golang-github-minio-minio-go FTBFS: https://tests.reproducible-builds.org/debian/history/golang-github-minio-minio-go.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-minio-minio-go.html ... === RUN TestResourceListSorting --- PASS: TestResourceListSorting (0.00s) === RUN TestGetEndpointURL --- FAIL: TestGetEndpointURL (0.00s) utils_test.go:64: Test 7: Expected to fail with error "too many colons in address 192.168.1.1::9000", but instead failed with error "address 192.168.1.1::9000: too many colons in address" instead === RUN TestIsValidDomain --- PASS: TestIsValidDomain (0.00s) === RUN TestIsValidEndpointURL --- PASS: TestIsValidEndpointURL (0.00s) === RUN TestIsValidIP --- PASS: TestIsValidIP (0.00s) === RUN TestIsVirtualHostSupported --- PASS: TestIsVirtualHostSupported (0.00s) === RUN TestIsAmazonEndpoint --- PASS: TestIsAmazonEndpoint (0.00s) === RUN TestIsAmazonChinaEndpoint --- PASS: TestIsAmazonChinaEndpoint (0.00s) === RUN TestIsGoogleEndpoint --- PASS: TestIsGoogleEndpoint (0.00s) === RUN TestIsValidExpiry --- PASS: TestIsValidExpiry (0.00s) === RUN TestIsValidBucketName --- PASS: TestIsValidBucketName (0.00s) === RUN TestPercentEncodeSlash --- PASS: TestPercentEncodeSlash (0.00s) === RUN TestQueryEncode --- PASS: TestQueryEncode (0.00s) === RUN TestUrlEncodePath --- PASS: TestUrlEncodePath (0.00s) FAIL FAILgithub.com/minio/minio-go 0.096s === RUN TestConditionKeyMapAdd --- PASS: TestConditionKeyMapAdd (0.00s) ... dh_auto_test: go test -v -p 15 github.com/minio/minio-go github.com/minio/minio-go/pkg/policy github.com/minio/minio-go/pkg/set returned exit code 1 debian/rules:6: recipe for target 'build' failed make: *** [build] Error 1
Bug#854210: libnet-xmpp-perl: sendxmpp can't send message to hangouts (work fine for 1.02-5)
On Tue, 2017-06-27 at 23:08 +0200, gregor herrmann wrote: > On Tue, 27 Jun 2017 21:06:20 +0200, Salvatore Bonaccorso wrote: > ... > > Maybe I miss something obvious, but IMHO the bug should 1/ be > > reassigned to sendxmpp itself. Then the question is if sendxmpp > > should > > be patches actually (if so it might need to depend on > > ca-certificates), or "just" document when > > -tls-ca-path="/etc/ssl/certs" needs to be passed. If people don't like to use SSL (which i would consider as a bad idea these days) they also don't want a dependency on ca-certificates. So it should be a 'reccomended package'. But if ca-certificates is installed, it would be nice to have tls-ca- path="/etc/ssl/certs" set as default. Otherwise it will not be used anyways. If the -t flag is used and no certs are found, there should be a error message which suggests the installation of the ca-certificates package or to set a proper path to manually deployed certs. ... > Ack, AFAICS Net::XMPP fixed a bug (ignoring the path to the certs) > and this triggered the necessity for sendxmpp to set it (by the user > or in the code). I'd like to have the default set in Net::XMPP debian package to have it available in several applications which use this library. Maybe in sendxmpp too. > -- At the other end of the chain XML::Stream is just > a general-purpose low-level library, and changes there look like the > wrong place to me. ACK. this would be too low-level. Markus
Bug#844146: marked as done (libmicrohttpd: FTBFS: Test failures)
Your message dated Tue, 27 Jun 2017 21:51:25 + with message-id and subject line Bug#844146: fixed in libmicrohttpd 0.9.55-1 has caused the Debian Bug report #844146, regarding libmicrohttpd: FTBFS: Test failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 844146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844146 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: libmicrohttpd Version: 0.9.51-1 Severity: serious Tags: stretch sid User: debian...@lists.debian.org Usertags: qa-ftbfs-2016 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[6]: *** [check-TESTS] Error 2 > make[6]: Leaving directory '/<>/src/testcurl' > Makefile:1967: recipe for target 'check-am' failed > make[5]: *** [check-am] Error 2 > make[5]: Leaving directory '/<>/src/testcurl' > Makefile:1425: recipe for target 'check-recursive' failed > make[4]: *** [check-recursive] Error 1 > make[4]: Leaving directory '/<>/src/testcurl' > Makefile:406: recipe for target 'check-recursive' failed > make[3]: *** [check-recursive] Error 1 > make[3]: Leaving directory '/<>/src' > Makefile:525: recipe for target 'check-recursive' failed > make[2]: *** [check-recursive] Error 1 > make[2]: Leaving directory '/<>' > dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2 > debian/rules:22: recipe for target 'override_dh_auto_test' failed The full build log is available from: http://aws-logs.debian.net/2016/11/11/libmicrohttpd_0.9.51-1_unstable.log This failure happens on a CPU with TSX extensions available, but is not reproducible on a machine without them. For context, I recommend reading the thread starting at https://lists.debian.org/debian-devel/2016/11/msg00210.html The node used is an Amazon EC2 VM with 64 cores. /proc/cpuinfo says: model: 79 model name : Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz stepping : 1 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: libmicrohttpd Source-Version: 0.9.55-1 We believe that the bug you reported is fixed in the latest version of libmicrohttpd, 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 844...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Bertrand Marc (supplier of updated libmicrohttpd 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: Tue, 27 Jun 2017 18:37:43 +0200 Source: libmicrohttpd Binary: libmicrohttpd12 libmicrohttpd-dev Architecture: source amd64 Version: 0.9.55-1 Distribution: unstable Urgency: medium Maintainer: Bertrand Marc Changed-By: Bertrand Marc Description: libmicrohttpd-dev - library embedding HTTP server functionality (development) libmicrohttpd12 - library embedding HTTP server functionality Closes: 844146 Changes: libmicrohttpd (0.9.55-1) unstable; urgency=medium . * Add Evgeny Grin's key to debian/upstream/signing-key.asc. * New upstream version 0.9.55 (Closes: #844146). * Add 2 new symbols to libmicrohttpd12.symbols. * debian/copyright: + Use the https form of the copyright-format URL in debian/copyright. + Add my @debian.org address. + Add the new maintainer. + Update the years. * debian/control: update standards version to 4.0.0. Checksums-Sha1: 2c46bd98346e3df534b13e62d0b942dab971f9c5 2221 libmicrohttpd_0.9.55-1.dsc af56d2583dd63847ac1b98304071bc05c951edaf 1308328 libmicrohttpd_0.9.55.orig.tar.gz c699a63579782f52db415aaec535eb14c666fe39 12608 libmicrohttpd_0.9.55-1.debian.tar.xz ba355826c7051774e5d8687f29d8c02853ab3464 237208 libmicrohttpd-dev_0.9.55-1_amd64.deb a12d1357eab58a4ea59bc7afeb0a44939883bc2c 132418 libmicrohttpd12-dbgsym_0.9.55-1_amd64.deb 7b21ac68f92671e3652350e0aa241187652a3bc0 86838 libmicrohttpd12_0.9.55
Bug#865922: marked as done (fig2dev: Build-Depends on removed package etoolbox)
Your message dated Tue, 27 Jun 2017 21:47:04 + with message-id and subject line Bug#865922: fixed in fig2dev 1:3.2.6a-3 has caused the Debian Bug report #865922, regarding fig2dev: Build-Depends on removed package etoolbox 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.) -- 865922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865922 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: fig2dev Version: 1:3.2.6a-2 Severity: serious Tags: sid buster fig2dev build-depends on etoolbox but this package has been removed from Debian. Please Build-depend on texlive-latex-base instead. Thanks, Jeremy Bicha --- End Message --- --- Begin Message --- Source: fig2dev Source-Version: 1:3.2.6a-3 We believe that the bug you reported is fixed in the latest version of fig2dev, 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 865...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Roland Rosenfeld (supplier of updated fig2dev 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 Jun 2017 22:43:10 +0200 Source: fig2dev Binary: fig2dev transfig Architecture: source amd64 all Version: 1:3.2.6a-3 Distribution: unstable Urgency: medium Maintainer: Roland Rosenfeld Changed-By: Roland Rosenfeld Description: fig2dev- Utilities for converting XFig figure files transfig - transitional dummy package for fig2dev Closes: 865922 Changes: fig2dev (1:3.2.6a-3) unstable; urgency=medium . * build-dep on texlive-latex-extra instead of etoolbox (Closes: #865922). * build-dep on texlive-latex-recommended instead of latex-beamer. * Upgrade to Standards-Version 4.0.0 (no changes). * 30_man_typo: Fix typo in man page fig2ps2tex. * Add autopkgtest: fig2dev-testsuite. * Upgrade from debhelper v9 to v10 (autoreconf is now default). Checksums-Sha1: 9cc7c141f7693dfa677f928103718778d1651117 2158 fig2dev_3.2.6a-3.dsc 9ce9d84be0a5aa5eaf20572b344c008562eefdb3 209220 fig2dev_3.2.6a-3.debian.tar.xz c2b2b49b631ce26dd275a8a4d468023ddd3bfcbe 560360 fig2dev-dbgsym_3.2.6a-3_amd64.deb 28169f1252530e94bb236a3d86e4c15da1f07b9e 9504 fig2dev_3.2.6a-3_amd64.buildinfo 762a4fce93a1ccdd3a94b9773043e97cc02695df 659662 fig2dev_3.2.6a-3_amd64.deb 7d1551d409561a56062df7e05c4361adf8d5f310 39630 transfig_3.2.6a-3_all.deb Checksums-Sha256: 8e367a42b7e80a692c2862561f3bfba63bf1560e4bee682f02b85a3a83219869 2158 fig2dev_3.2.6a-3.dsc a871aedb07ebf30938bb05c3f9668bccb9828cdbe7c853b60909182b0a539b0c 209220 fig2dev_3.2.6a-3.debian.tar.xz e0df83e75e64655688bb305e1e5cc07dcc05ce3c3a12ad997808f2c7dc7bdc78 560360 fig2dev-dbgsym_3.2.6a-3_amd64.deb 9c6ffbe7a8f2d2dedeba1525c31be6817a9256476e3bd69714ab1d30a1267784 9504 fig2dev_3.2.6a-3_amd64.buildinfo 548778f52f7fd9099e5d24b1c298e09488ef1a1084c6b4d7b9254d2369ddea11 659662 fig2dev_3.2.6a-3_amd64.deb 736fc1d080b5eab4a0b80d02ef8cbe30d92b9632dc4e2a2ce01c1a7169f92527 39630 transfig_3.2.6a-3_all.deb Files: 814e9a004ff2d45257ca8c950142e8d1 2158 graphics optional fig2dev_3.2.6a-3.dsc b28bbc78a39d6002a55a88784cfba3f6 209220 graphics optional fig2dev_3.2.6a-3.debian.tar.xz e69cda43bab2a8aecf7484869e33e8d2 560360 debug extra fig2dev-dbgsym_3.2.6a-3_amd64.deb 322c6adb4aa9b1c49a6c3163f80ed6b8 9504 graphics optional fig2dev_3.2.6a-3_amd64.buildinfo 0c0061d285e5d44960818f2d448dadaa 659662 graphics optional fig2dev_3.2.6a-3_amd64.deb c0bee60beeade9d9b855c3fac06ae70d 39630 oldlibs extra transfig_3.2.6a-3_all.deb -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEErC+9sQSUPYpEoCEdAnE7z8pUELIFAllSoEgACgkQAnE7z8pU ELKHFA/+IdC+InyijmxbXFRErLoyUonI4MpbSeMAIb9L4qBn2kW4FTBVLhU9BsbB lEURSAIYlvAJlhD28C8jh6rfA3yfFTKkGbWmNnH3LVQ6JyG8eOVz9ozn1PA9IDqy oKT0se82TM38Ly74HFbK+HwsOoJG5S9d8RoTvDGXVe4hdnV526ZkcXEcDbzKrpco 7rLvwrqKZu6Ex9EcuEpXUA81mxe+/EEaSVFjlkOHpNHuQI8sC+Yugq3amUYchD+M ZGyOH+PKU719h+i0GerrdwJ5CPryBwe0zrSe3XAE2G1HEUddRDQgfSmrUjShDT9I uw6OiyMo3/4Y5wmeSrgmkh5A8iNXjWCWpB4TlF0GFP1x2Z3rlJi4Iz2XQbLoM4ts iJuGBcOdS/XrwIJ8rNkzSwZUIY40qT7AfSD/NDNHmFrvE53LrkBdybE0QQjS46KA wSgQuigXNkOA/ZV0jfGqF9ouPYAnR1QYlSfC8/Fb2E9QnG90logwTjL1DXVo1sdA /5+ZdFzNtaU0nj4PCE2ACQPX1WDXfUNsCOQeqMHntCdUEQJxuvIBpFCWYNUOe7gD
Bug#865813: marked as done (jumpnbump: Fix occasional parallel FTBFS)
Your message dated Tue, 27 Jun 2017 21:49:57 + with message-id and subject line Bug#865813: fixed in jumpnbump 1.60-2 has caused the Debian Bug report #865813, regarding jumpnbump: Fix occasional parallel FTBFS to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 865813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865813 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: jumpnbump Version: 1.60-1 Severity: serious Tags: patch debhelper compat 10 defaults to parallel building, which exposed the bug fixed in the attached patch that resulted in "cd modify && make" running up to three times in prallel. Depending on the timing this does sometimes FTBFS: https://buildd.debian.org/status/fetch.php?pkg=jumpnbump&arch=mips&ver=1.60-1&stamp=1498322671&raw=0 ... make -C modify ... make -C modify ... cc -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -c -o jnbunpack.o jnbunpack.c cc -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -o ../gobpack gobpack.o -Wl,-z,relro cc -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -o ../jnbpack jnbpack.o -Wl,-z,relro jnbunpack.c: In function 'main': jnbunpack.c:65:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, &num_entries, 4); ^ jnbunpack.c:70:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, datafile, num_entries * sizeof(DirEntry)); ^~ jnbunpack.c:100:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buf, datafile[i].size); ^~~ jnbunpack.c:101:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(outfd, buf, datafile[i].size); ^~~ cc -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -o ../jnbunpack jnbunpack.o -Wl,-z,relro make[3]: Leaving directory '/«PKGBUILDDIR»/modify' make -C modify make[3]: Entering directory '/«PKGBUILDDIR»/modify' cc -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -o ../jnbunpack jnbunpack.o -Wl,-z,relro jnbunpack.o: file not recognized: File truncated collect2: error: ld returned 1 exit status Makefile:21: recipe for target '../jnbunpack' failed make[3]: *** [../jnbunpack] Error 1 make[3]: Leaving directory '/«PKGBUILDDIR»/modify' Makefile:36: recipe for target 'jnbunpack' failed make[2]: *** [jnbunpack] Error 2 make[2]: *** Waiting for unfinished jobs cc -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat -Werror=format-security -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT `sdl2-config --cflags` -I. -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG -DUSE_SDL -DUSE_NET -DZLIB_SUPPORT -DBZLIB_SUPPORT -I. -I.. -o ../jnbunpack jnbunpack.o -Wl,-z,relro make[3]: Leaving directory '/«PKGBUILDDIR»/modify'
Bug#866091: marked as done (golang-yaml.v2 FTBFS: FAIL: decode_test.go:597: S.TestUnmarshal)
Your message dated Tue, 27 Jun 2017 21:48:34 + with message-id and subject line Bug#866091: fixed in golang-yaml.v2 0.0+git20170407.0.cd8b52f-1 has caused the Debian Bug report #866091, regarding golang-yaml.v2 FTBFS: FAIL: decode_test.go:597: S.TestUnmarshal 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.) -- 866091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866091 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: golang-yaml.v2 Version: 0.0+git20160928.0.a5b47d3-2 Severity: serious Some recent change in unstable makes golang-yaml.v2 FTBFS: https://tests.reproducible-builds.org/debian/history/golang-yaml.v2.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-yaml.v2.html ... dh_auto_test -O--buildsystem=golang go test -v -p 1 gopkg.in/yaml.v2 === RUN Test -- FAIL: decode_test.go:597: S.TestUnmarshal decode_test.go:618: c.Assert(value, DeepEquals, item.value) ... obtained map[string]time.Time = map[string]time.Time{"a":time.Time{sec:63560398779, nsec:0, loc:(*time.Location)(nil)}} ... expected map[string]time.Time = map[string]time.Time{"a":time.Time{sec:63560398779, nsec:0, loc:(*time.Location)(0x754a80)}} OOPS: 20 passed, 1 FAILED --- FAIL: Test (0.03s) FAIL exit status 1 FAILgopkg.in/yaml.v20.035s dh_auto_test: go test -v -p 1 gopkg.in/yaml.v2 returned exit code 1 debian/rules:7: recipe for target 'build' failed make: *** [build] Error 1 --- End Message --- --- Begin Message --- Source: golang-yaml.v2 Source-Version: 0.0+git20170407.0.cd8b52f-1 We believe that the bug you reported is fixed in the latest version of golang-yaml.v2, 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 866...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anthony Fok (supplier of updated golang-yaml.v2 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: Tue, 27 Jun 2017 14:50:04 -0600 Source: golang-yaml.v2 Binary: golang-gopkg-yaml.v2-dev golang-yaml.v2-dev Architecture: source all Version: 0.0+git20170407.0.cd8b52f-1 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team Changed-By: Anthony Fok Description: golang-gopkg-yaml.v2-dev - YAML support for the Go language golang-yaml.v2-dev - Transitional package for golang-gopkg-yaml.v2-dev Closes: 866091 Changes: golang-yaml.v2 (0.0+git20170407.0.cd8b52f-1) unstable; urgency=medium . * New upstream version, with decode test fix for Go 1.8, see https://github.com/go-yaml/yaml/pull/217. (Closes: #866091) * Remove unnecessary Built-Using field for non-compiled -dev package * Bump Standards-Version to 4.0.0: Use https form of the copyright-format URL in debian/copyright. Checksums-Sha1: 0c072857d04b8f991e630b6437959bf16854516a 2413 golang-yaml.v2_0.0+git20170407.0.cd8b52f-1.dsc 5d9e1298fa5353b7224c17e15996f65f5208df03 50704 golang-yaml.v2_0.0+git20170407.0.cd8b52f.orig.tar.xz d7204b5d77c1fc5b4825ca0dd8e0baf4505868fc 3492 golang-yaml.v2_0.0+git20170407.0.cd8b52f-1.debian.tar.xz 0d07d9179f87f8b457bd1dc206d440169f1ede70 52746 golang-gopkg-yaml.v2-dev_0.0+git20170407.0.cd8b52f-1_all.deb 86c0046b5466fbb71b03f617cc53fadacefbdc31 3282 golang-yaml.v2-dev_0.0+git20170407.0.cd8b52f-1_all.deb b85fe305db8044cb4fa1230024e6a3b4ee930024 6151 golang-yaml.v2_0.0+git20170407.0.cd8b52f-1_amd64.buildinfo Checksums-Sha256: 2831c093066a41e356e7f951a62678eedb4e112ce1ad302a2f06754fa1b7b75a 2413 golang-yaml.v2_0.0+git20170407.0.cd8b52f-1.dsc aca96c948d10e816925faff35f6bb860ae19b95463b51744ce761a3f9f1c49f2 50704 golang-yaml.v2_0.0+git20170407.0.cd8b52f.orig.tar.xz 353bf5f631465a7b1aacd4e49068d74b9bb392bc2f4b111761a267ebaed16a74 3492 golang-yaml.v2_0.0+git20170407.0.cd8b52f-1.debian.tar.xz 5276c5d4548c5338ab0abb234f6b3653ef51a6a077b7f06c04def3df58183607 52746 golang-gopkg-yaml.v2-dev_0.0+git20170407.0.cd8b52f-1_all.deb 46f422247130c6d9515f80b1440a15783d697bd8329170534e177cb6365e5fab 3282 golang-yaml.v2-dev_0.0+git20170407.0.cd8b52f-1_all.deb c6eb1eea7785eee81f1830210a9f70361f975ccd7f71ef
Bug#865818: marked as done (ganeti FTBFS due to build-dependency on libghc-cabal-dev)
Your message dated Tue, 27 Jun 2017 21:47:17 + with message-id and subject line Bug#865818: fixed in ganeti 2.15.2-9 has caused the Debian Bug report #865818, regarding ganeti FTBFS due to build-dependency on libghc-cabal-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.) -- 865818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865818 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: ganeti Version: 2.15.2-3 Severity: serious Tags: buster sid >From #865399: haskell-cabal should be kept out of testing for the foreseeable future, and any packages build-depending on it should be switched to use ghc's Cabal for the foreseeable future. --- End Message --- --- Begin Message --- Source: ganeti Source-Version: 2.15.2-9 We believe that the bug you reported is fixed in the latest version of ganeti, 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 865...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Apollon Oikonomopoulos (supplier of updated ganeti 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: Wed, 28 Jun 2017 00:08:21 +0300 Source: ganeti Binary: ganeti2 ganeti ganeti-2.15 ganeti-haskell-2.15 ganeti-htools ganeti-htools-2.15 ganeti-doc python-ganeti-rapi Architecture: source Version: 2.15.2-9 Distribution: unstable Urgency: medium Maintainer: Debian Ganeti Team Changed-By: Apollon Oikonomopoulos Description: ganeti - cluster virtualization manager ganeti-2.15 - cluster virtualization manager - Python components ganeti-doc - cluster virtualization manager - documentation ganeti-haskell-2.15 - cluster virtualization manager - Haskell components ganeti-htools - cluster virtualization manager - tools (stand-alone) ganeti-htools-2.15 - cluster virtualization manager - tools for Ganeti 2.15 ganeti2- transitional dummy package python-ganeti-rapi - cluster virtualization manager - RAPI client library Closes: 865818 Changes: ganeti (2.15.2-9) unstable; urgency=medium . * Drop B-D on libghc-cabal-dev (Closes: #865818). * d/patches/ghc8-fixes: fix FTBFS with ghc 8.0.2. * Bump Standards to 4.0.0; no changes needed. * B-D on debhelper 10 and bump compat to 10; also remove dh-autoreconf, now included and run by default. Checksums-Sha1: 2187c732f7b28e23da5ba9335a66ee14ebb67967 3378 ganeti_2.15.2-9.dsc 5c4ab147ca37cbc5896f1a0d278af6f5ed9b7c69 69312 ganeti_2.15.2-9.debian.tar.xz 9602313e34a45c249faab71d4b6072fa1ea6d6e4 13219 ganeti_2.15.2-9_source.buildinfo Checksums-Sha256: 5d112df2a53501b40251da323445d698c471cd7aadc50a7afd3320854b7a8a17 3378 ganeti_2.15.2-9.dsc 516f9da0285d87f45175256414f384580d360657a3450fd4b3eb52e1694753b2 69312 ganeti_2.15.2-9.debian.tar.xz e3293107eb348f44251be031ea87e04e0b82b775b906bebfdcefd8a99031be81 13219 ganeti_2.15.2-9_source.buildinfo Files: 5da1133d7d55d5b409b75575dfd57d63 3378 admin extra ganeti_2.15.2-9.dsc 1c30da9281bc2d1fd5e716b2d82613a5 69312 admin extra ganeti_2.15.2-9.debian.tar.xz 7382da88a9672930358bf06243cf6c09 13219 admin extra ganeti_2.15.2-9_source.buildinfo -BEGIN PGP SIGNATURE- iQJHBAEBCAAxFiEEPgL9ZlYpWVIRC6uZ9RsYxyAkgiQFAllSy18THGFwb2lrb3NA ZGViaWFuLm9yZwAKCRD1GxjHICSCJOTJEACGOt4Zc/FLY9/zNDWt0os5IlvU+LPW 6R2ATZjVeJN14Eg6gxe7T1B2zbYFkHPko/28Uza4/0CE7SBm5nxyILOAelBZWO4i r2VkNLm4FTjzmuJQkejH7QsiJTJzWvvobgMp/XWpvw3AsuXQD3JhWCUCMGg0/XOj yQ8lqx1xGTB3cF1AcZd2wYU3hr2kIWjPfKsusRevBIL38K6SEnJNps3EUX3Tz6me ym9T4eVTXob0fMN9zSQAmRpYqlPfiyAu0KGNQyKMq1HRDJQ4LMAsbJ9yX4bSUuGW jVBiEaEGcZUFhBEkpJY4rTphCorBq590NpdooCA+3u2/vtEJrkwh267nwgG6s6U2 uCaAKsntWr2dT5k7ZTjCaUS0kJG0ffIpqZa/XR2s10PSPyEJy+BYdfEvR37HAeKo ts6530mgRpmIOjBG9o8KHjW83/0EQ5LMBwDhHWzeAQ8pZsHjfRGrR5YaKF2MYvUz oUV4JEyRvRkxs+hT4OkA3XeUD5GjA1sLWOFc8tHsenjvzkKofwtHEfw1JGJtRFQy qpcYBTTPEXCJ1el0XCsaAbnvURw4/nT6Ra7uaVxQxS2l+LhPv8tivGFGFQLBYJWJ A7BaXoWWP7+PM3h6DVAK9A3EFoXZey3b8xg9qmRHCWjNn2OzH3rroBMO10WcoAAR Yk6wvWVbOJF70A== =2T90 -END PGP SIGNATURE End Message ---
Bug#866140: marked as done (cacti: modifies shipped files: /usr/share/cacti/site/scripts/*)
Your message dated Tue, 27 Jun 2017 21:43:10 + with message-id and subject line Bug#866140: fixed in cacti 1.1.10+ds1-5 has caused the Debian Bug report #866140, regarding cacti: modifies shipped files: /usr/share/cacti/site/scripts/* 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.) -- 866140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866140 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: cacti Version: 1.1.10+ds1-4 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package modifies files it has shipped. >From the attached log (scroll to the bottom...): 1m6.1s ERROR: FAIL: debsums reports modifications inside the chroot: /usr/share/cacti/site/scripts/ping.pl /usr/share/cacti/site/scripts/ss_host_cpu.php /usr/share/cacti/site/scripts/ss_host_disk.php /usr/share/cacti/site/scripts/ss_net_snmp_disk_bytes.php /usr/share/cacti/site/scripts/ss_net_snmp_disk_io.php cheers, Andreas cacti_1.1.10+ds1-4.log.gz Description: application/gzip --- End Message --- --- Begin Message --- Source: cacti Source-Version: 1.1.10+ds1-5 We believe that the bug you reported is fixed in the latest version of cacti, 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 866...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Paul Gevers (supplier of updated cacti 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: Tue, 27 Jun 2017 21:41:26 +0200 Source: cacti Binary: cacti Architecture: source Version: 1.1.10+ds1-5 Distribution: unstable Urgency: medium Maintainer: Cacti Maintainer Changed-By: Paul Gevers Description: cacti - web interface for graphing of monitoring systems Closes: 866140 Changes: cacti (1.1.10+ds1-5) unstable; urgency=medium . * Fix piuparts issue where the scripts are changed due to loading the template files in the postinst script. See upstream bug #810. (Closes: #866140) Checksums-Sha1: 07940a92c0109813a34908004db618331bcf06ed 2131 cacti_1.1.10+ds1-5.dsc 0a0583a2c39f0cc34d8bc762d719f5d95cce9e73 49348 cacti_1.1.10+ds1-5.debian.tar.xz Checksums-Sha256: a1bdbf02d23c7a495da86c75cca5f8f4ff873734fe6b6e95967fdae32f364925 2131 cacti_1.1.10+ds1-5.dsc 907e5bb0dfc4b25663bfefda725927a955d498479da9a94864728cf8b70b77af 49348 cacti_1.1.10+ds1-5.debian.tar.xz Files: a6d872cc1a23e9c2cb8944183bd61539 2131 web extra cacti_1.1.10+ds1-5.dsc 1963306f905e4718fbf52592e0864cc0 49348 web extra cacti_1.1.10+ds1-5.debian.tar.xz -BEGIN PGP SIGNATURE- iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAllSuVsACgkQnFyZ6wW9 dQo+kAf9G9QhC0kBjaro3rIZrGNxgJ/lFWSGb5Vo3saNe4HTk4VyXn1XnpXc3yG9 7vkZ1XDqIfTJqn4rWkaLSp+MZ6oDkxUuLT+j96mcWDtMy+cHCIfOmTXMmM9xjsYG J2znOXswnJKGze2jby5kVuijD/8LrjW7thDDcXXw1oQ3WPW3HOArXUEEWTOaqmGF QVV+p14ruXnQT8mBTqoHrg6XWn6VRbP3IgpRnh6vToUNHewNsdZ3/bJqNY7zggns k/LRfpCUUuH3rV/c5pqiaI5rMjYUe1ox3CIfArbJRSftj2vLQaR8XcjPhs4Zh5uN lmEbQeQu0K8LMc6QJYKOJLIXOJGChA== =LnOP -END PGP SIGNATURE End Message ---
Bug#853258: docker.io: uses sleep to query user in maintainer script
On 27 Jun 2017, at 9:47 PM, Ian Campbell wrote: > On Tue, 2017-06-27 at 07:21 -0400, Antoine Beaupré wrote: >> On 2017-06-27 08:11:03, Ian Campbell wrote: >>> If you want to be pointlessly pedantic about it then your bug is that >>> your maintainer script in debian/ calls a program which sleeps, whether >>> or not that program is called "sleep" or not. >> >> 1. I don't want to be pointlessly pedantic. >> 2. It's not my bug. >> 3. I just want to fix things here and get Docker.io to migrate around. > > Great, so reinstating the correct/original severity then, since > docker.io shouldn't migrate without this issue being fixed IMHO > (perhaps the maintainers disagree, in which case they can downgrade > themselves). I have to agree with Ian here. The solution I think is to see what other packages like mysql does with the potential to delete user data as Antoine says. Tag: +more_research_required Tim. signature.asc Description: Message signed with OpenPGP using GPGMail
Bug#854210: libnet-xmpp-perl: sendxmpp can't send message to hangouts (work fine for 1.02-5)
On Tue, 27 Jun 2017 21:06:20 +0200, Salvatore Bonaccorso wrote: > > So far we have: > > - a bug against libnet-xmpp-perl which is (at least partially) the wrong > > package; the change in Net::XMPP is that it starts to pass on the > > empty path to the ssl certs from sendxmpp to XML::Stream (before > > that it just ignored the path), so even if a change in Net::XMPP > > triggered the issues, it's not doing anything wrong and doesn't > > look like the place to fix anything; > > - a probably inflated severity, as sendxmpp appears to work fine if a > > correct --tls-ca-path is passed on the command line (or probably in > > its config file?); > > - the idea to make this all easier for users by setting a sane > > default in either sendxmpp or libxml-stream-perl; > > - no indication that this affects anything else then sendxmpp > > (if I interpret Markus' message correctly). > > > > Currently I tend to think that setting an empty path for tls-ca-path > > is suboptimal behaviour in sendxmpp which should be fixed there. > > > > But I'd welcome other opinions on this point. > > Maybe I miss something obvious, but IMHO the bug should 1/ be > reassigned to sendxmpp itself. Then the question is if sendxmpp should > be patches actually (if so it might need to depend on > ca-certificates), or "just" document when > -tls-ca-path="/etc/ssl/certs" needs to be passed. Thanks for your assessment which makes a lot of sense to me. > Maybe not a really useful reply, and I was not involved in the whole > discussion. But my gut feeling is that Net::XMPP is not at "fault" > here in this case. Ack, AFAICS Net::XMPP fixed a bug (ignoring the path to the certs) and this triggered the necessity for sendxmpp to set it (by the user or in the code). -- At the other end of the chain XML::Stream is just a general-purpose low-level library, and changes there look like the wrong place to me. Unless new arguments come up in to near feature, I'm going to reassign this bug to sendxmpp. Cheers, gregor -- .''`. https://info.comodo.priv.at/ - Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Didier Squiban: Suite de gavottes des montagnes signature.asc Description: Digital Signature
Processed: user debian...@lists.debian.org, usertagging 866017, notfixed 864744 in 2017.20170619-2 ...
Processing commands for cont...@bugs.debian.org: > user debian...@lists.debian.org Setting user to debian...@lists.debian.org (was a...@debian.org). > usertags 866017 piuparts There were no usertags set. Usertags are now: piuparts. > notfixed 864744 2017.20170619-2 Bug #864744 {Done: Norbert Preining } [texlive-formats-extra] texlive-formats-extra: fails to install: fmtutil failed Bug #865217 {Done: Norbert Preining } [texlive-formats-extra] texlive-base: Texlive postinst fails due to missing marvosym.sty No longer marked as fixed in versions texlive-extra/2017.20170619-2. No longer marked as fixed in versions texlive-extra/2017.20170619-2. > notfixed 864744 2017.20170614-1 Bug #864744 {Done: Norbert Preining } [texlive-formats-extra] texlive-formats-extra: fails to install: fmtutil failed Bug #865217 {Done: Norbert Preining } [texlive-formats-extra] texlive-base: Texlive postinst fails due to missing marvosym.sty No longer marked as fixed in versions texlive-extra/2017.20170614-1. No longer marked as fixed in versions texlive-extra/2017.20170614-1. > fixed 864744 2017.20170627-1 Bug #864744 {Done: Norbert Preining } [texlive-formats-extra] texlive-formats-extra: fails to install: fmtutil failed Bug #865217 {Done: Norbert Preining } [texlive-formats-extra] texlive-base: Texlive postinst fails due to missing marvosym.sty Marked as fixed in versions texlive-extra/2017.20170627-1. Marked as fixed in versions texlive-extra/2017.20170627-1. > found 864744 2017.20170623-1 Bug #864744 {Done: Norbert Preining } [texlive-formats-extra] texlive-formats-extra: fails to install: fmtutil failed Bug #865217 {Done: Norbert Preining } [texlive-formats-extra] texlive-base: Texlive postinst fails due to missing marvosym.sty Marked as found in versions texlive-extra/2017.20170623-1. Marked as found in versions texlive-extra/2017.20170623-1. > usertags 865399 piuparts There were no usertags set. Usertags are now: piuparts. > affects 865399 + libghc-cabal-prof Bug #865399 [libghc-cabal-dev] libghc-cabal-dev and ghc: error when trying to install together Added indication that 865399 affects libghc-cabal-prof > found 832345 4.1.16-1 Bug #832345 [nsd] nsd: unowned files after purge (policy 6.8, 10.8): /etc/nsd/nsd_{control, server}.{key, pem} Marked as found in versions nsd/4.1.16-1. > found 775385 1.18.3-3 Bug #775385 [lightdm] lightdm: purging leaves leaves dangling /etc/systemd/system/display-manager.service symlink Marked as found in versions lightdm/1.18.3-3. > usertags 864927 piuparts There were no usertags set. Usertags are now: piuparts. > found 857409 52.2.0esr-1 Bug #857409 [firefox-esr-dev] firefox-esr-dev: broken symlink: /usr/lib/firefox-esr-devel-45/sdk/bin/run-mozilla.sh -> ../../../firefox-esr/run-mozilla.sh Marked as found in versions firefox-esr/52.2.0esr-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 775385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775385 832345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832345 857409: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857409 864744: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864744 864927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864927 865217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865217 865399: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865399 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866163: python3-botocore: utils.py has a diff with its previous version at the start of the file
Package: python3-botocore Version: 1.5.75-1 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, Latest version of python3-botocore has an incorrect /usr/lib/python3/dist-packages/botocore/utils.py It contains a diff of itself with its previous version at the top of the file, causing dpkg to fail to configure it at update/install. Patch is below: --- /usr/lib/python3/dist-packages/botocore/utils.py2017-06-27 04:01:59.0 -0600 +++ utils.py2017-06-27 13:13:52.660569424 -0600 @@ -1,15 +1,4 @@ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. botocore/utils.py 2016-11-10 11:30:23.478805141 +0900 -+++ botocore/utils.py 2016-11-10 11:30:23.466805008 +0900 -@@ -28,7 +28,7 @@ - from botocore.exceptions import InvalidDNSNameError, ClientError - from botocore.exceptions import MetadataRetrievalError - from botocore.compat import json, quote, zip_longest, urlsplit, urlunsplit --from botocore.vendored import requests -+import requests - from botocore.compat import OrderedDict - - # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python3-botocore depends on: ii python3 3.5.3-1 ii python3-dateutil 2.5.3-2 ii python3-docutils 0.13.1+dfsg-2 ii python3-jmespath 0.9.1-1 ii python3-requests 2.12.4-1 python3-botocore recommends no packages. python3-botocore suggests no packages. -- no debconf information -- PRIVILEGED AND CONFIDENTIAL This transmission may contain privileged, proprietary or confidential information. If you are not the intended recipient, you are instructed not to review this transmission. If you are not the intended recipient, please notify the sender that you received this message and delete this transmission from your system. --- /usr/lib/python3/dist-packages/botocore/utils.py2017-06-27 04:01:59.0 -0600 +++ utils.py2017-06-27 13:13:52.660569424 -0600 @@ -1,15 +1,4 @@ # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. botocore/utils.py 2016-11-10 11:30:23.478805141 +0900 -+++ botocore/utils.py 2016-11-10 11:30:23.466805008 +0900 -@@ -28,7 +28,7 @@ - from botocore.exceptions import InvalidDNSNameError, ClientError - from botocore.exceptions import MetadataRetrievalError - from botocore.compat import json, quote, zip_longest, urlsplit, urlunsplit --from botocore.vendored import requests -+import requests - from botocore.compat import OrderedDict - - # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of
Bug#860774: openldap on armhf and armel needs bootstrapping
Ryan Tandy wrote: > Debian Bug Tracking System wrote: >> Bug #860774 [libldap-2.4-2] relax dependency on libldap-common >> Added indication that 860774 affects src:git, src:heimdal, and src:subversion > > It will be a few more hours before I can get to an upload, so if > this is blocking others' work, feel free to NMU. I can wait. :) Thanks for your work on openldap! Jonathan
Bug#860774: [Pkg-openldap-devel] Processed: Re: openldap on armhf and armel needs bootstrapping
On Tue, Jun 27, 2017 at 07:09:08PM +, Debian Bug Tracking System wrote: affects 860774 + src:git src:heimdal src:subversion Bug #860774 [libldap-2.4-2] relax dependency on libldap-common Added indication that 860774 affects src:git, src:heimdal, and src:subversion It will be a few more hours before I can get to an upload, so if this is blocking others' work, feel free to NMU.
Processed: found 847495 in 2.7.0+bzr6622-3, severity of 847495 is serious
Processing commands for cont...@bugs.debian.org: > # FHS violation > found 847495 2.7.0+bzr6622-3 Bug #847495 [bzr-doc] bzr-doc: broken symlink /usr/share/doc/16.png Marked as found in versions bzr/2.7.0+bzr6622-3. > severity 847495 serious Bug #847495 [bzr-doc] bzr-doc: broken symlink /usr/share/doc/16.png Severity set to 'serious' from 'minor' > thanks Stopping processing here. Please contact me if you need assistance. -- 847495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847495 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Re: lib64objc-6-dev: broken symlink: /usr/lib/gcc/i686-linux-gnu/6/64/libobjc_gc.so -> ../../../../../lib64/libobjc_gc.so.4
Processing control commands: > affects -1 + libx32objc-6-dev lib64objc-7-dev libx32objc-7-dev Bug #866150 [lib64objc-6-dev] lib64objc-6-dev: broken symlink: /usr/lib/gcc/i686-linux-gnu/6/64/libobjc_gc.so -> ../../../../../lib64/libobjc_gc.so.4 Added indication that 866150 affects libx32objc-6-dev, lib64objc-7-dev, and libx32objc-7-dev -- 866150: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866150 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866150: lib64objc-6-dev: broken symlink: /usr/lib/gcc/i686-linux-gnu/6/64/libobjc_gc.so -> ../../../../../lib64/libobjc_gc.so.4
Followup-For: Bug #866150 Control: affects -1 + libx32objc-6-dev lib64objc-7-dev libx32objc-7-dev Similar problems in libx32objc-6-dev, lib64objc-7-dev, libx32objc-7-dev: 0m26.6s ERROR: FAIL: Broken symlinks: /usr/lib/gcc/i686-linux-gnu/6/x32/libobjc_gc.so -> ../../../../../libx32/libobjc_gc.so.4 1m15.7s ERROR: FAIL: Broken symlinks: /usr/lib/gcc/i686-linux-gnu/7/64/libobjc_gc.so -> ../../../../../lib64/libobjc_gc.so.4 1m13.2s ERROR: FAIL: Broken symlinks: /usr/lib/gcc/i686-linux-gnu/7/x32/libobjc_gc.so -> ../../../../../libx32/libobjc_gc.so.4 There seems to be only one regular libobjc_gc.so.4: libobjc4: /usr/lib/i386-linux-gnu/libobjc_gc.so.4 libobjc4: /usr/lib/i386-linux-gnu/libobjc_gc.so.4.0.0 (and of course many more from the *-cross packages in /usr//...) Andreas
Processed: Re: openldap on armhf and armel needs bootstrapping
Processing commands for cont...@bugs.debian.org: > affects 860774 + src:git src:heimdal src:subversion Bug #860774 [libldap-2.4-2] relax dependency on libldap-common Added indication that 860774 affects src:git, src:heimdal, and src:subversion > quit Stopping processing here. Please contact me if you need assistance. -- 860774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860774 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#854210: libnet-xmpp-perl: sendxmpp can't send message to hangouts (work fine for 1.02-5)
Hi Gregor, On Sun, Jun 25, 2017 at 11:40:09PM +0200, gregor herrmann wrote: > On Sun, 25 Jun 2017 14:52:54 -0300, Eriberto Mota wrote: > > > > Another question: you marked this bug as "affects: sendxmpp > > > ejabberd". The former is obvious but why the latter? I don't think > > > that ejabberd uses XML::Stream or Net::XMPP … > > > > This information was provided by Markus Gschwendt here: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854210#10 > > Right but I'm reading the message as "It also happens when I use > sendxmpp to send a message to a server running ejabberd [and not only > some google server as in the original bug report]". Cc'ing Markus for > clarification. > > > When you think that you will can fix the issue? > > That depends on the answer to the question where the bug actually is > (and following that who should fix it). > > So far we have: > - a bug against libnet-xmpp-perl which is (at least partially) the wrong > package; the change in Net::XMPP is that it starts to pass on the > empty path to the ssl certs from sendxmpp to XML::Stream (before > that it just ignored the path), so even if a change in Net::XMPP > triggered the issues, it's not doing anything wrong and doesn't > look like the place to fix anything; > - a probably inflated severity, as sendxmpp appears to work fine if a > correct --tls-ca-path is passed on the command line (or probably in > its config file?); > - the idea to make this all easier for users by setting a sane > default in either sendxmpp or libxml-stream-perl; > - no indication that this affects anything else then sendxmpp > (if I interpret Markus' message correctly). > > Currently I tend to think that setting an empty path for tls-ca-path > is suboptimal behaviour in sendxmpp which should be fixed there. > > But I'd welcome other opinions on this point. Maybe I miss something obvious, but IMHO the bug should 1/ be reassigned to sendxmpp itself. Then the question is if sendxmpp should be patches actually (if so it might need to depend on ca-certificates), or "just" document when -tls-ca-path="/etc/ssl/certs" needs to be passed. Maybe not a really useful reply, and I was not involved in the whole discussion. But my gut feeling is that Net::XMPP is not at "fault" here in this case. Regards, Salvatore
Bug#866152: libopencryptoki0: broken symlinks: /usr/lib/i386-linux-gnu/pkcs11_*.so -> pkcs11_*.so.0
Package: libopencryptoki0 Version: 3.7.0+dfsg-3 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package ships (or creates) a broken symlink. >From the attached log (scroll to the bottom...): 0m29.8s ERROR: FAIL: Broken symlinks: /usr/lib/i386-linux-gnu/pkcs11_tpm.so -> pkcs11_tpm.so.0 /usr/lib/i386-linux-gnu/pkcs11_sw.so -> pkcs11_sw.so.0 /usr/lib/i386-linux-gnu/pkcs11_cca.so -> pkcs11_cca.so.0 Are you missing a 'lib' prefix in the names (source+target)? cheers, Andreas libopencryptoki0_3.7.0+dfsg-3.log.gz Description: application/gzip
Bug#866150: lib64objc-6-dev: broken symlink: /usr/lib/gcc/i686-linux-gnu/6/64/libobjc_gc.so -> ../../../../../lib64/libobjc_gc.so.4
Package: lib64objc-6-dev Version: 6.3.0-19 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package ships (or creates) a broken symlink. >From the attached log (scroll to the bottom...): 0m27.1s ERROR: FAIL: Broken symlinks: /usr/lib/gcc/i686-linux-gnu/6/64/libobjc_gc.so -> ../../../../../lib64/libobjc_gc.so.4 cheers, Andreas lib64objc-6-dev_6.3.0-19.log.gz Description: application/gzip
Bug#866059: Please remove the git-arch package
severity 866059 important tags 866059 + pending quit Hi Adrian, Adrian Bunk wrote: > Severity: serious Why? > Already for a couple of years, the only realistic usecase > for the tla package in Debian was to allow git-arch to > migrate repositories to git. > > The final release of GNU Arch was in 2006, > and buster is scheduled to be released in 2019. > > It is very unlikely that there will be unconverted GNU Arch > repositories left that people will want to convert to git > in 2019 or later. > > git-all depends on git-arch and "arch" sounds like "architecture", > therefore what popcon says about git-arch and tla is irrelevant. > > Please remove the git-arch package, so that tla can get removed. Happy to. Thanks for reporting. Regards, Jonathan
Processed: Re: Please remove the git-arch package
Processing commands for cont...@bugs.debian.org: > severity 866059 important Bug #866059 [src:git] Please remove the git-arch package Severity set to 'important' from 'serious' > tags 866059 + pending Bug #866059 [src:git] Please remove the git-arch package Added tag(s) pending. > quit Stopping processing here. Please contact me if you need assistance. -- 866059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866059 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866101: marked as done (multipath-tools: build dependency on liburcu-dev and others are missing)
Your message dated Tue, 27 Jun 2017 21:14:32 +0300 with message-id <20170627181432.cex73gk3v6kzrm7l@localhost> and subject line Re: Bug#866101: multipath-tools: build dependency on liburcu-dev and others are missing has caused the Debian Bug report #866101, regarding multipath-tools: build dependency on liburcu-dev and others are missing 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.) -- 866101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866101 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: multipath-tools Version: 0.6.4-5 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, `apt-source multipath-tools` installs a bunch of packages. But a subsequent `make` in the source directory fails, because urcu.h is mssing. Same for libdevmapper.h from libdevmapper-dev Same for libaio.h from libaio-dev readline/readline.h from mlibreadline-dev Please add these packages to the build dependencies -- Package-specific info: /etc/multipath.conf does not exist. -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.11.1 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages multipath-tools depends on: ii init-system-helpers 1.48 ii kpartx 0.6.4-5 ii libaio1 0.3.110-3 ii libc62.24-11+deb9u1 ii libdevmapper1.02.1 2:1.02.137-2 ii librados210.2.5-7.2 ii libreadline7 7.0-3 ii libsystemd0 232-25 ii libudev1 232-25 ii liburcu4 0.9.3-1 ii lsb-base 9.20161125 ii sg3-utils-udev 1.42-2 ii udev 232-25 multipath-tools recommends no packages. Versions of packages multipath-tools suggests: pn multipath-tools-boot -- no debconf information --- End Message --- --- Begin Message --- On Tue, Jun 27, 2017 at 01:07:54PM +0200, Heiko Schlittermann (HS12-RIPE) wrote: > Package: multipath-tools > Version: 0.6.4-5 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > Dear Maintainer, > > `apt-source multipath-tools` installs a bunch of packages. But a "apt-get source" does not install any packages. > subsequent `make` in the source directory fails, because urcu.h is > mssing. > > Same for libdevmapper.h from libdevmapper-dev > Same for libaio.h from libaio-dev > readline/readline.h from mlibreadline-dev > > Please add these packages to the build dependencies >... It seems you forgot sudo apt-get build-dep multipath-tools 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 ---
Processed: forcibly merging 846314 866027, block 866024 with 846314
Processing commands for cont...@bugs.debian.org: > forcemerge 846314 866027 Bug #846314 [alot] alot: please use python-gpg instead of python-gpgme Bug #866027 [alot] alot: Migrate from pygpgme to python-gpg Severity set to 'serious' from 'important' 866024 was blocked by: 866026 866027 866024 was not blocking any bugs. Removed blocking bug(s) of 866024: 866027 Owner recorded as Jordan Justen . Added indication that 866027 affects python-gpg,python-gpgme Added tag(s) patch and upstream. Merged 846314 866027 > block 866024 with 846314 Bug #866024 [src:pygpgme] pygpgme: Should not be released with buster 866024 was blocked by: 866026 866024 was not blocking any bugs. Added blocking bug(s) of 866024: 866027 and 846314 > thanks Stopping processing here. Please contact me if you need assistance. -- 846314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846314 866024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866024 866027: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866027 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866140: cacti: modifies shipped files: /usr/share/cacti/site/scripts/*
Package: cacti Version: 1.1.10+ds1-4 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package modifies files it has shipped. >From the attached log (scroll to the bottom...): 1m6.1s ERROR: FAIL: debsums reports modifications inside the chroot: /usr/share/cacti/site/scripts/ping.pl /usr/share/cacti/site/scripts/ss_host_cpu.php /usr/share/cacti/site/scripts/ss_host_disk.php /usr/share/cacti/site/scripts/ss_net_snmp_disk_bytes.php /usr/share/cacti/site/scripts/ss_net_snmp_disk_io.php cheers, Andreas cacti_1.1.10+ds1-4.log.gz Description: application/gzip
Processed: Correct the found version
Processing commands for cont...@bugs.debian.org: > notfound 866108 2016.20170123-5 Bug #866108 [texlive-science-doc] gets file move relations wrong No longer marked as found in versions texlive-extra/2016.20170123-5. > found 866108 2017.20170623-1 Bug #866108 [texlive-science-doc] gets file move relations wrong Marked as found in versions texlive-extra/2017.20170623-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 866108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866108 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Re: Bug#846314: alot: Migrate from pygpgme to python-gpg
Processing control commands: > severity -1 serious Bug #846314 [alot] alot: please use python-gpg instead of python-gpgme Severity set to 'serious' from 'normal' -- 846314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846314 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Re: Bug#866026: caja-dropbox: Migrate from pygpgme to python-gpg
Processing control commands: > severity -1 serious Bug #866026 [caja-dropbox] caja-dropbox: Migrate from pygpgme to python-gpg Severity set to 'serious' from 'important' -- 866026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866026 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866139: phyml uses -march=native
Source: phyml Version: 3:3.3.20170530+dfsg-1 Severity: serious https://buildd.debian.org/status/package.php?p=phyml&suite=sid ... gcc -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -O2 -fomit-frame-pointer -funroll-loops -Wall -Winline -march=native -c -o optimiz.o optimiz.c .: Building [phyml]. Version 3.3.3:3.3.20170530+dfsg-1 :. gcc: error: unrecognized command line option '-march=native'; did you mean '-mcpu=native'? gcc: error: unrecognized command line option '-march=native'; did you mean '-mcpu=native'? Makefile:1682: recipe for target 'main.o' failed make[4]: *** [main.o] Error 1 The -march=native option must not be used: - it causes FTBFS on !x86 - on x86 it causes the binaries to only run on machines compatible with whatever buildd happened to build the package
Processed: Re: relax dependency on libldap-common
Processing control commands: > severity -1 serious Bug #860774 [libldap-2.4-2] relax dependency on libldap-common Severity set to 'serious' from 'normal' -- 860774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860774 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#865973: Gnuastro 0.3.13 checks on 32bit big endian systems
Thank you very much, This is very strange because these test scripts all have the `--naxis1' and `--naxis2' options that the error message complains about! Here is one example (see line 53): https://sources.debian.net/src/gnuastro/0.3.13-1/tests/mkprof/mosaic1.sh So there is something deep in the code that is causing this failure. But I don't have any 32-bit big-endian system to try on. I tried downloading the Debian MIPS installation image, but couldn't build it in a virtual machine (using virtual box). Could you recommend an emulator or something that I can try this build and run Gnuastro on such a system (from my 64-bit intel processor) and find the cause of the bug? Thanks again, Mohammad -- Maintainer of GNU Astronomy Utilities (Gnuastro)
Bug#854210: libnet-xmpp-perl: sendxmpp can't send message to hangouts (work fine for 1.02-5)
Control: affects -1 - ejabberd On Mon, 26 Jun 2017 22:53:32 +0200, Markus Gschwendt wrote: > On Mon, 2017-06-26 at 19:23 +0200, gregor herrmann wrote: > > On Mon, 26 Jun 2017 00:36:27 +0200, Markus Gschwendt wrote: > > Could you please also tell us if my interpretation of your message re > > ejabberd from my last mail was correct? > yes. in my opinion ejabberd is not effected. > the cause of the problem is on the local side of perl/sendxmpp > configuration. ejabberd was just the remote side in my case like google > chat in the original report. Thanks for the confirmation! I'm removing the "affects ejabberd" now. Cheers, gregor -- .''`. https://info.comodo.priv.at/ - Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Joan Baez: For Sasha signature.asc Description: Digital Signature
Processed: Re: Bug#854210: libnet-xmpp-perl: sendxmpp can't send message to hangouts (work fine for 1.02-5)
Processing control commands: > affects -1 - ejabberd Bug #854210 [libnet-xmpp-perl] libnet-xmpp-perl: sendxmpp can't send message to hangouts (work fine for 1.02-5) Removed indication that 854210 affects ejabberd -- 854210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854210 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Fwd: Fwd: Re: calibre: Calibre-server fails to start with missing dependancy
Processing commands for cont...@bugs.debian.org: > severity 866102 serious Bug #866102 [calibre] calibre: Calibre-server fails to start with missing dependancy Severity set to 'serious' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 866102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866102 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#864460: marked as done (libprelude23: fails to upgrade from 'sid' - trying to overwrite /etc/prelude/default/client.conf)
Your message dated Tue, 27 Jun 2017 15:26:34 + with message-id and subject line Bug#864460: fixed in libprelude 3.1.0-0.2 has caused the Debian Bug report #864460, regarding libprelude23: fails to upgrade from 'sid' - trying to overwrite /etc/prelude/default/client.conf 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.) -- 864460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864460 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libprelude23 Version: 3.1.0-0.1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Control: affects -1 + libprelude-dev libprelude-perl python-prelude Hi, during a test with piuparts I noticed your package fails to upgrade from 'sid' to 'experimental'. It installed fine in 'sid', then the upgrade to 'experimental' fails because it tries to overwrite other packages files without declaring a Breaks+Replaces relation. See policy 7.6 at https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces >From the attached log (scroll to the bottom...): Selecting previously unselected package libprelude23. (Reading database ... (Reading database ... 8444 files and directories currently installed.) Preparing to unpack .../libprelude23_3.1.0-0.1_amd64.deb ... Unpacking libprelude23 (3.1.0-0.1) ... dpkg: error processing archive /var/cache/apt/archives/libprelude23_3.1.0-0.1_amd64.deb (--unpack): trying to overwrite '/etc/prelude/default/client.conf', which is also in package libprelude2 1.0.0-11.9 cheers, Andreas libprelude-dev_3.1.0-0.1.log.gz Description: application/gzip --- End Message --- --- Begin Message --- Source: libprelude Source-Version: 3.1.0-0.2 We believe that the bug you reported is fixed in the latest version of libprelude, 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 864...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Andrejak (supplier of updated libprelude package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 22 Jun 2017 01:00:00 +0100 Source: libprelude Binary: libprelude-dev libprelude-doc libprelude23 libpreludecpp8 libprelude-perl python-prelude python3-prelude ruby-libprelude libprelude-lua Architecture: source Version: 3.1.0-0.2 Distribution: experimental Urgency: medium Maintainer: Pierre Chifflier Changed-By: Thomas Andrejak Description: libprelude-dev - Security Information Management System [ Development files ] libprelude-doc - Security Information Management System [ Documentation ] libprelude-lua - Security Information Management System [ Lua bindings ] libprelude-perl - Security Information Management System [ Perl bindings ] libprelude23 - Security Information Management System [ Base library ] libpreludecpp8 - Security Information Management System [ C++ library ] python-prelude - Security Information Management System [ Python2 bindings ] python3-prelude - Security Information Management System [ Python3 bindings ] ruby-libprelude - Security Information Management System [ Ruby bindings ] Closes: 838115 864460 Changes: libprelude (3.1.0-0.2) experimental; urgency=medium . * Non-maintainer upload. * Control: - Support Build profiles nopython, noperl, nolua and noruby; also build the documentation only when building the indep packages (Closes: #838115) - Add Replace and Breaks for transition (Closes: #864460) * Patches: - 007-fix_libprelude-error_hurd.patch: patch for errno on hurd-i386 - 008-disable_test-poll_on_kfreebsd.patch: Disable test-poll test in libmissing on kfreebsd Checksums-Sha1: 17d4a15abddfbea9a206e6a8979f0062594f2d83 2643 libprelude_3.1.0-0.2.dsc b379058ab12debc38cda1a60b6f07498ebba1e6a 12416 libprelude_3.1.0-0.2.debian.tar.xz cec1adb8e1ac359eb2d4fbcbb787506703a0b931 12524 libprelude_3.1.0-0.2_amd64.buildinfo Checksums-Sha256: d28790ece109b229ea452d70bcbdc29c6ad838c28873d5ba4fa7d2511b676635 2643 libprelude_3.1.0-0.2.dsc 97cd7772d36aee3b6d1fd6d5fac6d9d9107ba622d650b6d49cc4d236889c079f 12416 libprelude_3.1.0-0.2.debian.tar.xz 3c0292accc2160910a5196c9fabed7a7aec9ad903244e4ba97979ee689
Bug#866124: cyrus childs exit after 50000-60000 seconds of activity
Source: cyrus-imapd Version: 2.5.10-3 Severity: serious Hi, I've already applied the patch I posted in #863520 but I still have problems, I use imaps and imap, after a while many processes are dying with code 75, and many (but not all) clients are not able to use anymore the email until a cyrus restart. In the log: Jun 27 09:00:22 biancaneve cyrus/master[19953]: process type:SERVICE name:imaps path:/usr/lib/cyrus/bin/imapd age:626.757s pid:30998 exited, status 75 Jun 27 09:00:22 biancaneve cyrus/master[19953]: process type:SERVICE name:imaps path:/usr/lib/cyrus/bin/imapd age:626.745s pid:30999 exited, status 75 Jun 27 09:00:22 biancaneve cyrus/master[19953]: process type:SERVICE name:imaps path:/usr/lib/cyrus/bin/imapd age:148.294s pid:32671 exited, status 75 Jun 27 09:00:22 biancaneve cyrus/master[19953]: process type:SERVICE name:imaps path:/usr/lib/cyrus/bin/imapd age:147.282s pid:32672 exited, status 75 Jun 27 09:00:22 biancaneve cyrus/master[19953]: process type:SERVICE name:imaps path:/usr/lib/cyrus/bin/imapd age:146.002s pid:32674 exited, status 75 Jun 27 09:00:22 biancaneve cyrus/master[19953]: process type:SERVICE name:lmtpunix path:/usr/lib/cyrus/bin/lmtpd age:68.150s pid:32754 exited, status 75 (also imap) and before: Jun 27 09:00:22 biancaneve cyrus/imap[25084]: IDLE: error sending message DONE to idled for mailbox user.XXX Resource temporarily unavailable. (distro is stretch, don't look at System Information) Regards -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init)
Processed: Re: Bug#866108: texlive-science-doc: Missing Replaces: on texlive-latex-extra-doc
Processing commands for cont...@bugs.debian.org: > retitle 866108 gets file move relations wrong Bug #866108 [texlive-science-doc] texlive-science-doc: Missing Replaces: on texlive-latex-extra-doc Changed Bug title to 'gets file move relations wrong' from 'texlive-science-doc: Missing Replaces: on texlive-latex-extra-doc'. > tags 866108 + pending Bug #866108 [texlive-science-doc] gets file move relations wrong Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 866108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866108 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866108: texlive-science-doc: Missing Replaces: on texlive-latex-extra-doc
retitle 866108 gets file move relations wrong tags 866108 + pending thanks > The texlive-science-doc is missing a Replaces: texlive-latex-extra-doc Argg... thanks for the report ... the direction is reversed, stupid typo error of mine. Fixed in the git repo. Thanks Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. +JAIST +TeX Live +Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
Processed: add forwarded info
Processing commands for cont...@bugs.debian.org: > forwarded 865316 https://bugs.freedesktop.org/show_bug.cgi?id=101532 Bug #865316 [xkb-data] regression in keyboard layout selection (Malayalam, Kannada, Telugu etc missing) Set Bug forwarded-to-address to 'https://bugs.freedesktop.org/show_bug.cgi?id=101532'. > End of message, stopping processing here. Please contact me if you need assistance. -- 865316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865316 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Re: Processed: your mail
Processing commands for cont...@bugs.debian.org: > fixed 866107 0.9.73-2 Bug #866107 {Done: Jaromír Mikeš } [src:jack-capture] jack-capture: FTBFS on mips, mipsel: undefined reference to `__atomic_load_8' The source 'jack-capture' and version '0.9.73-2' do not appear to match any binary packages Marked as fixed in versions jack-capture/0.9.73-2. > thanks Stopping processing here. Please contact me if you need assistance. -- 866107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866107 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866109: tiff: CVE-2017-9935: Heap-based buffer overflow in t2p_write_pdf
FTR, I still opted for grave for now even though the issue seems only located in the tools, not in the library. Please correct me though if I'm wrong. We might adjust that later, but should for sure be fixed in unstable once a fix is available. Regards, Salvatore
Processed: your mail
Processing commands for cont...@bugs.debian.org: > close 866107 Bug #866107 [src:jack-capture] jack-capture: FTBFS on mips, mipsel: undefined reference to `__atomic_load_8' Marked Bug as done > # fixed in new upload 0.9.73-2 > thanks Stopping processing here. Please contact me if you need assistance. -- 866107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866107 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866110: multipath-tools: mpathpersist segfaults. Newer version is available and fixed!
Package: multipath-tools Version: 0.6.4-5 Severity: grave Justification: renders package unusable Dear Maintainer, the mpathpersist command segfaults. I got it fixed, but discovered, that a similiar fix is already applied upstream. Git commit fef089a6610f94a847541069f3008a5708044015 in the upstream sources fixes this problem! I've added the above mentioned patch manually and installed the package as a NMU and it works. At least the segfaults are gone. I'm not sure if the tool is working properly though. -- Package-specific info: /etc/multipath.conf does not exist. -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.11.1 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages multipath-tools depends on: ii init-system-helpers 1.48 ii kpartx 0.6.4-5 ii libaio1 0.3.110-3 ii libc62.24-11+deb9u1 ii libdevmapper1.02.1 2:1.02.137-2 ii librados210.2.5-7.2 ii libreadline7 7.0-3 ii libsystemd0 232-25 ii libudev1 232-25 ii liburcu4 0.9.3-1 ii lsb-base 9.20161125 ii sg3-utils-udev 1.42-2 ii udev 232-25 multipath-tools recommends no packages. Versions of packages multipath-tools suggests: pn multipath-tools-boot -- no debconf information
Bug#866109: tiff: CVE-2017-9935: Heap-based buffer overflow in t2p_write_pdf
Source: tiff Version: 4.0.8-2 Severity: grave Tags: upstream security Forwarded: http://bugzilla.maptools.org/show_bug.cgi?id=2704 Hi, the following vulnerability was published for tiff, using severity grave for now since I'm not sure code execution can be ruled out. CVE-2017-9935[0]: | In LibTIFF 4.0.8, there is a heap-based buffer overflow in the | t2p_write_pdf function in tools/tiff2pdf.c. This heap overflow could | lead to different damages. For example, a crafted TIFF document can | lead to an out-of-bounds read in TIFFCleanup, an invalid free in | TIFFClose or t2p_free, memory corruption in t2p_readwrite_pdf_image, or | a double free in t2p_free. Given these possibilities, it probably could | cause arbitrary code execution. In the upstream bugtracker the reporter has provided his reproducers which can be used later on to verfiy a fix as well with the given testcases. If you fix the vulnerability please also make sure to include the CVE (Common Vulnerabilities & Exposures) id in your changelog entry. For further information see: [0] https://security-tracker.debian.org/tracker/CVE-2017-9935 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9935 [1] http://bugzilla.maptools.org/show_bug.cgi?id=2704 Please adjust the affected versions in the BTS as needed, specifically no checks have been done yet for older versions than 4.0.8-2. Regards, Salvatore
Bug#853787: Good day , I want to confirm if you received my previous email regarding you having the same Surname with my late client , leaving in your name in his last will of testament Please email m
hi
Bug#866107: jack-capture: FTBFS on mips, mipsel: undefined reference to `__atomic_load_8'
Source: jack-capture Version: 0.9.73-1 Severity: serious Tags: sid buster Hi, jack-capture FTBFS on mips, mipsel and various ports architectures with the error: > /tmp/ccZYp8m1.o: In function `print_console': > ./jack_capture.c:721: undefined reference to `__atomic_load_8' > ./jack_capture.c:721: undefined reference to `__atomic_load_8' > /tmp/ccZYp8m1.o: In function `process': > ./jack_capture.c:1723: undefined reference to `__atomic_load_8' > ./jack_capture.c:1728: undefined reference to `__atomic_fetch_add_8' > ./jack_capture.c:1730: undefined reference to `__atomic_load_8' > ./jack_capture.c:1742: undefined reference to `__atomic_fetch_add_8' > ./jack_capture.c:1723: undefined reference to `__atomic_load_8' > ./jack_capture.c:1723: undefined reference to `__atomic_load_8' > ./jack_capture.c:1728: undefined reference to `__atomic_fetch_add_8' > ./jack_capture.c:1730: undefined reference to `__atomic_load_8' > ./jack_capture.c:1742: undefined reference to `__atomic_fetch_add_8' > ./jack_capture.c:1723: undefined reference to `__atomic_load_8' > collect2: error: ld returned 1 exit status This is because jack-capture uses 64-bit atomics which requires the use of the libatomic helper library on some architectures. The simple fix is to add "-latomic" to DEB_LDFLAGS_MAINT_APPEND like this: > export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -latomic Alternatively you could add the library to the LINKFLAGS variable in the upstream Makefile. Thanks, James signature.asc Description: OpenPGP digital signature
Processed: Re: Bug#853258: docker.io: uses sleep to query user in maintainer script
Processing control commands: > severity -1 serious Bug #853258 [src:docker.io] docker.io: uses sleep to query user in maintainer script Severity set to 'serious' from 'normal' -- 853258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853258 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866108: texlive-science-doc: Missing Replaces: on texlive-latex-extra-doc
Package: texlive-science-doc Version: 2016.20170123-5 Severity: serious Justification: Breaks upgrades Hi, The texlive-science-doc is missing a Replaces: texlive-latex-extra-doc (perhaps versionned) as /usr/share/doc/texlive-doc/latex/textgreek/README was in the previous texlive-latex-extra-doc and also in the current texlive-science-doc. Here is an extract from a plain "apt upgrade" (in French, sorry): (Lecture de la base de données... 616290 fichiers et répertoires déjà installés.) Suppression de texlive-latex-extra (2016.20170123-5) ... dpkg: tentative de déconfiguration de texlive-latex-extra-doc, qui serait cassé par l'installation de texlive-science-doc... dpkg: oui, déconfiguration de texlive-latex-extra-doc (cassé par texlive-science-doc). (Lecture de la base de données... 611509 fichiers et répertoires déjà installés.) Préparation du dépaquetage de .../texlive-science-doc_2017.20170623-1_all.deb ... Déconfiguration de texlive-latex-extra-doc (2016.20170123-5) ... Dépaquetage de texlive-science-doc (2017.20170623-1) sur (2016.20170123-5) ... dpkg: erreur de traitement de l'archive /var/cache/apt/archives/texlive-science-doc_2017.20170623-1_all.deb (--unpack) : tentative de remplacement de « /usr/share/doc/texlive-doc/latex/textgreek/README », qui appartient aussi au paquet texlive-latex-extra-doc 2016.20170123-5 dpkg-deb: erreur: le sous-processus coller a été tué par le signal (Relais brisé (pipe)) dpkg: tentative de déconfiguration de texlive-science-doc, qui serait cassé par l'installation de texlive-latex-extra-doc... dpkg: oui, déconfiguration de texlive-science-doc (cassé par texlive-latex-extra-doc). Préparation du dépaquetage de .../texlive-latex-extra-doc_2017.20170623-1_all.deb ... Déconfiguration de texlive-science-doc (2016.20170123-5) ... Dépaquetage de texlive-latex-extra-doc (2017.20170623-1) sur (2016.20170123-5) ... Des erreurs ont été rencontrées pendant l'exécution : /var/cache/apt/archives/texlive-science-doc_2017.20170623-1_all.deb Regards, Vincent -- Package-specific info: IMPORTANT INFORMATION: We will only consider bug reports concerning the packaging of TeX Live as relevant. If you have problems with combination of packages in a LaTeX document, please consult your local TeX User Group, the comp.text.tex user group, the author of the original .sty file, or any other help resource. In particular, bugs that are related to up-upstream, i.e., neither Debian nor TeX Live (upstream), but the original package authors, will be closed immediately. *** The Debian TeX Team is *not* a LaTeX Help Desk *** If you report an error when running one of the TeX-related binaries (latex, pdftex, metafont,...), or if the bug is related to bad or wrong output, please include a MINIMAL example input file that produces the error in your report. Please run your example with (pdf)latex -recorder ... (or any other program that supports -recorder) and send us the generated file with the extension .fls, it lists all the files loaded during the run and can easily explain problems induced by outdated files in your home directory. Don't forget to also include minimal examples of other files that are needed, e.g. bibtex databases. Often it also helps to include the logfile. Please, never send included pictures! If your example file isn't short or produces more than one page of output (except when multiple pages are needed to show the problem), you can probably minimize it further. Instructions on how to do that can be found at http://www.minimalbeispiel.de/mini-en.html (english) or http://www.minimalbeispiel.de/mini.html (german) ## minimal input file ## other files ## List of ls-R files -rw-r--r-- 1 vdanjean vdanjean 44796 Mar 10 21:25 /home/vdanjean/texmf/ls-R -rw-r--r-- 1 root root 1663 Jun 9 09:28 /var/lib/texmf/ls-R -rw-rw-r-- 1 root staff 80 Aug 28 2012 /usr/local/share/texmf/ls-R lrwxrwxrwx 1 root root 29 Jan 17 03:45 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx 1 root root 31 Mar 4 07:53 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST lrwxrwxrwx 1 root root 31 Mar 4 07:53 /usr/share/texlive/texmf-dist/ls-R -> /var/lib/texmf/ls-R-TEXLIVEDIST ## Config files -rw-r--r-- 1 root root 838 Jan 18 13:57 /etc/texmf/web2c/texmf.cnf lrwxrwxrwx 1 root root 33 Mar 4 07:53 /usr/share/texmf/web2c/fmtutil.cnf -> /var/lib/texmf/fmtutil.cnf-DEBIAN lrwxrwxrwx 1 root root 32 Mar 4 07:53 /usr/share/texmf/web2c/updmap.cfg -> /var/lib/texmf/updmap.cfg-DEBIAN -rw-r--r-- 1 root root 2864 Apr 3 16:39 /var/lib/texmf/tex/generic/config/language.dat ## Files in /etc/texmf/web2c/ total 8 -rw-r--r-- 1 root root 283 Jun 26 2011 mktex.cnf -rw-r--r-- 1 root root 838 Jan 18 13:57 texmf.cnf ## md5sums of texmf
Bug#866101: multipath-tools: build dependency on liburcu-dev and others are missing
Package: multipath-tools Version: 0.6.4-5 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, `apt-source multipath-tools` installs a bunch of packages. But a subsequent `make` in the source directory fails, because urcu.h is mssing. Same for libdevmapper.h from libdevmapper-dev Same for libaio.h from libaio-dev readline/readline.h from mlibreadline-dev Please add these packages to the build dependencies -- Package-specific info: /etc/multipath.conf does not exist. -- System Information: Debian Release: 9.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.11.1 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages multipath-tools depends on: ii init-system-helpers 1.48 ii kpartx 0.6.4-5 ii libaio1 0.3.110-3 ii libc62.24-11+deb9u1 ii libdevmapper1.02.1 2:1.02.137-2 ii librados210.2.5-7.2 ii libreadline7 7.0-3 ii libsystemd0 232-25 ii libudev1 232-25 ii liburcu4 0.9.3-1 ii lsb-base 9.20161125 ii sg3-utils-udev 1.42-2 ii udev 232-25 multipath-tools recommends no packages. Versions of packages multipath-tools suggests: pn multipath-tools-boot -- no debconf information
Bug#865772: marked as done (webkit2gtk: Select element regression introduced in 2.16.4)
Your message dated Tue, 27 Jun 2017 10:14:52 + with message-id and subject line Bug#865772: fixed in webkit2gtk 2.16.5-1 has caused the Debian Bug report #865772, regarding webkit2gtk: Select element regression introduced in 2.16.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.) -- 865772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865772 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: webkit2gtk Version: 2.16.4-1 Severity: serious The webkit2gtk developers recommend not updating to 2.16.4 because of a regression and wait for the next version (2.16.5?). Therefore, I'm filing this bug to stop automatic migration to testing. https://mail.gnome.org/archives/distributor-list/2017-June/msg1.html Thanks, Jeremy Bicha --- End Message --- --- Begin Message --- Source: webkit2gtk Source-Version: 2.16.5-1 We believe that the bug you reported is fixed in the latest version of webkit2gtk, 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 865...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alberto Garcia (supplier of updated webkit2gtk 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: Tue, 27 Jun 2017 10:29:49 +0300 Source: webkit2gtk Binary: libjavascriptcoregtk-4.0-18 libjavascriptcoregtk-4.0-dev libjavascriptcoregtk-4.0-bin gir1.2-javascriptcoregtk-4.0 libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-dev libwebkit2gtk-4.0-doc gir1.2-webkit2-4.0 libwebkit2gtk-4.0-37-gtk2 Architecture: source Version: 2.16.5-1 Distribution: unstable Urgency: medium Maintainer: Debian WebKit Maintainers Changed-By: Alberto Garcia Description: gir1.2-javascriptcoregtk-4.0 - JavaScript engine library from WebKitGTK+ - GObject introspection gir1.2-webkit2-4.0 - Web content engine library for GTK+ - GObject introspection data libjavascriptcoregtk-4.0-18 - JavaScript engine library from WebKitGTK+ libjavascriptcoregtk-4.0-bin - JavaScript engine library from WebKitGTK+ - command-line interpre libjavascriptcoregtk-4.0-dev - JavaScript engine library from WebKitGTK+ - development files libwebkit2gtk-4.0-37 - Web content engine library for GTK+ libwebkit2gtk-4.0-37-gtk2 - Web content engine library for GTK+ - GTK+2 plugin process libwebkit2gtk-4.0-dev - Web content engine library for GTK+ - development files libwebkit2gtk-4.0-doc - Web content engine library for GTK+ - documentation Closes: 865772 Changes: webkit2gtk (2.16.5-1) unstable; urgency=medium . * New upstream release (Closes: #865772). Checksums-Sha1: d7436144a15b57b084ba623357561b33473ba416 3574 webkit2gtk_2.16.5-1.dsc 8052fda41b1b666f175baaac787c5cba39ed24a0 14655656 webkit2gtk_2.16.5.orig.tar.xz f789550acc6d6073f8ff017f77204426bb6f444a 52412 webkit2gtk_2.16.5-1.debian.tar.xz d3b7f22cda029443d795317cad43452bd6722e51 15936 webkit2gtk_2.16.5-1_source.buildinfo Checksums-Sha256: 770b654e36edea6dc0bcbdec8176e5acad062d72ea625aeff3454322c244ae91 3574 webkit2gtk_2.16.5-1.dsc 8e0396f3428e757898c5856e642eed4fcd5a20ae03d96d3eaa03b76634be7dd4 14655656 webkit2gtk_2.16.5.orig.tar.xz a3b4d0b60e05aac45d2e3b5fba7b343c78a280d1604bb77a0aa70e2b7858a630 52412 webkit2gtk_2.16.5-1.debian.tar.xz 0929384a2ed4276408ef6b553895a03fd756e61d0162327288d08547b769d60b 15936 webkit2gtk_2.16.5-1_source.buildinfo Files: a9aee1d63a6ff4be1f9cf8c457c2a135 3574 web optional webkit2gtk_2.16.5-1.dsc fce72dc89cd310a663d9eb97133861fe 14655656 web optional webkit2gtk_2.16.5.orig.tar.xz 5a209cae0c0fcd2557e80e4e6614edaa 52412 web optional webkit2gtk_2.16.5-1.debian.tar.xz 067b63c7b86211ddbb40b0415893dd72 15936 web optional webkit2gtk_2.16.5-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEEG4Kq8pR5Ln9Vhk8+vjIZrz7UE0EFAllSFX0ACgkQvjIZrz7U E0GvXhAAs9h8DoSeghoaxnt3naFAQ+tKqm0u+CQmM+MD0AUdtbm5P/lyZC1Wjkty CmmjR+ZGyFwztP8XNKj5yjEJO9+DTIABLAn7sgQprUDAVHVWksy1fk4N6gK0Vdle qOhCsneD75jxz3tJuZxMfSWH7uojybKbyJW9TSrggnKYou0RCPSqKyPt+DMTA++P QbECPg0SPNiepeVwuFkgBgyDmQMtOB4NAkVdeWX76HmMySDXOk2eEVzWI0u+cS+2 CBIKwVqA1xfQMUZs2BpKIPBwHxMHY1VFgqO+nGssZZFASQ/JulcQl6Csp6Tasazh bE2Mx+maHY9TfBjfPM1iJ3XY3iPf5+2u21WoOKQ4fcTvbURcYqu1nOGfpl3MCU6r +hi44clBFDkoyv5K6
Bug#865552: marked as done (libbpp-phyl FTBFS with test failures)
Your message dated Tue, 27 Jun 2017 10:07:34 + with message-id and subject line Bug#865552: fixed in libbpp-phyl 2.3.1-5 has caused the Debian Bug report #865552, regarding libbpp-phyl FTBFS with test failures to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 865552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865552 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: libbpp-phyl Version: 2.3.1-2 Severity: serious https://buildd.debian.org/status/package.php?p=libbpp-phyl&suite=sid I do not see any obvious reason why 2.3.1-2 fails on so many architectures where 2.3.1-1 built just a few hours earlier. --- End Message --- --- Begin Message --- Source: libbpp-phyl Source-Version: 2.3.1-5 We believe that the bug you reported is fixed in the latest version of libbpp-phyl, 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 865...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Tille (supplier of updated libbpp-phyl 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: Tue, 27 Jun 2017 11:16:14 +0200 Source: libbpp-phyl Binary: libbpp-phyl-dev libbpp-phyl11 Architecture: source amd64 Version: 2.3.1-5 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team Changed-By: Andreas Tille Description: libbpp-phyl-dev - Bio++ Phylogenetic library development files libbpp-phyl11 - Bio++ Phylogenetic library Closes: 865552 Changes: libbpp-phyl (2.3.1-5) unstable; urgency=medium . * Fix build time issues for remaining architectures Closes: #865552 Checksums-Sha1: 294d4c0ce4e470fb4ec8cf564d9ee810a4434435 2131 libbpp-phyl_2.3.1-5.dsc cb664c0a75397b0fb881b98ea4e97cd7aef45c06 5240 libbpp-phyl_2.3.1-5.debian.tar.xz 0c4472a5879c1501df53e155414adc620479463b 4543394 libbpp-phyl-dev_2.3.1-5_amd64.deb a4b7860f7906b391d615a0ee84d52bb022d93f2c 304428 libbpp-phyl11-dbgsym_2.3.1-5_amd64.deb 5a92345eac190a80a7bffeb2ffbb88a5e3a81b4b 1613296 libbpp-phyl11_2.3.1-5_amd64.deb 7ae607cb41013c3bba2db4d586e616f923b5d385 7070 libbpp-phyl_2.3.1-5_amd64.buildinfo Checksums-Sha256: 025863bc1532f7e710443ca31680084a732ae6d0ee45d34dfa7c47a2798adab5 2131 libbpp-phyl_2.3.1-5.dsc 5e1c1412c64cde0f843e4bdd6320a79252da0b5cb8189f4d1b4f2f46ea8e6021 5240 libbpp-phyl_2.3.1-5.debian.tar.xz 90993233f1dc27e0c6f218af21f252b2bc7da62377ea1bf850fc2c27ab3f3449 4543394 libbpp-phyl-dev_2.3.1-5_amd64.deb cfd13fc5dc467cf234b47b2bc3eacd644beb86ce60ade01e1a04d1343beb2919 304428 libbpp-phyl11-dbgsym_2.3.1-5_amd64.deb 4bea800a1059f7b4a83429a3ba00f5ecfa39dc9c3166477ad3f9b3de7e71a0da 1613296 libbpp-phyl11_2.3.1-5_amd64.deb 6a23f02f3dd7b8ec6d2d80119d065a33f7374718426cd94500d22f6d8a639009 7070 libbpp-phyl_2.3.1-5_amd64.buildinfo Files: b4c39da946bf4f65eed471d8fe168b4d 2131 science optional libbpp-phyl_2.3.1-5.dsc 5895d2f48307776aae7809c7bf36885a 5240 science optional libbpp-phyl_2.3.1-5.debian.tar.xz 8cf353e667493630d2caa38075ecd668 4543394 libdevel optional libbpp-phyl-dev_2.3.1-5_amd64.deb 008871301dbb2d9449489ef8af25215f 304428 debug extra libbpp-phyl11-dbgsym_2.3.1-5_amd64.deb 10eeab842b72fccd8651a7d3b8b41b1e 1613296 libs optional libbpp-phyl11_2.3.1-5_amd64.deb de6f131e1fd43fef1b8ebaada4f0d180 7070 science optional libbpp-phyl_2.3.1-5_amd64.buildinfo -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJZUimKAAoJEFeKBJTRxkbRhyIP/2ocP1c+gxxeZUvrtCk+W3h9 xYbw5i7cJAIlGjWYYOfiytOeoMdbDxbuv1k0gDiklBP2ZelpKj+llZqDJwHYJY9L nKev+tQkF1kXGmj0lKTjUdeCG1P7IoFVudSFZMk6iXOyvvPWWMSOfdDJawGVzjsZ 5qLz7UWqVnnwWgogxgloa6exA8pwxqh3dbqfHKKC1HCQuOJDVWlTFqoGbHRNFQ9N /uNM8i3Mb7B3UiCkaqzB2Zy6wV2u4MdKW5DK7B4F0k5+SL3Se9mbfBNLRiAxb411 rogrVsCIm+lPO3YZk/ipLPUccOciHKDLO+2X/SjLDNj3gt+eKorLrz3IBG5n9aL1 o8aH4YkkU8j1BhjHSX/2uwk+A5jnrrrG8sqJ6V2gJd5CUA1urryE7sSw7C4HRyJG fEmXBLXi6c8arSvmOvPev45iT6QDbO/lol6yKRWgOOsWbGlnHtaHYsMMHkWqtGMt XZ/BeiHctMUOCre8QOZ5Q5zCa0+QZgRNCFL6Tod6EIWqzq/97UVYCjtW+Iz+XBjp jbSRMVJtZNbvQOAw6Zh0KU3k4Sr4mLCSTNHTMFYPdF95VirqJcpvJV6xuRm8LvS4 pXnf3AD5kcAHCVPKe4fkvFpXX74XJP62j/VGxSnjtdXDbul6PodKULeh6heejbAc TM8dm7aUHp/Jhiyfaxkt =XAjl -END PGP SIGNATURE End Message ---
Bug#866092: golang-golang-x-net-dev FTBFS: FAIL: TestPrefix
Source: golang-golang-x-net-dev Version: 1:0.0+git20161013.8b4af36+dfsg-3 Severity: serious Tags: buster sid Some recent change in unstable makes golang-golang-x-net-dev FTBFS: https://tests.reproducible-builds.org/debian/history/golang-golang-x-net-dev.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-golang-x-net-dev.html ... === RUN TestMemPS --- PASS: TestMemPS (0.01s) === RUN TestPrefix --- FAIL: TestPrefix (0.02s) webdav_test.go:101: prefix="/a/" MKCOL /a: got status code 405, want 301 webdav_test.go:112: prefix="/a/b/" MKCOL /a/b: got status code 405, want 301 webdav_test.go:123: prefix="/a/b/c/" PUT /a/b/c: got status code 405, want 301 === RUN TestFilenameEscape --- PASS: TestFilenameEscape (0.01s) === RUN TestReadLockInfo --- PASS: TestReadLockInfo (0.00s) === RUN TestReadPropfind --- PASS: TestReadPropfind (0.00s) === RUN TestMultistatusWriter --- PASS: TestMultistatusWriter (0.00s) === RUN TestReadProppatch --- PASS: TestReadProppatch (0.00s) === RUN TestUnmarshalXMLValue --- PASS: TestUnmarshalXMLValue (0.00s) FAIL exit status 1 FAILgolang.org/x/net/webdav 0.136s === RUN TestMarshal --- PASS: TestMarshal (0.00s) ...
Processed: Add the tags I forgot
Processing commands for cont...@bugs.debian.org: > tags 866091 buster sid Bug #866091 [src:golang-yaml.v2] golang-yaml.v2 FTBFS: FAIL: decode_test.go:597: S.TestUnmarshal Added tag(s) sid and buster. > thanks Stopping processing here. Please contact me if you need assistance. -- 866091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866091 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#866091: golang-yaml.v2 FTBFS: FAIL: decode_test.go:597: S.TestUnmarshal
Source: golang-yaml.v2 Version: 0.0+git20160928.0.a5b47d3-2 Severity: serious Some recent change in unstable makes golang-yaml.v2 FTBFS: https://tests.reproducible-builds.org/debian/history/golang-yaml.v2.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-yaml.v2.html ... dh_auto_test -O--buildsystem=golang go test -v -p 1 gopkg.in/yaml.v2 === RUN Test -- FAIL: decode_test.go:597: S.TestUnmarshal decode_test.go:618: c.Assert(value, DeepEquals, item.value) ... obtained map[string]time.Time = map[string]time.Time{"a":time.Time{sec:63560398779, nsec:0, loc:(*time.Location)(nil)}} ... expected map[string]time.Time = map[string]time.Time{"a":time.Time{sec:63560398779, nsec:0, loc:(*time.Location)(0x754a80)}} OOPS: 20 passed, 1 FAILED --- FAIL: Test (0.03s) FAIL exit status 1 FAILgopkg.in/yaml.v20.035s dh_auto_test: go test -v -p 1 gopkg.in/yaml.v2 returned exit code 1 debian/rules:7: recipe for target 'build' failed make: *** [build] Error 1
Bug#865964: [nvidia-legacy-304xx-driver] Does not build against 4.11 kernels
Control: tags -1 pending On Mon, 2017-06-26 at 10:49 +0300, David Baron wrote: > Package: nvidia-legacy-304xx-driver > Version: 304.135-2 > Severity: grave > > --- Please enter the report below this line. --- > Using DKMS. > Does not build against current Sid 4.11 kernels, neither regular nor > rt. > Enclosing one of the logs. Hi, Thanks for the report. It's fixed in SVN, pending the next upload. If you need a fix more urgently you can temporarily apply the patch locally on your system: https://anonscm.debian.org/viewvc/pkg-nvidia/packages/nvidia-graphics-drivers/branches/304/debian/module/debian/patches/drm-unload.patch?revision=7305&view=co Kind regards, Luca Boccassi signature.asc Description: This is a digitally signed message part
Processed: Re: Bug#865964: [nvidia-legacy-304xx-driver] Does not build against 4.11 kernels
Processing control commands: > tags -1 pending Bug #865964 [nvidia-legacy-304xx-driver] [nvidia-legacy-304xx-driver] Does not build against 4.11 kernels Added tag(s) pending. -- 865964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865964 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Re: Bug#865565 closed by m...@debian.org (Matteo F. Vescovi) (Bug#865565: fixed in openimageio 1.7.15~dfsg0-3)
Processing control commands: > reopen -1 Bug #865565 {Done: m...@debian.org (Matteo F. Vescovi)} [libopenimageio-dev] libopenimageio-dev requires libilmbase-dev but lacks dependency Bug #865862 {Done: m...@debian.org (Matteo F. Vescovi)} [libopenimageio-dev] FTBFS: OpenEXR/ImathVec.h: No such file or directory 'reopen' may be inappropriate when a bug has been closed with a version; all fixed versions will be cleared, and you may need to re-add them. Bug reopened No longer marked as fixed in versions openimageio/1.7.15~dfsg0-3. No longer marked as fixed in versions openimageio/1.7.15~dfsg0-3. -- 865565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865565 865862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865862 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#865565: closed by m...@debian.org (Matteo F. Vescovi) (Bug#865565: fixed in openimageio 1.7.15~dfsg0-3)
Control: reopen -1 On Mon, Jun 26, 2017 at 03:39:08PM +, Debian Bug Tracking System wrote: >... > openimageio (1.7.15~dfsg0-3) unstable; urgency=medium > . >* debian/control: libilmbase-dev b-dep added (Closes: #865565) >... What is required is a *dependency* of libilmbase-dev on libilmbase-dev, the headers shipped in libilmbase-dev require it: >... > In file included from /usr/include/OpenImageIO/fmath.h:64:0, > from /usr/include/OpenImageIO/hash.h:51, > from /usr/include/OpenImageIO/strutil.h:54, > from /usr/include/OpenImageIO/ustring.h:137, > from /usr/include/OpenImageIO/paramlist.h:52, > from /usr/include/OpenImageIO/imageio.h:61, > from /<>/src/apps/ociolutimage/main.cpp:33: > /usr/include/OpenImageIO/simd.h:56:30: fatal error: OpenEXR/ImathVec.h: No > such file or directory > #include > ^ > ... 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: your mail
Processing commands for cont...@bugs.debian.org: > affects 794466 virtualbox-guest-additions-iso Bug #794466 [src:virtualbox] Virtualbox might not be suitable for Stretch Added indication that 794466 affects virtualbox-guest-additions-iso > thanks Stopping processing here. Please contact me if you need assistance. -- 794466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794466 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: your mail
Processing commands for cont...@bugs.debian.org: > affects 794466 src:virtualbox-guest-additions-iso Bug #794466 [src:virtualbox] Virtualbox might not be suitable for Stretch Ignoring request to set affects of bug 794466 to the same value previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 794466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794466 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems