Your message dated Fri, 27 Aug 2021 09:35:37 +0000
with message-id <e1mjygv-000h3l...@fasolo.debian.org>
and subject line Bug#978839: fixed in ivtools 2.0.4a1-3
has caused the Debian Bug report #978839,
regarding ivtools: ftbfs with autoconf 2.70
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.)


-- 
978839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ivtools
Version: 2.0.3a1-1
Severity: normal
Tags: sid bookworm
User: d...@debian.org
Usertags: ftbfs-ac270

[This bug report is not targeted to the upcoming bullseye release]

The package fails to build in a test rebuild on at least amd64 with
autoconf 2.70, but succeeds to build with autoconf 2.69. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://qa-logs.debian.net/2020/09/26.ac270/ivtools_2.0.3a1-1_unstable_ac270.log
The last lines of the build log are at the end of this report.

To build with autoconf 2.70, please install the autoconf package from
experimental:  apt-get -t=experimental install autoconf 

[...]
                 from ./src/include/ivstd/stdlib.h:5,
                 from /usr/include/ace/os_include/os_stdlib.h:34,
                 from /usr/include/ace/Basic_Types.h:54,
                 from /usr/include/ace/OS_NS_Thread.h:27,
                 from /usr/include/ace/Thread_Mutex.h:29,
                 from /usr/include/ace/Atomic_Op.h:21,
                 from /usr/include/ace/Event_Handler.h:22,
                 from /usr/include/ace/Service_Object.h:22,
                 from /usr/include/ace/Acceptor.h:16,
                 from ./src/ComTerp/comhandler.h:42,
                 from ./src/ComUnidraw/comterp-acehandler.h:31,
                 from src/comdraw/main.cc:34:
/usr/include/c++/10/cstdlib:151:11: error: ‘malloc’ has not been declared in 
‘::’
  151 |   using ::malloc;
      |           ^~~~~~
/usr/include/c++/10/cstdlib:164:11: error: ‘realloc’ has not been declared in 
‘::’
  164 |   using ::realloc;
      |           ^~~~~~~
In file included from ./src/include/ivstd/stdlib.h:5,
                 from /usr/include/ace/os_include/os_stdlib.h:34,
                 from /usr/include/ace/Basic_Types.h:54,
                 from /usr/include/ace/OS_NS_Thread.h:27,
                 from /usr/include/ace/Thread_Mutex.h:29,
                 from /usr/include/ace/Atomic_Op.h:21,
                 from /usr/include/ace/Event_Handler.h:22,
                 from /usr/include/ace/Service_Object.h:22,
                 from /usr/include/ace/Acceptor.h:16,
                 from ./src/ComTerp/comhandler.h:42,
                 from ./src/ComUnidraw/comterp-acehandler.h:31,
                 from src/comdraw/main.cc:34:
/usr/include/c++/10/stdlib.h:65:12: error: ‘malloc’ has not been declared in 
‘std’
   65 | using std::malloc;
      |            ^~~~~~
/usr/include/c++/10/stdlib.h:73:12: error: ‘realloc’ has not been declared in 
‘std’
   73 | using std::realloc;
      |            ^~~~~~~
