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

Bug#1002192: kitinerary: FTBFS: 12: QWARN : ExtractorScriptEngineTest::testInfiniteLoop() org.kde.kitinerary: JS ERROR: [qrc://buggy.js]:0: Error: Interrupted



tags 1002192 patch
thanks

On Tue, Dec 21, 2021 at 05:02:35PM +0100, Lucas Nussbaum wrote:
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> [...]
> > test 29
> >       Start 29: calendarhandlertest
> > 
> > 29: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/calendarhandlertest
> > 29: Environment variables: 
> > 29:  QT_PLUGIN_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin:
> > 29: Test timeout computed to be: 10000000
> > 29: ********* Start testing of CalendarHandlerTest *********
> > 29: Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.2.0), debian unknown
> > 29: PASS   : CalendarHandlerTest::initTestCase()
> > 29: PASS   : CalendarHandlerTest::testCreateEvent(canceled.json)
> > 29: QWARN  : CalendarHandlerTest::testCreateEvent(event.json) QFSFileEngine::open: No file name specified
> > 29: QWARN  : CalendarHandlerTest::testCreateEvent(event.json) kf.i18n.localeData: Unable to open iso_3166-1.json "" "No file name specified"
> > 29: QWARN  : CalendarHandlerTest::testCreateEvent(event.json) QFSFileEngine::open: No file name specified
> > 29: QWARN  : CalendarHandlerTest::testCreateEvent(event.json) kf.i18n.localeData: Unable to open iso_3166-1.json "" "No file name specified"
> > 29: QWARN  : CalendarHandlerTest::testCreateEvent(event.json) QFSFileEngine::open: No file name specified
> > 29: QWARN  : CalendarHandlerTest::testCreateEvent(event.json) kf.i18n.localeData: Unable to open iso_3166-1.json "" "No file name specified"
> > 29: QWARN  : CalendarHandlerTest::testCreateEvent(event.json) kf.contacts: address format database incomplete (no format for locale "" found). Using default address formatting.
> > 29: QDEBUG : CalendarHandlerTest::testCreateEvent(event.json) Actual:  BEGIN:VCALENDAR

(similar messages reported for the other failures)

That file iso_3166-1.json is part of the iso-codes package which was
*not* installed during the build as can be seen from the full build log

> http://qa-logs.debian.net/2021/12/20/kitinerary_21.08.1-1_unstable.log

which lists

| Recommended packages:
|   curl | wget | lynx ca-certificates dbus libarchive-cpio-perl libglib2.0-data
|   xdg-user-dirs libkf5archive-doc libkf5codecs-doc libkf5config-doc iso-codes
                                                                      ^^^^^^^^^
and I can confirm that without that package the build indeed fails.

However, when adding that package to B-D the build reproducably succeeds
again. This is a bit weird as during previous builds that package
apparently wasn't required, as can be seen in the old build logs, but it
seems now it is. Still, I'm taking the liberty to tag this bug "patch".

Cheers,
Flo
diff -Nru kitinerary-21.08.1/debian/control kitinerary-21.08.1/debian/control
--- kitinerary-21.08.1/debian/control	2021-09-11 00:21:58.000000000 +0200
+++ kitinerary-21.08.1/debian/control	2022-01-29 13:46:39.000000000 +0100
@@ -8,6 +8,7 @@
                debhelper-compat (= 13),
                extra-cmake-modules (>= 5.83.0~),
                gettext,
+               iso-codes,
                libkf5archive-dev (>= 5.71.0~),
                libkf5calendarcore-dev (>= 5:5.83.0~),
                libkf5contacts-dev (>= 5:5.83.0~),

Attachment: signature.asc
Description: PGP signature


Reply to: