Your message dated Fri, 21 May 2021 19:18:29 +0000
with message-id <[email protected]>
and subject line Bug#987646: fixed in eclipse-titan 7.2.0-1.1
has caused the Debian Bug report #987646,
regarding eclipse-titan: Frequent parallel FTBFS
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.)


-- 
987646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987646
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: eclipse-titan
Version: 7.2.0-1
Severity: serious
Tags: ftbfs

eclipse-titan (7.2.0-1) unstable; urgency=medium
...
  * debian/rules:
...
    - removed unnecessary --no-parallel option

 -- Gergely Pilisi <[email protected]>  Tue, 16 Feb 2021 10:25:17 +0100


Unfortunately --no-parallel is still necessary:

https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/eclipse-titan.html

...
Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
Notify: Generating TTCN-3 modules...
touch RT1/TitanLoggerControl.cc.compiled
Notify: File 'TitanLoggerApi.ttcn' was generated.
Notify: File `RT1/PreGenRecordOf.hh' was generated.
Notify: Generating TTCN-3 modules...
Notify: File 'TitanLoggerApi.ttcn' was generated.
Notify: File `RT1/PreGenRecordOf.cc' was generated.
Notify: 2 files were updated.
sed -e 
's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import
 from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_
touch RT1/PreGenRecordOf.cc.compiled
sed -e 
's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import
 from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_
mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn
mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn
mv: cannot stat 'TitanLoggerApi.ttcn_': No such file or directory
make[4]: *** [Makefile:280: TitanLoggerApi.ttcn] Error 1


https://buildd.debian.org/status/fetch.php?pkg=eclipse-titan&arch=powerpc&ver=7.2.0-1&stamp=1613472632&raw=0

...
Notify: File `RT1/TitanLoggerControl.hh' was generated.
Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'...
Notify: File `RT1/TitanLoggerControl.cc' was generated.
Notify: 2 files were updated.
touch RT1/TitanLoggerControl.cc.compiled
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT1/TitanLoggerControl.cc.compiled
Notify: File `RT1/PreGenRecordOf.hh' was generated.
Notify: File `RT1/PreGenRecordOf.cc' was generated.
Notify: 2 files were updated.
touch RT1/PreGenRecordOf.cc.compiled
Notify: Generating TTCN-3 modules...
Notify: File 'TitanLoggerApi.ttcn' was generated.
Notify: None of the files needed update.
sed -e 
's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import
 from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_
touch RT1/PreGenRecordOf.cc.compiled
Notify: Generating TTCN-3 modules...
Notify: File 'TitanLoggerApi.ttcn' was generated.
sed -e 
's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import
 from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_
mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn
mkdir -p RT1
mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn
if ../compiler2/compiler -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then 
:; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi
mv: cannot stat 'TitanLoggerApi.ttcn_': No such file or directory
make[4]: *** [Makefile:280: TitanLoggerApi.ttcn] Error 1

--- End Message ---
--- Begin Message ---
Source: eclipse-titan
Source-Version: 7.2.0-1.1
Done: Stefano Rivera <[email protected]>

We believe that the bug you reported is fixed in the latest version of
eclipse-titan, 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.
Stefano Rivera <[email protected]> (supplier of updated eclipse-titan 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: Fri, 21 May 2021 14:58:09 -0400
Source: eclipse-titan
Architecture: source
Version: 7.2.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Gergely Pilisi <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 987646
Changes:
 eclipse-titan (7.2.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Re-instate the --no-parallel option, fixing FTBFS on multi-core machines.
     (Closes: #987646)
Checksums-Sha1:
 db7e339102463516351046387e0da7932e66f10f 1265 eclipse-titan_7.2.0-1.1.dsc
 c24ac54159630fbc1c935d9b26ca5077876602e8 6584 
eclipse-titan_7.2.0-1.1.debian.tar.xz
 be208e836e7dec74f114d63a3ab78317025cc28e 5047 
eclipse-titan_7.2.0-1.1_source.buildinfo
Checksums-Sha256:
 61deda47b56e7277e66a703cf5e8a3d9814946838ff8e586640f0a01f909bfe2 1265 
eclipse-titan_7.2.0-1.1.dsc
 b7d054f18efba7006d5c0b1bb072ebdd6b09e1ab6ec75f1986bcf2bbffaa7280 6584 
eclipse-titan_7.2.0-1.1.debian.tar.xz
 c87297a2a622b2cad37ab17a4ed1cd1c1beaf3da9508bf7ed3e7f13dd9ba1c44 5047 
eclipse-titan_7.2.0-1.1_source.buildinfo
Files:
 dad2f8a8e6852a87665e2c096801a068 1265 java optional eclipse-titan_7.2.0-1.1.dsc
 6743dd826ab421f7378b700d9e99064a 6584 java optional 
eclipse-titan_7.2.0-1.1.debian.tar.xz
 6f1982b6b0456e2ec9cd779546636705 5047 java optional 
eclipse-titan_7.2.0-1.1_source.buildinfo

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

iHUEARYKAB0WIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYKgC5gAKCRBHew2wJjpU
2NlFAQCN6awyApzz/p6NYIeVbCfCn/GB7FwkuHGkTEUXA9zlyQD+JDN/xcOVMcPc
fcpKgJzfgkj7Di01Ue5QiBaA1mb8cAE=
=Vg3B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to