#67558 closed defect (fixed)

QtPBFImagePlugin @2.4: error: no such file or directory: '/opt/local/lib/libprotobuf-lite.a'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: skimir, dershow
Port: QtPBFImagePlugin

Description

https://build.macports.org/builders/ports-11_arm64-builder/builds/94333/steps/install-port/logs/stdio

clang: error: no such file or directory: '/opt/local/lib/libprotobuf-lite.a'

protobuf3-cpp used to provide libprotobuf-lite.a and libprotobuf-lite.dylib but now that it has been switched to build with cmake it only provides libprotobuf-lite.dylib.

Change History (3)

comment:1 Changed 11 months ago by dershow

Cc: dershow added

comment:2 Changed 11 months ago by mascguy (Christopher Nielsen)

Cc: skimir added; mascguy removed
Owner: changed from sikmir to mascguy

Dang, while I pre-tested with many of the dependents prior to the migration to CMake, there was bound to be a straggler or two. I'll take a quick look this morning, to see if this is easy to fix.

comment:3 Changed 11 months ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In 929224823b022cf995e14f4e34f75f3342ec6436/macports-ports (master):

QtPBFImagePlugin: Fix linking with protobuf3-cpp
Fixes: #67558

Note: See TracTickets for help on using tickets.