Your message dated Thu, 01 Mar 2018 10:00:14 +0000
with message-id <[email protected]>
and subject line Bug#889625: fixed in poco 1.8.1-1
has caused the Debian Bug report #889625,
regarding poco: Please use mariadb directly, not mysql-defaults
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 [email protected]
immediately.)
--
889625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889625
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: poco
Version: 1.8.0.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu bionic ubuntu-patch
Dear maintainers,
The latest version of poco is failing to build in Ubuntu, because it
build-depends on default-libmysqlclient-dev but is incompatible with the
current libmysqlclient-dev package, and Ubuntu's "default mysql" is MySQL
rather than MariaDB.
The attached patch has been uploaded to Ubuntu to fix the build by using
mariadb directly, since that is the implementation that poco is compatible
with.
The purpose of mysql-defaults is precisely to support derivatives making a
different choice for "default" mysql implementation, so if a package is not
compatible with both, it should depend directly on the one that it supports.
Please consider applying this patch in Debian.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
diff -Nru poco-1.8.0.1/debian/control poco-1.8.0.1/debian/control
--- poco-1.8.0.1/debian/control 2017-11-11 10:58:56.000000000 -0800
+++ poco-1.8.0.1/debian/control 2018-02-04 22:09:19.000000000 -0800
@@ -5,7 +5,7 @@
Build-Depends: debhelper (>= 10),
cmake,
libexpat1-dev,
- default-libmysqlclient-dev,
+ libmariadbclient-dev-compat,
libpcre3-dev,
libsqlite3-dev,
libssl-dev,
@@ -20,7 +20,7 @@
Package: libpoco-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libpococrypto50 (= ${binary:Version}), libpocodata50
(= ${binary:Version}), libpocofoundation50 (= ${binary:Version}), libpocojson50
(= ${binary:Version}), libpocodatamysql50 (= ${binary:Version}),
libpocomongodb50 (= ${binary:Version}), libpoconet50 (= ${binary:Version}),
libpoconetssl50 (= ${binary:Version}), libpocodataodbc50 (= ${binary:Version}),
libpocodatasqlite50 (= ${binary:Version}), libpocoredis50 (=
${binary:Version}), libpocoutil50 (= ${binary:Version}), libpocoxml50 (=
${binary:Version}), libpocozip50 (= ${binary:Version}), libexpat1-dev,
default-libmysqlclient-dev, libpcre3-dev, libsqlite3-dev, libssl-dev, zlib1g-dev
+Depends: ${misc:Depends}, libpococrypto50 (= ${binary:Version}), libpocodata50
(= ${binary:Version}), libpocofoundation50 (= ${binary:Version}), libpocojson50
(= ${binary:Version}), libpocodatamysql50 (= ${binary:Version}),
libpocomongodb50 (= ${binary:Version}), libpoconet50 (= ${binary:Version}),
libpoconetssl50 (= ${binary:Version}), libpocodataodbc50 (= ${binary:Version}),
libpocodatasqlite50 (= ${binary:Version}), libpocoredis50 (=
${binary:Version}), libpocoutil50 (= ${binary:Version}), libpocoxml50 (=
${binary:Version}), libpocozip50 (= ${binary:Version}), libexpat1-dev,
libmariadbclient-dev-compat, libpcre3-dev, libsqlite3-dev, libssl-dev,
zlib1g-dev
Description: C++ Portable Components (POCO) Development files
The POCO C++ Libraries are a collection of open source C++ class libraries
that simplify and accelerate the development of network-centric, portable
--- End Message ---
--- Begin Message ---
Source: poco
Source-Version: 1.8.1-1
We believe that the bug you reported is fixed in the latest version of
poco, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jochen Sprickerhof <[email protected]> (supplier of updated poco 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2018 21:36:14 +0100
Source: poco
Binary: libpoco-dev libpococrypto51 libpocodata51 libpocomongodb51
libpocodatamysql51 libpocodataodbc51 libpocodatasqlite51 libpocofoundation51
libpocojson51 libpoconet51 libpoconetssl51 libpocoredis51 libpocoutil51
libpocoxml51 libpocozip51
Architecture: source amd64
Version: 1.8.1-1
Distribution: experimental
Urgency: medium
Maintainer: Krzysztof Burghardt <[email protected]>
Changed-By: Jochen Sprickerhof <[email protected]>
Description:
libpoco-dev - C++ Portable Components (POCO) Development files
libpococrypto51 - C++ Portable Components (POCO) Crypto library
libpocodata51 - C++ Portable Components (POCO) Data library
libpocodatamysql51 - C++ Portable Components (POCO) Data MySQL library
libpocodataodbc51 - C++ Portable Components (POCO) ODBC library
libpocodatasqlite51 - C++ Portable Components (POCO) Data SQLite library
libpocofoundation51 - C++ Portable Components (POCO) Foundation library
libpocojson51 - C++ Portable Components (POCO) JSON library
libpocomongodb51 - C++ Portable Components (POCO) Data MongoDB library
libpoconet51 - C++ Portable Components (POCO) Network library
libpoconetssl51 - C++ Portable Components (POCO) Network library with SSL
libpocoredis51 - C++ Portable Components (POCO) Redis library
libpocoutil51 - C++ Portable Components (POCO) Util library
libpocoxml51 - C++ Portable Components (POCO) XML library
libpocozip51 - C++ Portable Components (POCO) Zip library
Closes: 889625
Changes:
poco (1.8.1-1) experimental; urgency=medium
.
* Update Vcs URLs to salsa.d.o
* New upstream version 1.8.1
* Update copyright
* Add patch for libmysqlclient.
Thanks to Steve Langasek (Closes: #889625)
* Bump debhelper version, no changes
* Bump standards version, no changes
* build rootless
* Rename package due to Soname bump
* Remove old lintian-overrides
Checksums-Sha1:
fa744fcc5dfcc89fd9c774015c7537e8597eee2a 2925 poco_1.8.1-1.dsc
d8c7e200bfa25b30d7880a031f69c0cddb9d92ac 4522045 poco_1.8.1.orig.tar.bz2
33603a1a4a70e12664482ef4a20e05d2de5dadf5 12536 poco_1.8.1-1.debian.tar.xz
473e1a6025598c20f8eb15d475d39fa488323a09 573432 libpoco-dev_1.8.1-1_amd64.deb
a33d48355e562fc6f8c30c75bb4db2f48598fcd9 709620
libpococrypto51-dbgsym_1.8.1-1_amd64.deb
9cd291bc0cce4c056fec297fdd730eab06515601 123068
libpococrypto51_1.8.1-1_amd64.deb
904e3363df9b716dbf477a51ec2369767fb398d1 4950068
libpocodata51-dbgsym_1.8.1-1_amd64.deb
4db41b09d650c2489f21ade2b686ac525747b340 437264 libpocodata51_1.8.1-1_amd64.deb
95163b6793b794cc313d2dc94053cc8d6b5d450d 562396
libpocodatamysql51-dbgsym_1.8.1-1_amd64.deb
f8636a4a9d4cd167e466423b8cdd2f44040b1395 102696
libpocodatamysql51_1.8.1-1_amd64.deb
d13aa0638d180e7d24ab1d0ee5d39435fe072d76 3312088
libpocodataodbc51-dbgsym_1.8.1-1_amd64.deb
403ceae30c50d104c967b715cec8faac2e902b9e 265760
libpocodataodbc51_1.8.1-1_amd64.deb
102856b20faf288d136b6c7513b9a20731287ad0 821052
libpocodatasqlite51-dbgsym_1.8.1-1_amd64.deb
969578ae664b19f3bc61fbd77f0ce0b861ab3582 147780
libpocodatasqlite51_1.8.1-1_amd64.deb
c626de2b0b0d56f18eaf4ec46fca1b872556faa8 4658028
libpocofoundation51-dbgsym_1.8.1-1_amd64.deb
3bda6c1adaafcaf40d237c5d3d97aef7c406290f 500456
libpocofoundation51_1.8.1-1_amd64.deb
058ed20ac6cdf62ff6aa99cf24022e264eaba6d6 1160500
libpocojson51-dbgsym_1.8.1-1_amd64.deb
e96f4505e83b601f99350018eda6d2ced3b83880 149672 libpocojson51_1.8.1-1_amd64.deb
623ffa9a3bde620f8ca11e87777052771d674dd5 834456
libpocomongodb51-dbgsym_1.8.1-1_amd64.deb
0fdaa97e8aabe33ed5caa6a4f79d48b42665f0c0 123028
libpocomongodb51_1.8.1-1_amd64.deb
27a00c6aae0d3831d440d961370163fe67e5bb1d 3765736
libpoconet51-dbgsym_1.8.1-1_amd64.deb
f6d0e875d91afc1d6159df997f8a2b652fd06f10 376576 libpoconet51_1.8.1-1_amd64.deb
4e798fe52632c71d778a3067949d79b71de78bba 1046832
libpoconetssl51-dbgsym_1.8.1-1_amd64.deb
856e0eb81cd568230340860fd8d0de1c21ddcffa 130504
libpoconetssl51_1.8.1-1_amd64.deb
c859aace9a492e58412dd8894012ece822ec5eda 504256
libpocoredis51-dbgsym_1.8.1-1_amd64.deb
1d5d34bf56bbdf2034279ca1aed9d7abfaa5097a 101396
libpocoredis51_1.8.1-1_amd64.deb
6ab0ce8466771a772804ec3478790f81633c4dc1 1389472
libpocoutil51-dbgsym_1.8.1-1_amd64.deb
7e1e26ab1ae12a6d42d91bfcdcf0da009ac25d50 176632 libpocoutil51_1.8.1-1_amd64.deb
7ce4938800bbf8393c688851d690c15b8bd846ff 1585712
libpocoxml51-dbgsym_1.8.1-1_amd64.deb
a2990532cb3e3361dda4bcb07a8a99888120ad93 186528 libpocoxml51_1.8.1-1_amd64.deb
2bdb6ff5cd7e717051f0345a2be4e373acf0d190 1089524
libpocozip51-dbgsym_1.8.1-1_amd64.deb
3d7f2c948d7e2ee4f38d220657a9127ab1ca4e9f 141044 libpocozip51_1.8.1-1_amd64.deb
9c69fc65b3fa40229128e169e6350b2b09a18404 15062 poco_1.8.1-1_amd64.buildinfo
Checksums-Sha256:
7954cf8feb9693d33e458c96eadb0b9d058afe6dc67e8b181ea44e84a4c5cfb1 2925
poco_1.8.1-1.dsc
3c2eb8ca1c9ff0f5dca2c2be00d6fcc7306caa745f85dc955402c70f4dddd73b 4522045
poco_1.8.1.orig.tar.bz2
c3ee0968baf449b557181daa7f2a824e090af8eb580380b403bbed93b0203490 12536
poco_1.8.1-1.debian.tar.xz
ca612014e2211fa9b61c08d98e120206579a122e8d38d19c212b25af095dae4b 573432
libpoco-dev_1.8.1-1_amd64.deb
70d2ad68562884eb1fd2ee2e950fc23ccdf62f644ff57337b498b2b90433de9f 709620
libpococrypto51-dbgsym_1.8.1-1_amd64.deb
4881978648f5496a222add0e2023ba93561ce0451c6d0e25a215f1b0f4b3a2af 123068
libpococrypto51_1.8.1-1_amd64.deb
0436f116b73e3c3050014123414d57f407c1e657bb68d8201a79d0f3215f2e8f 4950068
libpocodata51-dbgsym_1.8.1-1_amd64.deb
187cc0689e9d7ce8c1e7f4724210dcaac9d23d58ed96520ece89a381cfb296bc 437264
libpocodata51_1.8.1-1_amd64.deb
107ae2cd1144073f4679f928ed869d9ca3e66f57aee89d1e2c680470802035f7 562396
libpocodatamysql51-dbgsym_1.8.1-1_amd64.deb
3d03dfc274f56c60fa95e3c1b5c82c2ed2ad57dc819f6805062697d5b6bf98a0 102696
libpocodatamysql51_1.8.1-1_amd64.deb
fcf224d049bf70cc72122a0571d1574c659aad41ba639e8859578edd4cec047d 3312088
libpocodataodbc51-dbgsym_1.8.1-1_amd64.deb
adfad2cd07168f2668f11a2e31a2fc82b66d0499718e2df2135a81e771d526eb 265760
libpocodataodbc51_1.8.1-1_amd64.deb
89cab0e531e5e1e8793af018fc095a4698431e9c1cf575ba0d59e9c1617b6608 821052
libpocodatasqlite51-dbgsym_1.8.1-1_amd64.deb
d9210342c1d1bc1f9bbd2c652bbfa3584152f7828fdc696e963ec085b19d2e24 147780
libpocodatasqlite51_1.8.1-1_amd64.deb
dda4ff4dc1fe46ec9d24a6a4f431c80b9aa106a82d9f659a3ca1ae32ce2cbe55 4658028
libpocofoundation51-dbgsym_1.8.1-1_amd64.deb
98d89b8fde99a7dc852f779d9f4499f94c11d81aa6f360347350a5e5046fc2ed 500456
libpocofoundation51_1.8.1-1_amd64.deb
b23d4bdb8f72c0bff14ce9acdcc3b5cf7d014e95fe29f5f13168cabb7a2cea8f 1160500
libpocojson51-dbgsym_1.8.1-1_amd64.deb
2ba2324c7638daf214aeb8f87befcf3b8b38b612f015c0e669c9f3752dee47ad 149672
libpocojson51_1.8.1-1_amd64.deb
5be15ff612cfe5214fff9ceb5e527aa60ca7a25e79dd48cf1d6ceb03d3b04398 834456
libpocomongodb51-dbgsym_1.8.1-1_amd64.deb
1fcd44fb5bca5df7c16b846f0b4262a38554e9264b8816dde0e07731c5756891 123028
libpocomongodb51_1.8.1-1_amd64.deb
3a53df81df2d9a909fe59ef1b49bd3a9c5d50057a3abdcf13a672261eb1e3b8b 3765736
libpoconet51-dbgsym_1.8.1-1_amd64.deb
75f4b789ded9e57b7155ea95bf54c6d90f5152f764ef67a83a0fa98984c9d54a 376576
libpoconet51_1.8.1-1_amd64.deb
0567e325d6c69420e387db032b68424c74fa55c7fe5fc4e1d01473aee2ab23a1 1046832
libpoconetssl51-dbgsym_1.8.1-1_amd64.deb
61226f79533ef15876775d6debc40ddcb77637a61edfa00460ec54e06aa8dba3 130504
libpoconetssl51_1.8.1-1_amd64.deb
fa01a5306495636b9e786637caabc20f681b4c4d19438271dd6691d11e15a42f 504256
libpocoredis51-dbgsym_1.8.1-1_amd64.deb
39e9a12337847b6ca97767a8dfc17c4c7f14c6506dc530209211da9a79582543 101396
libpocoredis51_1.8.1-1_amd64.deb
93e95354a3703121460ea65d1f420d8a4bd8d35fdfdd42f6cd7bfeb75006e900 1389472
libpocoutil51-dbgsym_1.8.1-1_amd64.deb
541d462c74760961744938f64498005f3da0dca4be9323abfc61d12fc24b02cb 176632
libpocoutil51_1.8.1-1_amd64.deb
949eac442faaa7a81b9c82352bf54a25057b044410e588eeb7692affffefde39 1585712
libpocoxml51-dbgsym_1.8.1-1_amd64.deb
ed04e54a2af4055e68ff1c4434d066cda71d2aa9fa7296c011b603489f660af1 186528
libpocoxml51_1.8.1-1_amd64.deb
00690aa8d12a471d529df442aace18b9bfee3baee93a7e32ee365e016752c724 1089524
libpocozip51-dbgsym_1.8.1-1_amd64.deb
adc39995c89f5123947b37fd442b9e368b8b3e8c372caf0ea01a7314812b86cb 141044
libpocozip51_1.8.1-1_amd64.deb
9d3cc76d0cfd7f944b6e9fbc611a2b8d11183b1b43adf552efa419ed66f6b56b 15062
poco_1.8.1-1_amd64.buildinfo
Files:
a764938fe7f11cfe46ed2dab4b305bb3 2925 libs optional poco_1.8.1-1.dsc
5299d11661ede43cb87631f03dffba9c 4522045 libs optional poco_1.8.1.orig.tar.bz2
f64cbdcc7e2d189494b41a50665908e7 12536 libs optional poco_1.8.1-1.debian.tar.xz
03394e3530aae9affeb8245a0a7b83b9 573432 libdevel optional
libpoco-dev_1.8.1-1_amd64.deb
26d15376ca2bf764e7a6abec6f28e3e0 709620 debug optional
libpococrypto51-dbgsym_1.8.1-1_amd64.deb
6355f1022492e5cbad3cb74f8d3033bf 123068 libs optional
libpococrypto51_1.8.1-1_amd64.deb
e8bcc072d5bdc4c12dd6e9dd84c04518 4950068 debug optional
libpocodata51-dbgsym_1.8.1-1_amd64.deb
71416edf5a32e30e089470b6b1df86cc 437264 libs optional
libpocodata51_1.8.1-1_amd64.deb
905b6ed2946007f540b2179acdcc9a58 562396 debug optional
libpocodatamysql51-dbgsym_1.8.1-1_amd64.deb
bd544146252f4641c9956908dad8e94e 102696 libs optional
libpocodatamysql51_1.8.1-1_amd64.deb
ee36d9e3bf4670dc50a91107c2b0ff64 3312088 debug optional
libpocodataodbc51-dbgsym_1.8.1-1_amd64.deb
2c1220147413f15ae601e4268a482f61 265760 libs optional
libpocodataodbc51_1.8.1-1_amd64.deb
94f388f38f1e4b63581c9a017d73cc10 821052 debug optional
libpocodatasqlite51-dbgsym_1.8.1-1_amd64.deb
90448046e91db6be6a4d6b5aeb9b795f 147780 libs optional
libpocodatasqlite51_1.8.1-1_amd64.deb
d5b5209b946b9b3b3d578c088173de36 4658028 debug optional
libpocofoundation51-dbgsym_1.8.1-1_amd64.deb
1b648447f183e0fb4197c785fb0ee482 500456 libs optional
libpocofoundation51_1.8.1-1_amd64.deb
eb4abd486f0c5f14ec73a5d19bba0011 1160500 debug optional
libpocojson51-dbgsym_1.8.1-1_amd64.deb
88bc82b457b497577fb50e5461467240 149672 libs optional
libpocojson51_1.8.1-1_amd64.deb
5df768bbdaa48d17cc231c66c67dfe35 834456 debug optional
libpocomongodb51-dbgsym_1.8.1-1_amd64.deb
47abd48fad4c4da6b5a27a36feb02784 123028 libs optional
libpocomongodb51_1.8.1-1_amd64.deb
f9ad808318e54b0ad310318ae14c40a1 3765736 debug optional
libpoconet51-dbgsym_1.8.1-1_amd64.deb
f4e3918f5a5d85e1066d3330e8d3715f 376576 libs optional
libpoconet51_1.8.1-1_amd64.deb
32b5b81e57091257c505b1b4e30cb74a 1046832 debug optional
libpoconetssl51-dbgsym_1.8.1-1_amd64.deb
3f47cf0ff73b3eb781062e216b332734 130504 libs optional
libpoconetssl51_1.8.1-1_amd64.deb
ab0c749448a89d3760842303dd207d7e 504256 debug optional
libpocoredis51-dbgsym_1.8.1-1_amd64.deb
f71a9810cebe69aab636cf59c57ee50a 101396 libs optional
libpocoredis51_1.8.1-1_amd64.deb
9f188043a1943b722f56a6453ef8edbb 1389472 debug optional
libpocoutil51-dbgsym_1.8.1-1_amd64.deb
5227c654bd93bc412c2c4a222cd38cda 176632 libs optional
libpocoutil51_1.8.1-1_amd64.deb
6dfacb75979049881970e7942a940358 1585712 debug optional
libpocoxml51-dbgsym_1.8.1-1_amd64.deb
22d03848de411c2c3b19ece283c930b4 186528 libs optional
libpocoxml51_1.8.1-1_amd64.deb
9af26ac9f6ad8b446d9955ca5a5e758f 1089524 debug optional
libpocozip51-dbgsym_1.8.1-1_amd64.deb
b7364622b879b6a920ff71d141e864f2 141044 libs optional
libpocozip51_1.8.1-1_amd64.deb
1336409c65ad58e032b2173c3d6cdb73 15062 libs optional
poco_1.8.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAlqXHvUUHGpzcHJpY2tl
QGRlYmlhbi5vcmcACgkQW//cwljmlDOqLg//ZrELWu9+JMSqYQrah0KbZ0/8iYgk
P8HY7fSVAG4Hq214wkvageE8GJ9Pk14mFOtLSygh0NZJ4allC7SCfb2bVNiVdWkS
OWiFBWA/mFIcc5JyuP8xu8SCCy4cI51Zzdm8gmZ89KIUhWtvaKM9GmKsWroD6LOy
wvnDvZ03QcK3wH3NQRM/n+SE2Dc+aJfJuM3aAYo8hVtt/A8j8qE+WCGXpv2IW3uO
+YLE990MVM46b5bWoN5aHhTiJt0pzNFHMRw9CxXHm7f0tTbq9SUGkTHxZ7WgdzCE
hxYXvfBsCWrKJbPs+dYklQD3kwsrAmpheSLfK37vLL3UYsPTbRlV/XqhH696kWG2
/vCRcCq64zN/Reld788GR0Aum0h3C8EKNcFWl4/3Mo2SXX3n29mLuruy/RUAEMOy
e0XSgEbbcCOr0YVMjzFjgbcZeZ4ultJnYH+GaEvzOPYE2BowZ/6PmJPH6gFQ6/FV
J/GQ6qIkMlugp19TXhP8KG+1K+YZ3NZDJaAxCzvw/A0NV+iA/nliygaSDj9LDYRk
8MQpa4tbinokATuMgCr1qNXeNs7/S9sEMJR7wTF2h5IYutbsqqBtYVSwDMbJ7W0P
Q5J4y6x/xR7rKPC3VYVomq3N0la3VGkzq66cZUg4WHWVDXQBNpT3AvUNkMHut4yO
pEp440++C4JNqcs=
=tzWX
-----END PGP SIGNATURE-----
--- End Message ---