Bug#1056303: pg_createcluster destroys data directory under certain conditions

2023-11-20 Thread Max Kellermann
Package: postgresql-common Version: 248 Severity: critical When I tried to use "pg_createcluster" to configure my pre-existing PostgreSQL data directory with a new Debian install, it deleted the whole cluster with all databases instead. (This serious data loss justifies "severity critical"

Bug#1049454: mpd: purge script will forget a PulseAudio cookie in /var/lib/mpd/.config

2023-08-16 Thread Max Kellermann
On 2023/08/16 13:23, Alexandre Detiste wrote: > Some other packages have similar problems... > Here HOME=/ and users get tiny useless files at the root of the filesystem: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042725 Just because others are doing it just as wrong doesn't prove

Bug#1049454: mpd: purge script will forget a PulseAudio cookie in /var/lib/mpd/.config

2023-08-16 Thread Max Kellermann
On 2023/08/16 02:05, Alexandre Detiste wrote: > Package: mpd > Version: 0.23.12-1 > Severity: minor > User: cruft...@packages.debian.org > Usertags: cruft > > Hi, > > On purge, the script will leave behind this useless PulseAudio cookie. This file was not created by MPD, so I'm not sure if the

Bug#1034236: mpd: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Max Kellermann
On 2023/04/11 17:40, Andreas Henriksson wrote: > I think 2 is better myself and I'm attaching a proof of concept > debdiff to implement it. (You might want to make a cleaner version.) Agree. I think your patch looks quite clean, and if it were submitted to me, I'd merge it (the same would

Bug#1034236: mpd: dh_installsystemd doesn't handle files in /usr/lib/systemd/system

2023-04-11 Thread Max Kellermann
On 2023/04/11 15:11, Andreas Henriksson wrote: > The culprit seems to be that mpd falls back on hard-coded path (instead > of failing) when systemd.pc is not found! What does this have to do with systemd.pc? It isn't used anywhere.

Bug#1023872: mpd: 0.23.9-1+b3 fails to start with 'io_uring_get_sqe() failed'

2022-11-11 Thread Max Kellermann
On 2022/11/11 19:59, Daniel Kozar wrote: > Package: mpd > Version: 0.23.9-1+b3 > Severity: important > X-Debbugs-Cc: dkk...@gmail.com > > MPD stopped being able to run after upgrading to 0.23.9-1+b3. The relevant > journal messages are : > > mpd[8301]: terminate called after throwing an

Bug#1023872: mpd: 0.23.9-1+b3 fails to start with 'io_uring_get_sqe() failed'

2022-11-11 Thread Max Kellermann
On 2022/11/11 20:52, Max Kellermann wrote: > This could be a liburing ABI breakage? This upstream commit looks like an ABI breakage: https://github.com/axboe/liburing/commit/f5cd4eb2b50840510a4c6bbe5ba34a5a2058a2ae The bug report should be moved to liburing.

Bug#1023607: 50-depmod.install fails if kmod is not installed

2022-11-07 Thread Max Kellermann
Package: systemd Version: 252-2 My computer has custom-built kernels without module support, and therefore I did not install kmod. When installing a kernel package, I get: /usr/lib/kernel/install.d/50-depmod.install: 28: exec: depmod: not found This script comes with the systemd package, but

Bug#1017164: mpd: FTBFS: ./obj-x86_64-linux-gnu/../src/decoder/plugins/FfmpegIo.cxx:102: undefined reference to `av_malloc(unsigned long)'

2022-08-14 Thread Max Kellermann
On 2022/08/14 09:16, Lucas Nussbaum wrote: > Relevant part (hopefully): > > /usr/bin/ld: src/decoder/plugins/libdecoder_plugins.a.p/FfmpegIo.cxx.o: in > > function `AvioStream::Open()': > > ./obj-x86_64-linux-gnu/../src/decoder/plugins/FfmpegIo.cxx:102: undefined > > reference to

Bug#887834: [Pkg-mpd-maintainers] Bug#887834: Bug#887834: mpd installation fails, cannot open /var/lib/mpd/tag_cache, /run/mpd/pid

2021-11-05 Thread Max Kellermann
On 2021/11/05 08:09, Max Kellermann wrote: > I gave this a second thought, and I fear that changes like this one > break even more setups, which should be avoided in a stable branch. > > I'll rather revert the "RuntimeDirectory" addition for now in the

Bug#887834: [Pkg-mpd-maintainers] Bug#887834: Bug#887834: mpd installation fails, cannot open /var/lib/mpd/tag_cache, /run/mpd/pid

2021-11-05 Thread Max Kellermann
On 2021/11/05 06:10, Max Kellermann wrote: > On 2021/11/05 05:55, Florian Schlichting wrote: > > However, Max: behind this hides another problem, which is why I asked > > Ryan to delete the pid_file configuration: as part of 0.23.3 you added > > the "RuntimeDirect

Bug#887834: [Pkg-mpd-maintainers] Bug#887834: Bug#887834: mpd installation fails, cannot open /var/lib/mpd/tag_cache, /run/mpd/pid

2021-11-04 Thread Max Kellermann
On 2021/11/05 05:55, Florian Schlichting wrote: > However, Max: behind this hides another problem, which is why I asked > Ryan to delete the pid_file configuration: as part of 0.23.3 you added > the "RuntimeDirectory=mpd" directive to both mpd.service units. In the > absence of User and Group

Bug#998310: mpd: fails to start with "Assertion `sockets.empty()' failed."

2021-11-04 Thread Max Kellermann
On 2021/11/04 19:32, kaliko wrote: > I had a look at the 0.23.3-1 build and actually debhelper calls meson with > "--wrap-mode=nodownload --buildtype=plain --prefix=/usr …" plus some *dir > options [2]. Then indeed asserts are not disabled but it's not really a > debug build either in meson

Bug#998310: mpd: fails to start with "Assertion `sockets.empty()' failed."

2021-11-03 Thread Max Kellermann
On 2021/11/03 18:00, Benjamin Francois wrote: > Confirmed, I commented out the pid_file line in /etc/mpd.conf and mpd now > starts properly. Thanks Sir! Okay, this is now fixed upstream: https://github.com/MusicPlayerDaemon/MPD/commit/14b3c0f0afe691739cdfc71d71adf740114d5a98 This problem

Bug#998310: mpd: fails to start with "Assertion `sockets.empty()' failed."

2021-11-03 Thread Max Kellermann
On 2021/11/03 17:36, Max Kellermann wrote: > You configured a pid_file which MPD was unable to write; maybe because > it failed file permissions, or maybe because the containing directory > does not exist. btw. if you use systemd, there's no point in configuring a pid_file.

Bug#998310: mpd: fails to start with "Assertion `sockets.empty()' failed."

2021-11-03 Thread Max Kellermann
On 2021/11/03 17:23, Benjamin Francois wrote: > Catchpoint 1 (exception thrown), 0x736a5322 in __cxa_throw () from > /lib/x86_64-linux-gnu/libstdc++.so.6 > (gdb) bt > #0 0x736a5322 in __cxa_throw () at > /lib/x86_64-linux-gnu/libstdc++.so.6 > #1 0x5558ba6e in

Bug#998310: mpd: fails to start with "Assertion `sockets.empty()' failed."

2021-11-03 Thread Max Kellermann
On 2021/11/02 23:47, Benjamin Francois wrote: > On Tue, 2 Nov 2021 13:53:20 +0100 Max Kellermann wrote: > > TLDR: it's complicated, and we can't see the real error just yet. > > Hello! I am having the same issue so I thought I'd give it a go. Thanks, that was almost helpfu

Bug#998310: mpd: fails to start with "Assertion `sockets.empty()' failed."

2021-11-02 Thread Max Kellermann
On 2021/11/02 13:19, Antoine Le Gonidec wrote: > Here is what I get when trying to start mpd from gdb, following the > instructions you linked: Thanks, this and your backtrace shows that MPD startup has failed for some reason, and a C++ exception got thrown with details about the error, but

Bug#998310: mpd: fails to start with "Assertion `sockets.empty()' failed."

2021-11-02 Thread Max Kellermann
On 2021/11/02 09:43, Antoine Le Gonidec wrote: > Package: mpd > Version: 0.23.3-1 > Severity: important > > Since the mpd upgrade from 0.22.10-1+b1 to 0.23.3-1, it fails to start > with the following error: > > # /usr/bin/mpd --no-daemon > Nov 02 09:38 : exception: Tag list mismatch, discarding

Bug#995785: Various vulnerabilities in mapserver

2021-10-05 Thread Max Kellermann
On 2021/10/05 20:38, Sebastiaan Couwenberg wrote: > Security issues in packages are tracked via CVEs in: > > https://security-tracker.debian.org/tracker/ > > Only high severity issues are worth our time to fix in stable. If you > don't follow proper procedure and get CVEs for your security

Bug#995785: Various vulnerabilities in mapserver

2021-10-05 Thread Max Kellermann
On 2021/10/05 19:15, Sebastiaan Couwenberg wrote: > tags 995785 upstream > forwarded 995785 https://github.com/MapServer/MapServer/pull/6418 > > You should get CVEs for these security issues, then they will be tracked > more appropriately than with this bugreport. Huh, what a strange

Bug#995785: Various vulnerabilities in mapserver

2021-10-05 Thread Max Kellermann
Package: mapserver-bin Version: 7.6.2-1 Using libFuzzer, I found various security vulnerabilities in MapServer. Using crashed "shapefiles", one can exploit MapServer. One of the vulnerabilities may qualify as remote code execution, because one can use it to overwrite arbitrary data past the end

Bug#994033: mpd: Fails to find ldd libraries from libraspberrypi0 that have moved

2021-09-10 Thread Max Kellermann
On 2021/09/10 11:43, Tim Phipps wrote: > AN upgrade to rasbian stable ahs moved some ldd files included in the > libraspberrypi0 packages and now mpd fails to start. MPD doesn't use any of these libraries. These are indirect dependencies, maybe via FFmpeg? In any case, this is not a MPD

Bug#991267: pg_config.h leaks internal macros

2021-07-21 Thread Max Kellermann
On 2021/07/21 13:42, Peter Eisentraut wrote: > What specifically are you trying to check for in libpq? Maybe there is a > better way, or we could add one. It's about this compile-time check: https://github.com/CM4all/libcommon/blob/master/src/pg/Connection.hxx#L430 This is a C++ wrapper for

Bug#991267: pg_config.h leaks internal macros

2021-07-21 Thread Max Kellermann
On 2021/07/21 08:44, Peter Eisentraut wrote: > pg_config.h should only be included when compiling server-side plugins. > Under what circumstances would such a plug-in use OpenSSL directly? Could > you explain in more detail what you are trying to do? I did not know that - I use it to check the

Bug#991267: pg_config.h leaks internal macros

2021-07-19 Thread Max Kellermann
Package: libpq-dev Version: 14~beta2-1 pg_config.h is a public header and needed if an application wants to check the version number at compile time. However, in version 14, it leaks a lot of internal PostgreSQL macros, e.g. OPENSSL_API_COMPAT which breaks applications using OpenSSL directly:

Bug#953289: ABI change in libsoxr 0.1.3

2021-02-17 Thread Max Kellermann
On 2021/02/17 18:58, Sebastian Ramacher wrote: > I've now reread the upstream bug report once again, and it appears as if > mpd is missing a call to soxr_clear before reusing a context. Hence, > I'm reassigning this bug to mpd. That's not correct. soxr_clear() was not documented to be

Bug#977259: soapcpp2 doesn't find its own headers

2020-12-13 Thread Max Kellermann
Package: gsoap Version: 2.8.104-2 When I call soapcpp2, I get the following error: Importing 'custom/struct_timeval.h': Critical error: Cannot open file "custom/struct_timeval.h" to import: No such file or directory Hint: use option -I (for example -Igsoap:gsoap/import:gsoap/custom:.) This

Bug#959182: Build failures due to missing linux/time_types.h

2020-04-30 Thread Max Kellermann
On 2020/04/30 19:58, Guillem Jover wrote: > I assume then that your linux-libc-dev is older than 5.1, which is > when that header got introduced? Are you building in testing/sid? True, my linux-libc-dev is 4.19.98-1. If the package requires at least version 5.1, then it should declare exactly

Bug#959182: Build failures due to missing linux/time_types.h

2020-04-30 Thread Max Kellermann
On 2020/04/30 18:32, Guillem Jover wrote: > You are missing the linux-libc-dev package which gets pulled in by the > libc6-dev package. linux-libc-dev, libc6-dev and build-essential are all installed. > I'd recommend just installing the build-essential package, which is > what every package in

Bug#959182: Build failures due to missing linux/time_types.h

2020-04-30 Thread Max Kellermann
Package: liburing-dev Version: 0.6-2 It appears to be impossible to build anything with liburing-dev, not even the examples shipped in the package: $ gcc /usr/share/doc/liburing-dev/examples/io_uring-test.c In file included from /usr/include/liburing.h:14, from

Bug#953289: ABI change in libsoxr 0.1.3

2020-03-07 Thread Max Kellermann
Package: libsoxr0 Version: 0.1.3-2 In version 0.1.3, libsoxr has made an undocumented ABI change which causes MPD (Music Player Daemon) to crash: https://github.com/MusicPlayerDaemon/MPD/issues/773 The commit which changed the ABI was:

Bug#933301: mpd: systemd service doesn't use user configured UNIX socket since last update

2020-03-03 Thread Max Kellermann
On 2020/03/03 15:25, Simon Désaulniers wrote: > Hi, > > I have gone back working on this issue and I can confirm that the issue is due > to the socket. It seems like this "socket" unit is disabling usage of a Unix > socket in favor of a TCP socket. What do you recommend for someone who wants >

Bug#939937: Acknowledgement (Remotely exploitable null pointer dereference bug)

2019-09-11 Thread Max Kellermann
I committed my patch to libapreq's Subversion repository: http://svn.apache.org/viewvc?view=revision=1866760

Bug#939937: Remotely exploitable null pointer dereference bug

2019-09-10 Thread Max Kellermann
ipart.c?r1=227276=227275=227276 The attached patch fixes the bug by re-adding the NULL check. commit f27d15e47000b0442e8071ab0fd76b82df9f2d2f Author: Max Kellermann Date: Tue Sep 10 12:15:07 2019 +0200 parser_multipart: fix NULL pointer dereference in nested multipart create_multipart_context()

Bug#917593: mpd: FTBFS ('_IO_off64_t' has not been declared)

2018-12-28 Thread Max Kellermann
On 2018/12/29 01:25, Santiago Vila wrote: > In file included from /usr/include/libroar/libroar.h:173, > from /usr/include/roaraudio.h:133, > from src/output/plugins/RoarOutputPlugin.cxx:36: > /usr/include/libroar/vio_stdio.h:50:46: error: '_IO_off64_t' has not

Bug#914811: Build failure "error: ‘next’ is not a member of ‘boost’"

2018-11-27 Thread Max Kellermann
On 2018/11/27 16:46, Boyuan Yang wrote: > You must be using Debian Testing. This problem is fixed in Debian Unstable but > the yaml-cpp package hasn't migrate to Debian Testing yet. Oh, indeed! I should have checked for new unstable versions before submitting. Thanks and sorry for the noise.

Bug#914811: Build failure "error: ‘next’ is not a member of ‘boost’"

2018-11-27 Thread Max Kellermann
On 2018/11/27 16:46, Boyuan Yang wrote: > You must be using Debian Testing. This problem is fixed in Debian Unstable but > the yaml-cpp package hasn't migrate to Debian Testing yet. Btw. the Debian patch which works around this bug is bad. It is wrapped in a #if BOOST_VERSION >= 106700 But

Bug#914811: Build failure "error: ‘next’ is not a member of ‘boost’"

2018-11-27 Thread Max Kellermann
Package: libyaml-cpp-dev Version: 0.5.2-4 (With libboost-dev 1.67.0.1,) I get build failures: /usr/include/yaml-cpp/node/detail/iterator.h: In member function ‘void YAML::detail::iterator_base::increment()’: /usr/include/yaml-cpp/node/detail/iterator.h:48:54: error: ‘next’ is not a member of

Bug#908756: [Pkg-mpd-maintainers] Bug#908756: mpc: frequent parallel FTBFS

2018-10-29 Thread Max Kellermann
On 2018/10/29 22:23, Florian Schlichting wrote: > I had a look at meson, and while there seems to be no option to turn off > parallelism in a specific meson.build, enforcing serialisation of doc > targets by having manpage generation depend on the HTML docs should do > the trick, perhaps like so:

Bug#902699: segfault on bad connection

2018-06-29 Thread Max Kellermann
On 2018/06/29 18:32, Joey Hess wrote: > I can frequently segfault ncmpc by connecting to a server that's at the other > end of the house and almost out of wifi range. Was fixed in upstream version 0.29, but this package lags behind a year.

Bug#884248: mpd: FTBFS against upnp 1.8

2017-12-13 Thread Max Kellermann
On 2017/12/12 22:15, Sebastian Ramacher wrote: > Source: mpd > Version: 0.20.11-1 > Severity: important > Tags: sid buster > > mpd FTBFS against upnp 1.8 (available in experimental) MPD 0.20.12 has changes to adapt to the libupnp 1.8 API breakage.

Bug#849726: mpd: On i686, RestrictNamespaces=yes in Systemd unit does not allow mpd to open sockets

2016-12-31 Thread Max Kellermann
On 2016/12/31 09:10, Max Kellermann <m...@duempel.org> wrote: > There are two problems with your findings: And there are two problems with my math: 1. I can't count. ;-)

Bug#849726: mpd: On i686, RestrictNamespaces=yes in Systemd unit does not allow mpd to open sockets

2016-12-31 Thread Max Kellermann
On 2016/12/30 08:26, Konstantin Khomoutov wrote: > | 4938 socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0) = -1 EPROTONOSUPPORT > (Protocol not supported) > | 4938 exit_group(1) = ? > | 4938 +++ exited with 1 +++ There are two problems with

Bug#845091: mpd starts pulseaudio even when configured not to use it

2016-11-21 Thread Max Kellermann
On 2016/11/20 11:08, Juha Jäykkä wrote: > When mpd runs, it also runs pulseaudio. This is not just unnecessary, but > also causes weird > unwanted side-effects like muting of Master volume channel in alsa (which mpd > is also not > configured to use). This bug report should be

Bug#826100: Inconsistent settings in lxc@.service

2016-06-02 Thread Max Kellermann
Package: lxc Version: 1:2.0.0-3 The file /lib/systemd/system/lxc states: Type=simple ExecStart=/usr/bin/lxc-start -n %i "lxc-start" daemonizes by default, but Type=simple requires that the main process persists. This makes systemd think the service has stopped immediately, and will kill the

Bug#822848: mpd FTBFS on Alpha; misaligned arrays in the test suite

2016-04-28 Thread Max Kellermann
On 2016/04/28 12:22, Michael Cree wrote: > Since the code is compiled with the c++11 standard I attach a patch > that modifies the test suite to align the non-compliant strings with > the alignas() attribute. The test suite now passes on Alpha with > that patch. Thanks,

Bug#822401: [mpd-devel] [Pkg-mpd-maintainers] Bug#822401: mpd: FTBFS: error: 'uint8_t' was not declared in this scope

2016-04-25 Thread Max Kellermann
On 2016/04/24 22:00, Florian Schlichting wrote: > This seems to be caused by a lacking include, fixed by the below patch. Merged.

Bug#814220: dh_php5 does not override umask

2016-02-09 Thread Max Kellermann
Package: dh-php5 Version: 0.2 The dh_php5 tool corrects the permissions only of some files/directories. Others are left broken when one runs it with a secure umask like 0077. For example, /usr/lib/php5/20131226 is created with "mkdir -p". After that, it runs "chmod 755" on that directory, but

Bug#810218: [Pkg-mpd-maintainers] Bug#810218: mpd fails to open audio device when started by init script

2016-01-07 Thread Max Kellermann
On 2016/01/08 00:47, Florian Schlichting wrote: > I think you need to set > > group "audio" If that solves the problem, then Arian's bug report was wrong. He said the user is in group "audio". Specifying the group manually would discard membership in all other

Bug#808815: /usr/bin/metview: /bin/ksh: bad interpreter: No such file or directory

2015-12-23 Thread Max Kellermann
Package: metview Version: 4.5.7-2 $ metview bash: /usr/bin/metview: /bin/ksh: bad interpreter: No such file or directory

Bug#808816: metview_create_user_dir: not found

2015-12-23 Thread Max Kellermann
Package: metview Version: 4.5.7-2 $ metview /usr/bin/metview[722]: metview_create_user_dir: not found [No such file or directory] metview: EXIT on ERROR (line 1), exit status 127, starting 'cleanup' /usr/bin/metview[119]: 5: cannot open [Bad file descriptor]

Bug#808817: Segmentation fault

2015-12-23 Thread Max Kellermann
Package: libosgearth3 Version: 2.5.0+dfsg-8 Each time I start qgis (2.8.4+dfsg-1) with qgis-plugin-globe (2.8.4+dfsg-1), and click on "Launch Globe", the process dies. Program received signal SIGSEGV, Segmentation fault. 0x7fff8b34ecaa in

Bug#808817: Segmentation fault

2015-12-23 Thread Max Kellermann
On 2015/12/23 16:30, Sebastiaan Couwenberg wrote: > What kind of layers do you have active in QGIS? None. > This seems to imply that you're using a local data source, that may > be the specific case that's not handled properly. I don't know what this means. I've never used

Bug#808817: Segmentation fault

2015-12-23 Thread Max Kellermann
On 2015/12/23 16:53, Sebastiaan Couwenberg wrote: > Can you check that you have openscenegraph-plugin-osgearth installed, > and if not, please install it and try the globe plugin again to see if > that fixes the issue. > > If this is the fix, we need to add this dependency to

Bug#808817: Segmentation fault

2015-12-23 Thread Max Kellermann
On 2015/12/23 14:32, Sebastiaan Couwenberg wrote: > Unfortunately I cannot reproduce the issue with qgis (2.8.4+dfsg-1) and > osgearth (2.5.0+dfsg-8). > > How can I reproduce your issue? I don't know. It happens every time I (try to) use this plugin. Unfortunately, none of

Bug#808746: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-iptvsimple Version: 1.11.5+git20150717-1 "Kodi PVR Addon Argustv" sounds wrong, probably copy'n'pasted from package kodi-pvr-argustv.

Bug#808744: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-argustv Version: 1.10.11+git20150827-1 "Kodi PVR Addon Argustv" is the same as the package name, but I still don't know what it is.

Bug#808745: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-dvbviewer Version: 1.10.35+git20150717-1 "Kodi PVR Addon Dvbviewer" is the same as the package name, but I still don't know what it is.

Bug#808752: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-wmc Version: 0.5.8+git20150717-1 "WMC PVR Addon for Kodi" is the same as the package name, but I still don't know what it is.

Bug#808748: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-mythtv Version: 2.8.0+git20151119-1 "MythTV PVR Addon for Kodi" is the same as the package name, but I still don't know what it is.

Bug#808750: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-njoy Version: 1.10.7+git20150717-1 "NJOY PVR Addon for Kodi" is the same as the package name, but I still don't know what it is.

Bug#808747: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-mediaportal-tvserver Version: 1.10.9+git20150717-1 "Kodi PVR Addon MediaPortal Tvserver" is the same as the package name, but I still don't know what it is.

Bug#808749: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-nextpvr Version: 1.10.8+git20150724-1 "NextPVR PVR for Kodi" is the same as the package name, but I still don't know what it is.

Bug#808751: Package does not have a description

2015-12-22 Thread Max Kellermann
Package: kodi-pvr-vuplus Version: 1.10.7+git20150717-1 "Vu+ PVR Addon for Kodi" is the same as the package name, but I still don't know what it is.

Bug#808206: unsupported reloc 42 against global symbol __gmon_start__

2015-12-17 Thread Max Kellermann
Package: libc6-dev Version: 2.21-4 $ gcc -x c -

Bug#808023: Broken link /usr/bin/testrb -> testrb2.2

2015-12-15 Thread Max Kellermann
Package: ruby2.2 Version: 2.2.3-2 lrwxrwxrwx 1 root root 9 Nov 16 09:36 /usr/bin/testrb -> testrb2.2 ls: cannot access /usr/bin/testrb2.2: No such file or directory /usr/bin/testrb2.1 does exist in the ruby2.1 package, but no such program exists in ruby2.2. The metapackage "ruby" set the broken

Bug#808086: "error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification"

2015-12-15 Thread Max Kellermann
Package: libc++-dev Version: 3.7.0-1 The most recent libc++ version fails to compile with clang 3.8 (clang-3.8 1:3.8~svn254193-1): $ echo '#include ' |schroot -c experimental -- clang-3.8 -c -std=c++11 -stdlib=libc++ -x c++ - In file included from :1: /usr/include/c++/v1/string:1938:44: error:

Bug#806906: libgsl.so.0 => not found

2015-12-02 Thread Max Kellermann
Package: qgis Version: 2.8.3+dfsg-5 The georef plugin is unusable due to broken dependencies: ldd /usr/lib/qgis/plugins/libgeorefplugin.so [...] libgsl.so.0 => not found The package depends on libgsl2 and conflicts libgsl0ldbl.

Bug#806692: fatal error: '__cxxabi_config.h' file not found

2015-11-29 Thread Max Kellermann
Package: libc++-dev Version: 3.7.0-1 Trying to build a program with boost::geometry (libboost-dev 1.58.0.1). libc++-dev and libc++abi-dev 3.7.0-1 are installed. In file included from /usr/include/boost/geometry/algorithms/within.hpp:49: In file included from

Bug#806400: ImportError: No module named 'pkg_resources'

2015-11-27 Thread Max Kellermann
On 2015/11/27 09:34, Lennart Weller wrote: > Could you try reinstalling pkg-ressources? > sudo apt-get install --reinstall python-pkg-resources > > The line from your stacktrace is not in the source code of pgcli. Problem persists. # apt-get install --reinstall

Bug#806400: ImportError: No module named 'pkg_resources'

2015-11-26 Thread Max Kellermann
Package: pgcli Version: 0.20.1-1 # pgcli certdb Traceback (most recent call last): File "/usr/bin/pgcli", line 5, in from pkg_resources import load_entry_point ImportError: No module named 'pkg_resources'

Bug#803383: undefined symbol: _ZN2v86String9NewSymbolEPKci

2015-10-29 Thread Max Kellermann
Package: node-raptor Version: 0~0git20130108-1 nodejs 4.2.1~dfsg-2 $ nodejs > require('raptor') Error: /usr/lib/nodejs/raptor/native/bindings.node: undefined symbol: _ZN2v86String9NewSymbolEPKci at Error (native) at Object.Module._extensions..node (module.js:460:18) at Module.load

Bug#801989: libxslt must be linked with libm

2015-10-16 Thread Max Kellermann
Package: libxslt1-dev Version: 1.1.28-2+b2 Various programs fail to link unless they just happen to specify "-lm": /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libxslt.so: error: undefined reference to 'pow' /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libxslt.so:

Bug#800552: libgme.so must link with zlib

2015-09-30 Thread Max Kellermann
Package: libgme0 Version: 0.6.0-2 echo 'int main(){}' |gcc -x c - -lgme : In function 'main': :1:12: warning: implicit declaration of function 'gme_open_file' [-Wimplicit-function-declaration] /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libgme.so: undefined reference to `gzopen'

Bug#799661: Wrong dependency/include on Lua 5.1/5.2

2015-09-21 Thread Max Kellermann
Package: libluabind-dev Version: 0.9.1+dfsg-9 Package libluabind-dev depends on liblua5.2-dev, but its pkg-config file refers to LUA 5.1.

Bug#799357: "this linker was not configured to use sysroots"

2015-09-18 Thread Max Kellermann
Package: g++-5-arm-linux-gnueabihf Version: 5.2.1-16cross1 The compiler calls the linker (binutils-arm-linux-gnueabihf 2.25.1-2) in a way that makes it fail: arm-linux-gnueabihf-g++-5 test.cxx -v Using built-in specs. COLLECT_GCC=arm-linux-gnueabihf-g++-5

Bug#787487: Python.h: No such file or directory

2015-06-02 Thread Max Kellermann
Package: python3-pygit2 Version: 0.22.0-1 As regular user: max@woodpecker:~$ python3 Python 3.4.2 (default, Oct 8 2014, 10:45:20) [GCC 4.9.1] on linux Type help, copyright, credits or license for more information. import pygit2 Traceback (most recent call last): File stdin, line 1, in

Bug#778015: mpd: ftbfs with GCC-5

2015-02-12 Thread Max Kellermann
On 2015/02/12 11:34, Matthias Klose d...@debian.org wrote: src/output/plugins/ShoutOutputPlugin.cxx: In member function 'bool ShoutOutput::Configure(const config_param, Error)': src/output/plugins/ShoutOutputPlugin.cxx:112:10: error: converting to 'bool' from 'std::nullptr_t' requires

Bug#775951: mpd crashes when updating database

2015-01-21 Thread Max Kellermann
On 2015/01/21 21:56, dAgeCKo dage...@free.fr wrote: terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid Duplicate of #768094 This bug was fixed 2 months ago in bug-fix release 0.19.4 (current is 0.19.8), but unfortunately

Bug#773993: avprobe loops endlessly on certain FLAC files

2014-12-26 Thread Max Kellermann
Package: libavcodec56 Version: 6:11-2 Severity: important Download the following file: http://farragut.drunkensailor.org:5/track2.flac Then run avprobe on it. libavcodec will loop endlessly. This library bug is important because you can use it for a denial-of-service attack against

Bug#767504: [Pkg-mpd-maintainers] Bug#767504: mpd: licence clash with libmp4v2 (MPL) and mpd GPL-+2

2014-11-26 Thread Max Kellermann
On 2014/11/02 21:16, Max Kellermann m...@duempel.org wrote: This copyright problem must be resolved by a license change of libmp4v2. If no solution appears possible on their side, the plugin will be removed from the next MPD release. The plugin has been removed from MPD 0.19.5, because

Bug#768094: mpd: crashes with std::logic_error on database update

2014-11-11 Thread Max Kellermann
On 2014/11/11 22:38, Matteo Cypriani m...@lm7.fr wrote: Control: severity 768094 normal On Wed, 5 Nov 2014 06:47:34 +0100, Max Kellermann m...@duempel.org wrote: On 2014/11/04 23:21, Matteo Cypriani m...@lm7.fr wrote: Please let me know if I can help further investigating this problem

Bug#768094: mpd: crashes with std::logic_error on database update

2014-11-04 Thread Max Kellermann
On 2014/11/04 23:21, Matteo Cypriani m...@lm7.fr wrote: Please let me know if I can help further investigating this problem. Need full backtrace. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#767684: mpd: Stack smashing detected in faad_decoder_init (when playing AAC stream)

2014-11-02 Thread Max Kellermann
On 2014/11/01 21:15, nandhp nan...@gmail.com wrote: After upgrading MPD, it crashes when I try to play an AAC stream, such as http://stream.srg-ssr.ch/m/rsc/aacp_96 Fixed upstream in 0.19.2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#767504: [Pkg-mpd-maintainers] Bug#767504: mpd: licence clash with libmp4v2 (MPL) and mpd GPL-+2

2014-11-02 Thread Max Kellermann
On 2014/11/02 21:10, Florian Schlichting f...@debian.org wrote: or the mpd authors would need to give permission to link mpd against libmp4v2 That will not work. It would require permission from each and every MPD contributor, which is nearly 200 people. This copyright problem must be

Bug#763169: apt upgrade fails in postinst with adduser: not found

2014-09-28 Thread Max Kellermann
Package: apt Version: 1.1~exp3 During upgrade: Setting up apt (1.1~exp3) ... /var/lib/dpkg/info/apt.postinst: 30: /var/lib/dpkg/info/apt.postinst: adduser: not found chown: invalid user: '_apt:root' dpkg: error processing package apt (--configure): subprocess installed post-installation script

Bug#761347: mpd: Crash when enquing

2014-09-13 Thread Max Kellermann
On 2014/09/13 07:06, frozencemetery rharw...@club.cc.cmu.edu wrote: Package: mpd Version: 0.18.13-1 Severity: important Dear Maintainer, When enqueueing a file to mpd, occasionally the following crash (captured in gdb) will occur: This has been fixed in upstream 0.18.14, already

Bug#760921: mpd: segmentation fault while starting

2014-09-09 Thread Max Kellermann
On 2014/09/09 10:42, Adam Lee adam8...@gmail.com wrote: Package: mpd Version: 0.18.13-1 Severity: important $ mpd --no-daemon --stderr errno: Failed to open database file /home/adam/.mpd/tag_cache: No such file or directory update: added ACDC - '74 Jailbreak/04.Soul Stripper.mp3 update:

Bug#760669: mpd: MPD crashes ion m4a with libav 11

2014-09-07 Thread Max Kellermann
On 2014/09/06 19:18, Itaï BEN YAACOV can...@free.fr wrote: Since the recompile with libav 11 (0.18.12-1+b1 or 18.13-1) MPD crashes on starting to play .m4a files. Oddly enough, this happens if it has already played an mp3, but not if it has only played .flac's (or if the .m4a is first).

Bug#760669: mpd: MPD crashes ion m4a with libav 11

2014-09-07 Thread Max Kellermann
On 2014/09/07 18:54, can...@free.fr wrote: OK, never having done this before, does the following help ? Yes, this helps a lot, very good. Please install the packages libav-dbg and libc6-dbg and repeat. This will give me even more information. -- To UNSUBSCRIBE, email to

Bug#760669: mpd: MPD crashes ion m4a with libav 11

2014-09-07 Thread Max Kellermann
Fixed in MPD commit 219c42522f938c5fff08d962a1a54c0872322f00 This crash was due to an undocumented API change in libav version 11. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#752142: libnfs4 should conflict libnfs1

2014-06-19 Thread Max Kellermann
Package: libnfs4 Version: 1.9.3-3 Upgrading from libnfs1 to libnfs4 broken on all of my machines, and could only be fixed by uninstalling libnfs1 manually: Preconfiguring packages ... Selecting previously unselected package libnfs4:amd64. (Reading database ... 306738 files and directories

Bug#750768: wcstod() crashes when _EndPtr==NULL

2014-06-06 Thread Max Kellermann
Package: mingw-w64-i686-dev Version: 3.1.0-1 In the function __mingw_wcstold(), the NULL check is missing. It will unconditionally write data to *_EndPtr. This is a NULL pointer dereference, crashing the process. Check http://msdn.microsoft.com/en-us/library/kxsfc1ab.aspx for official

Bug#739410: mpd: new version fails to update with apt-get update

2014-02-18 Thread Max Kellermann
On 2014/02/18 12:31, Sharon Kimble boudic...@talktalk.net wrote: Tried to update to version 0.18.8-1 today and it fails to install giving a dpkg error code of 1. It appears your /etc/default/mpd contains garbage that belongs in /etc/mpd.conf, but I don't see anything in the new package that

Bug#739410: mpd: new version fails to update with apt-get update

2014-02-18 Thread Max Kellermann
On 2014/02/18 13:06, Sharon Kimble boudic...@talktalk.net wrote: On Tue, 18 Feb 2014 12:40:23 +0100 Max Kellermann m...@duempel.org wrote: On 2014/02/18 12:31, Sharon Kimble boudic...@talktalk.net wrote: Tried to update to version 0.18.8-1 today and it fails to install giving a dpkg

Bug#738831: mpd: Mpd does not start: mpdsocket: Failed to bind to '[::]:6600': Address already in use

2014-02-13 Thread Max Kellermann
On 2014/02/13 11:16, Niccolo Rigacci nicc...@rigacci.org wrote: Mpd does not start properly when bind_to_address option is any and you have support for both ipv4 and ipv6. This bug seems related to #563125, but it is not a problem of the resolver, because if you specify the following in

Bug#738721: libwildmidi-dev build breakage

2014-02-12 Thread Max Kellermann
Package: libwildmidi-dev Version: 0.3.3-1 The file /usr/include/wildmidi_lib.h appears to be broken: /usr/include/wildmidi_lib.h:48:1: error: 'SYMBOL' does not name a type SYMBOL extern const char * WildMidi_GetString (unsigned short int info); Maybe SYMBOL is supposed to be a macro, but it

Bug#738620: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-02-11 Thread Max Kellermann
Package: consolekit Version: 0.4.6-3+b1 From my systemd jounral after a SSH session was closed: Feb 11 12:04:30 woodpecker console-kit-daemon[3277]: (process:32483): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed Feb 11 12:04:30 woodpecker

Bug#488225: [Buildd-tools-devel] Bug#488225: Please support CLONE_NEWNS

2014-01-29 Thread Max Kellermann
On 2008/06/29 15:37, Roger Leigh rle...@whinlatter.ukfsn.org wrote: Max Kellermann m...@duempel.org writes: With CLONE_NEWNS (a clone()/unshare() option), schroot could make all mounts local, so the main host does not see them. The kernel would automatically take care of all the cleanup

  1   2   3   4   5   >