[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#897844: marked as done (qtscript-opensource-src: ftbfs with GCC-8)



Your message dated Thu, 2 Aug 2018 00:31:15 +0300
with message-id <20180801213115.GA11646@localhost>
and subject line Re: Bug#897844: qtscript-opensource-src: ftbfs with GCC-8
has caused the Debian Bug report #897844,
regarding qtscript-opensource-src: ftbfs with GCC-8
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 owner@bugs.debian.org
immediately.)


-- 
897844: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897844
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:qtscript-opensource-src
Version: 5.10.1+dfsg-2
Severity: normal
Tags: sid buster
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/qtscript-opensource-src_5.10.1+dfsg-2_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html

[...]
   Loc: [tst_qscriptclass.cpp(1358)]
PASS   : tst_QScriptClass::defaultImplementations()
PASS   : tst_QScriptClass::scriptClassObjectInPrototype()
PASS   : tst_QScriptClass::scriptClassWithNullEngine()
PASS   : tst_QScriptClass::scriptClassInOtherEngine()
PASS   : tst_QScriptClass::cleanupTestCase()
Totals: 16 passed, 8 failed, 0 skipped, 0 blacklisted, 10ms
********* Finished testing of tst_QScriptClass *********
make[5]: *** [Makefile:296: check] Error 8
make[5]: Leaving directory '/<<BUILDDIR>>/qtscript-opensource-src-5.10.1+dfsg/tests/auto/qscriptclass'
make[4]: *** [Makefile:1078: sub-qscriptclass-check] Error 2
make[5]: Nothing to be done for 'check'.
make[5]: Entering directory '/<<BUILDDIR>>/qtscript-opensource-src-5.10.1+dfsg/tests/auto/qscriptcontextinfo'
/<<BUILDDIR>>/qtscript-opensource-src-5.10.1+dfsg/tests/auto/qscriptcontextinfo/target_wrapper.sh  ./tst_qscriptcontextinfo 
********* Start testing of tst_QScriptContextInfo *********
Config: Using QtTest library 5.10.1, Qt 5.10.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.3.0)
PASS   : tst_QScriptContextInfo::initTestCase()
XFAIL  : tst_QScriptContextInfo::nativeFunction() QTBUG-17602: columnNumber doesn't work
   Loc: [tst_qscriptcontextinfo.cpp(139)]
PASS   : tst_QScriptContextInfo::nativeFunction()
XFAIL  : tst_QScriptContextInfo::scriptFunction() QTBUG-17602: columnNumber doesn't work
   Loc: [tst_qscriptcontextinfo.cpp(171)]
XFAIL  : tst_QScriptContextInfo::scriptFunction() QTBUG-17602: columnNumber doesn't work
   Loc: [tst_qscriptcontextinfo.cpp(190)]
PASS   : tst_QScriptContextInfo::scriptFunction()
FAIL!  : tst_QScriptContextInfo::qtFunction() Compared values are not the same
   Actual   (info.functionParameterNames().size()): 1
   Expected (pnames.size())                       : 2
   Loc: [tst_qscriptcontextinfo.cpp(236)]
PASS   : tst_QScriptContextInfo::qtPropertyFunction()
PASS   : tst_QScriptContextInfo::nullContext()
PASS   : tst_QScriptContextInfo::streaming()
PASS   : tst_QScriptContextInfo::comparison_null()
PASS   : tst_QScriptContextInfo::assignmentAndComparison()
PASS   : tst_QScriptContextInfo::cleanupTestCase()
Totals: 9 passed, 1 failed, 0 skipped, 0 blacklisted, 4ms
********* Finished testing of tst_QScriptContextInfo *********
make[5]: *** [Makefile:296: check] Error 1
make[5]: Leaving directory '/<<BUILDDIR>>/qtscript-opensource-src-5.10.1+dfsg/tests/auto/qscriptcontextinfo'
make[4]: *** [Makefile:1081: sub-qscriptcontextinfo-check] Error 2
make[3]: *** [Makefile:297: sub-auto-check] Error 2
make[2]: *** [Makefile:398: sub-tests-check] Error 2
make[2]: *** Waiting for unfinished jobs....
make[5]: Nothing to be done for 'check'.
make[5]: Nothing to be done for 'check'.
dh_auto_test: make -j8 -Oline check returned exit code 2
make[1]: *** [debian/rules:42: override_dh_auto_test-arch] Error 25
make[1]: Leaving directory '/<<BUILDDIR>>/qtscript-opensource-src-5.10.1+dfsg'
make: *** [debian/rules:13: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
On Fri, May 18, 2018 at 03:38:54PM +0300, Dmitry Shachnev wrote:
> On Fri, May 04, 2018 at 12:23:19PM +0000, Matthias Klose wrote:
> > 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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
> > severity of this report will be raised before the buster release.
> >
> > The full build log can be found at:
> > http://aws-logs.debian.net/2018/05/01/gcc8/qtscript-opensource-src_5.10.1+dfsg-2_unstable_gcc8.log.gz
> 
> This may be a bug in GCC (thanks to Rik Mills for the pointer):
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85822

The gcc bug is long fixed and qtscript-opensource-src builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/qtscript-opensource-src.html

Closing this bug.

> Dmitry Shachnev

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply to: