Bug#792852: gcom: copyright file missing after upgrade (policy 12.5)
On 07/19/2015 04:38 AM, Andreas Beckmann wrote: > Package: gcom > Version: 0.32-2 > Severity: serious > User: debian...@lists.debian.org > Usertags: piuparts > > Hi, Hi Andreas, Thank you so much for your bug report and all the details. [ ... ] > After the upgrade /usr/share/doc/$PACKAGE/ is just an empty directory. > > This was observed on the following upgrade paths: > > lenny -> squeeze -> ... [ ... ] > Note that dpkg intentionally does not replace directories with symlinks > and vice versa, you need the maintainer scripts to do this. > See in particular the end of point 4 in > https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase I tried to find out what caused the problems but the package had a comgt.links file so the symlink should have been created and I'm pretty sure I verified that (but maybe not for lenny->squeeze). Or do you mean that the behavior of dpkg changed and that's why the symlink was not unpacked when using dpkg from squeeze? > But since this has been a transitional package since squeeze, > maybe it is easiest to just drop it and add unversioned Breaks+Replaces > against it to comgt to ensure the buggy package is removed on upgrades. Yes, that sounds like a great plan :) I will prepare a new package and also fix the open bugs. Best, Andy -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#791869: lvm2: updating src:lvm2 from 2.02.111-2.2 to 2.02.122-1 breaks booting, mounting LVs other than / fails
Hi On 2015-07-20, Ben Caradoc-Davies wrote: > On Mon, 20 Jul 2015 01:16:12 +0200 Stefan Lippers-Hollmann > wrote: > > Interesting enough, systems using a SSD for the system > mountpoints usually succeed booting most of the time > > Thanks for this observation, Stefan. My successful boots are indeed on a > system using an SSD. I have not yet had a failed boot with lvm2 2.02.122-2. Actually I have to partially withdraw that earlier conclusion, today I did encounter one failure on a system with all logical volumes making up the system paths on a SSD. The system in question had been booting fine with lvm2 2.02.122-2 roughly a dozen of times before and I haven't been able to reproduce the failure case again, but it does strengthen the hunch of a timing related issue. Regards Stefan Lippers-Hollmann pgpV_oUx_hecT.pgp Description: Digitale Signatur von OpenPGP
Bug#793024: marked as done (python-docker: Requires websocket-client >= 0.32)
Your message dated Tue, 21 Jul 2015 03:36:59 + with message-id and subject line Bug#793024: fixed in python-docker 1.3.0-2 has caused the Debian Bug report #793024, regarding python-docker: Requires websocket-client >= 0.32 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.) -- 793024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793024 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python-docker Version: 1.3.0-1 Severity: serious Justification: renders package unusable Hi, The new 1.3.0 has a requirements.txt with websocket-client >= 0.32.0, which is not satisfiable in debian. Example trace from docker-compose: Traceback (most recent call last): File "/usr/bin/docker-compose", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3074, in @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3060, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3087, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 647, in _build_master return cls._build_from_requirements(__requires__) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 660, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 838, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (websocket-client 0.18.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('websocket-client>=0.32.0'), set(['docker-py'])) -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python-docker depends on: ii python-requests 2.7.0-3 ii python-six1.9.0-3 ii python-websocket 0.18.0-2 pn python:any python-docker recommends no packages. python-docker suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: python-docker Source-Version: 1.3.0-2 We believe that the bug you reported is fixed in the latest version of python-docker, 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 793...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Tianon Gravi (supplier of updated python-docker 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, 20 Jul 2015 18:03:45 + Source: python-docker Binary: python-docker python3-docker Architecture: source all Version: 1.3.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Tianon Gravi Description: python-docker - Python wrapper to access docker.io's control socket python3-docker - Python 3 wrapper to access docker.io's control socket Closes: 793024 Changes: python-docker (1.3.0-2) unstable; urgency=medium . * Update 01_requirements.patch to reflect that the requirements are actually stored in no less than three separate files (Closes: #793024). * Add a DEP8 test that runs upstream's integration tests to verify basic functionality. * Patch the default API version down one notch to match src:docker.io (to be removed when Docker 1.7+ gets into the archive). Checksums-Sha1: 4cc4dcb441a722d8d0da413047f15dda3b1dcfc4 2452 python-docker_1.3.0-2.dsc fddd3f5ab4b1a469fd8134f6941946e95daf065d 3852 python-docker_1.3.0-2.debian.tar.xz 6549d660d2449af0898c0ec1a396eee95cc40b62 21608 python-docker_1.3.0-2_all.deb 355b5c51bf3225d3ca739fc388bd8d510776f850 21738 python3-docker_1.3.0-2_all.deb Checksums-Sha256: f72ab65a5f97e5ac71a79b650b463698fee21b6e55865c09bad1103cc8d8584d
Bug#790283: smlnj: FTBFS on i386
On Sat, Jun 27, 2015 at 02:00:42PM -0700, Daniel Schepler wrote: > On Saturday, June 27, 2015 04:55:32 PM James McCoy wrote: > > Are you running a 4.x kernel? > > Yes. Fix is known and trivial, but the buildsystem is rather convoluted. I thought I'd use this as an opportunity to rework the way we do the builds, to make patching easier, but I'm running into other issues. Will look into getting the patch into the existing build setup next. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy signature.asc Description: Digital signature
Bug#793070: libqwt-headers: fails to upgrade from 'sid' - trying to overwrite /usr/include/qwt/qwt_plot_renderer.h
Package: libqwt-headers Version: 6.1.2-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts 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 libqwt-headers. Preparing to unpack .../libqwt-headers_6.1.2-1_amd64.deb ... Unpacking libqwt-headers (6.1.2-1) ... dpkg: error processing archive /var/cache/apt/archives/libqwt-headers_6.1.2-1_amd64.deb (--unpack): trying to overwrite '/usr/include/qwt/qwt_plot_renderer.h', which is also in package libqwt-dev 6.0.0-1.2 Processing triggers for fontconfig (2.11.0-6.3) ... Errors were encountered while processing: /var/cache/apt/archives/libqwt-headers_6.1.2-1_amd64.deb cheers, Andreas libqwt-dev=6.0.0-1.2_libqwt-headers=6.1.2-1.log.gz Description: application/gzip
Bug#791785: marked as done (FTBFS: ERROR 1007 (HY000) at line 1: Can't create database 'test'; database exists)
Your message dated Tue, 21 Jul 2015 01:34:25 + with message-id and subject line Bug#791785: fixed in ruby-mysql2 0.3.18-1 has caused the Debian Bug report #791785, regarding FTBFS: ERROR 1007 (HY000) at line 1: Can't create database 'test'; database exists 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.) -- 791785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791785 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: ruby-mysql2 Version: 0.3.16-3 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, your package ruby-mysql2 currently FTBFS in unstable. Relevant snippet: Version: '5.6.25-2' socket: '/tmp/tmp.9jYlD7TkFH/mysql.sock' port: 0 (Debian) pinging mysqld.mysqld is alive ERROR 1007 (HY000) at line 1: Can't create database 'test'; database exists make[1]: *** [override_dh_auto_install] Error 1 debian/rules:19: recipe for target 'override_dh_auto_install' failed make[1]: Leaving directory '/«PKGBUILDDIR»' make: *** [binary] Error 2 sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on sxl.home.zeha.at ╔══╗ ║ ruby-mysql2 0.3.16-3 (amd64) 08 Jul 2015 12:51 ║ ╚══╝ Package: ruby-mysql2 Version: 0.3.16-3 Source Version: 0.3.16-3 Distribution: sid Machine Architecture: amd64 Host Architecture: amd64 Build Architecture: amd64 I: NOTICE: Log filtering will replace 'build/ruby-mysql2-YbrKqQ/ruby-mysql2-0.3.16' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/ruby-mysql2-YbrKqQ' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/sid-amd64-sbuild-52b2b4b3-2f44-4323-8d47-6245070a57a8' with '«CHROOT»' ┌──┐ │ Update chroot│ └──┘ Get:1 http://ftp.at.debian.org sid InRelease [204 kB] Get:2 http://ftp.at.debian.org sid/main Sources/DiffIndex [7876 B] Get:3 http://ftp.at.debian.org sid/main amd64 Packages/DiffIndex [7876 B] Get:4 http://ftp.at.debian.org sid/main Translation-en/DiffIndex [7876 B] Get:5 http://ftp.at.debian.org sid/main 2015-07-01-2039.58.pdiff [18.5 kB] Get:6 http://ftp.at.debian.org sid/main 2015-07-02-0242.54.pdiff [16.2 kB] Get:7 http://ftp.at.debian.org sid/main 2015-07-02-0843.38.pdiff [7440 B] Get:8 http://ftp.at.debian.org sid/main 2015-07-02-1442.16.pdiff [11.6 kB] Get:9 http://ftp.at.debian.org sid/main 2015-07-02-2043.11.pdiff [20.4 kB] Get:10 http://ftp.at.debian.org sid/main 2015-07-03-0245.09.pdiff [6119 B] Get:11 http://ftp.at.debian.org sid/main 2015-07-03-0843.41.pdiff [24.5 kB] Get:12 http://ftp.at.debian.org sid/main 2015-07-03-1444.58.pdiff [13.1 kB] Get:13 http://ftp.at.debian.org sid/main 2015-07-03-2044.28.pdiff [10.5 kB] Get:14 http://ftp.at.debian.org sid/main 2015-07-04-0246.30.pdiff [7778 B] Get:15 http://ftp.at.debian.org sid/main 2015-07-04-0845.59.pdiff [5651 B] Get:16 http://ftp.at.debian.org sid/main 2015-07-04-1446.01.pdiff [4838 B] Get:17 http://ftp.at.debian.org sid/main 2015-07-04-2045.12.pdiff [14.4 kB] Get:18 http://ftp.at.debian.org sid/main 2015-07-05-0244.24.pdiff [14.9 kB] Get:19 http://ftp.at.debian.org sid/main 2015-07-05-0844.23.pdiff [4527 B] Get:20 http://ftp.at.debian.org sid/main 2015-07-05-1446.24.pdiff [5631 B] Get:21 http://ftp.at.debian.org sid/main 2015-07-05-2043.54.pdiff [17.5 kB] Get:22 http://ftp.at.debian.org sid/main 2015-07-06-0248.36.pdiff [6837 B] Get:23 http://ftp.at.debian.org sid/main 2015-07-06-0845.38.pdiff [4425 B] Get:24 http://ftp.at.debian.org sid/main 2015-07-06-1445.53.pdiff [6251 B] Get:25 http://ftp.at.debian.org sid/main 2015-07-06-2045.28.pdiff [9427 B] Get:26 http://ftp.at.debian.org sid/main 2015-07-07-0248.04.pdiff [18.8 kB] Get:27 http://ftp.at.debian.org sid/main 2015-07-07-0850.55.pdiff [5417 B] Get:28 http://ftp.at.debian.org sid/main 2015-07-07-1446.30.pdiff [28.4 kB] Get:29 http://ftp.at.debian.org sid/main 2015-07-07-2046.12.pdiff [23.2 kB] Get:30 http://ftp.at.debian.org sid/main 2015-07-08-0248.35.pdiff [9970 B] Get:31 http://ftp.at.debian.org sid/main 2015-07-08-0846.25.pdiff [6903 B] Get:32 http://ftp.at.debian.org sid/main 2015-07-08-0846.25.pdiff [6903 B] Get:33 http://ftp.at.debian.org sid/main amd64 2015-07-01-2039.58.pdiff [43.5 kB] Get:34 http://ftp.at.debian.org sid/main am
Bug#793062: human-icon-theme: debian/clean-up.sh runs processes in background
Package: human-icon-theme Version: 0.28.debian-3.3 Severity: serious This script is run during the build and buggy: = debian/clean-up.sh = #!/bin/sh # Manually clean-up find ./ -name Makefile.in* | xargs rm -f &>/dev/null rm -f ./po/Makefile.in.in &>/dev/null rm -f ./configure &>/dev/null rm -f ./intltool-update.in &>/dev/null rm -f ./intltool-merge.in &>/dev/null rm -r ./intltool-extract.in &>/dev/null rm -f ./config.guess &>/dev/null rm -f ./config.sub &>/dev/null rm -f ./install-sh &>/dev/null rm -f ./missing &>/dev/null rm -f ./aclocal.m4 &>/dev/null = = All processes are run in the background s.t. it is possible for the build process to have finished and the pbuilder chroot to have been cleaned up before these background processes are finished: >From todays's tests with human-icon-theme: 1234 10988 0.0 0.0 11668 740 pts/85 S12:27 0:00 find ./ -name Makefile.in* 1234 10989 0.0 0.0 8536 724 pts/85 S12:27 0:00 xargs rm -f 1234 12374 0.0 0.0 2040 264 pts/73 S16:35 0:00 rm -r ./intltool-extract.in 1234 4436 0.0 0.0 11668 1088 pts/85 S+ 17:48 0:00 find ./ -name Makefile.in* 1234 4437 0.0 0.0 8536 796 pts/85 S+ 17:48 0:00 xargs rm -f 1234 4442 0.0 0.0 8416 728 pts/85 S+ 17:48 0:00 rm -r ./intltool-extract.in 1234 9708 0.0 0.0 11668 992 pts/73 S17:56 0:00 find ./ -name Makefile.in* 1234 9709 0.0 0.0 8536 740 pts/73 S17:56 0:00 xargs rm -f 1234 31377 0.0 0.0 11668 984 pts/73 S18:01 0:00 find ./ -name Makefile.in* 1234 31378 0.0 0.0 8536 704 pts/73 S18:01 0:00 xargs rm -f 1234 30223 0.0 0.0 11668 1104 pts/73 S18:38 0:00 find ./ -name Makefile.in* 1234 30224 0.0 0.0 8536 796 pts/73 S18:38 0:00 xargs rm -f For some reason some of these processes get stuck (and they also block a wrapper script around pbuilder to terminate since the tty is still in use). I could reproduce this in wheezy, jessie, stretch, and sid pbuilder chroots. Andreas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: sflphone: ftbfs with GCC-5
Processing commands for cont...@bugs.debian.org: > tags 778115 +patch Bug #778115 [src:sflphone] sflphone: ftbfs with GCC-5 Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 778115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778115 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#778115: sflphone: ftbfs with GCC-5
tags 778115 +patch thanks ISO C99 introduced a new "isblank" function into the standard ctypes.h header file. This patch conditionally defines "isblank" only if C99 is not in use, and fixes the original gcc5 build problem. But now I run into a problem that looks like a missing KDE build-dep of some sort, but I don't know enough about qt/KDE to figure out what's missing or why this is failing: Scanning dependencies of target qtsflphone make[4]: Leaving directory '/home/brett/src/sflphone-1.4.1/kde/build' make[4]: Entering directory '/home/brett/src/sflphone-1.4.1/kde/build' [ 18%] Building CXX object src/lib/CMakeFiles/qtsflphone.dir/call.cpp.o cc1plus: error: /usr/include/qt4/KDE: No such file or directory [-Werror=missing-include-dirs] cc1plus: all warnings being treated as errors src/lib/CMakeFiles/qtsflphone.dir/build.make:388: recipe for target 'src/lib/CMakeFiles/qtsflphone.dir/call.cpp.o' failed Full build log at http://people.linux.hp.com/~brett/logs/sflphone-1.4.1/buildlog.txt --- sflphone-1.4.1.orig/daemon/libs/pjproject-2.2.1/pjlib/include/pj/compat/ctype.h +++ sflphone-1.4.1/daemon/libs/pjproject-2.2.1/pjlib/include/pj/compat/ctype.h @@ -41,9 +41,11 @@ # define toupper(c) (((c) >= 'a' && (c) <= 'z') ? (c)-('a'-'A') : (c)) #endif -#ifndef isblank +#ifndef __USE_ISOC99 +# ifndef isblank # define isblank(c) (c==' ' || c=='\t') -#endif +# endif +#endif /* __USE_ISOC99 */ #endif /* __PJ_COMPAT_CTYPE_H__ */ -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: patch for gcc5 build issue
Processing commands for cont...@bugs.debian.org: > tags 778122 + patch Bug #778122 [src:skyeye] skyeye: ftbfs with GCC-5 Ignoring request to alter tags of bug #778122 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 778122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778122 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#778116: marked as done (shell-fm: ftbfs with GCC-5)
Your message dated Mon, 20 Jul 2015 22:48:31 + with message-id and subject line Bug#778116: fixed in shell-fm 0.7+git20100414-3 has caused the Debian Bug report #778116, regarding shell-fm: ftbfs with GCC-5 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 778116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778116 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:shell-fm Version: 0.7+git20100414-2 Severity: normal Tags: sid stretch User: debian-...@lists.debian.org Usertags: ftbfs-gcc-5 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The severity of this report may be raised before the stretch release. The full build log can be found at: http://people.debian.org/~doko/logs/gcc5-20150205/shell-fm_0.7+git20100414-2_unstable_gcc5.log The last lines of the build log are at the end of this report. To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t experimental install g++ Common build failures are C11 as the default C mode, new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html [...] cc -MD -W -I./include/ -DLIBAO -c -o tag.o tag.c cc -MD -W -I./include/ -DLIBAO -c -o play.o play.c cc -MD -W -I./include/ -DLIBAO -c -o util.o util.c cc -MD -W -I./include/ -DLIBAO -c -o submit.o submit.c cc -MD -W -I./include/ -DLIBAO -c -o completion.o completion.c cc -MD -W -I./include/ -DLIBAO -c -o http.o http.c cc -MD -W -I./include/ -DLIBAO -c -o feeds.o feeds.c cc -MD -W -I./include/ -DLIBAO -c -o getln.o getln.c cc -MD -W -I./include/ -DLIBAO -c -o history.o history.c ar -cvq libshellfm.a settings.o interface.o xmlrpc.o readline.o playlist.o service.o md5.o split.o hash.o radio.o sckif.o autoban.o ropen.o pipe.o strary.o recommend.o bookmark.o tag.o play.o util.o submit.o completion.o http.o feeds.o getln.o history.o a - settings.o a - interface.o a - xmlrpc.o a - readline.o a - playlist.o a - service.o a - md5.o a - split.o a - hash.o a - radio.o a - sckif.o a - autoban.o a - ropen.o a - pipe.o a - strary.o a - recommend.o a - bookmark.o a - tag.o a - play.o a - util.o a - submit.o a - completion.o a - http.o a - feeds.o a - getln.o a - history.o cc -MD -W -I./include/ -DLIBAOmain.c libshellfm.a -lmad -lao -o shell-fm libshellfm.a(play.o): In function `output': play.c:(.text+0xd7b): undefined reference to `scale' play.c:(.text+0xdbe): undefined reference to `scale' collect2: error: ld returned 1 exit status make[2]: *** [shell-fm] Error 1 Makefile:46: recipe for target 'shell-fm' failed make[2]: Leaving directory '/«BUILDDIR»/shell-fm-0.7+git20100414/source' make[1]: *** [shell-fm] Error 2 Makefile:12: recipe for target 'shell-fm' failed make[1]: Leaving directory '/«BUILDDIR»/shell-fm-0.7+git20100414' make: *** [build-stamp] Error 2 debian/rules:18: recipe for target 'build-stamp' failed dpkg-buildpackage: error: debian/rules build gave error exit status 2 --- End Message --- --- Begin Message --- Source: shell-fm Source-Version: 0.7+git20100414-3 We believe that the bug you reported is fixed in the latest version of shell-fm, 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 778...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. gregor herrmann (supplier of updated shell-fm 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, 21 Jul 2015 00:22:40 +0200 Source: shell-fm Binary: shell-fm Architecture: source Version: 0.7+git20100414-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: gr
Bug#777853: patch for gcc5 build issue
tags 778122 + patch thanks Here is a simpler fix. I added the -std=gcc89 flag to 07_libft_PIC patch to cover gcc5 build issue. This builds and links with gcc5 and gcc4.9 Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more background. -- Alexander Balderson Linux for HP Helion OpenStack, Hewlett-Packard --- flow-tools-0.68.orig/debian/patches/07_libft_PIC 2015-07-20 22:00:28.47600 + +++ flow-tools-0.68/debian/patches/07_libft_PIC 2015-07-20 21:55:19.29200 + @@ -30,7 +30,7 @@ #AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs #AM_CFLAGS=-O2 -AM_CFLAGS = -g -Wall -+AM_CFLAGS = -g -Wall -fPIC ++AM_CFLAGS = -g -Wall -fPIC -std=gnu89 DEFS = -I. -I$(srcdir)/lib
Bug#778122: Wrong bug number
Sorry, I sent the prior patch to the wrong bug number. was meant for 777853. Thanks, -- Alexander Balderson Linux for HP Helion OpenStack, Hewlett-Packard -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#790356: marked as done (gst-libav1.0: missing build-dependency on libavresample-dev)
Your message dated Mon, 20 Jul 2015 19:35:35 + with message-id and subject line Bug#790356: fixed in gst-libav1.0 1.4.5-3 has caused the Debian Bug report #790356, regarding gst-libav1.0: missing build-dependency on libavresample-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.) -- 790356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790356 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: gst-libav1.0 Version: 1.4.4-2 Severity: important Dear Maintainer, the 03_libav11.patch added linking with libavresample, but no build-dependency on libavresample-dev was added. Linking with libavresample seems to be unnecessary, as gst-libav1.0 apparently doesn't use it directly. But if there are good reasons not to drop that part of the patch, please add a build-dependency on libavresample-dev. It is currently pulled in by libavcodec-dev, but that won't be the case anymore after the transition to FFmpeg [1]. Best regards, Andreas 1: https://wiki.debian.org/Debate/libav-provider/ffmpeg --- End Message --- --- Begin Message --- Source: gst-libav1.0 Source-Version: 1.4.5-3 We believe that the bug you reported is fixed in the latest version of gst-libav1.0, 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 790...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastian Dröge (supplier of updated gst-libav1.0 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 20 Jul 2015 21:25:56 +0300 Source: gst-libav1.0 Binary: gstreamer1.0-libav gstreamer1.0-libav-dbg Architecture: source amd64 Version: 1.4.5-3 Distribution: unstable Urgency: medium Maintainer: Maintainers of GStreamer packages Changed-By: Sebastian Dröge Description: gstreamer1.0-libav - libav plugin for GStreamer gstreamer1.0-libav-dbg - libav plugin for GStreamer (debug symbols) Closes: 790356 Changes: gst-libav1.0 (1.4.5-3) unstable; urgency=medium . * debian/control: + Build-depend on libavresample-dev (Closes: #790356). It's not really needed but let's just wait until the 1.5.4 release which has this fixed up properly and also improves ffmpeg compatibility. Checksums-Sha1: 41abf81f43de7fcd5aad8c5a81d32c48eba18f8b 2764 gst-libav1.0_1.4.5-3.dsc 325eb8f3054c09691cf75fd52d896751ed997503 11624 gst-libav1.0_1.4.5-3.debian.tar.xz 546440eb7d661a063249d90a3f35cc449a27be2c 5220508 gst-libav1.0_1.4.5.orig.tar.xz 4ccc7ac55334f6bfbccfbf859e0f2608c4670b5c 462810 gstreamer1.0-libav-dbg_1.4.5-3_amd64.deb 38205519cb4e463e4a9eb06ad2fdcd504a0f256d 175722 gstreamer1.0-libav_1.4.5-3_amd64.deb Checksums-Sha256: 3709134bc8257c36b4fbc8c14c5327b2d5cf3d48e897de9ee1ae931b388249f6 2764 gst-libav1.0_1.4.5-3.dsc 251b8768e8ce7d4a3053323eb8865298c8fbaa7049612eb6e5f7b6ee9173eba5 11624 gst-libav1.0_1.4.5-3.debian.tar.xz 605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc 5220508 gst-libav1.0_1.4.5.orig.tar.xz ca05069e43b07e7c2d34413be68a77738d7a2e5c32cf27f2f1e36420422d116b 462810 gstreamer1.0-libav-dbg_1.4.5-3_amd64.deb 280ce2c3dddc55ac2e264cab2ee87ea43f7ad728fa6cbb9911a815b948cae3e8 175722 gstreamer1.0-libav_1.4.5-3_amd64.deb Files: e5c8da0c14dbb8c6e45e08e53bbbfdb8 2764 libs optional gst-libav1.0_1.4.5-3.dsc 7ef92ebf032dc874628cb470ab2d 11624 libs optional gst-libav1.0_1.4.5-3.debian.tar.xz f4922a46adbcbe7bd01331ff5dc7979d 5220508 libs optional gst-libav1.0_1.4.5.orig.tar.xz dd5bdcf40cb8278c14ed3d4a65aedf6c 462810 debug extra gstreamer1.0-libav-dbg_1.4.5-3_amd64.deb 5a47b18bfeba8fa4636fa90c2b188162 175722 libs optional gstreamer1.0-libav_1.4.5-3_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQJ8BAEBCgBmBQJVrUqVXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RjRCQzdDQzNDQTA2Rjk3MzM2QkJGRUIw NjY4Q0MxNDg2QzJEN0I1AAoJEAZozBSGwte13s0QAKvMulZBFngL0FqcXpK5+NxW /Hm6i2xtmhoPew2228ARKnPdWSK8HIzDbIYkKTfy/AmFTWqqzGz7yBmak6RgeXbu +Uox/j5UwE5ygVEKk/9O9VHvHHNwf6jOC/uXcPAhMSb7AfM3x+VaqhSvleJHruiT KFxpO4t/7W7i29NaMnLkHvSYomCcIIh2WDPvxElmBX3xg3LJPdQPpUaPVecX5epL qgGVCD94m4sAYEHlEBH61DGe4Wr4a/kEgSrYQWvxImfylbjTHHYu++3BtT9gjGA/ U0Im0kDw8H3YzLhpohPC6GeOfe7TOZExH4Cm/
Bug#792358: marked as done (muon-discover: uninstallable in sid: unsatisfiable Depends: app-install-data)
Your message dated Mon, 20 Jul 2015 17:51:39 + with message-id and subject line Bug#792358: fixed in muon 4:5.3.2-3 has caused the Debian Bug report #792358, regarding muon-discover: uninstallable in sid: unsatisfiable Depends: app-install-data 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.) -- 792358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792358 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: muon-discover Version: 4:5.3.2-2 Severity: serious User: debian...@lists.debian.org Usertags: piuparts app-install-data was last seen in wheezy ... Andreas --- End Message --- --- Begin Message --- Source: muon Source-Version: 4:5.3.2-3 We believe that the bug you reported is fixed in the latest version of muon, 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 792...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Scott Kitterman (supplier of updated muon 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, 20 Jul 2015 02:15:50 -0400 Source: muon Binary: muon muon-common muon-discover muon-updater muon-notifier libmuon muon-dbg Architecture: source amd64 all Version: 4:5.3.2-3 Distribution: unstable Urgency: medium Maintainer: Debian/Kubuntu Qt/KDE Maintainers Changed-By: Scott Kitterman Description: libmuon- Runtime files for the Muon package management suite muon - package manager for KDE muon-common - Muon package manager suite (common data files) muon-dbg - Muon debugging symbols muon-discover - Utility for browsing, installing, and removing applications muon-notifier - update notifier for KDE muon-updater - update manager for KDE Closes: 792358 Changes: muon (4:5.3.2-3) unstable; urgency=medium . * Team upload. * Drop muon-discover depends on the no longer existing app-install-data (Closes: #792358) Checksums-Sha1: e746e1cfe8e196587e152f78f401b26d5c32be09 2858 muon_5.3.2-3.dsc 1531acad520b26eb25d6ea75d1f8b8ae816e709b 12144 muon_5.3.2-3.debian.tar.xz 862478e1bbb5dee64dc9cc063d37dc647cd14628 613112 libmuon_5.3.2-3_amd64.deb f8cb1820a3d544e334bf7eaf9375db86977c611b 283584 muon-common_5.3.2-3_all.deb 7d4e2b6ce6fd2609516e71bf0fc022a18f97591b 11625264 muon-dbg_5.3.2-3_amd64.deb b74110d93df5985eed3cc877b0527f0c9fde3f89 118648 muon-discover_5.3.2-3_amd64.deb ea0d7f111c1db3d42746a790c989668544028e9b 46322 muon-notifier_5.3.2-3_amd64.deb d51b277b1401cfd7b337d14e080e7d524952862c 90244 muon-updater_5.3.2-3_amd64.deb 7b67d93a64f50df16bd9029b3db0ec29d432066f 263876 muon_5.3.2-3_amd64.deb Checksums-Sha256: bb8d32f2b4e174c50f2580612392e2aeef0ce485d360f41831c0ff84f1d9d41e 2858 muon_5.3.2-3.dsc 5bea53a29ab454988c8356db3b642082afe4408449c208ce94bdf0d68617e630 12144 muon_5.3.2-3.debian.tar.xz 59400d6bd3758e5284a69770f4d11cbdefcdd4f9980fd59d694a28a016fb190d 613112 libmuon_5.3.2-3_amd64.deb 58c311327f01f1e94de0821a362f4e15cdfbd1d768ab6243b5415c08fe5e71e8 283584 muon-common_5.3.2-3_all.deb d7e7754167d334318c1fa828ed6c9b0a625f5860d14e9d72c8f6d85cad26bc32 11625264 muon-dbg_5.3.2-3_amd64.deb 81b776be16d873e42cd5eea0d57ac301a2f6ded4eaa1aa779676926e3509d374 118648 muon-discover_5.3.2-3_amd64.deb 60872bfbc3667f791a7b13f16e2992900cf93d288ce1e3e18adf566ee4c867df 46322 muon-notifier_5.3.2-3_amd64.deb c9eee8fda1062d89c4462928f1790115c0bdbf0c265eeba270b89c22a78fccac 90244 muon-updater_5.3.2-3_amd64.deb ee66c9bd7c911c7025ec4093541f8c8ca68216f375f4c786340e1106739a 263876 muon_5.3.2-3_amd64.deb Files: c5d07dcfb6b2d9aec688c4ae4035501f 2858 kde optional muon_5.3.2-3.dsc 35fc73998efc1a2317f461b5ea2d3aa9 12144 kde optional muon_5.3.2-3.debian.tar.xz a1595117d99404258abc3d808e28752c 613112 kde optional libmuon_5.3.2-3_amd64.deb 95e00ed9b8d5483e2894e6deb1058c60 283584 kde optional muon-common_5.3.2-3_all.deb 211afd90179bd905f2a732136fa9f53d 11625264 debug extra muon-dbg_5.3.2-3_amd64.deb 057922adff42a3e2e4dd9b2dc627230e 118648 kde optional muon-discover_5.3.2-3_amd64.deb d0cdc01d3952782ddcd3976ce59ea671 46322 kde optional muon-notifier_5.3.2-3_amd64.deb 1c55b445353ab71a3ce75005547c8ff0 90244 kde optional muon-updater_5.3.2-3_amd64.deb
Bug#791779: FTBFS: uninitialized constant Config (NameError)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wed, 08 Jul 2015 13:26:54 +0200 Christian Hofstaedtler wrote: > Source: ruby-tokyocabinet Version: 1.31-3 Severity: serious > Justification: fails to build from source (but built successfully > in the past) > > Dear Maintainer, > > your package ruby-tokyocabinet currently FTBFS in unstable. I couldn't reproduce this bug in a chroot environment (using sbuild). The package built fine. The build log can be found here - http://paste.debian.net/284204/ - -- Regards Balasankar C http://balasankarc.in -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQEcBAEBCgAGBQJVrS+UAAoJEJbtq5sua3Fxa2sIAK9/eJevpEVwLya8oxrQ67nC C3cDQdMS2FjV5+9C5VnGcQGQ8wfhj1xbskDvdarCzon1N6G5vTV968NR/fUmZ2IO lyAZcGagYagMFHktYuRJDPHKa3Hk0BCX2AgLDRWzY6fs3DL1t/NgoLvg62N6DrAh 2I4ffnkS66ZVbw/M0axJEcz1bit8OLLule0BdEZJLmXzJFMbraBz2RppLDqGVMa+ T2SmJLsBzlq+MIFrCXr79E3pB1cgw1yVqTYc7PF/1m4Csf/PCXetGXezHtpyMqKd rThN4VPVj9EeU+bp1+5OkgmKOROGdLAgjCxBgBSZnmwvpzbJlRLDLmN9Is/52ho= =QJ8t -END PGP SIGNATURE- 0x2E6B7171.asc Description: application/pgp-keys
Bug#778122: patch for gcc5 build issue
tags 778122 + patch thanks Here is a simpler fix. I added the -std=gcc89 flag to 07_libft_PIC patch to cover gcc5 build issue. This builds and links with gcc5 and gcc4.9 Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more background. -- Alexander Balderson Linux for HP Helion OpenStack, Hewlett-Packard --- flow-tools-0.68.orig/debian/patches/07_libft_PIC 2015-07-20 22:00:28.47600 + +++ flow-tools-0.68/debian/patches/07_libft_PIC 2015-07-20 21:55:19.29200 + @@ -30,7 +30,7 @@ #AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs #AM_CFLAGS=-O2 -AM_CFLAGS = -g -Wall -+AM_CFLAGS = -g -Wall -fPIC ++AM_CFLAGS = -g -Wall -fPIC -std=gnu89 DEFS = -I. -I$(srcdir)/lib
Processed: patch for gcc5 build issue
Processing commands for cont...@bugs.debian.org: > tags 778122 + patch Bug #778122 [src:skyeye] skyeye: ftbfs with GCC-5 Ignoring request to alter tags of bug #778122 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 778122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778122 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792609: marked as done (gstreamermm-1.0: FTBFS: symbols not quite as expected)
Your message dated Mon, 20 Jul 2015 18:20:12 + with message-id and subject line Bug#792609: fixed in gstreamermm-1.0 1.4.3+dfsg-2 has caused the Debian Bug report #792609, regarding gstreamermm-1.0: FTBFS: symbols not quite as expected 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.) -- 792609: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792609 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: gstreamermm-1.0 Version: 1.4.3+dfsg-1 Severity: serious Justification: fails to build from source Builds of gstreamermm-1.0 have failed due to discrepancies in the set of defined symbols. Per https://buildd.debian.org/status/package.php?compact=compact&p=gstreamermm-1.0,ujson this problem has been occurring even on architectures such as arm64 with the same general characteristics as amd64; perhaps something relevant changed in the build environment over the past few weeks. Could you please take a look? Thanks! --- End Message --- --- Begin Message --- Source: gstreamermm-1.0 Source-Version: 1.4.3+dfsg-2 We believe that the bug you reported is fixed in the latest version of gstreamermm-1.0, 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 792...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Philip Rinn (supplier of updated gstreamermm-1.0 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 19 July 2015 14:20:43 +0200 Source: gstreamermm-1.0 Binary: libgstreamermm-1.0-0 libgstreamermm-1.0-dev libgstreamermm-1.0-doc Architecture: source amd64 all Version: 1.4.3+dfsg-2 Distribution: unstable Urgency: medium Maintainer: Philip Rinn Changed-By: Philip Rinn Description: libgstreamermm-1.0-0 - C++ wrapper library for GStreamer (shared libraries) libgstreamermm-1.0-dev - C++ wrapper library for GStreamer (development files) libgstreamermm-1.0-doc - C++ wrapper library for GStreamer (documentation) Closes: 792609 Changes: gstreamermm-1.0 (1.4.3+dfsg-2) unstable; urgency=medium . * Don't ship symbols file as the symbols change a lot between different archs so I stick with shlibs for now (closes: #792609) Checksums-Sha1: a53a3e827f6e399e568c0f7a43543194e6a5380a 2528 gstreamermm-1.0_1.4.3+dfsg-2.dsc a327b743f0476bb4c4ef1c652977251bedd83ac4 3956 gstreamermm-1.0_1.4.3+dfsg-2.debian.tar.xz 561339a3c512ff67764ec0d65118a86f2dfc0498 365560 libgstreamermm-1.0-0_1.4.3+dfsg-2_amd64.deb 474051616042548f65f432c0c99cf80642cebda9 296794 libgstreamermm-1.0-dev_1.4.3+dfsg-2_amd64.deb 2620e5eea9d5baadbea7ecaaa80d3cc007ea429b 6203756 libgstreamermm-1.0-doc_1.4.3+dfsg-2_all.deb Checksums-Sha256: fbef3079471a41805128de830ca08879b9ae0010e3085346885520e518af659b 2528 gstreamermm-1.0_1.4.3+dfsg-2.dsc 562d2f4c9469737aec66bc5e5a31dd1d9349713a147fba48c7d0301777b46bbd 3956 gstreamermm-1.0_1.4.3+dfsg-2.debian.tar.xz b8ebe0d02ad614e1c8d58c2fa97d838118acb38f894ca3d703542afc2d5b7c70 365560 libgstreamermm-1.0-0_1.4.3+dfsg-2_amd64.deb 6279c820b19ea2830a03011c0c040f886643899215973d19f3bf7b8fd03cf83a 296794 libgstreamermm-1.0-dev_1.4.3+dfsg-2_amd64.deb 7a7c08bd0f1cb869c24dbe2b6b585badef79d579f65c20d42b12d4f4326bd38d 6203756 libgstreamermm-1.0-doc_1.4.3+dfsg-2_all.deb Files: 8f833551b13d9aad59443dcbc960950a 2528 libs optional gstreamermm-1.0_1.4.3+dfsg-2.dsc 24e33bb3c14506b28b31b415e9d4cc1f 3956 libs optional gstreamermm-1.0_1.4.3+dfsg-2.debian.tar.xz de9212ccc680d909952b8cf6f703613b 365560 libs optional libgstreamermm-1.0-0_1.4.3+dfsg-2_amd64.deb 042756f491a5ca848e674c6a1c086939 296794 libdevel optional libgstreamermm-1.0-dev_1.4.3+dfsg-2_amd64.deb 2a97d77da03c85397b5327e0cce5cea7 6203756 doc optional libgstreamermm-1.0-doc_1.4.3+dfsg-2_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQJ8BAEBCgBmBQJVrTVZXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RjRCQzdDQzNDQTA2Rjk3MzM2QkJGRUIw NjY4Q0MxNDg2QzJEN0I1AAoJEAZozBSGwte1beIP/iq4Sb8yCjkM1vwUih3ZRL1y tNIPqHTtugNxVk4kJ1Y5ULMOggbBIaSWF10gLzFuT+Fpy/Vp8fwkpC3MzuPl13xy NjhcWevFG8AMcpzn8+EvEVfKgLWHb5Ioi/gIdF/dRMaBNeCqc8ppMmfB8GI/wHdR etm9PIR2LRs2W56+zGireQi31J3dktD3MsPOjfF6fBH7uGMOAey4PQF7TRm/aQgh gUqlXcLd1
Bug#793048: plasma-widget-smooth-tasks: Doesn't work with plasma 5
Package: plasma-widget-smooth-tasks Version: 1flupp0~hg20120610-2+b1 Severity: grave Tags: upstream Justification: renders package unusable Dear Maintainer, this package in the current state is useless, given the transition to Plasma 5. Whishlist bug for this was created a while ago https://bitbucket.org/flupp/smooth-tasks-fork/issues/43/compile-against-kde5-fails but upstream has not responded. I'm opening this bug just to inform users of the current state of this package. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.19.8j (SMP w/4 CPU cores; PREEMPT) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages plasma-widget-smooth-tasks depends on: ii libc62.19-19 ii libgcc1 1:5.1.1-14 ii libkdecore5 4:4.14.2-5 ii libkdeui54:4.14.2-5 ii libkio5 4:4.14.2-5 ii libplasma3 4:4.14.2-5 ii libqt4-dbus 4:4.8.7+dfsg-1 ii libqt4-network 4:4.8.7+dfsg-1 ii libqt4-svg 4:4.8.7+dfsg-1 ii libqt4-xml 4:4.8.7+dfsg-1 ii libqtcore4 4:4.8.7+dfsg-1 ii libqtgui44:4.8.7+dfsg-1 ii libstdc++6 5.1.1-14 ii libtaskmanager4abi4 4:4.11.13-2 ii libx11-6 2:1.6.3-1 ii libxau6 1:1.0.8-1 ii libxdmcp61:1.1.2-1 plasma-widget-smooth-tasks recommends no packages. plasma-widget-smooth-tasks suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#778116: shell-fm: ftbfs with GCC-5
tags 778116 +patch thanks gcc5 implements C99 standard by default, which defaults "inline" functions to be external, unless otherwise specified. Fixed by specifying "static inline" for "scale" function, which is not externally linkable. --- shell-fm-0.7+git20100414.orig/source/play.c +++ shell-fm-0.7+git20100414/source/play.c @@ -79,7 +79,7 @@ struct stream { #ifndef EXTERN_ONLY static enum mad_flow input(void *, struct mad_stream *); static enum mad_flow output(void *, const struct mad_header *, struct mad_pcm *); -inline signed scale(mad_fixed_t); +static inline signed scale(mad_fixed_t); static int timed_read(int, unsigned char *, int, int); #endif @@ -535,7 +535,7 @@ static enum mad_flow output( } #endif -inline signed scale(register mad_fixed_t sample) { +static inline signed scale(register mad_fixed_t sample) { sample += (1L << (MAD_F_FRACBITS - 16)); if(sample >= MAD_F_ONE) -- Brett Johnson "Rudeness is the weak man's imitation of strength." ~~ Eric Hoffer -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793024: python-docker: Requires websocket-client >= 0.32
On 20 July 2015 at 10:38, Tianon Gravi wrote: > Although I'm not sure yet where that's coming from (posting in case > someone watching this bug already knows and can tell us a good fix > faster than I can dig and figure it out). :) Turns out the deps were encoded verbatim in no less than three files... I've updated our patch in SVN, so now it's just waiting for a sponsor. :) ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#789835: memcached: FTBFS in sid: timeout in t/lru-crawler.t
On Mon, 29 Jun 2015 22:40:01 +0200 Guillaume Delacour wrote: > > > > This package FTBFS in a clean sid sbuild setup: > > > > t/line-lengths.t . ok > > Timeout.. killing the process > > t/lru-crawler.t .. > > Failed 126/221 subtests > > Seems to be a random issue that affect other distributions (i'm quite > sure to have been reproduced at least one time a long time ago, but > wrongly guess this was my env): > > http://forums.famillecollet.com/viewtopic.php?id=3165 > https://code.google.com/p/memcached/issues/detail?id=398 > http://webcache.googleusercontent.com/search?q=cache:2j2npL8eOAMJ:https://arch-ci.org/extra/memcached/log/+&cd=10&hl=fr&ct=clnk > > I've opened issue on upstream googlecode (as GitHub memcached space > don't let me create issues) to have his point of view about this issue. Upstream and i don't reproduce the problem, do you ? I tried to iterate around 250 times on this test and never reproduce this. $ while true ; do prove t/lru-crawler.t ; done If you reproduce it, don't hesitate to give me as much details as possible to reproduce myself/upstream to fix this issue. -- Guillaume Delacour signature.asc Description: OpenPGP digital signature
Bug#792748: marked as done (iep: /usr/bin/iep is already provided by the emboss package)
Your message dated Mon, 20 Jul 2015 21:45:15 + with message-id and subject line Bug#792748: fixed in iep 3.6.1-2 has caused the Debian Bug report #792748, regarding iep: /usr/bin/iep is already provided by the emboss package 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.) -- 792748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792748 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: iep Version: 3.6.1-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Control: affects -1 + emboss Hi, automatic installation tests of packages that share a file and at the same time do not conflict by their package dependency relationships has detected the following problem: Selecting previously unselected package iep. Preparing to unpack .../archives/iep_3.6.1-1_all.deb ... Unpacking iep (3.6.1-1) ... dpkg: error processing archive /var/cache/apt/archives/iep_3.6.1-1_all.deb (--unpack): trying to overwrite '/usr/bin/iep', which is also in package emboss 6.6.0+dfsg-1 Errors were encountered while processing: /var/cache/apt/archives/iep_3.6.1-1_all.deb This is a serious bug as it makes installation fail, and violates sections 7.6.1 and 10.1 of the policy. An optimal solution would consist in only one of the packages installing that file, and renaming or removing the file in the other package. Depending on the circumstances you might also consider Replace relations or file diversions. If the conflicting situation cannot be resolved then, as a last resort, the two packages have to declare a mutual Conflict. Please take into account that Replaces, Conflicts and diversions should only be used when packages provide different implementations for the same functionality. Here is a list of files that are known to be shared by both packages (according to the Contents file for sid/amd64, which may be slightly out of sync): usr/bin/iep Cheers, Andreas PS: for more information about the detection of file overwrite errors of this kind see https://qa.debian.org/dose/file-overwrites.html emboss=6.6.0+dfsg-1_iep=3.6.1-1.log.gz Description: application/gzip --- End Message --- --- Begin Message --- Source: iep Source-Version: 3.6.1-2 We believe that the bug you reported is fixed in the latest version of iep, 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 792...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ghislain Antony Vaillant (supplier of updated iep 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, 20 Jul 2015 13:38:11 +0100 Source: iep Binary: iep python3-ieplib iep-common Architecture: source all Version: 3.6.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers Changed-By: Ghislain Antony Vaillant Description: iep- Interactive Editor for Python (Python 3) iep-common - Interactive Editor for Python (common files) python3-ieplib - Interactive Editor for Python (Python 3 modules) Closes: 792748 Changes: iep (3.6.1-2) unstable; urgency=medium . * Rename entry point from iep to iep-ide. (Closes: #792748) Checksums-Sha1: 86fe38ab30f02782618098160135cb9cfb800c90 2064 iep_3.6.1-2.dsc 526b6bf34c42a31c75e05ec6a4b7102afb28ac5c 11808 iep_3.6.1-2.debian.tar.xz 31bc4e223c05fdb31c17310526f2a53c8c1b60e9 563590 iep-common_3.6.1-2_all.deb 4730a96871796402ba6625468f7562131f77966d 11766 iep_3.6.1-2_all.deb eb69c06911ad9a8eac53065f5833a7b2250a0853 232868 python3-ieplib_3.6.1-2_all.deb Checksums-Sha256: 42d4582518f48d55bee9ff375d5b8cf3d5cf824f27ae377d8944bfc48c54c0e9 2064 iep_3.6.1-2.dsc 220dc89cb6cdbf72e6828dd3dc6d9a5f64b301ffa1b979939cb0ebd7cefd6b82 11808 iep_3.6.1-2.debian.tar.xz 5afdfc2d88ead193c687aa070d11d22bdc10e04c7037b1ed6473c0015697f3ac 563590 iep-common_3.6.1-2_all.deb be73585ef94a7182e8fd0acf54d758a244f5f20467d6d60c306ea3ad8c38b39f 11766 iep_3.6.1-2_all.deb 81b726ddbd221eb802987d4c9f96d61efc88ca29e3077abfd09510e324790ae9 232868 python3-ieplib_3.6.1-2_all.deb Files: 60bd0902967e53d4810e272d8c6addca 2064 science optional iep_3.6.1-2.dsc 85d1b0fbd5b1e44a87cd36c797936a10 11808 science optional iep
Bug#793026: kde-window-manager: upgrade to 4:5.3.2-2 generates a disfonctionnement of any window kde
I was unable to generate this bug with kde-window-manager 4:5.3.2-2 Because of this dysfunction -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793051: missing license in debian/copyright
Package: pjproject Version: 2.4~dfsg-1 Severity: serious User: alteh...@debian.org Usertags: ftp X-Debbugs-CC: ftpmas...@ftp-master.debian.org thanks Dear Maintainer, please add the missing license of: pjsip-apps/src/pjsua/bb10/bar-descriptor.xml to debian/copyright. Thanks! Thorsten -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Patch for gcc-5 build issue for 778019 multimon
Processing commands for cont...@bugs.debian.org: > tags 778019 + patch Bug #778019 [src:multimon] multimon: ftbfs with GCC-5 Ignoring request to alter tags of bug #778019 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 778019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778019 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777946: libgnatcoll: ftbfs with GCC-5
Package: src:libgnatcoll Followup-For: Bug #777946 Hello. Gprbuild, by default, only considers compilers - which are the Debian default (ex: /usr/bin/gcc from package gcc) - for which the version starts with 4.9. The intent is that users of the stable distribution with default settings - use the Debian default compilers - never mix objects with incompatible ABIs. Consequently, upgrading gcc (Debian package providing the /usr/bin symlink) to version 5 breaks libgnatcoll (#777946). The relevant line of the log ends with warning: no compiler specified for language "C", ignoring all its sources Gprbuild detects no C compiler (gcc-4.9 is installed as a Build-Dependency, but /usr/bin/gcc --version does not answer 4.9), ignores all C sources, and later complains at link stage about missing symbols. Anyway, due to Debian Ada policy, libgnatcoll cannot be built with gnat-5 before libgtkada. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777934: libalog: ftbfs with GCC-5
Package: src:libalog Followup-For: Bug #777934 Hello. Gprbuild, by default, only considers compilers - which are the Debian default (ex: /usr/bin/gcc from package gcc) - for which the version starts with 4.9. The intent is that users of the stable distribution with default settings - use the Debian default compilers - never mix objects with incompatible ABIs. Consequently, upgrading gcc (Debian package providing the /usr/bin symlink) to version 5 breaks libalog (#777934). The relevant line of the log ends with warning: no compiler specified for language "C", ignoring all its sources Gprbuild detects no C compiler (gcc-4.9 is installed as a Build-Dependency, but /usr/bin/gcc --version does not answer 4.9), ignores all C sources, and later complains at link stage about missing symbols. Anyway, due to Debian Ada policy, libalog cannot be built with gnat-5 before libahven. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777907: Patch for GCC build issue.
On Mon, 20 Jul 2015 08:40:34 -0600, Nicholas Luedtke wrote: > Even simpler change that preserves the build integrity with GCC4.9. The > package builds and links with GCC 5 with this change. Thanks! I've just uploaded an NMU with your patch to DELAYED/5. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Kurt Ostbahn & Die Kombo: I brauch kan Dokta signature.asc Description: Digital Signature
Processed: Re: shell-fm: ftbfs with GCC-5
Processing commands for cont...@bugs.debian.org: > tags 778116 +patch Bug #778116 [src:shell-fm] shell-fm: ftbfs with GCC-5 Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 778116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778116 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793024: python-docker: Requires websocket-client >= 0.32
On 20 July 2015 at 15:07, Tianon Gravi wrote: > On 20 July 2015 at 10:38, Tianon Gravi wrote: >> Although I'm not sure yet where that's coming from (posting in case >> someone watching this bug already knows and can tell us a good fix >> faster than I can dig and figure it out). :) > > Turns out the deps were encoded verbatim in no less than three > files... I've updated our patch in SVN, so now it's just waiting for > a sponsor. :) Is that a hint ? ;) I can do the sponsoring if you want, just give me a dget-able package... -- Saludos, Felipe Sateler -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777920: isdnutils: diff for NMU version 1:3.25+dfsg1-3.6
Control: tags 777920 + patch Control: tags 777920 + pending Dear maintainer, I've prepared an NMU for isdnutils (versioned as 1:3.25+dfsg1-3.6) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Andrew Lloyd Webber & Tim Rice diff -Nru isdnutils-3.25+dfsg1/debian/changelog isdnutils-3.25+dfsg1/debian/changelog --- isdnutils-3.25+dfsg1/debian/changelog 2014-10-20 18:21:05.0 +0200 +++ isdnutils-3.25+dfsg1/debian/changelog 2015-07-20 19:37:12.0 +0200 @@ -1,3 +1,11 @@ +isdnutils (1:3.25+dfsg1-3.6) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": +add patch to build isdnlog with "-fgnu89-inline" (closes: #777920). + + -- gregor herrmann Mon, 20 Jul 2015 19:36:44 +0200 + isdnutils (1:3.25+dfsg1-3.5) unstable; urgency=medium * Non-maintainer upload. diff -Nru isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch --- isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch 1970-01-01 01:00:00.0 +0100 +++ isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch 2015-07-20 19:36:32.0 +0200 @@ -0,0 +1,18 @@ +Description: fix build failure with GCC5: + build isdnlog with -fgnu89-inline +Origin: vendor +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777920 +Author: gregor herrmann +Last-Update: 2015-07-20 + +--- a/isdnlog/Makefile.in b/isdnlog/Makefile.in +@@ -1719,7 +1719,7 @@ + + # export CFLAGS = -Wall -pipe -O6 -fomit-frame-pointer -fforce-mem -fforce-addr -funroll-loops -fstrength-reduce + +-export CFLAGS = -Wall -pipe ++export CFLAGS = -Wall -pipe -fgnu89-inline + ifndef _CC + export _CC = gcc + endif diff -Nru isdnutils-3.25+dfsg1/debian/patches/series isdnutils-3.25+dfsg1/debian/patches/series --- isdnutils-3.25+dfsg1/debian/patches/series 2014-10-20 18:21:05.0 +0200 +++ isdnutils-3.25+dfsg1/debian/patches/series 2015-07-20 19:29:46.0 +0200 @@ -10,3 +10,4 @@ use-packaged-libcapi20.patch use-va_copy.patch verbose-build.patch +gnu89-inline.patch signature.asc Description: Digital Signature
Bug#778019: Patch for gcc-5 build issue for 778019 multimon
tags 778019 + patch thanks Here is a fix for the gcc-5 build issue for 778019 multimon The attached patch, adding -std=gn89 to CFLAGS in Makefile, is a work around to instruct gcc-5 to use gnu-89 semantics for inline function declarations, so the package is able to build without any error. Thanks, Mak. --- Makefile 2015-07-20 18:59:52.236196861 + +++ Makefile.orig 2015-07-20 18:59:41.052196630 + @@ -2,7 +2,7 @@ OS =$(shell uname) ARCHITECTURE =$(shell dpkg --print-architecture) -CFLAGS +=-std=gnu89 -Wall -Wstrict-prototypes -I/usr/X11R6/include +CFLAGS +=-Wall -Wstrict-prototypes -I/usr/X11R6/include ifeq ($(OS),SunOS) ifeq ($(DEBUG),y) CFLAGS +=-g -O -DSUN_AUDIO -DARCH_SPARC
Bug#790781: FTBFS with GCC 5: error: mp.h: No such file or directory
On Wed, 01 Jul 2015 13:01:34 -0400, Martin Michlmayr wrote: > netrek-client-cow fails to build with GCC 5. Even though the > configure script finds gmp.h, HAVE_GMP2_H is not set, therefore mp.h > is used instead of gmp.h. Nice finding; now I tried to find out why this is happening, and I don't really have an answer, but maybe this helps someone else: IIUIC, what configure does is create a temporary file conftests.h with something like: #v+ /* confdefs.h. */ /* end confdefs.h. */ #include gmp=__GNU_MP__; #v- and then runs `gcc -E confdefs.h | egrep "gmp=$something" The end of the diff between the output with gcc 4.9 and gcc 5 is: #v+ -extern __inline__ +extern __inline__ __attribute__ ((__gnu_inline__)) mp_limb_t __gmpn_neg (mp_ptr __gmp_rp, mp_srcptr __gmp_up, mp_size_t __gmp_n) @@ -1457,4 +1464,10 @@ }; # 5 "conftests.h" 2 -gmp=5; + +# 6 "conftests.h" +gmp= +# 6 "conftests.h" 3 4 + 5 +# 6 "conftests.h" + ; #v- So 4.9 outputs 'gmp=5;' and egrep is happy, and gcc5 has an interesting output where "gmp=" "5" ";" is split over 3 lines with some comments inbetween. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Alanis Morisette: A Man signature.asc Description: Digital Signature
Bug#792445: marked as done (mysql-5.5: Multiple security fixes from the July 2015 CPU)
Your message dated Mon, 20 Jul 2015 19:47:25 + with message-id and subject line Bug#792445: fixed in mysql-5.5 5.5.44-0+deb7u1 has caused the Debian Bug report #792445, regarding mysql-5.5: Multiple security fixes from the July 2015 CPU 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.) -- 792445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792445 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: mysql-5.5 Version: 5.5.23-2 Severity: grave Tags: security upstream fixed-upstream Hi, As usual for this time of the year: there is a new Oracle Patch update including updates for MySQL, see: http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html#AppendixMSQL Regards, Salvatore --- End Message --- --- Begin Message --- Source: mysql-5.5 Source-Version: 5.5.44-0+deb7u1 We believe that the bug you reported is fixed in the latest version of mysql-5.5, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 792...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Salvatore Bonaccorso (supplier of updated mysql-5.5 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Jul 2015 22:01:14 +0200 Source: mysql-5.5 Binary: libmysqlclient18 libmysqld-pic libmysqld-dev libmysqlclient-dev mysql-common mysql-client-5.5 mysql-server-core-5.5 mysql-server-5.5 mysql-server mysql-client mysql-testsuite-5.5 mysql-source-5.5 Architecture: source all amd64 Version: 5.5.44-0+deb7u1 Distribution: wheezy-security Urgency: high Maintainer: Debian MySQL Maintainers Changed-By: Salvatore Bonaccorso Description: libmysqlclient-dev - MySQL database development files libmysqlclient18 - MySQL database client library libmysqld-dev - MySQL embedded database development files libmysqld-pic - PIC version of MySQL embedded server development files mysql-client - MySQL database client (metapackage depending on the latest versio mysql-client-5.5 - MySQL database client binaries mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf mysql-server - MySQL database server (metapackage depending on the latest versio mysql-server-5.5 - MySQL database server binaries and system database setup mysql-server-core-5.5 - MySQL database server binaries mysql-source-5.5 - MySQL source mysql-testsuite-5.5 - MySQL testsuite Closes: 792445 Changes: mysql-5.5 (5.5.44-0+deb7u1) wheezy-security; urgency=high . * Non-maintainer upload by the Security Team. * Imported Upstream version 5.5.44 to fix security issues: - http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html - CVE-2015-4752 CVE-2015-4737 CVE-2015-2648 CVE-2015-2643 CVE-2015-2620 CVE-2015-2582 (Closes: #792445) Checksums-Sha1: 108a206799558020828dd25360597ca774d89d7f 3038 mysql-5.5_5.5.44-0+deb7u1.dsc d10482e705b2b8ea97e0110c9a89b93c99e41db1 280852 mysql-5.5_5.5.44-0+deb7u1.debian.tar.xz 5d3ea48d4daddd448a638e784741ae1e88fdd322 73430 mysql-common_5.5.44-0+deb7u1_all.deb 0b7d06c0f47e01c214e8db9dec426bafe979be43 71750 mysql-server_5.5.44-0+deb7u1_all.deb c603e2325bd11910bdc59bf70635c5dc0e1a3aeb 71636 mysql-client_5.5.44-0+deb7u1_all.deb 34e7ef85a37d93361c66c1871ffab9c1c94fa334 677458 libmysqlclient18_5.5.44-0+deb7u1_amd64.deb 23f60a8c5d36c4f4802a1266c7efffea3d782d10 3172482 libmysqld-pic_5.5.44-0+deb7u1_amd64.deb 4d1ec5996e8a1cdd5e998aa9127600669663fdb3 3167916 libmysqld-dev_5.5.44-0+deb7u1_amd64.deb a47244758257fae0abe79e6d859ec621d4428d89 944964 libmysqlclient-dev_5.5.44-0+deb7u1_amd64.deb de20fa558ad4bc94ae8375a1c96aaec334186f47 1890664 mysql-client-5.5_5.5.44-0+deb7u1_amd64.deb f3037040627048bc7387a40557a8691512f1a9a3 3418988 mysql-server-core-5.5_5.5.44-0+deb7u1_amd64.deb b4f5f22101c90836be9e949433b99a96140d382b 2091848 mysql-server-5.5_5.5.44-0+deb7u1_amd64.deb e55a0b303527ea868ee5b97a29671b666d7e8055 4412026 mysql-testsuite-5.5_5.5.44-0+deb7u1_amd64.deb 37b2a57f527928c7e49fe085da8eda3e6dc413f6 22892804 mysql-source-5.5_5.5.44-0+deb7u1_amd64.deb Checksums-Sha256: 8e95c5c80a3e7df276733d4bb3d509a8bdd2f893b3f9de4be4d1a83bbda1b95b 3038 mysql-5.5_5.5.44-0+deb7u1.
Processed: Re: FTBFS against Octave 4.0
Processing control commands: > tags -1 + patch pending Bug #792890 [src:pfstools] FTBFS against Octave 4.0 Added tag(s) patch and pending. -- 792890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792890 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792890: FTBFS against Octave 4.0
Control: tags -1 + patch pending Dear Maintainer, On Sun, 19 Jul 2015 20:57:03 +0200 =?iso-8859-1?Q?S=E9bastien?= Villemot wrote: > Package: src:pfstools > Version: 1.8.5-2 > Severity: serious > pfstools fails to compile against Octave 4.0, which has recently been uploaded > to unstable. I have uploaded to DELAYED/2 an NMU of pfstools that fixes this issue. The debdiff is attached. Don't hesitate to tell me if I should delay it longer. And sorry for the very short notice. Best, -- .''`.Sébastien Villemot : :' :Debian Developer `. `' http://sebastien.villemot.name `- GPG Key: 4096R/381A7594 diff -Nru pfstools-1.8.5/debian/changelog pfstools-1.8.5/debian/changelog --- pfstools-1.8.5/debian/changelog 2014-08-02 18:47:28.0 +0200 +++ pfstools-1.8.5/debian/changelog 2015-07-20 21:01:43.0 +0200 @@ -1,3 +1,11 @@ +pfstools (1.8.5-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * d/p/octave-4.0.diff: new patch, fixes FTBFS against Octave 4.0. +(Closes: #792890) + + -- Sébastien Villemot Mon, 20 Jul 2015 20:17:58 +0200 + pfstools (1.8.5-2) unstable; urgency=medium [ Jackson Doak ] diff -Nru pfstools-1.8.5/debian/patches/octave-4.0.diff pfstools-1.8.5/debian/patches/octave-4.0.diff --- pfstools-1.8.5/debian/patches/octave-4.0.diff 1970-01-01 01:00:00.0 +0100 +++ pfstools-1.8.5/debian/patches/octave-4.0.diff 2015-07-20 21:07:06.0 +0200 @@ -0,0 +1,207 @@ +Description: Fix FTBFS against Octave 4.0 + Note that release 2.0.4 of pfstools includes a similar patch, but it does not + compile… +Author: Sébastien Villemot +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792890 +Last-Update: 2015-07-20 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/src/octave/pfsclose.cpp b/src/octave/pfsclose.cpp +@@ -53,9 +53,9 @@ DEFUN_DLD( pfsclose, args, , helpString + return retval; + } + +- Octave_map pfsStream = args(0).map_value(); ++ octave_map pfsStream = args(0).map_value(); + +- Octave_map::const_iterator itFH = pfsStream.seek( "FH" ); ++ octave_map::const_iterator itFH = pfsStream.seek( "FH" ); + if( itFH == pfsStream.end() || + !pfsStream.contents( itFH )(0).is_real_scalar() ) + { +--- a/src/octave/pfsopen.cpp b/src/octave/pfsopen.cpp +@@ -137,7 +137,7 @@ DEFUN_DLD( pfsopen, args, , helpString) + } + } + +- Octave_map pfsStream; ++ octave_scalar_map pfsStream; + pfsStream.assign( "FH", octave_value((double)((long)fh)) ); + pfsStream.assign( "MODE", writeMode ? octave_value("W") : octave_value("R") ); + pfsStream.assign( "EOF", octave_value(false) ); +@@ -145,10 +145,10 @@ DEFUN_DLD( pfsopen, args, , helpString) + if( writeMode ) { + pfsStream.assign( "columns", octave_value(width) ); + pfsStream.assign( "rows", octave_value(height) ); +-Octave_map channels; ++octave_scalar_map channels; + pfsStream.assign( "channels", octave_value(channels) ); + } +- ++ + retval.append(pfsStream); + + return retval; +--- a/src/octave/pfsput.cpp b/src/octave/pfsput.cpp +@@ -52,9 +52,9 @@ DEFUN_DLD( pfsput, args, , helpString) + return retval; + } + +- Octave_map pfsStream = args(0).map_value(); ++ octave_map pfsStream = args(0).map_value(); + +- Octave_map::const_iterator itFH = pfsStream.seek( "FH" ); ++ octave_map::const_iterator itFH = pfsStream.seek( "FH" ); + if( itFH == pfsStream.end() || + !pfsStream.contents( itFH )(0).is_real_scalar() ) + { +@@ -65,7 +65,7 @@ DEFUN_DLD( pfsput, args, , helpString) + + // Check mode + { +-Octave_map::const_iterator itMode = pfsStream.seek( "MODE" ); ++octave_map::const_iterator itMode = pfsStream.seek( "MODE" ); + if( itMode == pfsStream.end() || !pfsStream.contents( itMode )(0).is_string() ) + { + error( SCRIPT_NAME ": MODE field missing in the structure or it has wrong type"); +@@ -80,8 +80,8 @@ DEFUN_DLD( pfsput, args, , helpString) + // Get width & height + int width, height; + { +-Octave_map::const_iterator itCols = pfsStream.seek( "columns" ); +-Octave_map::const_iterator itRows = pfsStream.seek( "rows" ); ++octave_map::const_iterator itCols = pfsStream.seek( "columns" ); ++octave_map::const_iterator itRows = pfsStream.seek( "rows" ); + if( itCols == pfsStream.end() || itRows == pfsStream.end() || + !pfsStream.contents( itCols )(0).is_real_scalar() || + !pfsStream.contents( itRows )(0).is_real_scalar() ) +@@ -94,9 +94,9 @@ DEFUN_DLD( pfsput, args, , helpString) + } + + // Get channels +- Octave_map channels; ++ octave_map channels; + { +-Octave_map::const_iterator itChannels = pfsStream.seek( "channels" ); ++octave_map::const_iterator itChannels = pfsStream.seek( "channels" ); + if( itChannels == pfsStream.end() || + !pfsStream.contents( itChannels )(0).is_map() ) + { +@@ -111,7 +111,7 @@ DEFUN_DLD( pfspu
Bug#788543: bareos-sd will silently corrupt backups when using multi-volume disk-based jobs
On Mon, Jul 20, 2015 at 07:42:25PM +0200, Felix Geyer wrote: > Hi, > > On 20.07.2015 19:03, Evgeni Golov wrote: > > Hi > > > > I actually have an almost ready 14.2.5 in git that would just fix > > everything. I'll try to get that done until the weekend. Does that sound ok > > for you? > > Sounds greats :) > Are you also going to take care of fixing bareos in jessie? After the fix has migrated to Stretch: yes. If you want to have it earlier (and discuss details with SRM): feeld free to do a team upload of your backported patch :) Greets Evgeni -- Bruce Schneier can read and understand Perl programs. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792445: marked as done (mysql-5.5: Multiple security fixes from the July 2015 CPU)
Your message dated Mon, 20 Jul 2015 19:17:06 + with message-id and subject line Bug#792445: fixed in mysql-5.5 5.5.44-0+deb8u1 has caused the Debian Bug report #792445, regarding mysql-5.5: Multiple security fixes from the July 2015 CPU 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.) -- 792445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792445 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: mysql-5.5 Version: 5.5.23-2 Severity: grave Tags: security upstream fixed-upstream Hi, As usual for this time of the year: there is a new Oracle Patch update including updates for MySQL, see: http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html#AppendixMSQL Regards, Salvatore --- End Message --- --- Begin Message --- Source: mysql-5.5 Source-Version: 5.5.44-0+deb8u1 We believe that the bug you reported is fixed in the latest version of mysql-5.5, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 792...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Salvatore Bonaccorso (supplier of updated mysql-5.5 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Jul 2015 17:00:27 +0200 Source: mysql-5.5 Binary: libmysqlclient18 libmysqld-pic libmysqld-dev libmysqlclient-dev mysql-common mysql-client-5.5 mysql-server-core-5.5 mysql-server-5.5 mysql-server mysql-client mysql-testsuite mysql-testsuite-5.5 mysql-source-5.5 Architecture: source all amd64 Version: 5.5.44-0+deb8u1 Distribution: jessie-security Urgency: high Maintainer: Debian MySQL Maintainers Changed-By: Salvatore Bonaccorso Description: libmysqlclient-dev - MySQL database development files libmysqlclient18 - MySQL database client library libmysqld-dev - MySQL embedded database development files libmysqld-pic - PIC version of MySQL embedded server development files mysql-client - MySQL database client (metapackage depending on the latest versio mysql-client-5.5 - MySQL database client binaries mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf mysql-server - MySQL database server (metapackage depending on the latest versio mysql-server-5.5 - MySQL database server binaries and system database setup mysql-server-core-5.5 - MySQL database server binaries mysql-source-5.5 - MySQL source mysql-testsuite - MySQL testsuite mysql-testsuite-5.5 - MySQL testsuite Closes: 792445 Changes: mysql-5.5 (5.5.44-0+deb8u1) jessie-security; urgency=high . * Non-maintainer upload by the Security Team. * Imported Upstream version 5.5.44 to fix security issues: - http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html - CVE-2015-4752 CVE-2015-4737 CVE-2015-2648 CVE-2015-2643 CVE-2015-2620 CVE-2015-2582 (Closes: #792445) Checksums-Sha1: 38421705bb98179ffbe94c027f32a16fb4abbe9d 3093 mysql-5.5_5.5.44-0+deb8u1.dsc 1882c53d078ffb2e50339a8d9f5ba44c3eb155ea 21789766 mysql-5.5_5.5.44.orig.tar.gz 0007341644211abec26f1ddc8198ed3fd7dd6c77 232044 mysql-5.5_5.5.44-0+deb8u1.debian.tar.xz b0ff43d654324ba5e25dfae0054fb43319aaa095 74262 mysql-common_5.5.44-0+deb8u1_all.deb 5bb586698a203e1801fc1807090dd189785ebd75 72570 mysql-server_5.5.44-0+deb8u1_all.deb 3d458da33e5f6faac4455802491efbb121bcf769 72442 mysql-client_5.5.44-0+deb8u1_all.deb 5157d43ce3e1266ad377a51cb9ad6ec60877bb29 72410 mysql-testsuite_5.5.44-0+deb8u1_all.deb Checksums-Sha256: a38f8a0b8db399ada03daffe38da76bc3dd6212fd24161848829a37774f1ee3d 3093 mysql-5.5_5.5.44-0+deb8u1.dsc 85f05b257db39e63c82ff4b5ce4e0c6d2b07560b5fc1646d47d7ae48eab3e5de 21789766 mysql-5.5_5.5.44.orig.tar.gz a6b699902e63f757dfd7de988cdc9d9bc643a788a287ee3ceeb5836facacc4ad 232044 mysql-5.5_5.5.44-0+deb8u1.debian.tar.xz 43b9a2ee6e1c5a09f4859ae74a07983ca592616571092d8ef69b6d6204557093 74262 mysql-common_5.5.44-0+deb8u1_all.deb 0483e26dd00de121e8a582556cc68a01f8ea75824a78e6afbe0f6d8016880c68 72570 mysql-server_5.5.44-0+deb8u1_all.deb 861fc918e68ff9941b5648a56da11ed90ac370826773a373e4c678b77a37a04e 72442 mysql-client_5.5.44-0+deb8u1_all.deb 82240e16e3c5b8954cb16f1a6b3539be6148b363230dc959a44eebb4f3f66bb8 72410 mysql-t
Processed: Re: simulavr: ftbfs with GCC-5
Processing commands for cont...@bugs.debian.org: > tags 778119 +patch Bug #778119 [src:simulavr] simulavr: ftbfs with GCC-5 Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 778119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778119 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: reassign 790781 to src:netrek-client-cow, forcibly merging 778025 790781
Processing commands for cont...@bugs.debian.org: > reassign 790781 src:netrek-client-cow Bug #790781 [netrek-client-cow] FTBFS with GCC 5: error: mp.h: No such file or directory Bug reassigned from package 'netrek-client-cow' to 'src:netrek-client-cow'. No longer marked as found in versions netrek-client-cow/3.3.0-3. Ignoring request to alter fixed versions of bug #790781 to the same values previously set > forcemerge 778025 790781 Bug #778025 [src:netrek-client-cow] netrek-client-cow: ftbfs with GCC-5 Bug #790781 [src:netrek-client-cow] FTBFS with GCC 5: error: mp.h: No such file or directory Marked as found in versions netrek-client-cow/3.3.0-3. Merged 778025 790781 > thanks Stopping processing here. Please contact me if you need assistance. -- 778025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778025 790781: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790781 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792062: marked as done (FTBFS: test_secure_server fails: urlopen error: CERTIFICATE_VERIFY_FAILED)
Your message dated Mon, 20 Jul 2015 18:48:57 + with message-id and subject line Bug#792062: fixed in circuits 3.1.0+ds1-1 has caused the Debian Bug report #792062, regarding FTBFS: test_secure_server fails: urlopen error: CERTIFICATE_VERIFY_FAILED 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.) -- 792062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792062 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: circuits Version: 2.1.0-2 Severity: serious Tags: sid stretch Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs Dear Maintainer, The package fails to build: tests/web/test_servers.py ..ERROR (): [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:590) File "/tmp/buildd/circuits-2.1.0/circuits/core/manager.py", line 521, in _dispatcher value = handler(*eargs, **ekwargs) File "/tmp/buildd/circuits-2.1.0/circuits/net/sockets.py", line 747, in _on_read self._accept() File "/tmp/buildd/circuits-2.1.0/circuits/net/sockets.py", line 704, in _accept _do_handshake_for_non_blocking(newsock) File "/tmp/buildd/circuits-2.1.0/circuits/net/sockets.py", line 396, in _do_handshake_for_non_blocking ssock.do_handshake() File "/usr/lib/python2.7/ssl.py", line 808, in do_handshake self._sslobj.do_handshake() F. > raise URLError(err) E URLError: /usr/lib/python2.7/urllib2.py:1197: URLError === short test summary info FAIL tests/web/test_servers.py::test_secure_server == 1 failed, 240 passed, 28 warnings in 39.31 seconds == (This happens even when the test is run with networking enabled.) Full build log: https://reproducible.debian.net/rb-pkg/unstable/amd64/circuits.html -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.19.0-22-generic (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) --- End Message --- --- Begin Message --- Source: circuits Source-Version: 3.1.0+ds1-1 We believe that the bug you reported is fixed in the latest version of circuits, 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 792...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniele Tricoli (supplier of updated circuits package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 19 Jul 2015 20:21:25 +0200 Source: circuits Binary: python-circuits python3-circuits python-circuits-doc Architecture: source all Version: 3.1.0+ds1-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Daniele Tricoli Description: python-circuits - event-driven framework with a component architecture python-circuits-doc - event-driven framework with a component architecture (Documentati python3-circuits - event-driven framework with a component architecture (Python3 ver Closes: 792062 Changes: circuits (3.1.0+ds1-1) unstable; urgency=medium . [ Daniele Tricoli ] * New upstream release. * Switch to pybuild. - Build-Depends on dh-python. - Simplify debian/rules. * Ship manpages inside debian/manpages since they are no more included in sdist. * Disable running tests at build time since they are also failing upstream. (Closes: #792062) - Use export PYBUILD_DISABLE=test in debian/rules. - Remove python-coverage and python{,3}-pytest from Build-Depends. * debian/control - Remove python{,3}-pyinotify from Build-Depends and Depends. - Remove python-imaging, python-multiprocessing and python-routes from Recommends. - Remove python{,3}-six from Depends since the embedded copy is modified by upstream. - Move python{,3}-serial from Recommends to Suggests. - Bump Standards-Version to 3.9.6 (no changes needed). - Update Homepage field. * debian/copyright - Update copyright year. - Add new sta
Bug#778119: simulavr: ftbfs with GCC-5
tags 778119 +patch thanks FTBFS caused by changed inline function semantics/rules in gcc5. C11 standard is now default, but packages source not compliant. Revert to gnu89 standard by passing "-std=gnu89" to compiler in CFLAGS. --- simulavr-0.1.2.2.orig/debian/rules 2015-07-20 18:04:00.0 + +++ simulavr-0.1.2.2/debian/rules 2015-07-20 18:02:11.396710658 + @@ -3,7 +3,7 @@ DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -std=gnu89 LDFLAGS= -Wl,-z,defs ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: hunt: diff for NMU version 1.5-6.1
Processing control commands: > tags 777907 + pending Bug #777907 [src:hunt] hunt: ftbfs with GCC-5 Added tag(s) pending. -- 777907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777907 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#788543: bareos-sd will silently corrupt backups when using multi-volume disk-based jobs
Hi I actually have an almost ready 14.2.5 in git that would just fix everything. I'll try to get that done until the weekend. Does that sound ok for you? Greets Evgeni On July 20, 2015 6:32:40 PM GMT+02:00, Felix Geyer wrote: >Hi, > >On 13.06.2015 01:32, Felix Geyer wrote: >> Hi, >> >> On Fri, 12 Jun 2015 17:30:51 +0200 Michael Renner >wrote: >>> Package: bareos >>> Version: 14.2.1+20141017gitc6c5b56-4 >>> Severity: critical >>> Justification: causes serious data loss >>> >>> In March 2015 bareos fixed a bug which caused silent corruption of >>> backups when the following conditions are met: >>> >>> * backups are written to disk (tape backups are not affected) >>> * autolabelling is enabled >>> * a backup spans over multiple volumes >>> * the additional volumes are newly created and labeled during the >backup. >>> >>> Bug: https://bugs.bareos.org/view.php?id=437 >>> Announcement: >http://www.bareos.com/en/company_news/items/Bareos-14.2.4-published.html >>> Fix for 14.2: >https://github.com/bareos/bareos/commit/263240eaa911563a8468ecdaf7d4957201b41426 >>> >>> Given that the above conditions are met in most bareos installations >>> I've tagged this as critical. >>> >>> >>> While I'm at it I'd like to point out that Joerg Steffens, an >upstream maintainer, >>> employee and/or partner of bareos.com and co-maintainer of this >>> package in Debian, hasn't found the time to inform the Debian >community of this issue, lest >>> providing a patched package. >> >> Attached is a debdiff that contains a backport of the upstream fix. > >How about reverting the fix for #769536 ("circular dependency hell") >until there is a proper >solution for it? >That way we can get this bug fixed and bareos back into testing. >I've prepared those changes in the attached debdiff. > >What do you think? > >Cheers, >Felix -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#767423: tracker-extract SIGSEGV
Hi, can you get a backtrace of the crash with the following packages installed? libglib2.0-0-dbg libgstreamer1.0-0-dbg gstreamer1.0-plugins-base-dbg gstreamer1.0-plugins-good-dbg gstreamer1.0-plugins-bad-dbg gstreamer1.0 -plugins-ugly-dbg gstreamer1.0-libav-dbg Also please check if the problem still exists with the GStreamer packages from experimental. The backtrace you provided is not really that helpful, but it could be a problem that is fixed since a while already related to liba52 (and not libav). Thanks! signature.asc Description: This is a digitally signed message part
Processed: your mail
Processing commands for cont...@bugs.debian.org: > tag 793024 + pending Bug #793024 [python-docker] python-docker: Requires websocket-client >= 0.32 Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 793024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793024 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#778019: multimon: diff for NMU version 1.0-7.1
Control: tags 778019 + patch Control: tags 778019 + pending Dear maintainer, I've prepared an NMU for multimon (versioned as 1.0-7.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Sophie Hunger: D'Red diff -Nru multimon-1.0/debian/changelog multimon-1.0/debian/changelog --- multimon-1.0/debian/changelog 2013-11-17 22:10:07.0 +0100 +++ multimon-1.0/debian/changelog 2015-07-20 19:58:21.0 +0200 @@ -1,3 +1,12 @@ +multimon (1.0-7.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": +debian/rules: build with "-fgnu89-inline" +(Closes: #778019) + + -- gregor herrmann Mon, 20 Jul 2015 19:57:57 +0200 + multimon (1.0-7) unstable; urgency=low * demod_ccir.c, gen.c, gen_ccir.c, gen.h, Makefile, multimon.h: diff -Nru multimon-1.0/debian/rules multimon-1.0/debian/rules --- multimon-1.0/debian/rules 2013-10-18 00:00:55.0 +0200 +++ multimon-1.0/debian/rules 2015-07-20 19:57:51.0 +0200 @@ -1,3 +1,6 @@ #!/usr/bin/make -f + +export DEB_CFLAGS_MAINT_APPEND=-fgnu89-inline + %: dh $@ signature.asc Description: Digital Signature
Processed: Re: sipsak: ftbfs with GCC-5
Processing commands for cont...@bugs.debian.org: > tags 778120 +patch Bug #778120 [src:sipsak] sipsak: ftbfs with GCC-5 Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 778120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778120 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#778120: sipsak: ftbfs with GCC-5
tags 778120 +patch thanks FTBFS caused by changed inline function semantics/rules in gcc5. C11 standard is now default, but packages source not compliant. Revert to gnu89 standard by passing "-std=gnu89" to compiler in CFLAGS. --- sipsak-0.9.6.orig/debian/rules 2015-07-20 17:54:23.0 + +++ sipsak-0.9.6/debian/rules 2015-07-20 17:52:08.311828866 + @@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -std=gnu89 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- Brett Johnson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: multimon: diff for NMU version 1.0-7.1
Processing control commands: > tags 778019 + patch Bug #778019 [src:multimon] multimon: ftbfs with GCC-5 Added tag(s) patch. > tags 778019 + pending Bug #778019 [src:multimon] multimon: ftbfs with GCC-5 Added tag(s) pending. -- 778019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778019 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: isdnutils: diff for NMU version 1:3.25+dfsg1-3.6
Processing control commands: > tags 777920 + patch Bug #777920 [src:isdnutils] isdnutils: ftbfs with GCC-5 Added tag(s) patch. > tags 777920 + pending Bug #777920 [src:isdnutils] isdnutils: ftbfs with GCC-5 Added tag(s) pending. -- 777920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777920 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#788543: bareos-sd will silently corrupt backups when using multi-volume disk-based jobs
Hi, On 20.07.2015 19:03, Evgeni Golov wrote: > Hi > > I actually have an almost ready 14.2.5 in git that would just fix everything. > I'll try to get that done until the weekend. Does that sound ok for you? Sounds greats :) Are you also going to take care of fixing bareos in jessie? Cheers, Felix -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793024: python-docker: Requires websocket-client >= 0.32
On 20 July 2015 at 09:53, Tianon Gravi wrote: > When I test from a build of docker-compose, I see the same error as > your original. That's really bizarre, and I'm not sure where it's > getting the original requirements.txt content from. Ok, slightly more information. "./usr/lib/python3/dist-packages/docker_py-1.3.0.egg-info/requires.txt" in our package contains: | websocket-client >= 0.32.0 Although I'm not sure yet where that's coming from (posting in case someone watching this bug already knows and can tell us a good fix faster than I can dig and figure it out). :) ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777907: hunt: diff for NMU version 1.5-6.1
Control: tags 777907 + pending Dear maintainer, I've prepared an NMU for hunt (versioned as 1.5-6.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Kurt Ostbahn & Die Kombo: I brauch kan Dokta diff -u hunt-1.5/debian/changelog hunt-1.5/debian/changelog --- hunt-1.5/debian/changelog +++ hunt-1.5/debian/changelog @@ -1,3 +1,12 @@ +hunt (1.5-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "ftbfs with GCC-5": apply patch from Nicholas Luedtke: +build with "-std=gnu89". +(Closes: #777907) + + -- gregor herrmann Mon, 20 Jul 2015 19:17:12 +0200 + hunt (1.5-6) unstable; urgency=low * New maintainer. (Closes: #486761) only in patch2: unchanged: --- hunt-1.5.orig/Makefile +++ hunt-1.5/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -O2 -g -D_REENTRANT +CFLAGS=-Wall -O2 -g -D_REENTRANT -std=gnu89 #CFLAGS+=-DSYNC_FAST #CFLAGS+=-D_WITH_LINUX_KERNEL_HDR signature.asc Description: Digital Signature
Bug#793011: castxml: FTBFS on mipsel: failed tests
On July 20, 2015 02:55:56 PM you wrote: > Package: castxml > Severity: serious > Justification: fails to build from source > > Dear maintainer, > > just want to let you know I'm working towards a fix for the FTBFS of castxml > on mipsel [0]. > > There are some tests that are failing. Thanks for opening this bug. In fact, several architectures are failing with exactly the same symptoms: no float128 support. So the fix should likely be to disable testing float128 on ALL platforms that don't support it; i.e. this bug is not mipsel-specific. -Steve signature.asc Description: This is a digitally signed message part.
Bug#788543: bareos-sd will silently corrupt backups when using multi-volume disk-based jobs
Hi, On 13.06.2015 01:32, Felix Geyer wrote: > Hi, > > On Fri, 12 Jun 2015 17:30:51 +0200 Michael Renner wrote: >> Package: bareos >> Version: 14.2.1+20141017gitc6c5b56-4 >> Severity: critical >> Justification: causes serious data loss >> >> In March 2015 bareos fixed a bug which caused silent corruption of >> backups when the following conditions are met: >> >> * backups are written to disk (tape backups are not affected) >> * autolabelling is enabled >> * a backup spans over multiple volumes >> * the additional volumes are newly created and labeled during the backup. >> >> Bug: https://bugs.bareos.org/view.php?id=437 >> Announcement: >> http://www.bareos.com/en/company_news/items/Bareos-14.2.4-published.html >> Fix for 14.2: >> https://github.com/bareos/bareos/commit/263240eaa911563a8468ecdaf7d4957201b41426 >> >> Given that the above conditions are met in most bareos installations >> I've tagged this as critical. >> >> >> While I'm at it I'd like to point out that Joerg Steffens, an upstream >> maintainer, >> employee and/or partner of bareos.com and co-maintainer of this >> package in Debian, hasn't found the time to inform the Debian community of >> this issue, lest >> providing a patched package. > > Attached is a debdiff that contains a backport of the upstream fix. How about reverting the fix for #769536 ("circular dependency hell") until there is a proper solution for it? That way we can get this bug fixed and bareos back into testing. I've prepared those changes in the attached debdiff. What do you think? Cheers, Felix diff -Nru bareos-14.2.1+20141017gitc6c5b56/debian/changelog bareos-14.2.1+20141017gitc6c5b56/debian/changelog --- bareos-14.2.1+20141017gitc6c5b56/debian/changelog 2014-12-02 10:25:20.0 +0100 +++ bareos-14.2.1+20141017gitc6c5b56/debian/changelog 2015-07-20 18:24:24.0 +0200 @@ -1,3 +1,12 @@ +bareos (14.2.1+20141017gitc6c5b56-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Revert fix for #769536 until there is a proper solution. (Closes: #771870) + * Fix data corruption bug affecting file based backups. (Closes: #788543) +- Backport upstream fix as fix_multi_volume_data_corruption.diff + + -- Felix Geyer Mon, 20 Jul 2015 18:18:13 +0200 + bareos (14.2.1+20141017gitc6c5b56-4) unstable; urgency=medium [ Joerg Steffens ] diff -Nru bareos-14.2.1+20141017gitc6c5b56/debian/control bareos-14.2.1+20141017gitc6c5b56/debian/control --- bareos-14.2.1+20141017gitc6c5b56/debian/control 2014-12-01 19:28:21.0 +0100 +++ bareos-14.2.1+20141017gitc6c5b56/debian/control 2015-07-20 18:17:26.0 +0200 @@ -96,7 +96,7 @@ Package:bareos-database-common Architecture: any Pre-Depends:debconf (>= 1.4.30) | debconf-2.0 -Depends:bareos-common (= ${binary:Version}), dbconfig-common, lsb-base (>= 3.2-13), ${shlibs:Depends}, ${misc:Depends} +Depends:bareos-database-postgresql (= ${binary:Version}) | bareos-database-mysql (= ${binary:Version}) | bareos-database-sqlite3 (= ${binary:Version}), bareos-common (= ${binary:Version}), dbconfig-common, lsb-base (>= 3.2-13), ${shlibs:Depends}, ${misc:Depends} Description: Backup Archiving Recovery Open Sourced - common catalog files Bareos is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. @@ -146,7 +146,7 @@ Package:bareos-database-tools Architecture: any Pre-Depends:debconf (>= 1.4.30) | debconf-2.0 -Depends:bareos-common (= ${binary:Version}), bareos-database-postgresql (= ${binary:Version}) | bareos-database-mysql (= ${binary:Version}) | bareos-database-sqlite3 (= ${binary:Version}), lsb-base (>= 3.2-13), ${shlibs:Depends}, ${misc:Depends} +Depends:bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), lsb-base (>= 3.2-13), ${shlibs:Depends}, ${misc:Depends} Conflicts: bacula-sd-mysql, bacula-sd-pgsql, bacula-sd-sqlite3 Description: Backup Archiving Recovery Open Sourced - database tools Bareos is a set of programs to manage backup, recovery and verification of @@ -184,7 +184,7 @@ Package:bareos-director Architecture: any Pre-Depends:debconf (>= 1.4.30) | debconf-2.0, adduser -Depends:bareos-common (= ${binary:Version}), bareos-database-postgresql (= ${binary:Version}) | bareos-database-mysql (= ${binary:Version}) | bareos-database-sqlite3 (= ${binary:Version}), bareos-database-tools, lsb-base (>= 3.2-13), bsd-mailx | mailx, ${shlibs:Depends}, ${misc:Depends} +Depends:bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), bareos-database-tools, lsb-base (>= 3.2-13), bsd-mailx | mailx, ${shlibs:Depends}, ${misc:Depends} Recommends: logrotate Conflicts: bacula-director Replaces: bacula-director diff -Nru bareos-14.2.1+20141017gitc6c5b56/debian/control.in bareos-14.2.1+20141017gitc6c5b56/debian/control.in --- bareos
Bug#762040: tagged as pending
Hi I see that you have made a fix for a few bits preventing the use of 3.4 in testing/unstable, but haven't uploaded to unstable, and directly worked on updating the package to a later upstream. Is there anything else that was broken on 3.4 in post jessie ? Otherwise, maybe it would be wise to still have an installable yet old version of One in Debian, and later maybe an update ? Thanks in advance for any clarification. Best regards, On Fri, Jun 26, 2015 at 02:22:30AM +, Dmitry Smirnov wrote: > tag 762040 pending > -- > > We believe that the bug #762040 you reported has been fixed in the Git > repository. You can see the commit message below and/or inspect the > commit contents at: > > > http://anonscm.debian.org/cgit/pkg-opennebula/opennebula.git/diff/?id=d1b4f82 > > (This message was generated automatically by > 'git-post-receive-tag-pending-commitmsg' hook). > --- > commit d1b4f82 > Author: Dmitry Smirnov > Date: Fri Jun 26 00:39:55 2015 > > Build-Depends: libxmlrpc-c++4-dev --> libxmlrpc-c++8-dev (Closes: > #762040). > > -- Olivier BERGER http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8 Ingenieur Recherche - Dept INF Institut Mines-Telecom, Telecom SudParis, Evry (France) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793024: python-docker: Requires websocket-client >= 0.32
On 20 July 2015 at 09:49, Tianon Gravi wrote: > I've written up some simple code to just test this and I'm getting a > completely different error to the backtrace you've got (even if I > install pip and force install a newer 0.32+ websocket-client): When I test from a build of docker-compose, I see the same error as your original. That's really bizarre, and I'm not sure where it's getting the original requirements.txt content from. ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793024: python-docker: Requires websocket-client >= 0.32
On 20 July 2015 at 09:45, Tianon Gravi wrote: > I'm working on some simple code to try and test this support now to > see what's wrong and whether we have an easy fix. I've written up some simple code to just test this and I'm getting a completely different error to the backtrace you've got (even if I install pip and force install a newer 0.32+ websocket-client): | ValueError: scheme http+docker is invalid ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: bug 793011 is forwarded to https://github.com/CastXML/CastXML/issues/22
Processing commands for cont...@bugs.debian.org: > forwarded 793011 https://github.com/CastXML/CastXML/issues/22 Bug #793011 [castxml] castxml: FTBFS on mipsel: failed tests Set Bug forwarded-to-address to 'https://github.com/CastXML/CastXML/issues/22'. > thanks Stopping processing here. Please contact me if you need assistance. -- 793011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793011 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793024: python-docker: Requires websocket-client >= 0.32
On 20 July 2015 at 07:49, Felipe Sateler wrote: > The new 1.3.0 has a requirements.txt with websocket-client >= 0.32.0, > which is not satisfiable in debian. Example trace from docker-compose: I'm a little confused by this because we actually patch requirements.txt to fix the dependency: 13 -websocket-client==0.32.0 14 +websocket-client>=0.18.0 In looking at upstream's integration tests, I can't see anywhere that they actually test websocket support, so my plans to write a DEP8 test for this package (eventually) for running those wouldn't even catch bugs with websockets. I'm working on some simple code to try and test this support now to see what's wrong and whether we have an easy fix. ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: retitle 793011 to Tests fail on architectures that do not support __float128
Processing commands for cont...@bugs.debian.org: > retitle 793011 Tests fail on architectures that do not support __float128 Bug #793011 [castxml] castxml: FTBFS on mipsel: failed tests Changed Bug title to 'Tests fail on architectures that do not support __float128' from 'castxml: FTBFS on mipsel: failed tests' > thanks Stopping processing here. Please contact me if you need assistance. -- 793011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793011 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793019: kde-config-sddm: Can't save changes
Package: kde-config-sddm Version: 4:5.3.2-1 Severity: grave Justification: renders package unusable Dear Maintainer, this package should probably depend on whatever plasma5 wants to use to elevate privileges. Right now, whenever I try to save the changes, I see a notification with a red icon, but it disappears within 0.2seconds so I am not really able to read it. Best -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.19.8j (SMP w/4 CPU cores; PREEMPT) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages kde-config-sddm depends on: ii libc6 2.19-19 ii libkf5auth5 5.12.0-1 ii libkf5configcore5 5.12.0-1 ii libkf5configwidgets5 5.12.0-1 ii libkf5coreaddons5 5.12.0-1 ii libkf5i18n5 5.12.0-1 ii libkf5kiowidgets5 5.12.0-1 ii libqt5core5a 5.4.2+dfsg-4 ii libqt5gui55.4.2+dfsg-4 ii libqt5quickwidgets5 5.4.2-3 ii libqt5widgets55.4.2+dfsg-4 ii libqt5x11extras5 5.4.2-2 ii libstdc++65.1.1-14 ii libx11-6 2:1.6.3-1 ii libxcursor1 1:1.1.14-1+b1 kde-config-sddm recommends no packages. kde-config-sddm suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Bug#792841 marked as pending
Processing commands for cont...@bugs.debian.org: > tag 792841 pending Bug #792841 {Done: Mike Gabriel } [mate-themes] icon-theme.cache files don't get removed on package removal or deconfiguration Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 792841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792841 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#778151: marked as done (tuxonice-userui: ftbfs with GCC-5)
Your message dated Mon, 20 Jul 2015 12:00:34 + with message-id and subject line Bug#778151: fixed in tuxonice-userui 1.1+dfsg1.gc3bdd83-4 has caused the Debian Bug report #778151, regarding tuxonice-userui: ftbfs with GCC-5 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 778151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778151 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:tuxonice-userui Version: 1.1+dfsg1.gc3bdd83-3 Severity: normal Tags: sid stretch User: debian-...@lists.debian.org Usertags: ftbfs-gcc-5 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The severity of this report may be raised before the stretch release. The full build log can be found at: http://people.debian.org/~doko/logs/gcc5-20150205/tuxonice-userui_1.1+dfsg1.gc3bdd83-3_unstable_gcc5.log The last lines of the build log are at the end of this report. To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t experimental install g++ Common build failures are C11 as the default C mode, new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html [...] splash.h:232:13: warning: inline function 'put_pixel' declared but never defined inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add); ^ cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c parse.c -o parse.o In file included from parse.c:23:0: splash.h:232:13: warning: inline function 'put_pixel' declared but never defined inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add); ^ cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c mng_callbacks.c -o mng_callbacks.o In file included from mng_callbacks.c:16:0: splash.h:232:13: warning: inline function 'put_pixel' declared but never defined inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add); ^ cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c mng_render.c -o mng_render.o In file included from mng_render.c:18:0: splash.h:232:13: warning: inline function 'put_pixel' declared but never defined inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add); ^ cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c render.c -o render.o cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 -DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c ttf.c -o ttf.o ttf.c: In function 'Load_Glyph': ttf.c:371:4: warning: implicit declaration of function 'FT_Outline_Transform' [-Wimplicit-function-declaration] FT_Outline_Transform(outline, &shear); ^ In file included from ttf.c:32:0: ttf.c: At top level: splash.h:232:13: warning: inline function 'put_pixel' declared but never defined inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add); ^ cc -Wl,-z,relro -r -nostdlib -nostartfiles userui_fbsplash_core.o cmd.o common.o effects.o image.o list.o parse.o mng_callbacks.o mng_render.o render.o ttf.o -o userui_fbsplash.o make[3]: Leaving directory '/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash' cc -Wl,-z,relro userui_core.o userui_text.o fbsplash/userui_fbsplash.o -lmng -lpng -ljpeg -lfreetype -lm -o tuxoniceui fbsplash/userui_fbsplash.o: In function `truecolor2fb': /«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:66: undefined reference to `put_pixel' /«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:66: undefined reference to `put_pixel' /«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:63: undefined reference to `put_pixel' /«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:66:
Bug#777778: [Aptitude-devel] Bug#792681: cwidget ftbfs with GCC 5
2015-07-20 15:24 GMT+01:00 Matthias Klose : > On 07/18/2015 11:29 PM, Manuel A. Fernandez Montecelo wrote: >> Anyway, aptitude with GCC-5 and -std=c++98 also suffers the same problem as >> cwidget, because it fails to compile the cwidget header, if nothing else. >> But >> if cwidget goes C++11, it forces aptitude to go C++11, and it doesn't work >> for >> other reasons (that I am working to fix), so we are between a rock and a hard >> place. >> >> Even if I can fix things in time before the deadline, maybe subtle changes >> like >> the ABI problems make aptitude fail in catastrophic ways, there is not much >> time >> to expose it and be tested before the deadline in experimental or similar. >> >> I am thinking that the best solution is to force them to stay with gcc-4.9 >> for >> the time being, it looks the safest bet. After that or in parallel, as soon >> as >> I get things working, I can upload to experimental the changes that allow >> them >> to work with C++11, and keep it there for a while before moving to unstable. > > no, this is definitely *not* an option. cwidget and aptitude b-d on > libsigc++-2, and this will be built using GCC 5. There will be neither > g++-4.9 > nor g++-4.8 in the archive once we finish this transition. Maintainers don't > have the choice to fall-back to an older version this time. Right. So I have been working through the weekend to get aptitude to compile with -std=c++11 (working in my system but still not pushed). As you reported, there are problems compiling aptitude with gcc-5 in the default mode, and after the failure that you reported it will stumble upon the same problem that cwidget when including that cwidget header (for which passing "-std=c++11" is the simplest solution, and also the only that I found so far). In terms of C++-based dependencies, aptitude depends on libsigc++-2.0, xapian-core (#791312, it will not be ready immediately but soon enough, it seems), apt and boost (gcc-5 ready, it seems). I don't know the details about sigc++ and apt, but if all of them are going to be compiled with gcc-5 soon after its move to unstable, cwidget and aptitude will be ready as well. Now we have to work out the details about how to upload the changes, enable them in lockstep and avoid breakages as much as possible (e.g. tighten versions on the compiler and lib dependencies). Cheers. -- Manuel A. Fernandez Montecelo -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#789773: marked as done (fusionforge-shell: modifies conffiles (policy 10.7.3): /etc/pam.d/sshd)
Your message dated Mon, 20 Jul 2015 17:19:46 +0200 with message-id <20150720151946.ga10...@mail.beuc.net> and subject line Re: Bug#789772: fusionforge-mta-exim4: modifies conffiles (policy 10.7.3): /etc/exim4/exim4.conf.template /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs has caused the Debian Bug report #789773, regarding fusionforge-shell: modifies conffiles (policy 10.7.3): /etc/pam.d/sshd 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.) -- 789773: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789773 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: fusionforge-shell Version: 6.0.1-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package modifies conffiles. And this is not even a conffile shipped by your package. This is forbidden by the policy, see https://www.debian.org/doc/debian-policy/ch-files.html#s-config-files 10.7.3: "[...] The easy way to achieve this behavior is to make the configuration file a conffile. [...] This implies that the default version will be part of the package distribution, and must not be modified by the maintainer scripts during installation (or at any other time)." Note that once a package ships a modified version of that conffile, dpkg will prompt the user for an action how to handle the upgrade of this modified conffile (that was not modified by the user). Further in 10.7.3: "[...] must not ask unnecessary questions (particularly during upgrades) [...]" If a configuration file is customized by a maintainer script after having asked some debconf questions, it may not be marked as a conffile. Instead a template could be installed in /usr/share and used by the postinst script to fill in the custom values and create (or update) the configuration file (preserving any user modifications!). This file must be removed during postrm purge. ucf(1) may help with these tasks. See also https://wiki.debian.org/DpkgConffileHandling In https://lists.debian.org/debian-devel/2012/09/msg00412.html and followups it has been agreed that these bugs are to be filed with severity serious. debsums reports modification of the following files, from the attached log (scroll to the bottom...): 2m49.1s ERROR: FAIL: debsums reports modifications inside the chroot: /etc/pam.d/sshd cheers, Andreas fusionforge-shell_6.0.1-1.log.gz Description: application/gzip --- End Message --- --- Begin Message --- Hi, I'm annoyed at having to repeatedly prove FusionForge's innocence while the QA team keep reopening this bug without investigating the issue in-depth, shifting all the workload on the FusionForge packagers. In the past, FusionForge modified exim4's configuration files using ucf (while this is not a fusionforge file, nor a ucf-managed file). piuparts ignored ucf changes by default and hence this was unnoticed. The user was asked twice about the change: 1) when installing gforge-mta-exim4 and 2) when upgrading exim4. Now, FusionForge modifies exim4's configuration directly. piuparts now notices the change. The user is asked only once about the change: 1) when upgrading exim4 (if ever). At the risk of repeating myself, this has been done, for a reason, for the past decade, and users never complained. I already explained what the fundamental problem is: the use case of configuring/integrating other packages is not covered by the debian policy. You can play dumb, reopen the bug, and we'll play dumb too, working around the piuparts warning, as was the case in the past. Or you can see how to improve the policy to handle this use case. Or you can just leave things as-is and keep the bugs closed. Regards, Sylvain--- End Message ---
Bug#789772: marked as done (fusionforge-mta-exim4: modifies conffiles (policy 10.7.3): /etc/exim4/exim4.conf.template /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs)
Your message dated Mon, 20 Jul 2015 17:19:46 +0200 with message-id <20150720151946.ga10...@mail.beuc.net> and subject line Re: Bug#789772: fusionforge-mta-exim4: modifies conffiles (policy 10.7.3): /etc/exim4/exim4.conf.template /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs has caused the Debian Bug report #789772, regarding fusionforge-mta-exim4: modifies conffiles (policy 10.7.3): /etc/exim4/exim4.conf.template /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs 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.) -- 789772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789772 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: fusionforge-mta-exim4 Version: 6.0.1-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package modifies conffiles. And these are not even conffiles shipped by your package. This is forbidden by the policy, see https://www.debian.org/doc/debian-policy/ch-files.html#s-config-files 10.7.3: "[...] The easy way to achieve this behavior is to make the configuration file a conffile. [...] This implies that the default version will be part of the package distribution, and must not be modified by the maintainer scripts during installation (or at any other time)." Note that once a package ships a modified version of that conffile, dpkg will prompt the user for an action how to handle the upgrade of this modified conffile (that was not modified by the user). Further in 10.7.3: "[...] must not ask unnecessary questions (particularly during upgrades) [...]" If a configuration file is customized by a maintainer script after having asked some debconf questions, it may not be marked as a conffile. Instead a template could be installed in /usr/share and used by the postinst script to fill in the custom values and create (or update) the configuration file (preserving any user modifications!). This file must be removed during postrm purge. ucf(1) may help with these tasks. See also https://wiki.debian.org/DpkgConffileHandling In https://lists.debian.org/debian-devel/2012/09/msg00412.html and followups it has been agreed that these bugs are to be filed with severity serious. debsums reports modification of the following files, from the attached log (scroll to the bottom...): 0m52.1s ERROR: FAIL: debsums reports modifications inside the chroot: /etc/exim4/exim4.conf.template /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs cheers, Andreas fusionforge-mta-exim4_6.0.1-1.log.gz Description: application/gzip --- End Message --- --- Begin Message --- Hi, I'm annoyed at having to repeatedly prove FusionForge's innocence while the QA team keep reopening this bug without investigating the issue in-depth, shifting all the workload on the FusionForge packagers. In the past, FusionForge modified exim4's configuration files using ucf (while this is not a fusionforge file, nor a ucf-managed file). piuparts ignored ucf changes by default and hence this was unnoticed. The user was asked twice about the change: 1) when installing gforge-mta-exim4 and 2) when upgrading exim4. Now, FusionForge modifies exim4's configuration directly. piuparts now notices the change. The user is asked only once about the change: 1) when upgrading exim4 (if ever). At the risk of repeating myself, this has been done, for a reason, for the past decade, and users never complained. I already explained what the fundamental problem is: the use case of configuring/integrating other packages is not covered by the debian policy. You can play dumb, reopen the bug, and we'll play dumb too, working around the piuparts warning, as was the case in the past. Or you can see how to improve the policy to handle this use case. Or you can just leave things as-is and keep the bugs closed. Regards, Sylvain--- End Message ---
Bug#793026: kde-window-manager: upgrade to 4:5.3.2-2 generates a disfonctionnement of any window kde
Package: kde-window-manager Version: 4:4.11.13-2 Severity: grave Justification: renders package unusable Dear Maintainer, *** The update prevents the functioning of all the applications kde the open windows from okular, kontact, firefox cannot be reduced, closed. Impossible to select a window nor to write in a window. The only solution is to downgrade to 4:4.11.13-2 and so all work fine. *** -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) Versions of packages kde-window-manager depends on: ii kde-runtime 4:4.14.2-2 ii kde-style-oxygen4:4.11.13-2 ii libc6 2.19-19 ii libegl1-mesa [libegl1-x11] 10.5.9-2 ii libgcc1 1:5.1.1-14 ii libgl1-mesa-glx [libgl1]10.5.9-2 ii libgles2-mesa [libgles2]10.5.9-2 ii libice6 2:1.0.9-1+b1 ii libkactivities6 4:4.13.3-1 ii libkcmutils44:4.14.2-5 ii libkdeclarative54:4.14.2-5 ii libkdecorations4abi24:4.11.13-2 ii libkdecore5 4:4.14.2-5 ii libkdeui5 4:4.14.2-5 ii libkio5 4:4.14.2-5 ii libknewstuff3-4 4:4.14.2-5 ii libkwineffects1abi5 4:4.11.13-2 ii libkwinglesutils1 4:4.11.13-2 ii libkwinglutils1abi2 4:4.11.13-2 ii libkworkspace4abi2 4:4.11.13-2 ii libplasma3 4:4.14.2-5 ii libqt4-dbus 4:4.8.7+dfsg-1 ii libqt4-declarative 4:4.8.7+dfsg-1 ii libqt4-script 4:4.8.7+dfsg-1 ii libqtcore4 4:4.8.7+dfsg-1 ii libqtgui4 4:4.8.7+dfsg-1 ii libsm6 2:1.2.2-1+b1 ii libstdc++6 5.1.1-14 ii libwayland-client0 1.8.1-1 ii libwayland-egl1-mesa [libwayland-egl1] 10.5.9-2 ii libx11-62:1.6.3-1 ii libx11-xcb1 2:1.6.3-1 ii libxcb-composite0 1.10-3+b1 ii libxcb-damage0 1.10-3+b1 ii libxcb-image0 0.4.0-1 ii libxcb-keysyms1 0.4.0-1 ii libxcb-randr0 1.10-3+b1 ii libxcb-render0 1.10-3+b1 ii libxcb-shape0 1.10-3+b1 ii libxcb-shm0 1.10-3+b1 ii libxcb-sync11.10-3+b1 ii libxcb-xfixes0 1.10-3+b1 ii libxcb-xtest0 1.10-3+b1 ii libxcb1 1.10-3+b1 ii libxcursor1 1:1.1.14-1+b1 ii libxext62:1.3.3-1 ii libxrandr2 2:1.4.2-1+b1 ii libxxf86vm1 1:1.1.4-1 ii perl5.20.2-6 kde-window-manager recommends no packages. kde-window-manager suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793024: python-docker: Requires websocket-client >= 0.32
Package: python-docker Version: 1.3.0-1 Severity: serious Justification: renders package unusable Hi, The new 1.3.0 has a requirements.txt with websocket-client >= 0.32.0, which is not satisfiable in debian. Example trace from docker-compose: Traceback (most recent call last): File "/usr/bin/docker-compose", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3074, in @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3060, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3087, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 647, in _build_master return cls._build_from_requirements(__requires__) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 660, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 838, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (websocket-client 0.18.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('websocket-client>=0.32.0'), set(['docker-py'])) -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python-docker depends on: ii python-requests 2.7.0-3 ii python-six1.9.0-3 ii python-websocket 0.18.0-2 pn python:any python-docker recommends no packages. python-docker suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777835: Unreproducible error.
tags 777835 + unreproducible thanks This package also builds fine for me with sid/gcc5 from experimental. -- Nicholas Luedtke Linux for HP Helion OpenStack, Hewlett-Packard -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Unreproducible error.
Processing commands for cont...@bugs.debian.org: > tags 777835 + unreproducible Bug #777835 [src:dsbltesters] dsbltesters: ftbfs with GCC-5 Ignoring request to alter tags of bug #777835 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 777835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777835 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Patch for GCC build issue.
Processing commands for cont...@bugs.debian.org: > tags 777907 + patch Bug #777907 [src:hunt] hunt: ftbfs with GCC-5 Ignoring request to alter tags of bug #777907 to the same tags previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 777907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777907 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777907: Patch for GCC build issue.
tags 777907 + patch thanks Even simpler change that preserves the build integrity with GCC4.9. The package builds and links with GCC 5 with this change. Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more background. -- Nicholas Luedtke Linux for HP Helion OpenStack, Hewlett-Packard diff -urN hunt-1.5.orig/Makefile hunt-1.5/Makefile --- hunt-1.5.orig/Makefile 2015-07-20 14:37:07.965162235 + +++ hunt-1.5/Makefile 2015-07-20 14:37:32.713162020 + @@ -1,4 +1,4 @@ -CFLAGS=-Wall -O2 -g -D_REENTRANT +CFLAGS=-Wall -O2 -g -D_REENTRANT -std=gnu89 #CFLAGS+=-DSYNC_FAST #CFLAGS+=-D_WITH_LINUX_KERNEL_HDR
Processed: Re: Bug#790356: gst-libav1.0: missing build-dependency on libavresample-dev
Processing control commands: > tag -1 patch Bug #790356 [src:gst-libav1.0] gst-libav1.0: missing build-dependency on libavresample-dev Added tag(s) patch. > severity -1 serious Bug #790356 [src:gst-libav1.0] gst-libav1.0: missing build-dependency on libavresample-dev Severity set to 'serious' from 'important' -- 790356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790356 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#789914: apache2: fails to install: ERROR: Module mpm_event is enabled - cannot proceed due to conflicts. It needs to be disabled first!
Processing control commands: > tags -1 pending Bug #789914 [apache2] apache2: fails to install: ERROR: Module mpm_event is enabled - cannot proceed due to conflicts. It needs to be disabled first! Added tag(s) pending. -- 789914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789914 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#777778: [Aptitude-devel] Bug#792681: cwidget ftbfs with GCC 5
On 07/18/2015 11:29 PM, Manuel A. Fernandez Montecelo wrote: > Anyway, aptitude with GCC-5 and -std=c++98 also suffers the same problem as > cwidget, because it fails to compile the cwidget header, if nothing else. But > if cwidget goes C++11, it forces aptitude to go C++11, and it doesn't work for > other reasons (that I am working to fix), so we are between a rock and a hard > place. > > Even if I can fix things in time before the deadline, maybe subtle changes > like > the ABI problems make aptitude fail in catastrophic ways, there is not much > time > to expose it and be tested before the deadline in experimental or similar. > > I am thinking that the best solution is to force them to stay with gcc-4.9 for > the time being, it looks the safest bet. After that or in parallel, as soon > as > I get things working, I can upload to experimental the changes that allow them > to work with C++11, and keep it there for a while before moving to unstable. no, this is definitely *not* an option. cwidget and aptitude b-d on libsigc++-2, and this will be built using GCC 5. There will be neither g++-4.9 nor g++-4.8 in the archive once we finish this transition. Maintainers don't have the choice to fall-back to an older version this time. Matthias -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792841: marked as pending
tag 792841 pending thanks Hello, Bug #792841 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=pkg-mate/mate-themes.git;a=commitdiff;h=d93f2e6 --- commit d93f2e677645fad62543254910336c6380ef1585 Author: Mike Gabriel Date: Fri Jul 17 17:07:54 2015 +0200 upload to unstable 1.10.2+gtk3.16-1 diff --git a/debian/changelog b/debian/changelog index 0d6b8e5..300bae4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +mate-themes (1.10.2+gtk3.16-1) unstable; urgency=medium + + * New upstream release. +- GTK 3.16 compliant version. (Closes: #789691). +- Drop several non-supported themes. (Closes: #776051). + * debian/control: ++ Versioned B-D: mate-common (>= 1.10). + * debian/watch: ++ Use upstream mate-themes-gtk3.16 (instead of 3.14) now. Add + uversionmangle to handle our new +gtk3.16 upstream version suffix. + * debian/mate-themes.{prerm,dirs,lintian-overrides}: + + Postpone obsolete icon themes removal until stretch+1 (due to #792841). + (Closes: #792841). + * debian/copyright: ++ Adapt to this upstream release. + + -- Mike Gabriel Fri, 17 Jul 2015 15:58:24 +0200 + mate-themes (1.9.3-1) unstable; urgency=medium * Re-upload to unstable. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793012: gmp-ecm: FTBFS on mipsel: bad assembly?
Package: gmp-ecm Version: 6.4.4+ds-2 Severity: serious Justification: fails to build from source Dear maintaner, Just to let you know gmp-ecm FTBFS on mipsel [0]. It seems the generated assembly is somehow bad. I'm working towards a fix. best regards. [0] https://buildd.debian.org/status/fetch.php?pkg=gmp-ecm&arch=mipsel&ver=6.4.4%2Bds-2&stamp=1437074376 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#789914: apache2: fails to install: ERROR: Module mpm_event is enabled - cannot proceed due to conflicts. It needs to be disabled first!
Control: tags -1 pending Stefan Fritsch wrote: > On Thursday 25 June 2015 10:27:59, Andreas Beckmann wrote: >> Enabling conf serve-cgi-bin. >> Enabling site 000-default. >> info: mpm_prefork: No action required > > This is wrong. There seems to be a "!" that does not belong there in > the postinst at > > elif [ ! -e /etc/apache2/mods-enabled/$MPM.load ] ; then > msg "info" "$MPM: No action required" Good catch. Fixed in git. There was an additional problem however: > Setting up apache2-bin (2.4.12-3) ... > Setting up apache2-data (2.4.12-3) ... > Setting up apache2 (2.4.12-3) ... > Installing new version of config file > /etc/apache2/conf-available/security.conf ... > info: Switch to mpm_prefork for package libapache2-mpm-itk > Module mpm_event disabled. > ERROR: Module mpm_mpm_prefork does not exist! > error: Switching to mpm_prefork failed > info: Executing deferred 'a2enmod mpm_itk' for package libapache2-mpm-itk > Enabling module mpm_prefork. > Enabling module mpm_itk. I took the liberty to change the value of $MPM to not include mpm_ prefix, so that is match CUR_MPM behavior. It looked more readable to me. https://anonscm.debian.org/cgit/pkg-apache/apache2.git/commit/?id=60dfe3d656aaecad281288e77d45e0fee9b3d919 We want to backport that to jessie, don't we? I mean a minimal fix. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793015: taoframework: FTBFS, needs update of hardcoded sonames
Source: taoframework Version: 2.1.svn20090801-10 Tags: patch Severity: serious Justification: fails to build from source Dear maintainer, the ffmpeg-libav transition [1] is ongoing and thus the hardcoded sonames in taoframework need to be updated. Please apply attached patch doing that. Best regards, Andreas 1: https://release.debian.org/transitions/html/ffmpeg-libav.html --- a/debian/patches/200_libavcodec_update.diff +++ b/debian/patches/200_libavcodec_update.diff @@ -7,7 +7,7 @@ Index: taoframework/src/Tao.FFmpeg/Tao.FFmpeg.dll.config - -+ ++ --- a/debian/patches/200_libavformat_update +++ b/debian/patches/200_libavformat_update @@ -7,7 +7,7 @@ Index: taoframework/src/Tao.FFmpeg/Tao.FFmpeg.dll.config - -+ ++ --- a/debian/patches/200_libavutil_update.diff +++ b/debian/patches/200_libavutil_update.diff @@ -10,7 +10,7 @@ Index: taoframework/src/Tao.FFmpeg/Tao.FFmpeg.dll.config - -+ ++ --- a/debian/patches/200_libswscale_update +++ b/debian/patches/200_libswscale_update @@ -7,5 +7,5 @@ Index: taoframework/src/Tao.FFmpeg/Tao.FFmpeg.dll.config - -+ ++
Bug#793011: castxml: FTBFS on mipsel: failed tests
Package: castxml Severity: serious Justification: fails to build from source Dear maintainer, just want to let you know I'm working towards a fix for the FTBFS of castxml on mipsel [0]. There are some tests that are failing. I just opened a bug [1] in the upstream issue tracker. best regards. [0] https://buildd.debian.org/status/fetch.php?pkg=castxml&arch=mipsel&ver=0.1%2Bgit20150630-1&stamp=1437262967 [1] https://github.com/CastXML/CastXML/issues/22 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793012: gmp-ecm: FTBFS on mipsel: bad assembly?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Arturo: Thanks for your remark. I noticed the issue but unfortunately assembly stuff is Chinese for me, so your fix will be welcome. Note that a bugreport about it was sent to Sage a while ago [1]. Looking forward, Jerome [1] http://trac.sagemath.org/ticket/17749 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJVrPNMAAoJEIC/w4IMSybj7nkH/RRiRTW2QvpyqdM2gSU/cviz H3C2MfzmZ+3FA7yPhksOoCTXqI5R9jx65TrXI8GkeGXvTTqUXOglGcxbK7IybF/j IkODRNuymuw/LjHcYN16FeGkS9sg7D3Zczr/lB15OB5FXcuMOfPvgsLZaIJFZkfi kyJDk8cji/XsIYxQNpo5lt/Stlu+6GqR4al1h7hEthRqYEkpNHyuPBz0P+tsasTE dlw6W9JA6GvJJitKvGHvWKAvY7YPef4x5mN5wlFeW49y5HD2gvNIdI1H58J2pf71 bHI37+/Divv4JjnHvB79dfkdT2RxBlM2vbYP119e1cFYFns6ZYO1ys1EAhAqfHo= =+Qw/ -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#793010: pax-utils: FTBFS on mipsel: FAIL: lddtree.py.list
On 20/07/15 14:44, Arturo Borrero Gonzalez wrote: > Package: pax-utils > Severity: serious > Justification: fails to build from source (but built successfully in the past) > > Dear maintainer, > > as you can see at buildd [0], pax-utils FTBFS on mipsel. > > The final part of the log is: > > [...] > ../dotest.cmp > FAIL: lddtree.py.list > --- lddtree.py.list 2015-07-19 20:27:49.035987607 + > +++ lddtree.sh.list 2015-07-19 20:27:48.667985305 + > @@ -4,4 +4,4 @@ > /lib/mipsel-linux-gnu/libtinfo.so.5 > /lib/mipsel-linux-gnu/libdl.so.2 > /lib/mipsel-linux-gnu/libc.so.6 > -/lib/ld.so.1 > +/lib/mipsel-linux-gnu/ld.so.1 > make[4]: *** [cmp.check] Error 1 > Makefile:4: recipe for target 'cmp.check' failed > make[3]: *** [lddtree_check_] Error 2 > make[4]: Leaving directory '/«PKGBUILDDIR»/tests/lddtree' > Makefile:8: recipe for target 'lddtree_check_' failed > make[2]: *** [check] Error 2 > make[3]: Leaving directory '/«PKGBUILDDIR»/tests' > Makefile:4: recipe for target 'check' failed > make[1]: *** [check-hook] Error 2 > make[2]: Leaving directory '/«PKGBUILDDIR»/tests' > Makefile:2219: recipe for target 'check-hook' failed > make[1]: Leaving directory '/«PKGBUILDDIR»' > dh_auto_test: make -j1 check returned exit code 2 > make: *** [build-arch] Error 2 > debian/rules:21: recipe for target 'build-arch' failed > dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2 > > So it seems a test is failing. > > Just want to let you know I'm working towards a fix. > Well, upstream is already working on this. In fact, the test above passes in the new version (which I've just pushed to collab-maint), but the next one fails. You may try to pinpoint the problem, but it is very likely the fact that python-pyelftools do not follow /etc/ld.conf configuration. Tomasz signature.asc Description: Digital signature
Bug#793010: pax-utils: FTBFS on mipsel: FAIL: lddtree.py.list
Package: pax-utils Severity: serious Justification: fails to build from source (but built successfully in the past) Dear maintainer, as you can see at buildd [0], pax-utils FTBFS on mipsel. The final part of the log is: [...] ../dotest.cmp FAIL: lddtree.py.list --- lddtree.py.list 2015-07-19 20:27:49.035987607 + +++ lddtree.sh.list 2015-07-19 20:27:48.667985305 + @@ -4,4 +4,4 @@ /lib/mipsel-linux-gnu/libtinfo.so.5 /lib/mipsel-linux-gnu/libdl.so.2 /lib/mipsel-linux-gnu/libc.so.6 -/lib/ld.so.1 +/lib/mipsel-linux-gnu/ld.so.1 make[4]: *** [cmp.check] Error 1 Makefile:4: recipe for target 'cmp.check' failed make[3]: *** [lddtree_check_] Error 2 make[4]: Leaving directory '/«PKGBUILDDIR»/tests/lddtree' Makefile:8: recipe for target 'lddtree_check_' failed make[2]: *** [check] Error 2 make[3]: Leaving directory '/«PKGBUILDDIR»/tests' Makefile:4: recipe for target 'check' failed make[1]: *** [check-hook] Error 2 make[2]: Leaving directory '/«PKGBUILDDIR»/tests' Makefile:2219: recipe for target 'check-hook' failed make[1]: Leaving directory '/«PKGBUILDDIR»' dh_auto_test: make -j1 check returned exit code 2 make: *** [build-arch] Error 2 debian/rules:21: recipe for target 'build-arch' failed dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2 So it seems a test is failing. Just want to let you know I'm working towards a fix. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792758: bwidget package
maintainers, actually _removing_ the package bwidget (tcl dependency) makes FSL work again. Seems the problem is in bwidget or the call to bwidget from FSL. Regards, Vincent -- De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en de afzender direct te informeren door het bericht te retourneren. Het Universitair Medisch Centrum Utrecht is een publiekrechtelijke rechtspersoon in de zin van de W.H.W. (Wet Hoger Onderwijs en Wetenschappelijk Onderzoek) en staat geregistreerd bij de Kamer van Koophandel voor Midden-Nederland onder nr. 30244197. Denk s.v.p aan het milieu voor u deze e-mail afdrukt. -- This message may contain confidential information and is intended exclusively for the addressee. If you receive this message unintentionally, please do not use the contents but notify the sender immediately by return e-mail. University Medical Center Utrecht is a legal person by public law and is registered at the Chamber of Commerce for Midden-Nederland under no. 30244197. Please consider the environment before printing this e-mail. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: found 790683 in 1.5-1
Processing commands for cont...@bugs.debian.org: > found 790683 1.5-1 Bug #790683 {Done: gustavo panizzo } [trinity] trinity: FTBFS on mipsel: invalid application of 'sizeof' to incomplete type 'struct serial_rs485' Marked as found in versions trinity/1.5-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 790683: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790683 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792162: DontBlameSendmail option: GroupReadableDefaultAuthInfoFile unrecognized
Hi Harry, On 2015-07-12 12:41, Harald Dunkel wrote: > Since version 8.14.9-3 sendmail doesn't start, but complains > > /etc/mail/sendmail.cf: line 107: readcf: DontBlameSendmail option: > GroupReadableDefaultAuthInfoFile unrecognized I doubt the typo correction is the cause for this ... but rather the reordering of masquerading options and mailer definitions in sendmail.mc which allows to create a sendmail.cf out of the box. (I posted a diff of the generated default sendmail.cf in these 2 versions to the bug previously, but you probably didn't get a copy of this) > My sendmail.mc doesn't set such an option. Rebuilding sendmail.cf > doesn't help. > > Moving back to version 8.14.9-2 fixes the problem. Could you apply the typo correction manually on 8.14.9-2: sed -i s/GroupReadableaDefaultAuthInfoFile/GroupReadableDefaultAuthInfoFile/ /usr/share/sendmail/cf/domain/debian-mta.m4 and see if rebuilding sendmail.cf causes the same problem? How does the diff between the two sendmail.cf file versions look like? Anyway, this should be working fine in experimental where sendmail actually knows about GroupReadableDefaultAuthInfoFile Andreas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792992: gazebo: FTBFS with Bullet 2.83.5
Source: gazebo Version: 5.0.1+dfsg-2 Severity: serious Dear maintainer, gazebo fails to build from source with the latest version of Bullet, 2.83.5. Please update your package. I am sorry for the short notice of this bug report because I became only recently aware of gazebo being a new reverse dependency of Bullet. The upload to unstable happened in May but the package passed the NEW queue only yesterday. Please find attached the full build log with all build failures. Regards, Markus gazebo_5.0.1+dfsg-2_amd64.build.gz Description: application/gzip
Bug#792162: DontBlameSendmail option: GroupReadableDefaultAuthInfoFile unrecognized
Followup-For: Bug #792162 attached is a filtered diff of /etc/mail between installations of -2 and -3 in a pbuilder chroot Andreas diff -ur /tmp/pbuilder/build/17461/etc/mail/sendmail.cf /tmp/pbuilder/build/7573/etc/mail/sendmail.cf --- /tmp/pbuilder/build/17461/etc/mail/sendmail.cf 2015-07-20 12:39:51.875344086 +0200 +++ /tmp/pbuilder/build/7573/etc/mail/sendmail.cf 2015-07-20 12:40:23.679394196 +0200 @@ -21,7 +21,7 @@ # # SENDMAIL CONFIGURATION FILE # -# built by root@myhost on Mon Jul 20 10:32:11 UTC 2015 +# built by root@myhost on Mon Jul 20 10:31:56 UTC 2015 # in / # using /usr/share/sendmail/cf/ as configuration include directory # @@ -87,7 +87,7 @@ # override file safeties - setting this option compromises system security, # addressing the actual file configuration problem is preferred # need to set this before any file actions are encountered in the cf file -O DontBlameSendmail= ,AssumeSafeChown,ForwardFileInGroupWritableDirPath,GroupWritableForwardFileSafe,GroupWritableIncludeFileSafe,IncludeFileInGroupWritableDirPath,DontWarnForwardFileInUnsafeDirPath,TrustStickyBit,NonRootSafeAddr,GroupWritableIncludeFile,GroupReadableaDefaultAuthInfoFile +O DontBlameSendmail= ,AssumeSafeChown,ForwardFileInGroupWritableDirPath,GroupWritableForwardFileSafe,GroupWritableIncludeFileSafe,IncludeFileInGroupWritableDirPath,DontWarnForwardFileInUnsafeDirPath,TrustStickyBit,NonRootSafeAddr,GroupWritableIncludeFile,GroupReadableDefaultAuthInfoFile # default LDAP map specification # need to set this now before any LDAP maps are defined @@ -168,7 +168,7 @@ Kaccess hash -T /etc/mail/access # Configuration version number -DZ8.14.9/Debian-2 +DZ8.14.9/Debian-3 ### @@ -1780,12 +1780,15 @@ # SHdrToL R$+ $: $>AddDomain $1 add local domain if needed -R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 +R$* $: $>MasqHdr $1 do all-masquerading # # Common code to add local domain name (only if always-add-domain) # SAddDomain +R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified + +R$+ $@ $1 < @ *LOCAL* > add local qualification Mlocal, P=/usr/sbin/sensible-mda, F=lsDFMAw5:/|@qPn9S, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix, @@ -1870,19 +1873,19 @@ R$+ $: $>MasqSMTP $1 R$+ $: $>MasqHdr $1 -Msmtp, P=[IPC], F=mDFMuX, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, +Msmtp, P=[IPC], F=mDFMuX, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h -Mesmtp, P=[IPC], F=mDFMuXa, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, +Mesmtp, P=[IPC], F=mDFMuXa, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h -Msmtp8, P=[IPC], F=mDFMuX8, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, +Msmtp8, P=[IPC], F=mDFMuX8, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h -Mdsmtp, P=[IPC], F=mDFMuXa%, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, +Mdsmtp, P=[IPC], F=mDFMuXa%, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h -Mrelay, P=[IPC], F=mDFMuXa8, S=EnvFromSMTP/HdrFromSMTP, R=MasqSMTP, E=\r\n, L=2040, +Mrelay, P=[IPC], F=mDFMuXa8, S=EnvFromSMTP/HdrFromSMTP, R=MasqSMTP/MasqRelay, E=\r\n, L=2040, T=DNS/RFC822/SMTP, A=TCP $h @@ -1987,13 +1990,14 @@ # include(`/etc/mail/m4/dialup.m4')dnl # include(`/etc/mail/m4/provider.m4')dnl # dnl # -# dnl # Default Mailer setup -# MAILER_DEFINITIONS -# MAILER(`local')dnl -# MAILER(`smtp')dnl -# # dnl # Masquerading options # FEATURE(`always_add_domain')dnl # MASQUERADE_AS(`myhost.domain.example.com')dnl # FEATURE(`allmasquerade')dnl # FEATURE(`masquerade_envelope')dnl +# dnl # +# dnl # Default Mailer setup +# MAILER_DEFINITIONS +# MAILER(`local')dnl +# MAILER(`smtp')dnl +# Only in /tmp/pbuilder/build/17461/etc/mail: sendmail.cf.errors diff -ur /tmp/pbuilder/build/17461/etc/mail/sendmail.mc /tmp/pbuilder/build/7573/etc/mail/sendmail.mc --- /tmp/pbuilder/build/17461/etc/mail/sendmail.mc 2015-07-20 12:39:51.871344080 +0200 +++ /tmp/pbuilder/build/7573/etc/mail/sendmail.mc 2015-07-20 12:40:23.675394190 +0200 @@ -97,13 +97,14 @@ include(`/etc/mail/m4/dialup.m4')dnl include(`/etc/mail/m4/provider.m4')dnl dnl # -dnl # Default Mailer setup -MAILER_DEFINITIONS -MAILER(`local')dnl -MAILER(`smtp')dnl - dnl # Masquerading options FEATURE(`always_add_domain')dnl MASQUERADE_AS(`myhost.domain.example.com')dnl FEATURE(`allmasquerade')dnl FEATURE(`masquerade_envelope')dnl +dnl # +dnl # Default Mailer setup +MAILER_DEFINITIONS +MAILER(`local')dnl +MAILER(`smtp')dnl +
Bug#792162: marked as done (DontBlameSendmail option: GroupReadableDefaultAuthInfoFile unrecognized)
Your message dated Mon, 20 Jul 2015 10:35:19 + with message-id and subject line Bug#792162: fixed in sendmail 8.15.2-1 has caused the Debian Bug report #792162, regarding DontBlameSendmail option: GroupReadableDefaultAuthInfoFile unrecognized 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.) -- 792162: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792162 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: sendmail Version: 8.14.9-3 Since version 8.14.9-3 sendmail doesn't start, but complains /etc/mail/sendmail.cf: line 107: readcf: DontBlameSendmail option: GroupReadableDefaultAuthInfoFile unrecognized My sendmail.mc doesn't set such an option. Rebuilding sendmail.cf doesn't help. Moving back to version 8.14.9-2 fixes the problem. Regards Harri -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQEcBAEBCAAGBQJVokRjAAoJEAqeKp5m04HLgT0H+wQRPiITR0HA66qeRRJprwT6 Vjbzj0wfYUNjR4+ulJvDaixA9F9iYvNlwztu7grOJwP9dPSg5VVajOG/wAoUun4H qxT/rIRn6ilVEtQqTl0VQk+PxgNZYaEgenr6zo+fGIHZ8BmsEV4N3QHfdrJR0VEK 7SWEVjMzJteT/DQRXb9yEhkm8KBWPVSjsyNlPftAR8ay8IIBisulHyILVqGDTstQ w1nDi1AVwhITQIyhwv7uJqGRC5SORJL8NsInsprfyFFDQyK2lI6d+BGsaBw/zr2O xew+fUqA8pFljLIgguruqXTn+EWnnVSpOpftOxiQHYVrCJlmQXExmQJ2RFZah4s= =5iX8 -END PGP SIGNATURE- --- End Message --- --- Begin Message --- Source: sendmail Source-Version: 8.15.2-1 We believe that the bug you reported is fixed in the latest version of sendmail, 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 792...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann (supplier of updated sendmail 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, 20 Jul 2015 11:56:02 +0200 Source: sendmail Binary: sendmail-bin rmail sensible-mda libmilter1.0.1 libmilter1.0.1-dbg libmilter-dev sendmail-doc sendmail sendmail-base sendmail-cf Architecture: source all Version: 8.15.2-1 Distribution: experimental Urgency: medium Maintainer: Debian QA Group Changed-By: Andreas Beckmann Description: libmilter-dev - Sendmail Mail Filter API (Milter) (development files) libmilter1.0.1 - Sendmail Mail Filter API (Milter) libmilter1.0.1-dbg - Sendmail Mail Filter API (Milter) (debug symbols) rmail - MTA->UUCP remote mail handler sendmail - powerful, efficient, and scalable Mail Transport Agent (metapacka sendmail-base - powerful, efficient, and scalable Mail Transport Agent (arch inde sendmail-bin - powerful, efficient, and scalable Mail Transport Agent sendmail-cf - powerful, efficient, and scalable Mail Transport Agent (config ma sendmail-doc - powerful, efficient, and scalable Mail Transport Agent (documenta sensible-mda - Mail Delivery Agent wrapper Closes: 790968 792162 Changes: sendmail (8.15.2-1) experimental; urgency=medium . * QA upload. * New upstream release. * Merge changes from 8.14.9-3. (Closes: #790968, #792162) * Refresh fuzzy patch 'drac'. * libmilter.symbols: Add new symbol UseCompressedIPv6Addresses. Checksums-Sha1: 58905c8442173e2c2171a92613506661be8ef391 2599 sendmail_8.15.2-1.dsc 5801d4b06f4e38ef228a5954a44d17636eaa5a16 2207417 sendmail_8.15.2.orig.tar.gz a271ee1f5ca19393de847e418fe351792fe4f062 403436 sendmail_8.15.2-1.debian.tar.xz 480df67e01c9c13277f8cd10662ce93442340394 345540 sendmail-base_8.15.2-1_all.deb 9782b6bc2fc7a8a7f7485f4fce6024e8de33bdd0 293150 sendmail-cf_8.15.2-1_all.deb b62bfd573c0fbb84fca54931a1ec34336502 901452 sendmail-doc_8.15.2-1_all.deb 0e22c91fe9273f45ca37f096d1b398f700c2111d 223912 sendmail_8.15.2-1_all.deb Checksums-Sha256: 1a7ae74e02ee4497d6c4e0960db9ac42037a5708ababefbcf53c3be46b197d27 2599 sendmail_8.15.2-1.dsc 24f94b5fd76705f15897a78932a5f2439a32b1a2fdc35769bb1a5f5d9b4db439 2207417 sendmail_8.15.2.orig.tar.gz 7ef8e9f230966ef298f430daf16ddfb2f0a04ab914a201e5e81eda4f1e749bb8 403436 sendmail_8.15.2-1.debian.tar.xz 2d028ebbcb39d409c6ed5a91e9eee0bb8aa53442851830b05d39a554776ba305 345540 sendmail-base_8.15.2-1_all.deb 73d93b4c7b40a9361d6c635da121740f7eac0583826f37c3ce76f69977e95d1d 293150 sendmail-cf_8.15.2-1_all.deb a86878a2
Bug#792934: libebook-tools-perl: install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC
Package: libebook-tools-perl Version: 0.5.4-1 Severity: serious Justification: Policy §3.5 $ perl -e 'use EBook::Tools' install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: /etc/perl /usr/local/lib/i386-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/i386-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/i386-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at (eval 30) line 3. Perhaps the DBD::SQLite perl module hasn't been fully installed, or perhaps the capitalisation of 'SQLite' isn't right. Available drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge. at /usr/share/perl5/EBook/Tools/BISG.pm line 326. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. If you install libdbd-sqlite3-perl, the error goes away. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages libebook-tools-perl depends on: ii libarchive-zip-perl1.48-1 ii libbit-vector-perl 7.4-1 ii libconfig-inifiles-perl2.83-3 ii libdate-manip-perl 6.50-1 ii libdbi-perl1.633-1 ii libencode-detect-perl 1.01-4 ii libfile-mimeinfo-perl 0.27-1 ii libfile-slurp-perl .19-4 ii libfile-which-perl 1.18-1 ii libhtml-parser-perl3.71-2 ii libimage-size-perl 3.300-1 ii liblingua-en-nameparse-perl1.32-1 ii liblist-moreutils-perl 0.413-1 ii libmojolicious-perl5.54+dfsg-1 ii libossp-uuid-perl 1.6.2-1.5+b1 ii libpalm-perl 1:1.013-1 ii libstring-crc32-perl 1.5-1+b1 ii libtie-ixhash-perl 1.23-2 ii libwww-perl6.13-1 ii libxml-twig-perl 1:3.48-1 ii perl 5.20.2-6 ii perl-modules [libtime-local-perl] 5.20.2-6 ii txt2html 2.51-1 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#791833: marked as done (gstreamer-qapt: Bump Breaks+Replaces to cover gstreamer0.10-qapt 2.2.0-1 in experimental)
Your message dated Mon, 20 Jul 2015 09:22:04 + with message-id and subject line Bug#791833: fixed in libqapt 3.0.0-3 has caused the Debian Bug report #791833, regarding gstreamer-qapt: Bump Breaks+Replaces to cover gstreamer0.10-qapt 2.2.0-1 in experimental 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.) -- 791833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791833 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gstreamer-qapt Version: 3.0.0-2 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed a file overwrite problem with experimental. >From the attached log (scroll to the bottom...): Selecting previously unselected package gstreamer1.0-qapt. Preparing to unpack .../gstreamer1.0-qapt_2.2.0-1_amd64.deb ... Unpacking gstreamer1.0-qapt (2.2.0-1) ... dpkg: error processing archive /var/cache/apt/archives/gstreamer1.0-qapt_2.2.0-1_amd64.deb (--unpack): trying to overwrite '/usr/share/locale/fr/LC_MESSAGES/qapt-gst-helper.mo', which is also in package gstreamer-qapt 3.0.0-2 Currently there is: Package: gstreamer-qapt Source: libqapt Version: 3.0.0-2 Replaces: gstreamer0.10-qapt (<< 2.1.70-0ubuntu5~) Breaks: gstreamer0.10-qapt (<< 2.1.70-0ubuntu5~) That version is insufficient to cover 2.2.0-1 which was uploaded to experimental, maybe (<< 3) would cover "any old version". cheers, Andreas gstreamer-qapt=3.0.0-2_gstreamer1.0-qapt=2.2.0-1.log.gz Description: application/gzip --- End Message --- --- Begin Message --- Source: libqapt Source-Version: 3.0.0-3 We believe that the bug you reported is fixed in the latest version of libqapt, 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 791...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Maximiliano Curia (supplier of updated libqapt 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, 20 Jul 2015 09:43:39 +0200 Source: libqapt Binary: libqapt3 libqapt-dev libqapt3-runtime qapt-utils qapt-batch qapt-deb-installer plasma-runner-installer kde-thumbnailer-deb gstreamer-qapt gstreamer0.10-qapt qapt-dbg Architecture: source amd64 all Version: 3.0.0-3 Distribution: unstable Urgency: medium Maintainer: Debian/Kubuntu KDE Extras Team Changed-By: Maximiliano Curia Description: gstreamer-qapt - GStreamer plugin to install codecs using QApt gstreamer0.10-qapt - transitional dummy package kde-thumbnailer-deb - KDE plugin to show thumbnails of Debian package files libqapt-dev - Development headers for the QApt library libqapt3 - QApt library package libqapt3-runtime - Runtime components for the QApt library plasma-runner-installer - KRunner plugin for installing packages qapt-batch - Batch package manager for KDE qapt-dbg - QApt debugging symbols qapt-deb-installer - tool for installing deb files qapt-utils - complete collection of QApt package management utilities Closes: 791833 Changes: libqapt (3.0.0-3) unstable; urgency=medium . * Update copyright information. * Add Breaks/Replaces for gstreamer0.10-qapt. (Closes: #791833) Thanks to Andreas Beckman. Checksums-Sha1: 55cdbf7aa3e03f6b74738bfd068b458dd009dacc 3350 libqapt_3.0.0-3.dsc cf2359f595fc310f33612a1e5a48dfd644f46ec3 14652 libqapt_3.0.0-3.debian.tar.xz 3663097575881c5daa7c4285e7ef8f9a043efd6a 149978 gstreamer-qapt_3.0.0-3_amd64.deb 5eac7a45bbeeac47ef6ef30adbbdca8e2aa76c22 21054 gstreamer0.10-qapt_3.0.0-3_all.deb fea5a3f93acb0b69bc3d6c900aad02cbe0e7cca8 27862 kde-thumbnailer-deb_3.0.0-3_amd64.deb 625c982a1d62fcbd961e804ac66dfa542a1b8c27 45254 libqapt-dev_3.0.0-3_amd64.deb 0d87a0812a270e1c9ff7101ba079c9cb6eece230 81780 libqapt3-runtime_3.0.0-3_amd64.deb 1f6117cf3f48de7919af88efd2b7381908d496a0 152166 libqapt3_3.0.0-3_amd64.deb 31c29fa7d48c7bbc8c3a912721afdd0d42a351f8 44352 plasma-runner-installer_3.0.0-3_amd64.deb 85c19bda1d3ee3e9b91b1b36d15b7c4bc75a1caf 141798 qapt-batch_3.0.0-3_amd64.deb a01f4cf4cf836096f2be541a472be8c2d9ea49a4 5334816 qapt-dbg_3.0.0-3_amd64.deb 740d7e6bead0eac91661f7d42dd51ac4a9cf461d 120688 qapt-deb-installer_3.0.0-3_amd64.deb cac4c598d1
Bug#792927: Python ownet library cannot access sensor's attribute
Package: python-ownet Version: 2.8p15-1 Severity: grave The ownet python module does not work properly. This script should open a connection to the owserver on localhost, display the information for sensor 10.67C6697351FF and then print the value of its temperature attribute: #!/bin/python import ownet r = ownet.Sensor('/10.67C6697351FF', 'localhost', 4304) print r print r.temperature The connection works and the sensor information is shown, but the attribute cannot be read because a library method is not found: walter@walter-VirtualBox:~$ python test.py localhost:4304/10.67C6697351FF - DS18S20 Traceback (most recent call last): File "test.py", line 5, in print r.temperature File "/usr/lib/python2.7/dist-packages/ownet/__init__.py", line 252, in __getattr__ attr = object._connection.read(object.__getattribute__(self, '_attrs')[name]) AttributeError: type object 'object' has no attribute '_connection' This error can be fixed easily by editing line 252 in file "/usr/lib/python2.7/dist-packages/ownet/__init__.py": -- attr = object._connection.read(object.__getattribute__(self, '_attrs')[name]) ++ attr = self._connection.read(self.__getattribute__('_attrs')[name]) I have reproduced and fixed this bug on 2 machines: * Raspbian on a Raspberry PI B with python 2.7.3-4+deb7u1 Linux smarthome 4.0.8+ #804 PREEMPT Tue Jul 14 12:57:44 BST 2015 armv6l GNU/Linux * Ubuntu 14.4 LTS with python 2.7.5-5ubuntu3 Linux walter-VirtualBox 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:27:48 UTC 2015 i686 i686 i686 GNU/Linux
Processed: Re: Bug#787486: ppl: FTBFS with swi-prolog 7.x
Processing control commands: > retitle -1 ppl: FTBFS with swi-prolog 7.x Bug #787486 [src:ppl] ppl: FTBFS with current sid Changed Bug title to 'ppl: FTBFS with swi-prolog 7.x' from 'ppl: FTBFS with current sid' -- 787486: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787486 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#787486: ppl: FTBFS with swi-prolog 7.x
Control: retitle -1 ppl: FTBFS with swi-prolog 7.x Since it built in 'stretch/testing' successfully I looked at the difference in installed packages after satisfying the build dependencies ... the only interesting package with a newer upstream version in sid seemed to be swi-prolog ... and then rebuilt it again in 'sid/unstable' but with swi-prolog 6.x from 'testing', which worked well. Andreas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#792925: webalizer: Webalizer stopped parsing squid logs (after 1 may 2015) saying Invlid Date Format
Package: webalizer Version: 2.23.05-1 Severity: grave Justification: renders package unusable Dear Maintainer, I've just noticed that my webalizer installation does no more parse my squid log files saying Invalid Date Format to each log record. I've seen that this strange behaviour started last May 1 2015. The package was working with no problem for years, analyzing my squid logs in standard squid format. What can be wrong? Thanks for your collaboration Luca Here what I get if I try to manually invoke the cron.daily start script (I've removed the Quiet Option - Locale is Italian) 10:01:06-root@andromeda:/etc/cron.daily$ ./webalizer 2>&1|less [new_unode] Attenzione: La stringa e' di dimensione eccessiva (517) [new_unode] Attenzione: La stringa e' di dimensione eccessiva (516) [new_unode] Attenzione: La stringa e' di dimensione eccessiva (515) [new_unode] Attenzione: La stringa e' di dimensione eccessiva (514) [new_unode] Attenzione: La stringa e' di dimensione eccessiva (513) [new_unode] Attenzione: La stringa e' di dimensione eccessiva (512) Errore: Tralascio il record (data errata): [19/lug/2015:07:36:00 -] [1] Errore: Tralascio il record (data errata): [19/lug/2015:07:36:51 -] [2] Errore: Tralascio il record (data errata): [19/lug/2015:07:37:11 -] [3] Errore: Tralascio il record (data errata): [19/lug/2015:07:37:41 -] [4] Errore: Tralascio il record (data errata): [19/lug/2015:07:38:32 -] [5] Errore: Tralascio il record (data errata): [19/lug/2015:07:38:42 -] [6] Errore: Tralascio il record (data errata): [19/lug/2015:07:39:17 -] [7] Errore: Tralascio il record (data errata): [19/lug/2015:07:39:32 -] [8] Errore: Tralascio il record (data errata): [19/lug/2015:07:40:23 -] [9] Errore: Tralascio il record (data errata): [19/lug/2015:07:40:59 -] [10] Errore: Tralascio il record (data errata): [19/lug/2015:07:41:35 -] [11] ... ... ... Here an excerpt of the parsed log file 09:41:43-root@andromeda:/var/log/squid3$ cat access.log.1 |tail -n 10 1437369923.693275 pegaso.local TCP_MISS/200 2763 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json 1437369982.845 240362 luskinnexus TCP_MISS/200 5376 CONNECT history.google.com:443 - DIRECT/173.194.67.138 - 1437369984.652 242757 luskinnexus TCP_MISS/200 1959 CONNECT android.clients.google.com:443 - DIRECT/173.194.116.4 - 1437369984.872 240145 luskinnexus TCP_MISS/200 4649 CONNECT www.googleapis.com:443 - DIRECT/216.58.212.74 - 1437369986.550 240434 luskinnexus TCP_MISS/200 4754 CONNECT www.google.com:443 - DIRECT/173.194.116.19 - 1437369986.634 240519 luskinnexus TCP_MISS/200 5404 CONNECT android.googleapis.com:443 - DIRECT/216.58.212.74 - 1437369986.781 240665 luskinnexus TCP_MISS/200 5153 CONNECT history.google.com:443 - DIRECT/173.194.67.138 - 1437369986.848 240351 luskinnexus TCP_MISS/200 6575 CONNECT www.google.it:443 - DIRECT/173.194.116.23 - 1437370223.766346 pegaso.local TCP_MISS/200 2763 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json 1437370523.711316 pegaso.local TCP_MISS/200 2763 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json And here an excerpt of a old log (really i see no diffrence at all..) 09:40:00-root@andromeda:/var/log/squid3$ lesspipe access.log.132.gz |tail -n 10 1416118582.790314 192.168.1.2 TCP_MISS/200 2784 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json 1416118882.774315 192.168.1.2 TCP_MISS/200 2784 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json 1416119050.629183 192.168.1.5 TCP_MISS/200 398 POST http://streamback.ff.avast.com/V1/MD/004A1E6C5208F6A80149CB640ED233353463613336640148A6E4C750/1416119052470 - DIRECT/77.234.45.95 application/octet-stream 1416119050.652235 192.168.1.5 TCP_MISS/200 543 POST http://streamback.ff.avast.com/V1/MD/004C38145208F6A80149C980B82435363961373731340148F8FE21D1/1416119052413 - DIRECT/77.234.45.95 application/octet-stream 1416119182.707317 192.168.1.2 TCP_MISS/200 2784 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json 1416119361.898 240990 192.168.1.5 TCP_MISS/200 793 CONNECT android.clients.google.com:443 - DIRECT/173.194.40.8 - 1416119362.732 240470 192.168.1.5 TCP_MISS/200 757 CONNECT www.googleapis.com:443 - DIRECT/173.194.78.95 - 1416119465.789 10548 192.168.1.5 TCP_MISS/200 747 CONNECT mobile-collector.newrelic.com:443 - DIRECT/23.235.43.143 - 1416119482.922433 192.168.1.2 TCP_MISS/200 2784 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json 1416119782.776307 192.168.1.2 TCP_MISS/200 2784 GET http://query.yahooapis.com/v1/public/yql? - DIRECT/98.137.200.255 application/json --- -- System Information:
Processed: Re: Bug#792914: Package: xarchiver
Processing control commands: > severity -1 important Bug #792914 [xarchiver] Package: xarchiver Severity set to 'important' from 'grave' > tags -1 moreinfo Bug #792914 [xarchiver] Package: xarchiver Added tag(s) moreinfo. -- 792914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792914 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org