src/ComUnidraw/comeditor.cc: In constructor ‘ComEditor::ComEditor(const char*, 
OverlayKit*)’:
src/ComUnidraw/comeditor.cc:88:44: warning: dereferencing type-punned pointer 
will break strict-aliasing rules [-Wstrict-aliasing]
   88 |  if (catalog->Retrieve(file, (Component*&) comp)) {
      |                                            ^~~~
src/ComUnidraw/comeditor.cc: In member function ‘virtual void 
ComEditor::InitCommands()’:
src/ComUnidraw/comeditor.cc:117:5: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
  117 |     if (!_terp)
      |     ^~
src/ComUnidraw/comeditor.cc:119:7: note: ...this statement, but the latter is 
misleadingly indented as if it were guarded by the ‘if’
  119 |       const char* stdin_off_str = 
unidraw->GetCatalog()->GetAttribute("stdin_off");
      |       ^~~~~
src/ComUnidraw/comeditor.cc: In member function ‘osboolean 
ComEditor::whiteboard()’:
src/ComUnidraw/comeditor.cc:330:22: warning: suggest parentheses around ‘&&’ 
within ‘||’ [-Wparentheses]
  330 |     if (wbmaster_str && strcmp(wbmaster_str, "true")==0 ||
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ComUnidraw/comterp-iohandler.cc: In member function ‘virtual int 
ComTerpIOHandler::inputReady(int)’:
src/ComUnidraw/comterp-iohandler.cc:66:10: warning: ignoring return value of 
‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   66 |     fgets( _buffer, BUFSIZ, _fptr);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -DHAVE_ACE 
-Div2_6_compatible -I./src -I./src/include/IV-2_6 -I./src/include 
-I./src/include/ivstd -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-write-strings 
-Wno-deprecated -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wall -Wno-narrowing -Wno-unused-variable 
-Wno-char-subscripts -Wno-maybe-uninitialized -Wno-sign-compare -c 
src/ComUnidraw/comterp-iohandler.cc -o 
src/ComUnidraw/libComUnidraw_la-comterp-iohandler.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -DHAVE_ACE 
-Div2_6_compatible -I./src -I./src/include/IV-2_6 -I./src/include 
-I./src/include/ivstd -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-write-strings 
-Wno-deprecated -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wall -Wno-narrowing -Wno-unused-variable 
-Wno-char-subscripts -Wno-maybe-uninitialized -Wno-sign-compare -c 
src/ComUnidraw/comeditor.cc -o src/ComUnidraw/libComUnidraw_la-comeditor.o 
>/dev/null 2>&1
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.  
-Dcplusplus_2_1 -DHAVE_ACE -Div2_6_compatible -I./src -I./src/include/IV-2_6 
-I./src/include -I./src/include/ivstd -Wdate-time -D_FORTIFY_SOURCE=2 
-Wno-write-strings -Wno-deprecated -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wall -Wno-narrowing -Wno-unused-variable 
-Wno-char-subscripts -Wno-maybe-uninitialized -Wno-sign-compare -c -o 
src/ComUnidraw/libComUnidraw_la-dialogfunc.lo `test -f 
'src/ComUnidraw/dialogfunc.cc' || echo './'`src/ComUnidraw/dialogfunc.cc
make[3]: *** [Makefile:8716: src/comdraw/comdraw-main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -DHAVE_ACE 
-Div2_6_compatible -I./src -I./src/include/IV-2_6 -I./src/include 
-I./src/include/ivstd -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-write-strings 
-Wno-deprecated -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wall -Wno-narrowing -Wno-unused-variable 
-Wno-char-subscripts -Wno-maybe-uninitialized -Wno-sign-compare -c 
src/ComUnidraw/dialogfunc.cc  -fPIC -DPIC -o 
src/ComUnidraw/.libs/libComUnidraw_la-dialogfunc.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -DHAVE_ACE 
-Div2_6_compatible -I./src -I./src/include/IV-2_6 -I./src/include 
-I./src/include/ivstd -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-write-strings 
-Wno-deprecated -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wall -Wno-narrowing -Wno-unused-variable 
-Wno-char-subscripts -Wno-maybe-uninitialized -Wno-sign-compare -c 
src/ComUnidraw/dialogfunc.cc -o src/ComUnidraw/libComUnidraw_la-dialogfunc.o 
>/dev/null 2>&1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:9241: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:2530: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ivtools
Source-Version: 2.0.4a1-3
Done: Barak A. Pearlmutter <b...@debian.org>

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

Debian distribution maintenance software
pp.
Barak A. Pearlmutter <b...@debian.org> (supplier of updated ivtools 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, 27 Aug 2021 10:08:58 +0100
Source: ivtools
Architecture: source
Version: 2.0.4a1-3
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <b...@debian.org>
Changed-By: Barak A. Pearlmutter <b...@debian.org>
Closes: 978839
Changes:
 ivtools (2.0.4a1-3) unstable; urgency=medium
 .
   * bump policy
   * merge autoconf 2.70 fix (closes: #978839)
Checksums-Sha1:
 4a130f0af7f5fcb4bca50d8370497f3474cfae5e 2189 ivtools_2.0.4a1-3.dsc
 7691f2a017342deebf0d142931d963d1c728576a 13332 ivtools_2.0.4a1-3.debian.tar.xz
 6c3c604dbec68247b0ae733d619c3736c89497ef 9691 
ivtools_2.0.4a1-3_source.buildinfo
Checksums-Sha256:
 4d23de23ecbb1219eda27eb0e3643aa21c47d7e1e6a4b5fd096433044ab5e5e5 2189 
ivtools_2.0.4a1-3.dsc
 1d239652ff9d43faf30b834386e35dd37cf231f6dd11c2cdb4f5d02863b71a02 13332 
ivtools_2.0.4a1-3.debian.tar.xz
 8e0111ca560f623b5e6764453c1f7be19207a15ae0c47a30deb015c953648611 9691 
ivtools_2.0.4a1-3_source.buildinfo
Files:
 18550f9b550eb1c95889b3872a8da1eb 2189 libs optional ivtools_2.0.4a1-3.dsc
 80c834305eea222595391e171a8c9fb7 13332 libs optional 
ivtools_2.0.4a1-3.debian.tar.xz
 064721c68263bfca63bfe5deb990fba1 9691 libs optional 
ivtools_2.0.4a1-3_source.buildinfo

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

iQJDBAEBCgAtFiEE+nZaz+JE7Dn2AefCmesepNIze4gFAmEoq/gPHGJhcEBkZWJp
YW4ub3JnAAoJEJnrHqTSM3uIwCkP/jXVBuVOJf7uAl7CtyqOYN8lDZDIn4hw7Lmo
8EVA8m9d0C3dWC7XH9SYzW+wFbj4xXpLOXpQR12TXoU8U5AinYTM4rO88VhtuiNe
ZLaoO6vz6h5gNVdvDkw6iwLe2UndXUBHqBFhZQ4bvsxnFzU6HhzWEvLABnyRn/tg
BlNzGeomFK6qU5ZEBXvC6+1i/ckInMNc+GO95ufkERsyR5cwyJKnJwPUmn7HsAkl
EwvpUzKYlyjD8tS9DYMu/6AU/k5JKYc2Wzo8vC2fBC4AhJaDPGf02i1zsWKpEuC4
SFZSjrSBwYoaD9C/eLPRIhOvGk0WDY16S663ZNHl6bD+sHiwWwenJftn1URysT6/
fwRJd3O03iUpzzWyfb40QPoAjTlwHO39cawi5Jt2vPWuQSPKgtuj9aKWJ4etjAHl
jGeKSD25YVUMA12TCFn3TNnyH3GTVgPu6gKL6dwrdJkkePfpAPxCso1xFBU8TpeP
3XuWL57frjKoqBzNTDATdD4cTuWmrTdarvrqPa2Lk/38AI8SD33wW83Twkl45PDd
JS4LT/DpFBUa61RRKYiwPVM8pWFPEfH4/QFK7nvXZmdBs9kiXAII2GIhskYg1ucP
VGq91ISSDCKvnkGL7y6+OG9f/d83lYCA4xJt7vXAfYyeezGSqkEFazb9qngPGsif
3bm3qggs
=nPng
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to