Your message dated Sun, 23 Nov 2025 10:18:53 +0000
with message-id <[email protected]>
and subject line Bug#1105293: fixed in clhep 2.4.7.1-2
has caused the Debian Bug report #1105293,
regarding clhep: FTBFS with make --shuffle=reverse: Fatal error: can't create
shared/ZMinput.o: No such file or directory
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.)
--
1105293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105293
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: clhep
Version: 2.1.4.1+dfsg-1.2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-shuffle
Hi,
GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/
This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.
More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle
Relevant part (hopefully):
> make[4]: Entering directory
> '/build/reproducible-path/clhep-2.1.4.1+dfsg/Vector/src'
> Makefile:767: update target 'shared/ZMxpv.o' due to: target does not exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o shared/ZMxpv.o
> ZMxpv.cc
> Makefile:767: update target 'shared/ZMinput.o' due to: target does not exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o shared/ZMinput.o
> ZMinput.cc
> Makefile:767: update target 'shared/TwoVector.o' due to: target does not exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o shared/TwoVector.o
> TwoVector.cc
> Makefile:767: update target 'shared/ThreeVectorR.o' due to: target does not
> exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o
> shared/ThreeVectorR.o ThreeVectorR.cc
> Makefile:767: update target 'shared/ThreeVector.o' due to: target does not
> exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o
> shared/ThreeVector.o ThreeVector.cc
> Makefile:767: update target 'shared/SpaceVectorR.o' due to: target does not
> exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o
> shared/SpaceVectorR.o SpaceVectorR.cc
> Makefile:767: update target 'shared/SpaceVectorP.o' due to: target does not
> exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o
> shared/SpaceVectorP.o SpaceVectorP.cc
> Makefile:767: update target 'shared/SpaceVectorD.o' due to: target does not
> exist
> g++ -DHAVE_CONFIG_H -I. -I../Vector -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -O
> -ansi -pedantic -Wall -D_GNU_SOURCE -g -O2
> -ffile-prefix-map=/build/reproducible-path/clhep-2.1.4.1+dfsg=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -fPIC -DPIC -c -o
> shared/SpaceVectorD.o SpaceVectorD.cc
> Assembler messages:
> Fatal error: can't create shared/ZMinput.o: No such file or directory
> make[4]: *** [Makefile:767: shared/ZMinput.o] Error 1 shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/clhep_2.1.4.1+dfsg-1.2_unstable_reverse.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
--- End Message ---
--- Begin Message ---
Source: clhep
Source-Version: 2.4.7.1-2
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
clhep, 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.
Andreas Tille <[email protected]> (supplier of updated clhep 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: Sun, 23 Nov 2025 10:32:03 +0100
Source: clhep
Architecture: source
Version: 2.4.7.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1105293
Changes:
clhep (2.4.7.1-2) unstable; urgency=medium
.
* Team upload.
* Work around build time test issue on 32bit architectures
* Seems upstream has fixed build system
Closes: #1105293
Checksums-Sha1:
7862c748f1a5b9ddf3e3c659986e4f42e22adc1a 2170 clhep_2.4.7.1-2.dsc
d0b0bba602477bcf16049fb4c55778e40c65f8ac 5892 clhep_2.4.7.1-2.debian.tar.xz
532ef26fbaab3b0f765ea60bc4889a35be028c99 9503 clhep_2.4.7.1-2_amd64.buildinfo
Checksums-Sha256:
9144f2af314bb73385bb0d30e70633481f647d28fb08db8617567b6fd483a968 2170
clhep_2.4.7.1-2.dsc
228fdd9ce3cb21671e0e41d0551aff7d03ead215e7a383e012f6d77702e37a5a 5892
clhep_2.4.7.1-2.debian.tar.xz
87a6a7a559cfe917d61220e9df0f41e6ceff091493e4f2a1cf787117e2318c83 9503
clhep_2.4.7.1-2_amd64.buildinfo
Files:
7f12f09d3515c17af73e06bc9f5da75f 2170 science optional clhep_2.4.7.1-2.dsc
f3e12ceec23d2fc85cbcdd1076ae4660 5892 science optional
clhep_2.4.7.1-2.debian.tar.xz
7371c61178d15e6e5c2c64ae770c9fd5 9503 science optional
clhep_2.4.7.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmki3MYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGcEw//UVALRUggT5YJgL0njGXPJ/8VjE7kE4NH
uv5qtgpR2OwfLstA2/05IQEZE2FLolZJL56aQQV2w/PQEPLwUFMcNWHRtpgw9+p4
Gha0uvj+Arm3l4TQ6WEYyNWvDhtAn829aDRWSy7BVzHHngzI5rRYw6bavGr8/jO5
Vr7Ry9pO+uG0wjvkqQL9PdkOS3dQb+nWi5l/ONMFVpJlwwVYNTV8jnMZQDA+gJGT
Nt5vK3B7PEp+KYXImV2ZeROLJPS/2wY/Cw/omERNoye6i0mc9MLyHIVojOtibip5
wwlbUlg7k8SSMRIl9ZrrL1k972r902PRkQHo5xAp/KovSGXHSsNX6WItj3nUd9pR
iZmB/RbcQsuG3E2ZLpO7xGtuUMJt/6hhaCgHVaj37P7mnSZ24gMo/tT/AHw2G9Qo
sOfv+ZPzk7nRXAdfHjx0H+9Dnnu36qUdt8Hrp6/TjGXsuQ7jIRsMGhAYae8flZyN
cflbcZMoxsKRUwQrgWFaPYz0Or0Bd26ndFkpkmV1t2ogLIQiO3NsLK830MXA64nT
/Hyq0/ISE+6yls9W+GH/q22xOsne33Ll3irhPLUIxFSR7Tsw7M6cydOpWnZwiBmv
WNISrO5nYZWY6riXbIj+o0MH/5+4HTjaXZTroNh2QpCSQYwl9GYLnHF5eHVs04hX
2tTbtWrW3Io=
=Eyxe
-----END PGP SIGNATURE-----
pgps9GdVxpCfi.pgp
Description: PGP signature
--- End Message ---