Your message dated Sun, 18 Aug 2024 03:04:12 +0000
with message-id <e1sfwde-00cnn3...@fasolo.debian.org>
and subject line Bug#1075090: fixed in inventor 2.1.6+ds-1
has caused the Debian Bug report #1075090,
regarding inventor: ftbfs with GCC-14
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.)


-- 
1075090: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075090
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:inventor
Version: 2.1.5-10+dfsg-2.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/inventor_2.1.5-10+dfsg-2.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
rm -rf         
rm -rf Makedepend
make[3]: Entering directory '/<<PKGBUILDDIR>>/tools/ppp'
rm -rf *.[oue] a.out core lex.yy.[co] y.tab.[cho] _force ar.tmp.*     
rm -rf  ppp       
rm -rf Makedepend
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools/ppp'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[2]: Entering directory '/<<PKGBUILDDIR>>/libFL'
rm -rf *.[oue] a.out core lex.yy.[co] y.tab.[cho] xxx_force ar.tmp.*     
rm -rf         
rm -rf Makedepend
make[3]: Entering directory '/<<PKGBUILDDIR>>/libFL'
make[3]: *** freetype: No such file or directory.  Stop.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libFL'
make[2]: *** [GNUmakefile:17: clobber] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libFL'
make[1]: *** [GNUmakefile:12: clobber] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: [debian/rules:77: clean] Error 2 (ignored)
# Clear out symlinks created during build.
rm -f libFL/ang/flclient.h libFL/freetype lib/libInventor.so.1 
libSoXt/libInventorXt.so.1
dh_clean
 debian/rules binary
dh_testdir
# libFL binary archive changed name in CVS version
rm -f libFL/src/libFL*.a
install -d /<<PKGBUILDDIR>>/debian/tmp
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib dh_auto_build -- install
        make -j8 "INSTALL=install --strip-program=true" install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
/usr/bin/gcc    -g -D_REENTRANT -O3  -I/usr/X11R6/include -I. 
-I../lib/database/include -I../lib/interaction/include 
-I../lib/nodekits/include -I../libSoXt/include -fPIC    -O -DNDEBUG    
-Wdate-time -D_FORTIFY_SOURCE=2  -c -o close.o close.c
close.c: In function ‘iclose’:
close.c:15:5: error: implicit declaration of function ‘iflush’; did you mean 
‘fflush’? [-Wimplicit-function-declaration]
   15 |     iflush(image);
      |     ^~~~~~
      |     fflush
close.c:16:5: error: implicit declaration of function ‘img_optseek’ 
[-Wimplicit-function-declaration]
   16 |     img_optseek(image, 0);
      |     ^~~~~~~~~~~
close.c:19:13: error: implicit declaration of function ‘cvtimage’ 
[-Wimplicit-function-declaration]
   19 |             cvtimage(image);
      |             ^~~~~~~~
