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

Bug#1015389: marked as done (dpf-plugins: ftbfs with LTO (link time optimization) enabled)



Your message dated Sun, 11 Sep 2022 14:35:09 +0000
with message-id <E1oXO3B-0066j1-FR@fasolo.debian.org>
and subject line Bug#1015389: fixed in dpf-plugins 1.5-1
has caused the Debian Bug report #1015389,
regarding dpf-plugins: ftbfs with LTO (link time optimization) enabled
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.)


-- 
1015389: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015389
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:dpf-plugins
Version: 1.4-1
Severity: minor
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/dpf-plugins_1.4-1_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
# Kars
make all -C plugins/Kars
make[2]: Entering directory '/<<PKGBUILDDIR>>/plugins/Kars'
Compiling DistrhoPluginKars.cpp
Compiling DistrhoPluginMain.cpp (JACK)
Compiling DistrhoPluginMain.cpp (DSSI)
Compiling DistrhoPluginMain.cpp (LV2)
Compiling DistrhoPluginMain.cpp (VST)
Creating DSSI plugin library for Kars
Creating JACK standalone for Kars
Creating VST plugin for Kars
Creating LV2 plugin library for Kars
make[2]: Leaving directory '/<<PKGBUILDDIR>>/plugins/Kars'
# Mini-Series
make all -C plugins/3BandEQ
make[2]: Entering directory '/<<PKGBUILDDIR>>/plugins/3BandEQ'
Compiling DistrhoPlugin3BandEQ.cpp
Compiling DistrhoArtwork3BandEQ.cpp
Compiling DistrhoUI3BandEQ.cpp
Compiling DistrhoPluginMain.cpp (JACK)
Compiling DistrhoUIMain.cpp (JACK)
Compiling DistrhoPluginMain.cpp (LADSPA)
Compiling DistrhoPluginMain.cpp (VST)
Compiling DistrhoUIMain.cpp (VST)
Compiling DistrhoPluginMain.cpp (DSSI)
Compiling DistrhoUIMain.cpp (DSSI)
Compiling DistrhoPluginMain.cpp (LV2)
Compiling DistrhoUIMain.cpp (LV2)
Creating LADSPA plugin for 3BandEQ
Creating DSSI plugin library for 3BandEQ
Creating DSSI UI for 3BandEQ
Creating JACK standalone for 3BandEQ
Creating LV2 plugin UI for 3BandEQ
Creating VST plugin for 3BandEQ
Creating LV2 plugin library for 3BandEQ
/usr/bin/ld: /usr/bin/ld: /tmp/ccTzHHPu.ltrans0.ltrans.o: in function `DGL::Image::_drawAt(DGL::Point<int> const&)':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: /tmp/ccTzHHPu.ltrans0.ltrans.o: in function `DGL::ImageKnob::onDisplay()':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: ./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/tmp/cclIavR2.ltrans0.ltrans.o: in function `DGL::Image::_drawAt(DGL::Point<int> const&)':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: /tmp/cclIavR2.ltrans0.ltrans.o: in function `DGL::ImageKnob::onDisplay()':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: ./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
collect2: error: ld returned 1 exit status
make[2]: *** [../../dpf/Makefile.plugins.mk:201: ../../bin/3BandEQ-dssi/3BandEQ_ui] Error 1
make[2]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[2]: *** [../../dpf/Makefile.plugins.mk:174: ../../bin/3BandEQ] Error 1
/usr/bin/ld: /tmp/ccPCnjbX.ltrans0.ltrans.o: in function `DGL::Image::_drawAt(DGL::Point<int> const&)':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: /tmp/ccPCnjbX.ltrans0.ltrans.o: in function `DGL::ImageKnob::onDisplay()':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: ./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
collect2: error: ld returned 1 exit status
make[2]: *** [../../dpf/Makefile.plugins.mk:223: ../../bin/3BandEQ.lv2/3BandEQ_ui.so] Error 1
/usr/bin/ld: /tmp/cc1zxJra.ltrans0.ltrans.o: in function `DGL::Image::_drawAt(DGL::Point<int> const&)':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: /tmp/cc1zxJra.ltrans0.ltrans.o: in function `DGL::ImageKnob::onDisplay()':
./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
/usr/bin/ld: ./plugins/3BandEQ/../../dpf/dgl/src/Geometry.cpp:906: undefined reference to `DGL::Rectangle<int>::_draw(bool)'
collect2: error: ld returned 1 exit status
make[2]: *** [../../dpf/Makefile.plugins.mk:237: ../../bin/3BandEQ-vst.so] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/plugins/3BandEQ'
make[1]: *** [Makefile:37: plugins] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dpf-plugins
Source-Version: 1.5-1
Done: Dennis Braun <d_braun@kabelmail.de>

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

Debian distribution maintenance software
pp.
Dennis Braun <d_braun@kabelmail.de> (supplier of updated dpf-plugins 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: SHA512

Format: 1.8
Date: Sun, 11 Sep 2022 15:15:44 +0200
Source: dpf-plugins
Architecture: source
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Dennis Braun <d_braun@kabelmail.de>
Closes: 1015389
Changes:
 dpf-plugins (1.5-1) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Use correct machine-readable copyright file URI.
   * Remove obsolete field Name from debian/upstream/metadata (already present in
     machine-readable debian/copyright).
 .
   [ Dennis Braun ]
   * New upstream version 1.5
     + Fix FTBFS with LTO (link time optimization) enabled (Closes: #1015389)
   * Use rtaudio system lib
   * Drop patch applied by upstream
   * Bump Standards-Version to 4.6.1
   * Update d/copyright entries and years
   * Update lintian-overrides
   * Add salsa ci config
Checksums-Sha1:
 be4c03cc392cd61c064ee6272b01e242fb4a3945 2437 dpf-plugins_1.5-1.dsc
 d73051d019795f70a1027bb1a333eb0858143a72 71355133 dpf-plugins_1.5.orig.tar.gz
 e67dce9c09727b7c4eaee2fe2f19ea68b2edcd0f 5800 dpf-plugins_1.5-1.debian.tar.xz
 044f342d88af9faf5ccb2ba8a7dfcf50b7cc0027 7754 dpf-plugins_1.5-1_source.buildinfo
Checksums-Sha256:
 87992c453a617158442f702aefa894e02438b9307ec66f0ad1a0842b7c150d5a 2437 dpf-plugins_1.5-1.dsc
 a421bfc1fe879473e5b5862dca4070e94e4fbe8daa13a6de0d4c432df25747a0 71355133 dpf-plugins_1.5.orig.tar.gz
 6fff245f76b22b1a9e9a831b1ee7b43c5f575710f1de57f162881bd49b4c6561 5800 dpf-plugins_1.5-1.debian.tar.xz
 2526decebc544ca32b1ea87aa6aee080f3d47b084afca80b28953cec13fddc2f 7754 dpf-plugins_1.5-1_source.buildinfo
Files:
 37e23aebfa980b415f22dcfac576053e 2437 sound optional dpf-plugins_1.5-1.dsc
 8e4de655f0d5ea6129492ccd4dc5ce4b 71355133 sound optional dpf-plugins_1.5.orig.tar.gz
 398f0273672043ad7384002d70bafa31 5800 sound optional dpf-plugins_1.5-1.debian.tar.xz
 b0d57dfcad1f4cc098279f52414246a1 7754 sound optional dpf-plugins_1.5-1_source.buildinfo

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

iQJJBAEBCgAzFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmMd6QIVHGRfYnJhdW5A
a2FiZWxtYWlsLmRlAAoJEGNOpV2QK5g2/I0P/1MJZLRcHIGLQtWS1AcEPClcb9d/
tC/kIzVy4NS+I6S/uv/FwltRfwR0rk0w9O/4GtKgW72jpYcdcNO/9NxZXLUWpR2J
d6PJ/OWbx2eMoXmfj7z0gc7/PgCwjNHm/agpxbZozl/JdfCp1jT3zWXksU7bOHPs
EHqluqHMAe1cCl8oZAM1qwxXxdv3huZRYCIBFchjLL1PlovNo1roBkfWYIqEBTo8
HVVkqSGRN9sYikyxnN4diZBFHYr7t+fgDedbqRMbPvk55vFtkS4xcBeV3oWk4J7h
5wEonLqWaHxfzi1oMh+UoSYwxuJRFWhL+BabvxfOKLZ83MeVkR2fqCiX9DCzi7gC
LxCc4yw2WVTQbC1EbMFDQPYZ0fChKwzXMeTAVwQrSVcyghGAS1+P0Ij1EG5MxNru
YgdTaLmG2y+S3nh8AhSipKY+f1TEQgm0OXuvzOA5V8hKUy+2ehexrtrtx8Ibq/cA
R/QhxYwjEemGBeK91nhPsvkat+6ZHVa38gvv7wAVV2HRC2aLusAIa+txGT4KzjmZ
RSjLQcuXRp4RUpez8s7/PEt58CXjCSEiqP+XUcrOyXTl5CJTyrbR8jGsqnKTVzyL
t+AAlmuy4mZJGkeqvKEajUUVponW4R6Pljq3KwJrGpymIECOzxU4WzTXXubVSckd
brwNdepPrCGb8KgH
=o6+m
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: