Your message dated Sat, 30 Sep 2023 13:39:35 +0000
with message-id <[email protected]>
and subject line Bug#1015702: fixed in view3dscene 4.2.0-2
has caused the Debian Bug report #1015702,
regarding view3dscene: 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 [email protected]
immediately.)


-- 
1015702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015702
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:view3dscene
Version: 4.0.0-3
Severity: minor
Tags: sid bookworm
User: [email protected]
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/view3dscene_4.0.0-3_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
[ Generating Animations (TRGBAlphaImage, alpha: BLENDING)  ]
............................................................
[    Generating Panel (TRGBAlphaImage, alpha: BLENDING)    ]
............................................................
[    Generating PanelSeparator (TRGBImage, alpha: NONE)    ]
............................................................
[   Generating Examine_tooltip (TRGBImage, alpha: NONE)    ]
............................................................
[   Generating Walk_fly_tooltip (TRGBImage, alpha: NONE)   ]
............................................................
make[3]: Leaving directory '/<<PKGBUILDDIR>>/embedded_data/images'
/usr/bin/make -C embedded_data/screen_effects/
make[3]: Entering directory '/<<PKGBUILDDIR>>/embedded_data/screen_effects'
file_to_pascal_string flashlight.glsl screen_effects_flashlight.glsl.inc
file_to_pascal_string edge_detect.glsl screen_effects_edge_detect.glsl.inc
make[3]: Leaving directory '/<<PKGBUILDDIR>>/embedded_data/screen_effects'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
fpc -k"-flto=auto -ffat-lto-objects -z relro -z now" -dRELEASE -Mobjfpc -Sh -Ci 
-Sm -Sc -Sg -Si -O2 -Xs 
-Fu/usr/lib/x86_64-linux-gnu/fpc/3.2.2/units/castle-game-engine  
code/view3dscene.lpr
Compiling Release Version
Free Pascal Compiler version 3.2.2+dfsg-11 [2022/05/26] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling code/view3dscene.lpr
Compiling code/v3dscenetexturefilters.pas
Compiling code/v3dscenelights.pas
Compiling code/v3dscenefillmode.pas
Compiling code/v3dsceneraytrace.pas
v3dsceneraytrace.pas(45,56) Warning: Unit "CastleWindowModes" is deprecated: 
"use CastleUIState to implement user-interface states in a cross-platform way"
Compiling code/v3dscenestatus.pas
Compiling code/v3dscenewindow.pas
Compiling code/v3dscenenavigationtypes.pas
Compiling code/v3dsceneimages.pas
Compiling code/v3dscenescenechanges.pas
Compiling code/v3dscenebgcolors.pas
Compiling code/v3dsceneviewports.pas
Compiling code/v3dsceneviewpoints.pas
Compiling code/v3dscenecaptions.pas
Compiling code/v3dscenewarnings.pas
Compiling code/v3dsceneantialiasing.pas
Compiling code/v3dscenescreenshot.pas
generics.collections.pas(1186,20) Note: Call to subroutine "function 
TEnumerable<V3DSceneScreenShot.TScreenShot>.GetEnumerator:TEnumerator$1<V3DSCENESCREENSHOT.TScreenShot>;"
 marked as inline is not inlined
generics.collections.pas(144,52) Note: Private type 
"TCustomPointersEnumerator$2<V3DSCENESCREENSHOT.TScreenShot,V3DSCENESCREENSHOT.TCustomList$1$crc58781A64.PT>.T"
 never used
Compiling code/v3dsceneshadows.pas
Compiling code/v3dsceneoctreevisualize.pas
Compiling code/v3dsceneboxes.pas
v3dsceneoctreevisualize.pas(142,11) Warning: Symbol "glDrawBox3DWire" is 
deprecated: "do not draw like this, instead create TCastleScene with Cube node 
inside"
v3dsceneoctreevisualize.pas(188,9) Warning: Symbol "glDrawBox3DWire" is 
deprecated: "do not draw like this, instead create TCastleScene with Cube node 
inside"
Compiling code/v3dscenemiscconfig.pas
Compiling code/v3dscenescreeneffects.pas
v3dscenescreeneffects.pas(48,56) Warning: Symbol "TGLSLScreenEffect" is 
deprecated: "this will be internal class soon, instead use TCastleScreenEffects 
or TCastleViewport and add screen effects there"
v3dscenescreeneffects.pas(192,43) Warning: Symbol "TGLSLScreenEffect" is 
deprecated: "this will be internal class soon, instead use TCastleScreenEffects 
or TCastleViewport and add screen effects there"
Compiling code/v3dsceneskeletonvisualize.pas
Compiling code/v3dsceneversion.pas
Compiling code/v3dscenelightseditor.pas
Compiling code/v3dsceneinternalscenes.pas
Compiling code/v3dscenenamedanimations.pas
Compiling code/v3dscenedialogbox.pas
view3dscene.lpr(2929,64) Warning: Symbol "HierarchicalOcclusionQuery" is 
experimental
view3dscene.lpr(2929,97) Warning: Symbol "HierarchicalOcclusionQuery" is 
experimental
view3dscene.lpr(3355,27) Warning: Symbol "HierarchicalOcclusionQuery" is 
experimental
Linking code/view3dscene
/usr/bin/ld.bfd: -f may not be used without -shared
Error: Error while linking
Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
make[1]: *** [debian/rules:53: override_dh_auto_build-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:42: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: view3dscene
Source-Version: 4.2.0-2
Done: Peter Blackman <[email protected]>

We believe that the bug you reported is fixed in the latest version of
view3dscene, 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.
Peter Blackman <[email protected]> (supplier of updated view3dscene 
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: Tue, 19 Sep 2023 21:00:00 +0100
Source: view3dscene
Architecture: source
Version: 4.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Pascal Packaging Team <[email protected]>
Changed-By: Peter Blackman <[email protected]>
Closes: 1015702 1037406 1051598
Changes:
 view3dscene (4.2.0-2) unstable; urgency=medium
 .
   * Depend on libgl1 (Closes: #1051598)
   * Build-Depends on libgdk-pixbuf-2.0-dev (Closes: #1037406)
   * Disable lto (Closes: #1015702)
   * Fix links in debian/copyright
   * Fix folder name in debian/clean
   * Drop build dependency on whitedune-docs
   * Add lintian overrides
   * Add myself to Uploaders
   * Update standards version to 4.6.2, no changes needed.
Checksums-Sha1:
 ca50338948b0935804e69806a9412352b72877c4 2114 view3dscene_4.2.0-2.dsc
 38ce0713c2950a58932a08a6d27f3ddb1a0bd08f 8952 view3dscene_4.2.0-2.debian.tar.xz
 4cae4d94afb88cf4f37f2ed70420bdeaaa2a9b39 16193 
view3dscene_4.2.0-2_source.buildinfo
Checksums-Sha256:
 86971f1a76ae0c28b92ac2c649f76c5279fe01c6950219e4a74462dd6ef76f69 2114 
view3dscene_4.2.0-2.dsc
 0009b2e6ec94e7a9739f94d8bfc45ab25a81e4d0061b376cf501b708cd92d74d 8952 
view3dscene_4.2.0-2.debian.tar.xz
 7a8c39262add929da816e564168883a9b0a9c7fa05926a14ea2e59dbe468aba9 16193 
view3dscene_4.2.0-2_source.buildinfo
Files:
 4afb349633a36082741ae0f33bdee972 2114 graphics optional view3dscene_4.2.0-2.dsc
 53c40f44596fa308e565d6869800d8d7 8952 graphics optional 
view3dscene_4.2.0-2.debian.tar.xz
 3ecca0f6836b9822d7e65e97c935f13f 16193 graphics optional 
view3dscene_4.2.0-2_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmUYHMEQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFJjzC/9JVA32EAUZUwgs0NAXgyJ125CSgeEPBT9u
sVKSCwDWHAqzGN5zfjjtz6CUJ3lS+6yP1F/UD+dQvfJrd2LCW7NT90LIglhFrrV7
E6XPn4U1rWirfZZ0nHJn2XmvajgEzFe1fshvmN8uXVrkswHSaKZveHlHJCIRoHO8
cAoZfv2mtcQUWKuotTB304busd47H1XzmVXfpGLPC2a98qKm2qfiUZ/UeBoCcDLW
sOOo009huECyES+7tzK8INiousYB1iPdNvg2UNB4XwxfCEtI5v45tVmC51atH1U7
CtAvhxGhSAV54YJ+U6bNZI+NYThuHbdImy80eS0i9nHRV1BkrlWywsvETOh25UV5
XRn1+kEGMKPTLiLIgLcgWTES+2KXIhVCG/hp9bCrtuRokBVKEnrcsuJ7knLh/Fcj
7gSL9qMuPrp5uCi5smAvfA2c51Hh34lYb1HZQtG3Xp4j7EbDX1ZCG5Gx/ps78VJj
a3e9UEntRANw2th4om735RVYSBY8hcs=
=h+VT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to