Bug#811622: here's a patch
control: tags -1 +patch Here's a patch (attached). It is pretty massive, but all errors are of two kinds: C++11 considers letters after a string literal to be a suffix rather than a separate token, and implicit conversions from bool to pointer. -- An imaginary friend squared is a real enemy. >From b66c8027c3cb0636efd3ea26fa296b533f6606c6 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 21 Jul 2016 03:54:22 +0200 Subject: [PATCH] Fix FTBFS with gcc-6. All of many errors are of only two types: * letters after string literals, sometimes fatal: "foo"name"bar", sometimes merely a warning: "foo"PRIx64 -- I've fixed either * "return false;" in a function returning a pointer --- applications/applestreamingclient/src/playlist.cpp | 2 +- .../src/protocols/key/inboundkeyprotocol.cpp | 2 +- common/src/platform/android/androidplatform.cpp| 6 ++-- common/src/platform/dfreebsd/dfreebsdplatform.cpp | 6 ++-- common/src/platform/freebsd/freebsdplatform.cpp| 6 ++-- common/src/platform/linux/linuxplatform.cpp| 6 ++-- common/src/platform/openbsd/openbsdplatform.cpp| 6 ++-- common/src/platform/osx/osxplatform.cpp| 6 ++-- common/src/platform/solaris/solarisplatform.cpp| 6 ++-- common/src/utils/logging/fileloglocation.cpp | 4 +-- common/src/utils/logging/syslogloglocation.cpp | 2 +- common/src/utils/misc/file.cpp | 10 +++ common/src/utils/misc/mmapfile.cpp | 22 +++--- common/src/utils/misc/uri.cpp | 6 ++-- common/src/utils/misc/variant.cpp | 34 +++--- crtmpserver/src/crtmpserver.cpp| 2 +- thelib/include/mediaformats/mediaframe.h | 2 +- thelib/include/protocols/ts/tspacketpmt.h | 2 +- thelib/src/application/baseclientapplication.cpp | 4 +-- thelib/src/configuration/configfile.cpp| 2 +- thelib/src/mediaformats/basemediadocument.cpp | 10 +++ thelib/src/mediaformats/flv/flvdocument.cpp| 2 +- thelib/src/mediaformats/mp3/mp3document.cpp| 4 +-- thelib/src/mediaformats/mp4/baseatom.cpp | 6 ++-- thelib/src/mediaformats/mp4/boxatom.cpp| 2 +- thelib/src/mediaformats/mp4/mp4document.cpp| 14 - thelib/src/mediaformats/nsv/nsvdocument.cpp| 2 +- thelib/src/netio/epoll/iohandlermanager.cpp| 4 +-- thelib/src/netio/epoll/udpcarrier.cpp | 4 +-- thelib/src/netio/kqueue/iohandlermanager.cpp | 4 +-- thelib/src/netio/kqueue/udpcarrier.cpp | 4 +-- thelib/src/netio/select/iohandlermanager.cpp | 4 +-- thelib/src/netio/select/udpcarrier.cpp | 4 +-- thelib/src/protocols/http/httpauthhelper.cpp | 2 +- thelib/src/protocols/protocolfactorymanager.cpp| 4 +-- .../rawhttpstream/inboundrawhttpstreamprotocol.cpp | 2 +- thelib/src/protocols/rtmp/amf0serializer.cpp | 28 +- .../protocols/rtmp/basertmpappprotocolhandler.cpp | 8 ++--- thelib/src/protocols/rtmp/basertmpprotocol.cpp | 10 +++ thelib/src/protocols/rtmp/header_le_ba.cpp | 2 +- thelib/src/protocols/rtmp/inboundhttp4rtmp.cpp | 2 +- thelib/src/protocols/rtmp/monitorrtmpprotocol.cpp | 2 +- .../src/protocols/rtmp/rtmpprotocolserializer.cpp | 2 +- .../rtmp/streaming/baseoutnetrtmpstream.cpp| 2 +- .../src/protocols/rtmp/streaming/debugging.patch | 24 +++ .../rtmp/streaming/infilertmpnsvstream.cpp_| 12 .../protocols/rtmp/streaming/infilertmpstream.cpp | 22 +++--- .../protocols/rtmp/streaming/innetrtmpstream.cpp | 4 +-- .../rtmp/streaming/outnetrtmp4tsstream.cpp | 6 ++-- .../protocols/rtp/basertspappprotocolhandler.cpp | 2 +- .../rtp/connectivity/inboundconnectivity.cpp | 6 ++-- .../rtp/connectivity/outboundconnectivity.cpp | 8 ++--- thelib/src/protocols/rtp/nattraversalprotocol.cpp | 4 +-- thelib/src/protocols/rtp/rtspprotocol.cpp | 8 ++--- thelib/src/protocols/rtp/sdp.cpp | 4 +-- .../src/protocols/rtp/streaming/innetrtpstream.cpp | 24 +++ thelib/src/protocols/ssl/basesslprotocol.cpp | 4 +-- thelib/src/protocols/ts/innettsstream.cpp | 4 +-- thelib/src/protocols/ts/tspacketpat.cpp| 4 +-- thelib/src/protocols/ts/tspacketpmt.cpp| 4 +-- thelib/src/streaming/baseinfilestream.cpp | 10 +++ thelib/src/streaming/streamcapabilities.cpp| 16 +- thelib/src/streaming/streamsmanager.cpp| 2 +- 63 files changed, 216 insertions(+), 216 deletions(-) diff --git a/applications/applestreamingclient/src/playlist.cpp b/applications/applestreamingclient/src/playlist.cpp index b5feb64..6c119af 100644 --- a/applications/applestreamingclient/src/playlist.cpp +++ b/applications/applestreamingclient/src/playlist.cpp @@ -223,7 +223,7 @@ uint32_t Pl
Processed: here's a patch
Processing control commands: > tags -1 +patch Bug #811622 [crtmpserver] FTBFS with GCC 6: cannot convert x to y Added tag(s) patch. -- 811622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811622 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#831130: marked as done (qxgedit: FTBFS with GCC 6: cstdlib:75:25: fatal error: stdlib.h: No such file or directory)
Your message dated Wed, 20 Jul 2016 22:35:34 + with message-id and subject line Bug#831130: fixed in qxgedit 0.4.0-2 has caused the Debian Bug report #831130, regarding qxgedit: FTBFS with GCC 6: cstdlib:75:25: fatal error: stdlib.h: No such file or directory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 831130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831130 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: qxgedit Version: 0.4.0-1 Severity: serious Tags: stretch sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20160713 qa-ftbfs Justification: FTBFS with GCC 6 on amd64 Hi, During a rebuild of all packages in sid using the gcc-defaults package available in experimental to make GCC default to version 6, your package failed to build on amd64. For more information about GCC 6 and Stretch, see: - https://wiki.debian.org/GCC6 - https://lists.debian.org/debian-devel-announce/2016/06/msg7.html Relevant part (hopefully): > g++ -c -m64 -pipe -g -O2 -fPIE -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -std=gnu++0x > -Wall -W -D_REENTRANT -fPIC -DDATADIR="/usr/share" -DQT_NO_DEBUG > -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -isystem > /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/local/include -isystem > /usr/include -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem > /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem > /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I.ui > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o .obj/XGParam.o > XGParam.cpp > In file included from /usr/include/c++/6/bits/stl_algo.h:59:0, > from /usr/include/c++/6/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:88, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:38, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QHash:1, > from XGParam.h:27, > from XGParam.cpp:22: > /usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or > directory > #include_next > ^ > compilation terminated. > make[3]: *** [.obj/XGParam.o] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2016/07/13/qxgedit_0.4.0-1_unstable_gcc6.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. --- End Message --- --- Begin Message --- Source: qxgedit Source-Version: 0.4.0-2 We believe that the bug you reported is fixed in the latest version of qxgedit, 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 831...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jaromír Mikeš (supplier of updated qxgedit package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 20 Jul 2016 23:38:05 +0200 Source: qxgedit Binary: qxgedit Architecture: source amd64 Version: 0.4.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers Changed-By: Jaromír Mikeš Description: qxgedit- MIDI System Exclusive files editor Closes: 831130 Changes: qxgedit (0.4.0-2) unstable; urgency=medium . * Add patch to build with gcc6. (Closes: #831130) * Tune .gitignore file. Checksums-Sha1: 54300d6f92ded4e0fb39b2a75a59f2628e1cd982 2078 qxgedit_0.4.0-2.dsc aa5e4b1e310d996379f83db5be6b316008d0cfb2 2744 qxgedit_0.4.0-2.debian.tar.xz 9d6d5a9cabeff7a1fc10b7982efb4f7985d68c13 929478 qxgedit-dbgsym_0.4.0-2_amd64.deb 4ce47650432b86cf3d5d9466ee5582ef0b6de666 252998 qxgedit_0.4.0-2_amd64.deb Checksums-Sha256: 1a734adb6489e93f4ad180579a0c6733a02f11691b66552257aa3a668e2d45cd 2078 qxgedit_0.4.0-2.dsc 9
qxgedit_0.4.0-2_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 20 Jul 2016 23:38:05 +0200 Source: qxgedit Binary: qxgedit Architecture: source amd64 Version: 0.4.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers Changed-By: Jaromír Mikeš Description: qxgedit- MIDI System Exclusive files editor Closes: 831130 Changes: qxgedit (0.4.0-2) unstable; urgency=medium . * Add patch to build with gcc6. (Closes: #831130) * Tune .gitignore file. Checksums-Sha1: 54300d6f92ded4e0fb39b2a75a59f2628e1cd982 2078 qxgedit_0.4.0-2.dsc aa5e4b1e310d996379f83db5be6b316008d0cfb2 2744 qxgedit_0.4.0-2.debian.tar.xz 9d6d5a9cabeff7a1fc10b7982efb4f7985d68c13 929478 qxgedit-dbgsym_0.4.0-2_amd64.deb 4ce47650432b86cf3d5d9466ee5582ef0b6de666 252998 qxgedit_0.4.0-2_amd64.deb Checksums-Sha256: 1a734adb6489e93f4ad180579a0c6733a02f11691b66552257aa3a668e2d45cd 2078 qxgedit_0.4.0-2.dsc 9d8ea875b6d37a5c5e263add3c60dfbac95ddb1d68175c666e12612bcbc6eaa4 2744 qxgedit_0.4.0-2.debian.tar.xz d200a7080ea1469efa3e1d7f4ec2d5a296176ba4024d9742a85dd7b61968290c 929478 qxgedit-dbgsym_0.4.0-2_amd64.deb ae5d6ccf30a447e1f2993e7e53448cb2a3b2533e54b4af942e6faaffc742dbb0 252998 qxgedit_0.4.0-2_amd64.deb Files: ae6073e86dcb8536d558f9243424a625 2078 sound optional qxgedit_0.4.0-2.dsc 7d292285a1f1afe7febbd5084b980a8d 2744 sound optional qxgedit_0.4.0-2.debian.tar.xz 098d749921b3e8c60aaed5e0752da900 929478 debug extra qxgedit-dbgsym_0.4.0-2_amd64.deb ac4f50ae1c37393680926889df8b363a 252998 sound optional qxgedit_0.4.0-2_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJXj/kcAAoJEFsBlFXiuE+lNBkP/R7qTGYjq0ORUngaJfusN7pD dKmX1ZAUo+oksycxJXMUVtXbWTob74IYWIG566XDL4TwB4xtEXdyxMN/0t6P/5xp pxlkeekmBDzyp6lCMAh4kgldrVC7kfr2tv50Np5uY/MBULJ3CEP4C5QCZJPPrDJ9 7k+6m6DkE+a1Ny3A/S2bIm47O++qEe6pjXv54abqF6qNi6piyn60veABaJH6KoGv XXKqudHek/6hBAM7CSAYonvMf2NpapYwpJazgvJiDz5JCKrKBqzam2VRrXqWGX8x Lz63eLa6ht2CLogma25fBvNiwZk4nVTrgxfzQnaWHFSP86pHbyNZBbzm3Jq9uN5R 0P5uSXkI1JtR8bjPmtF7KsUSMlhLIT54qR17/VrddCZyico3cM4N5id2VDREHKgM dHserzYo2dk7m945FeXRIHND6ZNyJnejTTM/OV08wI4iR33AHLddgR4aTszg6l+i KVXY4Y18GLWWcRTlDIu8WcfJSs6dfYd/GZIVBFZFleBmbe0jHK13wuMGGGS+TMJK 0XrKn6I0CK84xntCTpUl7lCQtXMwqcwgmQTpJA5A2aDkxAuMl8kOVLQ9X4kvnvvD FLucq4bvLeBAI0vDi4VdP2+0UupKieR91DFLg2H0+c1IlVuTwsCemLA9p1rAtZWg U6Jyg/HWKGzZ4Mcx3vRk =X7zZ -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processed: Bug#831130 marked as pending
Processing commands for cont...@bugs.debian.org: > tag 831130 pending Bug #831130 [src:qxgedit] qxgedit: FTBFS with GCC 6: cstdlib:75:25: fatal error: stdlib.h: No such file or directory Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 831130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831130 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Top on Google
Hello, I hope you are well. I was doing some research on your industry and I landed on your website. The thing is, it was on Page 2 of Google! I had a look at some of the other businesses who are currently ranked on Page 1 and I truly believe you have a better website and a better brand. The stats show that only 4% of people go to page 2...In other words this no man's land. Long story short, I have created a Website Report which addresses all of the technical and web errors on your website that is stopping you from ranking on PAGE-1. I am happy to send you this website report. All I want is the chance to talk to you and discuss THE WEBSITE REPORT in greater detail and see if there is a good fit for us to work together. What do you think? Looking forward to chatting Regards, Mellisa Senior SEO Advisor ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#831141: marked as done (qmidinet: FTBFS with GCC 6: cstdlib:75:25: fatal error: stdlib.h: No such file or directory)
Your message dated Wed, 20 Jul 2016 21:53:09 + with message-id and subject line Bug#831141: fixed in qmidinet 0.4.0-2 has caused the Debian Bug report #831141, regarding qmidinet: FTBFS with GCC 6: cstdlib:75:25: fatal error: stdlib.h: No such file or directory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 831141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831141 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: qmidinet Version: 0.4.0-1 Severity: serious Tags: stretch sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20160713 qa-ftbfs Justification: FTBFS with GCC 6 on amd64 Hi, During a rebuild of all packages in sid using the gcc-defaults package available in experimental to make GCC default to version 6, your package failed to build on amd64. For more information about GCC 6 and Stretch, see: - https://wiki.debian.org/GCC6 - https://lists.debian.org/debian-devel-announce/2016/06/msg7.html Relevant part (hopefully): > g++ -c -m64 -pipe -g -O2 -fPIE -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -std=gnu++0x -Wall > -W -D_REENTRANT -fPIC -DDATADIR="/usr/share" -DQT_WIDGETS_LIB -DQT_GUI_LIB > -DQT_CORE_LIB -I. -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem > /usr/local/include -isystem /usr/include -isystem > /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem > /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem > /usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I.ui > -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o .obj/qmidinet.o > qmidinet.cpp > In file included from /usr/include/c++/6/bits/stl_algo.h:59:0, > from /usr/include/c++/6/algorithm:62, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:88, > from > /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37, > from > /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40, > from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1, > from qmidinetUdpDevice.h:34, > from qmidinet.h:25, > from qmidinet.cpp:22: > /usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or > directory > #include_next > ^ > compilation terminated. > make[3]: *** [.obj/qmidinet.o] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2016/07/13/qmidinet_0.4.0-1_unstable_gcc6.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. --- End Message --- --- Begin Message --- Source: qmidinet Source-Version: 0.4.0-2 We believe that the bug you reported is fixed in the latest version of qmidinet, 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 831...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jaromír Mikeš (supplier of updated qmidinet package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 20 Jul 2016 22:44:32 +0200 Source: qmidinet Binary: qmidinet qmidinet-dbg Architecture: source amd64 Version: 0.4.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers Changed-By: Jaromír Mikeš Description: qmidinet - MIDI Network Gateway via UDP/IP Multicast qmidinet-dbg - Debugging symbols for QmidiNet Closes: 831141 Changes: qmidinet (0.4.0-2) unstable; urgency=medium . * Add patch to build with gcc6. (Closes: #831141) Checksums-Sha1: 65cea792b7841b3e7283b893a9ba10e51e3df08d 2127 qmidinet_0.4.0-2.dsc 88505e57672a7f2ad74ca8c13bebaaf8e20d61fb 3652 qmidinet_0.4.0-2.debian.tar.xz 2da5b58e176d5c7acb99fa549952a269348c4597 955310 qmidinet-dbg_0.4.0-2_amd64.deb 36935feea454acce27a6ab544e38333e7aeb68d4 43698 qmidinet_0.4.0-2_amd64.deb
qmidinet_0.4.0-2_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 20 Jul 2016 22:44:32 +0200 Source: qmidinet Binary: qmidinet qmidinet-dbg Architecture: source amd64 Version: 0.4.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers Changed-By: Jaromír Mikeš Description: qmidinet - MIDI Network Gateway via UDP/IP Multicast qmidinet-dbg - Debugging symbols for QmidiNet Closes: 831141 Changes: qmidinet (0.4.0-2) unstable; urgency=medium . * Add patch to build with gcc6. (Closes: #831141) Checksums-Sha1: 65cea792b7841b3e7283b893a9ba10e51e3df08d 2127 qmidinet_0.4.0-2.dsc 88505e57672a7f2ad74ca8c13bebaaf8e20d61fb 3652 qmidinet_0.4.0-2.debian.tar.xz 2da5b58e176d5c7acb99fa549952a269348c4597 955310 qmidinet-dbg_0.4.0-2_amd64.deb 36935feea454acce27a6ab544e38333e7aeb68d4 43698 qmidinet_0.4.0-2_amd64.deb Checksums-Sha256: 934dec33ead90d0ab6b90631aba930b8f4636cc0bcdea09b4536b666462b1baa 2127 qmidinet_0.4.0-2.dsc 4dfb1ceacaac4c3a740b350ccd3f4046b4690e858d9b1b0cc6522ca22150a514 3652 qmidinet_0.4.0-2.debian.tar.xz 59a14a9f756ac1cccf809db45340960beabc321396abefb0bd233e54ffa9f1c8 955310 qmidinet-dbg_0.4.0-2_amd64.deb 56bb620df2da649c05250c1334326170a27ac596f12b8589af1060fa7ea1874f 43698 qmidinet_0.4.0-2_amd64.deb Files: 5e2b789187cc20a061797b2477c88a88 2127 sound optional qmidinet_0.4.0-2.dsc 9740a98bfb8468fb17df0eddd9ec66de 3652 sound optional qmidinet_0.4.0-2.debian.tar.xz 553647e209666debd3ce2a00d0ea9d27 955310 debug extra qmidinet-dbg_0.4.0-2_amd64.deb 4198c8fdf5b6460485f50ee5538ce50c 43698 sound optional qmidinet_0.4.0-2_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJXj+brAAoJEFsBlFXiuE+lZAcQAK7N1jQk0aQb7fEAvRaKdxK9 97I3ogcVprD0Ibi2ReASOCg9a+B01Hop+eWRTj9l64dg7CAfME1tUefKwr8//xkH jwEvXqDIW01EAQIlCr9Tsq5N84+yA2BVbBH1Eatx95NiHge63rUqplIv1Zk7+QBE fqIBEckdTKosbDT/4tA0+/upv7gLBN4i2QOmJPcvCZMs8V2hbus5oErAf4pmMsx8 VmxHMLT5FdE30+CwC3aq9jv8d2WCwg1lYlGW8EENf5XHxu3e3t9FDHfGeU+hlZgC Hpp5UqVwO5Lu8HJ1qNLX21UXH6Pn5U9d6foHRVG2taIuIFilpt5jL14aavb2n+cc FbbnCB+ZO6gfkloC2D6BkbVz2hn8bzG/HGS+BjZktvmkxY1RYbyHDqE0Q77bI45Z pLHZO3by7hUeuV8rroYT4AqsX0gSpENt1kLYhgAHkNUsJkCJPRrm+hcEan4oYROi mnV8ZKQikGNgcbWCDTUIsoYRhnIr0fcp+45lI6ZcG7HE5Bcz25//NO59RvgkrhyH kgS0UDDd3P8RTfqj6bGOIHhboVEKSU6zHFP+e0R/x/MHyX/Y2fro+JluzEn9jkJX rvOWTdXoDsgTkO6ta/CxbbcjFD+NgoM8fR43qqkaE8aABXWqdLExFjf1JAtklNiN 4UJ/XW+HlBtlF/ohiN6j =uSo1 -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processed: Bug#831141 marked as pending
Processing commands for cont...@bugs.debian.org: > tag 831141 pending Bug #831141 [src:qmidinet] qmidinet: FTBFS with GCC 6: cstdlib:75:25: fatal error: stdlib.h: No such file or directory Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 831141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831141 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processing of qmidinet_0.4.0-2_amd64.changes
qmidinet_0.4.0-2_amd64.changes uploaded successfully to localhost along with the files: qmidinet_0.4.0-2.dsc qmidinet_0.4.0-2.debian.tar.xz qmidinet-dbg_0.4.0-2_amd64.deb qmidinet_0.4.0-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#831909: gstreamer coredumps when playing wavs since the libavcodec upgrade
Package: libavcodec57 Version: 7:3.1.1-2 Severity: grave I ran Debian testing on my desktop. Since about a day ago, pidgin started crashing unexpectedly. After a little bit of debugging, I found that it reproducibly crashes when trying to play sounds. Going a step further, I made the test case as simple as: $ gst-launch-1.0 filesrc location=/usr/share/sounds/purple/alert.wav ! wavparse ! audioconvert ! fakesink Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Aborted (core dumped) My dpkg.log has a bunch of ffmpeg-related package upgrades, including libavcodec57, being installed on 2016-07-18, approximately when those crashes started. Because of this and the backtrace below, I'm filing this against libavcodec57 -- feel free to reassign if that's wrong. The backtrace seems to be: PID: 4121 (gst-launch-1.0) UID: 1000 (paravoid) GID: 1000 (paravoid) Signal: 6 (ABRT) Timestamp: Τετ 2016-07-20 21:55:59 EEST (5min ago) Command Line: gst-launch-1.0 filesrc location=/usr/share/sounds/purple/alert.wav ! wavparse ! audioconvert ! fakesink Executable: /usr/bin/gst-launch-1.0 Control Group: / Slice: -.slice Boot ID: fc3d59275e1042c491633f9a920c10e5 Machine ID: ddb673bb6861472487a0edbc40f6f1fc Hostname: donald Coredump: /var/lib/systemd/coredump/core.gst-launch-1\x2e0.1000.fc3d59275e1042c491633f9a920c10e5.4121.1469040959.xz Message: Process 4121 (gst-launch-1.0) of user 1000 dumped core. Stack trace of thread 4122: #0 0x7fa47ae7f1c8 raise (libc.so.6) #1 0x7fa47ae8064a abort (libc.so.6) #2 0x7fa4719b8f5b n/a (libavcodec.so.57) #3 0x7fa4719b9026 avcodec_alloc_context3 (libavcodec.so.57) #4 0x7fa473360540 n/a (libgstlibav.so) #5 0x7fa473356e53 n/a (libgstlibav.so) #6 0x7fa47b74b22d g_type_class_ref (libgobject-2.0.so.0) #7 0x7fa47b9c8da4 gst_element_register (libgstreamer-1.0.so.0) #8 0x7fa4733575b3 n/a (libgstlibav.so) #9 0x7fa473349e20 n/a (libgstlibav.so) #10 0x7fa47b9ea537 n/a (libgstreamer-1.0.so.0) #11 0x7fa47b9ec425 n/a (libgstreamer-1.0.so.0) #12 0x7fa47b9ed12c gst_plugin_load_by_name (libgstreamer-1.0.so.0) #13 0x7fa47b9eda8d gst_plugin_feature_load (libgstreamer-1.0.so.0) #14 0x7fa47ba137e3 gst_type_find_factory_call_function (libgstreamer-1.0.so.0) #15 0x7fa479c48421 gst_type_find_helper_for_data (libgstbase-1.0.so.0) #16 0x7fa479c485a4 gst_type_find_helper_for_buffer (libgstbase-1.0.so.0) #17 0x7fa4799f446a n/a (libgstwavparse.so) #18 0x7fa4799f4b47 n/a (libgstwavparse.so) #19 0x7fa4799fabb1 n/a (libgstwavparse.so) #20 0x7fa47ba0ee71 n/a (libgstreamer-1.0.so.0) #21 0x7fa47b47b55e n/a (libglib-2.0.so.0) #22 0x7fa47b47abc5 n/a (libglib-2.0.so.0) #23 0x7fa47b1f4464 start_thread (libpthread.so.0) #24 0x7fa47af3330d __clone (libc.so.6) Stack trace of thread 4121: #0 0x7fa47af2a19d poll (libc.so.6) #1 0x7fa47b45439c n/a (libglib-2.0.so.0) #2 0x7fa47b454722 g_main_loop_run (libglib-2.0.so.0) #3 0x7fa47b9af8e9 gst_bus_poll (libgstreamer-1.0.so.0) #4 0x004046f8 n/a (gst-launch-1.0) #5 0x004036e9 n/a (gst-launch-1.0) #6 0x7fa47ae6c730 __libc_start_main (libc.so.6) #7 0x00403d19 n/a (gst-launch-1.0) Stack trace of thread 4123: #0 0x7fa47af2a19d poll (libc.so.6) #1 0x7fa47b45439c n/a (libglib-2.0.so.0) #2 0x7fa47b4544ac g_main_context_iteration (libglib-2.0.so.0) #3 0x7fa47b4544e9 n/a (libglib-2.0.so.0) #4 0x7fa47b47abc5 n/a (libglib-2.0.so.0) #5 0x7fa47b1f4464 start_thread (libpthread.so.0) #6 0x7fa47af3330d __clone (libc.so.6) Finally, note that running "mpv /usr/share/sounds/purple/receive.wav" seems to work without crashing (and produces sound), however, there is a big yellow warning at the top that reads: "Warning: mpv was compiled against a different version of ffmpeg than the shared library it is linked against. This is most likely a broken build and misbehavior and crashes are to be expected." Thanks, Faidon -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental')
Wahoo Filets
[ ]( http://r.newsletter.bonescamail.nl/2v0cevrzhaoatrd.html ) We can offer FOT Urk - The Netherlands for prompt loading Product: Wahoo / Thazard Noir / Peto Filets Skin On Scientific: Acanthocybium solanderi Size: 3 -5 lbs / 1,8 - 2,5 kg per piece Expiry: 15-06-2017 Origin: Indonesia Available: 120 x 25 kilo Price 1 box € 4,95 Price 10 box € 4,50 Palet 30 box € 4,25 Complete stock 120 box € 3,99 per kilo!! [ ]( http://r.newsletter.bonescamail.nl/2v0cevs2n2oatrd.html ) [ For more offers click here ]( http://r.newsletter.bonescamail.nl/2v0cevs126oatrd.html ) [ ]( http://r.newsletter.bonescamail.nl/2v0cevs1umoatrd.html ) © 2016 Bonesca Import en Export BV This email was sent to pkg-multimedia-maintainers@lists.alioth.debian.org You received this email because you are registered with Bonesca Import en Export BV [ Unsubscribe here ]( http://r.newsletter.bonescamail.nl/pr33pxzyoatrg.html ) Sent by [ ]( http://r.newsletter.bonescamail.nl/2v0cevs09qoatrd.html ) ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#747639: marked as done (jaaa: Typo in package description: "hels")
Your message dated Wed, 20 Jul 2016 10:33:39 + with message-id and subject line Bug#747639: fixed in jaaa 0.8.4-2 has caused the Debian Bug report #747639, regarding jaaa: Typo in package description: "hels" 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.) -- 747639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747639 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: jaaa Version: 0.8.4-1 Severity: minor User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic Dear Maintainer, The package description contains a small typo: There can be up to two markers which hels accurately read off values in the display. Should be: There can be up to two markers which helps accurately read off values in the display. Thanks, Pascal --- End Message --- --- Begin Message --- Source: jaaa Source-Version: 0.8.4-2 We believe that the bug you reported is fixed in the latest version of jaaa, 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 747...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jaromír Mikeš (supplier of updated jaaa package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 20 Jul 2016 12:08:13 +0200 Source: jaaa Binary: jaaa Architecture: source amd64 Version: 0.8.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers Changed-By: Jaromír Mikeš Description: jaaa - audio signal generator and spectrum analyser Closes: 747639 Changes: jaaa (0.8.4-2) unstable; urgency=medium . * Fix description. (Closes: #747639) * Bump Standards. * Fix VCS fields. * Remove menu file. * Fix hardening. Checksums-Sha1: 70aaaea855224d13576e626deab9da37b43df5a6 2095 jaaa_0.8.4-2.dsc 5f0035b6ed8449097b7c70cab8854e1c70e2918e 9424 jaaa_0.8.4-2.debian.tar.xz 0723cc9a9c26f094daf0f2ebddffad8cbb520f85 99714 jaaa-dbgsym_0.8.4-2_amd64.deb 9b6389d5fd6354dabcfcd73388a6a77fbd363384 38646 jaaa_0.8.4-2_amd64.deb Checksums-Sha256: bb1d03ab33a59847a415c84a554c94f98ad1a95ee2e4becaa51123a543e52a7b 2095 jaaa_0.8.4-2.dsc ab112ce802927f93a727517f986fe0a12cbeaf226b9af5fc71a2c46f3048cd67 9424 jaaa_0.8.4-2.debian.tar.xz 59c576fd699ee885034e26773d6c3c8aca581a343340dafd1b0ba688314bb1c2 99714 jaaa-dbgsym_0.8.4-2_amd64.deb 1a0ced0d15ab3ebebfa9e21e2fcee1a5fd28ba02f15f5889284e27134f0d62c7 38646 jaaa_0.8.4-2_amd64.deb Files: f4ab2094ed934903e59bd8cea1a26d6b 2095 sound optional jaaa_0.8.4-2.dsc ca1af4fa958270fa13599f032f46df06 9424 sound optional jaaa_0.8.4-2.debian.tar.xz 8b5d1770dd8a135d7af96e0b107a636c 99714 debug extra jaaa-dbgsym_0.8.4-2_amd64.deb c4a91811c54ed4acbfbb377597ef393f 38646 sound optional jaaa_0.8.4-2_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJXj1EkAAoJEFsBlFXiuE+lkiMP/2daIMjWbZmdvqil0ZJrJl2t Xjv4Pm7NvR0uaSjr3zRd6Fa2YOxQCM2MgNfHgWMZazQWQBE24vgfK9+Ts/t4FL/1 rO9uhpWGqBGr+UpbtxeU6K+YzmHRsCCJxeZrW7zrL6SW7E9ZrkWR1Ejz2hEWUj0B 2I/zVzdm7mytA2oyXsImZpEsrZHlJAeuRERoIHBx6nYi2Lta2FW1giMzS6DVL+BW 4IsZadj2ro99P6VWcMGCzzwq7hxaxon36b8sM9KguvKM3j/SFjom5/IIVHKhJVgj OKivBsGO2qT50SbYcWGnJFJvcjuqWQgtQ45by1mW3HUeYf1mHi702lklXyeBmLfy y8+GW/EBZIDoCBGLbs/tnBWxb6AaKOZRTtfWCujbC6Hcpxyh/7ccJgF26NDD4aOH TYyioONzyelRpBvnSZHSsYhziije3MLRP4LUhxCqpwFzeBPnc1cGiLOjx+f5ZvsB ZZ2GOTxYPrQyFB67UWmHPMgxpwcmoL2ZuvwjAkrX2M3DGytwZNJ2+ib84eQCezl/ wv9ydq8RJHgsphr5O+HXXLJHbeQfvQmt0nlom9w8h90E65uC+IqovMcVmyTYiHUM 9tI7/73OTcR9Lr5OvvvAelYjH5KunCyoCTAC5InnNFRVE7NKNS1WZ98xaVmXSg6R uNB4VwK7xHyPeUsmnCAF =MaHP -END PGP SIGNATURE End Message --- ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
jaaa_0.8.4-2_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 20 Jul 2016 12:08:13 +0200 Source: jaaa Binary: jaaa Architecture: source amd64 Version: 0.8.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers Changed-By: Jaromír Mikeš Description: jaaa - audio signal generator and spectrum analyser Closes: 747639 Changes: jaaa (0.8.4-2) unstable; urgency=medium . * Fix description. (Closes: #747639) * Bump Standards. * Fix VCS fields. * Remove menu file. * Fix hardening. Checksums-Sha1: 70aaaea855224d13576e626deab9da37b43df5a6 2095 jaaa_0.8.4-2.dsc 5f0035b6ed8449097b7c70cab8854e1c70e2918e 9424 jaaa_0.8.4-2.debian.tar.xz 0723cc9a9c26f094daf0f2ebddffad8cbb520f85 99714 jaaa-dbgsym_0.8.4-2_amd64.deb 9b6389d5fd6354dabcfcd73388a6a77fbd363384 38646 jaaa_0.8.4-2_amd64.deb Checksums-Sha256: bb1d03ab33a59847a415c84a554c94f98ad1a95ee2e4becaa51123a543e52a7b 2095 jaaa_0.8.4-2.dsc ab112ce802927f93a727517f986fe0a12cbeaf226b9af5fc71a2c46f3048cd67 9424 jaaa_0.8.4-2.debian.tar.xz 59c576fd699ee885034e26773d6c3c8aca581a343340dafd1b0ba688314bb1c2 99714 jaaa-dbgsym_0.8.4-2_amd64.deb 1a0ced0d15ab3ebebfa9e21e2fcee1a5fd28ba02f15f5889284e27134f0d62c7 38646 jaaa_0.8.4-2_amd64.deb Files: f4ab2094ed934903e59bd8cea1a26d6b 2095 sound optional jaaa_0.8.4-2.dsc ca1af4fa958270fa13599f032f46df06 9424 sound optional jaaa_0.8.4-2.debian.tar.xz 8b5d1770dd8a135d7af96e0b107a636c 99714 debug extra jaaa-dbgsym_0.8.4-2_amd64.deb c4a91811c54ed4acbfbb377597ef393f 38646 sound optional jaaa_0.8.4-2_amd64.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJXj1EkAAoJEFsBlFXiuE+lkiMP/2daIMjWbZmdvqil0ZJrJl2t Xjv4Pm7NvR0uaSjr3zRd6Fa2YOxQCM2MgNfHgWMZazQWQBE24vgfK9+Ts/t4FL/1 rO9uhpWGqBGr+UpbtxeU6K+YzmHRsCCJxeZrW7zrL6SW7E9ZrkWR1Ejz2hEWUj0B 2I/zVzdm7mytA2oyXsImZpEsrZHlJAeuRERoIHBx6nYi2Lta2FW1giMzS6DVL+BW 4IsZadj2ro99P6VWcMGCzzwq7hxaxon36b8sM9KguvKM3j/SFjom5/IIVHKhJVgj OKivBsGO2qT50SbYcWGnJFJvcjuqWQgtQ45by1mW3HUeYf1mHi702lklXyeBmLfy y8+GW/EBZIDoCBGLbs/tnBWxb6AaKOZRTtfWCujbC6Hcpxyh/7ccJgF26NDD4aOH TYyioONzyelRpBvnSZHSsYhziije3MLRP4LUhxCqpwFzeBPnc1cGiLOjx+f5ZvsB ZZ2GOTxYPrQyFB67UWmHPMgxpwcmoL2ZuvwjAkrX2M3DGytwZNJ2+ib84eQCezl/ wv9ydq8RJHgsphr5O+HXXLJHbeQfvQmt0nlom9w8h90E65uC+IqovMcVmyTYiHUM 9tI7/73OTcR9Lr5OvvvAelYjH5KunCyoCTAC5InnNFRVE7NKNS1WZ98xaVmXSg6R uNB4VwK7xHyPeUsmnCAF =MaHP -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processed: Bug#747639 marked as pending
Processing commands for cont...@bugs.debian.org: > tag 747639 pending Bug #747639 [jaaa] jaaa: Typo in package description: "hels" Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 747639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747639 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Processing of jaaa_0.8.4-2_amd64.changes
jaaa_0.8.4-2_amd64.changes uploaded successfully to localhost along with the files: jaaa_0.8.4-2.dsc jaaa_0.8.4-2.debian.tar.xz jaaa-dbgsym_0.8.4-2_amd64.deb jaaa_0.8.4-2_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
Bug#831845: marked as done (musescore: Musescore requires qtbase-abi-5-5-1 but not exist)
Your message dated Wed, 20 Jul 2016 10:29:18 +0200 with message-id <20160720082918.ga10...@ramacher.at> and subject line Re: Bug#831845: musescore: Musescore requires qtbase-abi-5-5-1 but not exist has caused the Debian Bug report #831845, regarding musescore: Musescore requires qtbase-abi-5-5-1 but not exist 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.) -- 831845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831845 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: musescore Version: 2.0.2+dfsg-2 Severity: normal Dear Maintainer, Musescore requires qtbase-abi-5-5-1, but there is no candidates. qtbase-5-5-1 is a virtual package and it contains libqt5core5a. I have already installed libqt5core5a. Please provide a virtual package qtbase-abi-5-5-1 or replace dependancy of qtbase-abi-5-5-1 by libqt5core5a. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (101, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages musescore depends on: ii desktop-file-utils 0.23-1 ii libasound2 1.1.1-2 ii libc62.23-1 ii libfreetype6 2.6.3-3+b1 ii libgcc1 1:6.1.1-9 ii libogg0 1.3.2-1 ii libportaudio219+svn20140130-1 ii libpulse08.0-2+b2 ii libqt5concurrent55.6.1+dfsg-3 ii libqt5core5a 5.6.1+dfsg-3 ii libqt5designer5 5.6.1-2 ii libqt5gui5 5.6.1+dfsg-3 ii libqt5help5 5.6.1-2 ii libqt5network5 5.6.1+dfsg-3 ii libqt5printsupport5 5.6.1+dfsg-3 ii libqt5qml5 5.6.1-4 ii libqt5quick5 5.6.1-4 ii libqt5quickwidgets5 5.6.1-4 ii libqt5sql5 5.6.1+dfsg-3 ii libqt5sql5-sqlite5.6.1+dfsg-3 ii libqt5svg5 5.6.1-2 ii libqt5test5 5.6.1+dfsg-3 ii libqt5webkit55.6.1+dfsg-4 ii libqt5widgets5 5.6.1+dfsg-3 ii libqt5xml5 5.6.1+dfsg-3 ii libqt5xmlpatterns5 5.6.1-2 ii libsndfile1 1.0.25-10 ii libstdc++6 6.1.1-9 ii libvorbis0a 1.3.5-3 ii libvorbisfile3 1.3.5-3 ii musescore-common 2.0.2+dfsg-2 ii qml-module-qtquick-controls 5.6.1-2 ii qml-module-qtquick-layouts 5.6.1-2 ii qml-module-qtquick2 5.6.1-4 pn qtbase-abi-5-5-1 ii shared-mime-info 1.6-1 ii xdg-utils1.1.1-1 ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages musescore recommends: ii pulseaudio-utils 8.0-2+b2 Versions of packages musescore suggests: pn fluid-soundfont-gm ii timgm6mb-soundfont 1.3-2 -- no debconf information --- End Message --- --- Begin Message --- Version: 2.0.3+dfsg1-1 On 2016-07-20 14:34:47, Tomoo Nomura wrote: > Package: musescore > Version: 2.0.2+dfsg-2 > Severity: normal > > Dear Maintainer, > > Musescore requires qtbase-abi-5-5-1, but there is no candidates. > qtbase-5-5-1 is a virtual package and it contains libqt5core5a. I have > already installed libqt5core5a. > Please provide a virtual package qtbase-abi-5-5-1 or replace dependancy of > qtbase-abi-5-5-1 by libqt5core5a. musescore required a rebuild to update the dependency from qtbase-abi-5-5-1 to qtbase-abi-5-6-1. This has happened in 2.0.3+dfsg1-1, closing with that version. Regards -- Sebastian Ramacher signature.asc Description: PGP signature --- End Message --- ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers