[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#791884: marked as done (libkcddb: FTBFS against libmusicbrainz5 from experimental)



Your message dated Fri, 10 Jul 2015 10:35:08 +0000
with message-id <E1ZDVe8-0000jn-0O@franck.debian.org>
and subject line Bug#791884: fixed in libkcddb 4:15.04.1-1
has caused the Debian Bug report #791884,
regarding libkcddb: FTBFS against libmusicbrainz5 from 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 owner@bugs.debian.org
immediately.)


-- 
791884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791884
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libkcddb
Version: 4.14.2-1
Severity: important
Tags: patch sid stretch

libkcddb fails to build against libmusicbrainz5 from experimental which split
the C and C++ interface into different shared libraries. Since libkcddb uses the
C++ interface it needs to link against libmusicbrainz5cc now.

The attached patch fixes this issue.

Cheers
-- 
Sebastian Ramacher
diff -Nru libkcddb-4.14.2/debian/changelog libkcddb-4.14.2/debian/changelog
--- libkcddb-4.14.2/debian/changelog	2014-10-20 17:13:14.000000000 +0200
+++ libkcddb-4.14.2/debian/changelog	2015-07-09 11:10:05.000000000 +0200
@@ -1,3 +1,10 @@
+libkcddb (4:4.14.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Look for libmusicbrainz5cc instead of libmusicbrainz5.
+
+ -- Sebastian Ramacher <sramacher@debian.org>  Thu, 09 Jul 2015 11:08:06 +0200
+
 libkcddb (4:4.14.2-1) unstable; urgency=medium
 
   * New upstream release (4.14.2).
diff -Nru libkcddb-4.14.2/debian/control libkcddb-4.14.2/debian/control
--- libkcddb-4.14.2/debian/control	2014-10-20 17:13:14.000000000 +0200
+++ libkcddb-4.14.2/debian/control	2015-07-09 11:08:55.000000000 +0200
@@ -9,7 +9,7 @@
                debhelper (>= 9),
                kde-sc-dev-latest (>= 4:4.12),
                kdelibs5-dev (>= 4:4.11),
-               libmusicbrainz5-dev,
+               libmusicbrainz5-dev (>= 5.1.0+git20150707),
                pkg-kde-tools (>= 0.12)
 Standards-Version: 3.9.5
 XS-Testsuite: autopkgtest
diff -Nru libkcddb-4.14.2/debian/patches/libmusicbrainz5cc.patch libkcddb-4.14.2/debian/patches/libmusicbrainz5cc.patch
--- libkcddb-4.14.2/debian/patches/libmusicbrainz5cc.patch	1970-01-01 01:00:00.000000000 +0100
+++ libkcddb-4.14.2/debian/patches/libmusicbrainz5cc.patch	2015-07-09 11:09:22.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Look for libmusicbrainz5cc instead of libmusicbrainz5.
+Author: Sebastian Ramacher <sramacher@debian.org>
+Last-Update: 2015-07-09
+
+--- libkcddb-4.14.2.orig/cmake/FindMusicBrainz5.cmake
++++ libkcddb-4.14.2/cmake/FindMusicBrainz5.cmake
+@@ -16,7 +16,7 @@ endif(MUSICBRAINZ5_INCLUDE_DIR AND MUSIC
+ 
+ FIND_PATH(MUSICBRAINZ5_INCLUDE_DIR musicbrainz5/Disc.h)
+ 
+-FIND_LIBRARY( MUSICBRAINZ5_LIBRARIES NAMES musicbrainz5)
++FIND_LIBRARY( MUSICBRAINZ5_LIBRARIES NAMES musicbrainz5cc)
+ 
+ include(FindPackageHandleStandardArgs)
+ find_package_handle_standard_args( MusicBrainz5 DEFAULT_MSG
diff -Nru libkcddb-4.14.2/debian/patches/series libkcddb-4.14.2/debian/patches/series
--- libkcddb-4.14.2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ libkcddb-4.14.2/debian/patches/series	2015-07-09 11:09:03.000000000 +0200
@@ -0,0 +1 @@
+libmusicbrainz5cc.patch

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: libkcddb
Source-Version: 4:15.04.1-1

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

Debian distribution maintenance software
pp.
Maximiliano Curia <maxy@debian.org> (supplier of updated libkcddb 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 10 Jul 2015 11:57:03 +0200
Source: libkcddb
Binary: libkcddb4 libkcddb-dev kde-config-cddb libkcddb-dbg
Architecture: source amd64
Version: 4:15.04.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Maximiliano Curia <maxy@debian.org>
Description:
 kde-config-cddb - CDDB retrieval configuration
 libkcddb-dbg - debugging symbols for libkcddb
 libkcddb-dev - CDDB library for KDE Platform (development)
 libkcddb4  - CDDB library for KDE Platform (runtime)
Closes: 791884
Changes:
 libkcddb (4:15.04.1-1) unstable; urgency=medium
 .
   * New upstream release (15.04.0).
   * New upstream release (15.04.1).
   * Update symbols files from buildds logs (4:14.12.2-1).
   * New patch: libmusicbrainz5cc.patch (Closes: #791884)
   * Bump build depends of libmusicbrainz5-dev to 5.1.0+git20150707~
Checksums-Sha1:
 d224da8d8f73de228e1384652cd328f8a8ed8983 2302 libkcddb_15.04.1-1.dsc
 a552cade3c2444ee40729dfd50495e8f93abeb01 158712 libkcddb_15.04.1.orig.tar.xz
 1b82e8ace66d5cb379f518542cfb7d9a56a76ccb 7504 libkcddb_15.04.1-1.debian.tar.xz
 6881305f0e76dfc4700e8f5c11310339551496f1 132692 kde-config-cddb_15.04.1-1_amd64.deb
 db63426aa26fba751603558392e2f3243aca3ebe 2132656 libkcddb-dbg_15.04.1-1_amd64.deb
 554ef409e886e0900d317ffdab1b1f090922e78f 11004 libkcddb-dev_15.04.1-1_amd64.deb
 6933e05ffe4bf38ff417d05d7b4f687f1f9356c9 131852 libkcddb4_15.04.1-1_amd64.deb
Checksums-Sha256:
 ab61344a8d67e3414bf36ea97602d008ea98ab9b98e0272c9a419185b9c09441 2302 libkcddb_15.04.1-1.dsc
 851c2ae3a4dd7d2fb7910f6cd95018160fefd9a5e19471d5f35c460b00fee8ba 158712 libkcddb_15.04.1.orig.tar.xz
 443902794ae108f85b1d98135eb7ac98ed136d6c36dc45f3243a2fea9b2464d9 7504 libkcddb_15.04.1-1.debian.tar.xz
 071065024208edc666b41817f2b14024f5015e90bc5481d643be63bf6dcdd410 132692 kde-config-cddb_15.04.1-1_amd64.deb
 2068ae55a645a0ae25b1b8ecbe88f8b3dc7abb5ab8f73cdae02550140a4dec50 2132656 libkcddb-dbg_15.04.1-1_amd64.deb
 064cd77334888f6e5894953dbc2338e2be69b8e83556fd30537e86b07334970d 11004 libkcddb-dev_15.04.1-1_amd64.deb
 c0fa02c9740300a2453d0f401f05223f80089f7b84ba48115d5d2bea61a82ef8 131852 libkcddb4_15.04.1-1_amd64.deb
Files:
 c4ed4fd40ee22c6305ec6a3dd00d2380 2302 kde optional libkcddb_15.04.1-1.dsc
 09ee7695764b2210a329f1b82e786a28 158712 kde optional libkcddb_15.04.1.orig.tar.xz
 3994662490c76560b17cb210c9b0a881 7504 kde optional libkcddb_15.04.1-1.debian.tar.xz
 a1ce2fa1139bee75d51185ae34f84bbf 132692 kde optional kde-config-cddb_15.04.1-1_amd64.deb
 8a25ed5f6d41e1aa01df6671043c4404 2132656 debug extra libkcddb-dbg_15.04.1-1_amd64.deb
 92f13eeeb125e577eb8c01b5d6b6d634 11004 libdevel optional libkcddb-dev_15.04.1-1_amd64.deb
 759bced6c797d6468e510b48daf35fa8 131852 libs optional libkcddb4_15.04.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVn5yxAAoJEMcZdpmymyMqx4AP/0YuSp7L2siERqv6LZxGX2VM
PcHupv45tmi4GFLhOwUuR2I8W/t0QkNsGUyZUpyH5xo7dXOZ9vhpP0MqhBMZvrN5
/CshlqQz4rh1s0qzIvwFXTAjtL5/EZ4Mu2mquESDzU+9Jv1miywKCfgU4xAx7TH9
AKckJt57uC1zD9RBmVR5UCU1aLnfe894Tbq2UCnrh5HHRvPapI7Hg5nppvCNokiL
kWOCUuyr0IKjsGPb8JcPIMvjSDBbiNME7uEQALyahcQ1+Sft+dbbroMSUBg4Ngmj
Uu9aaVqijshu2/HAFA0XFFYY4gySX37mg/S69SLB0eTffxxGDOeN40LOs6sJW2xy
Ac+RKSK+RmlabSGRlHdqPSWTSxpKqdAOpzvdeH+gL3pEAKsS3VtTHfyAQBfzKD0H
JD/NqQmM0dnEH23TzjncrNgdZibg2GBxGroFz6ppguET1ijxb4IDuZkAW1DntQQg
w9jYmvlIroxh2hQrTNBBvXXVoogWXQlSKMfkhDvyGoe3jU9JDIUpQ7+4lNyO49ai
kKvyY7CG89O78DLtKVaOX4fPdffHMHHT2PY+4zvFnxF8C0GfKb+KTNXDOyhpeaiR
74OL8O23VhvxzNslB0bp94Toyjl5uqTj7SfrrwjI3SgDiSZP9i1g4MBfNKUC9z5n
M+XDrrxRuPz+swVErj4T
=hHTX
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: