Bug 447992

Summary: tellico 3.4.3 doesn't build
Product: [Applications] tellico Reporter: Antonio Rojas <arojas>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.4.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.