Opened 3 years ago

Last modified 3 years ago

#62171 assigned defect

libgpod: configure failure: 'libplist' not found with pkgconfig

Reported by: mascguy (Christopher Nielsen) Owned by: JacksonIsaac (Jackson Isaac)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: libgpod

Description (last modified by mascguy (Christopher Nielsen))

It's not clear how many macOS releases this port is failing to build for, as the history has aged out. However, I can confirm that it's failing for Big Sur, based on recent buildbot attempts. I've also tested locally with macOS 10.13, with identical failures to what's occurring on our builders.

Of note, I'm seeing numerous failures in the configure log.

Plus these two key failures in main.log, with the caveat that they may simply be side-effects of earlier configure failures:

:info:configure checking for glib-2.0 >= 2.16.0 gobject-2.0 sqlite3 libplist >= 1.0 gmodule-2.0... no
:info:configure configure: error: Package requirements (glib-2.0 >= 2.16.0 gobject-2.0 sqlite3 libplist >= 1.0 gmodule-2.0) were not met:
:info:configure No package 'libplist' found

Both logs attached, for local 10.13 build attempt.

Big Sur x86_64 build log available here:

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

This failure is blocking downstream ports from building. Is anyone interested in taking a look?

Attachments (2)

libgpod-main-log-10.13.txt.gz (5.3 KB) - added by mascguy (Christopher Nielsen) 3 years ago.
libgpod-config-log-10.13.txt.gz (9.1 KB) - added by mascguy (Christopher Nielsen) 3 years ago.

Download all attachments as: .zip

Change History (11)

Changed 3 years ago by mascguy (Christopher Nielsen)

Changed 3 years ago by mascguy (Christopher Nielsen)

comment:1 Changed 3 years ago by mascguy (Christopher Nielsen)

Summary: libgpod: builds failing due to 'libplist' not foundlibgpod: builds failing: upstream lib version mismatches, and/or 'libplist' not found

comment:2 Changed 3 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)

comment:3 Changed 3 years ago by jmroot (Joshua Root)

Cc: i0ntempest added
Owner: changed from macports-tickets@… to JacksonIsaac
Port: libplist added
Summary: libgpod: builds failing: upstream lib version mismatches, and/or 'libplist' not foundlibgpod: configure failure: 'libplist' not found with pkgconfig

So if pkg-config --cflags libplist doesn't work, that's most likely an issue with libplist.

comment:4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: i0ntempest removed
Port: libplist removed

I can't think of a reason why this would work on 10.15; it shouldn't work on any system because it is looking for a "libplist" pkg-config file, but the libplist port doesn't provide one; it provides a "libplist-2.0" pkg-config file. Presumably this version of libgpod is only compatible with libplist version 1, which we don't have in MacPorts anymore since 2018. I think we're already using the latest version of libgpod. So we either need to find or develop a patch to make libgpod compatible with libplist 2, or we need to reintroduce a port for libplist 1 and make libgpod use that.

comment:5 Changed 3 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)

comment:6 Changed 3 years ago by mascguy (Christopher Nielsen)

Sorry for the confusion relative to the 10.15 build, that was based on a cursory look at the port's status page. It turns out that the last 10.15 build was from 2019.

Updated the ticket description accordingly.

Last edited 3 years ago by mascguy (Christopher Nielsen) (previous) (diff)

comment:7 Changed 3 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)

comment:8 Changed 3 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)

comment:9 Changed 3 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)
Note: See TracTickets for help on using tickets.