Bug 447992 - tellico 3.4.3 doesn't build
Summary: tellico 3.4.3 doesn't build
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (other bugs)
Version First Reported In: 3.4.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-05 19:51 UTC by Antonio Rojas
Modified: 2022-01-06 01:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2022-01-05 19:51:03 UTC
tellico 3.4.3 fails to build:

/build/tellico/src/tellico-3.4.3/src/tests/collectiontest.cpp: In member function ‘void CollectionTest::testAppendCollection()’:
/build/tellico/src/tellico-3.4.3/src/tests/collectiontest.cpp:597:44: error: no matching function for call to ‘Tellico::Data::Document::appendCollection(Tellico::Data::CollPtr&, Tellico::Data::CollPtr&)’
  597 |   Tellico::Data::Document::appendCollection(coll2, coll1);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
Comment 1 Robby Stephenson 2022-01-06 01:35:27 UTC
Fixed in 46400b75b4c39ab2eb713bec04f02416c3c1e52b
https://invent.kde.org/office/tellico/-/commit/46400b75b4c39ab2eb713bec04f02416c3c1e52b

You can either apply the patch from that commit, or just not build the unit tests by passing the -DBUILD_TESTING=FALSE flag to cmake.