close.c:20:13: error: implicit declaration of function ‘img_write’ 
[-Wimplicit-function-declaration]
   20 |         if (img_write(image,(char *)image,sizeof(IMAGE)) != 
sizeof(IMAGE)) {
      |             ^~~~~~~~~
close.c:21:13: error: implicit declaration of function ‘i_errhdlr’ 
[-Wimplicit-function-declaration]
   21 |             i_errhdlr("iclose: error on write of image header\n");
      |             ^~~~~~~~~
close.c:30:17: error: implicit declaration of function ‘cvtlongs’ 
[-Wimplicit-function-declaration]
   30 |                 cvtlongs(image->rowstart,tablesize);
      |                 ^~~~~~~~
close.c:57:11: error: implicit declaration of function ‘close’; did you mean 
‘iclose’? [-Wimplicit-function-declaration]
   57 |     ret = close(image->file);
      |           ^~~~~
      |           iclose
close.c: In function ‘iflush’:
close.c:70:17: error: implicit declaration of function ‘putrow’; did you mean 
‘putw’? [-Wimplicit-function-declaration]
   70 |             if (putrow(image, base, image->y,image->z)!=image->xsize) {
      |                 ^~~~~~
      |                 putw
make[2]: *** [<builtin>: close.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libimage'
make[1]: *** [GNUmakefile:12: install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" install 
returned exit code 2
make: *** [debian/rules:65: build-stamp] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: inventor
Source-Version: 2.1.6+ds-1
Done: Steve M. Robbins <s...@debian.org>

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

Debian distribution maintenance software
pp.
Steve M. Robbins <s...@debian.org> (supplier of updated inventor 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: SHA256

Format: 1.8
Date: Sat, 17 Aug 2024 21:35:02 -0500
Source: inventor
Architecture: source
Version: 2.1.6+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Steve M. Robbins <s...@debian.org>
Closes: 1066892 1075090
Changes:
 inventor (2.1.6+ds-1) unstable; urgency=medium
 .
   * Standards-Version: 4.7.0 (routine-update)
   * Fix Maintainer name of Debian Science team (routine-update)
   * Remove trailing whitespace in debian/copyright (routine-update)
   * Remove constraints unnecessary since bullseye (oldstable):
     + Build-Depends: Replace dependency on transitional package
       x11proto-core-dev with replacement x11proto-dev.
   * [3e065a2] Switch upstream to github open-inventor (Closes: # 1066892)
     SGI has long ago removed their website.
   * [890f435] New upstream version 2.1.6
     + Rewrite build rules to use new CMake build.
     + Remove all existing patches - all were applied upstream, apart from
       setting a SOVERSION, which is now done in new soversion.patch.
     + Patched sources build with gcc-14 (Closes: #1075090)
Checksums-Sha1:
 944be47e3be504868ca193c57a115fba64bc6472 2465 inventor_2.1.6+ds-1.dsc
 741ad6623deeb526918056077f34f146a7604ad8 5258112 inventor_2.1.6+ds.orig.tar.xz
 24e5eb9f2202d4f4fcfb36e4b373ee5962ce3b13 11760 
inventor_2.1.6+ds-1.debian.tar.xz
 cee3dc3153a33d17d04c44786b60689d24d9c937 12071 
inventor_2.1.6+ds-1_amd64.buildinfo
Checksums-Sha256:
 a41c923ddd99131212fde9a3d5d0a756a1dfca1dac761bd2e9ace18565358426 2465 
inventor_2.1.6+ds-1.dsc
 3dfb309ab0589d94d55e3ade980e8a92567f49a20f062e6ba2fd8e32bee36939 5258112 
inventor_2.1.6+ds.orig.tar.xz
 3a2f0a867604f048ceee9628fb856f40deaff1f03470ae387a9ae24b52511a4a 11760 
inventor_2.1.6+ds-1.debian.tar.xz
 2dc4a0773938f8d2dfa5fcb46afd2d746376ff551dc0396c8bf62fffd97df484 12071 
inventor_2.1.6+ds-1_amd64.buildinfo
Files:
 74d9ffe9b0ee16ff7ab2afdd0c65a63b 2465 devel optional inventor_2.1.6+ds-1.dsc
 ee7dd74093b7466a0baaa707061a3791 5258112 devel optional 
inventor_2.1.6+ds.orig.tar.xz
 9f903bed7c76a5b493e95be8e7fe2098 11760 devel optional 
inventor_2.1.6+ds-1.debian.tar.xz
 508268590d0cb39277acfefa513bbd20 12071 devel optional 
inventor_2.1.6+ds-1_amd64.buildinfo

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

iQJDBAEBCAAtFiEEy89k8fa3rclNjyokyeVeL63I9LkFAmbBYAEPHHNtckBkZWJp
YW4ub3JnAAoJEMnlXi+tyPS5fXMQAIvFDlUvjijJt2seTVLaaTnB90HYooIUArz6
X4ne50GSL9He1bQhaldMi8sbWG6Jb5bAkSqUI9uJrnw0w+qVamjRW0UfqPFxTSKP
nvZTsDfFwZDxYt/ytOEZbKGOL3bu2FLBbnuqYfsNiwu35ASjcGVuV/85YoGHNWKz
GJl0VVvMoOrzIkzaAVynfvsvlnqfP9OfK5Q2gFaGl2+I9HNHJCbG3PR0LhoV5R85
1hlTIU5riy4p3utdwMll+n/z/4BXhw1zbfnlLNLuyxJLsuoOWtUTEkr+KeAoQEvq
yYcY23hEPM9cNe4qi0+ovWqf4ADlYPlisRrKbU/+fZ16OxTrKUmph8dEwbrjpQo3
xWWK33XADfU1y8hOgVl7L73sUqouLnAdx/pJGjyMq7S1nGVwg/ujkziQv7UjOhb6
YOwXbCR4ZOsuVNGfNu7FCLfm8AT6kRCzAmnKZEZojetIIt5CHbO8mLN93SGRoyJT
s7ZBJOdLDcJuoonWAQDbdGfV70fzl8yvMCz59zwDCshqFjTo5rmHDl3EnFWPiFCD
TAlNGOjG4mHhbiSUsKCzsLghGf3+vD0eBT2G6YkWiRwg4ofyMGg/vTw5RG/A04Gb
/T4+X6rc9UBbQtiJPHq8mgxqdMrL547RdM/UgpUDX97t+ZthEqcTDewdaFvIB1MX
+HzMLIDI
=9zPK
-----END PGP SIGNATURE-----

Attachment: pgpbQXEscT_cf.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to