Your message dated Thu, 01 Dec 2016 21:04:16 +0000
with message-id <e1ccywe-0004lg...@fasolo.debian.org>
and subject line Bug#841134: fixed in amarok 2.8.0-6
has caused the Debian Bug report #841134,
regarding amarok: FTBFS with taglib >= 1.10
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.)


-- 
841134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:amarok
Version: 2.8.0-5
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with kde --parallel
   dh_testdir -i -O--parallel
   dh_update_autotools_config -i -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON 
-DKDE4_BUILD_TESTS=false
        cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_BUILD_TYPE=Debian 
-DCMAKE_USE_RELATIVE_PATHS=ON -DKDE4_BUILD_TESTS=false
-- The C compiler identification is GNU 6.2.0
-- The CXX compiler identification is GNU 6.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info

[... snipped ...]

    Feature record: CXX_FEATURE:0cxx_inline_namespaces
    Feature record: CXX_FEATURE:0cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:0cxx_local_type_template_args
    Feature record: CXX_FEATURE:0cxx_long_long_type
    Feature record: CXX_FEATURE:0cxx_noexcept
    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:0cxx_nullptr
    Feature record: CXX_FEATURE:0cxx_override
    Feature record: CXX_FEATURE:0cxx_range_for
    Feature record: CXX_FEATURE:0cxx_raw_string_literals
    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
    Feature record: CXX_FEATURE:0cxx_rvalue_references
    Feature record: CXX_FEATURE:0cxx_sizeof_member
    Feature record: CXX_FEATURE:0cxx_static_assert
    Feature record: CXX_FEATURE:0cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:0cxx_thread_local
    Feature record: CXX_FEATURE:0cxx_trailing_return_types
    Feature record: CXX_FEATURE:0cxx_unicode_literals
    Feature record: CXX_FEATURE:0cxx_uniform_initialization
    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
    Feature record: CXX_FEATURE:0cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:0cxx_variadic_macros
    Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the function dlopen exists in the dl passed with the following 
output:
Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9bc6d/fast"
make[2]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_9bc6d.dir/build.make 
CMakeFiles/cmTC_9bc6d.dir/build
make[3]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9bc6d.dir/CheckFunctionExists.c.o
/usr/bin/cc    -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -DCHECK_FUNCTION_EXISTS=dlopen   -o 
CMakeFiles/cmTC_9bc6d.dir/CheckFunctionExists.c.o   -c 
/usr/share/cmake-3.6/Modules/CheckFunctionExists.c
Linking C executable cmTC_9bc6d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9bc6d.dir/link.txt 
--verbose=1
/usr/bin/cc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2  -DCHECK_FUNCTION_EXISTS=dlopen   -Wl,-z,relro  
CMakeFiles/cmTC_9bc6d.dir/CheckFunctionExists.c.o  -o cmTC_9bc6d -rdynamic -ldl 
make[3]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
make[2]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'


dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_BUILD_TYPE=Debian -DCMAKE_USE_RELATIVE_PATHS=ON 
-DKDE4_BUILD_TESTS=false returned exit code 1
debian/rules:11: recipe for target 'override_dh_auto_configure' failed
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:27: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

The relevant part of the build log is included above.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: amarok
Source-Version: 2.8.0-6

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

Debian distribution maintenance software
pp.
Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org> (supplier of 
updated amarok package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 02 Dec 2016 00:16:40 +0500
Source: amarok
Binary: amarok amarok-common amarok-doc amarok-utils
Architecture: source
Version: 2.8.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Changed-By: Debian KDE Extras Team <pkg-kde-ext...@lists.alioth.debian.org>
Description:
 amarok     - easy to use media player based on the KDE Platform
 amarok-common - architecture independent files for Amarok
 amarok-doc - Amarok documentation (Handbook)
 amarok-utils - utilities for Amarok media player
Closes: 841134
Changes:
 amarok (2.8.0-6) unstable; urgency=medium
 .
   [ Pino Toscano ]
   * Backport upstream commit 9449ec56d1fd77a0bfa1f7134a2bf4f91ffd14d3 to fix
     the MPRIS2 integration with Plasma 5.7; patch
     backport_mpris2_desktopentry.diff.
 .
   [ Andrey Rahmatullin ]
   * Fix detecting taglib >= 1.10 (Closes: #841134).
Checksums-Sha1:
 7b30f9e16b7333de956b87f673ddf47d5e484619 2718 amarok_2.8.0-6.dsc
 468f3d999a5e8f04f617345fc642e0926c7ba701 44812 amarok_2.8.0-6.debian.tar.xz
Checksums-Sha256:
 c1dc1b7d6cb3a1892c7029aedf947ea02b8e5afb0c2c75a40eaef5ca6b010f98 2718 
amarok_2.8.0-6.dsc
 fdfc7b5a2ea930a9e49308889b1012ea839f4757a0dfeb159cdfccd9e813edcc 44812 
amarok_2.8.0-6.debian.tar.xz
Files:
 6100345603ab458162c9ec828919c8ce 2718 sound optional amarok_2.8.0-6.dsc
 79324737d3fb0cfd9ceddc77984d0eb9 44812 sound optional 
amarok_2.8.0-6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAlhAgPwACgkQM2L3AxpJ
kuHWpw/+OEm/97hfmH8mSVSkbbLOqQ4Z4T/LQk6G7kUC1/H8KmKIrYpJNQKJ4Qv/
lm8gvw5YK1iW7DFVx/tS4b5Wyd91ceMuO+DZsQ7hkAAwewxQXgR15hfmgkcjx13d
2VZJxmm+w1DjGe1RZbL317kIHxNDiac86ocPKSo9Jh062KAIdpNSehI7OKD42/zf
GI3/uBfiAEhuoFfBHd7UVjC7BdYkFPh5AEyG5NhH9QWOia0hItXHvO6iKe0zFzRe
+3bNH4cUgKe7ThWmd0FrtH/+UKA+UaZh7hF1mni6czEVpATyUJxcSczaUK7tJD8z
iZbqsklsYDgUEXBtk1DaUA0+hQ3rAv+1YGGGaTjmHHVSNBwVA51ROngyJGCz7ZGV
HzR+mEus+ra9uujQM/ZZ91OWcVemMFNpxoIPF5qdEYst23gJbptS3Jbui0k0C3VE
59adVntVSk0aX5WFlE6VzoOdz87690lod/cqVUa0erHPn+EhOKGP53ICWaY5Ka2R
1t/BQ3GiYdKtQlRe7t82NRlu5nvrViatZ7PW/m0aIBvgOYGMTgeanbh0FW0fBl1X
kPLAJadyHabLJj+t9mMQOog/EDhkDgGiAE9UlAVSYkQAHz3whJrLmSDIS3S5i3NN
lyMLakSHik2hQ1VVmJawz3QiKzHVqea1F+JMEM2EhyW7Fd8fE7w=
=K04N
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to