Bug 263599 - deskutils/caja-extensions fails libdepends check
Summary: deskutils/caja-extensions fails libdepends check
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-26 22:59 UTC by Cy Schubert
Modified: 2022-04-30 16:05 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cy Schubert freebsd_committer freebsd_triage 2022-04-26 22:59:29 UTC
Following 961dd471607552da5cc449d8d4d268fa7ae1ae54, deskutils/caja-extensions fails LIB_DEPENDS check.

===>   caja-extensions-1.26.0 depends on shared library: libgupnp-1.2.so - not found
*** Error code 1

Stop.
make: stopped in /usr/ports/deskutils/caja-extensions
=>> Cleaning up wrkdir
===>  Cleaning for caja-extensions-1.26.0
build of deskutils/caja-extensions | caja-extensions-1.26.0 ended at Tue Apr 26 14:52:59 PDT 2022
build time: 00:00:21
!!! build failure encountered !!!
Comment 1 ddrinnon 2022-04-28 23:22:09 UTC
I also encountered this build failure on a Poudriere platform.  It probably affects everyone.
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2022-04-28 23:27:41 UTC
There are a number of other ports with this same failure. Probably a good idea to run sed against them to change the port shared library version number dependency, to chase 961dd471607552da5cc449d8d4d268fa7ae1ae54.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-29 15:21:43 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02bf14f3cdfc4d2d56105e8f6ff3214701d116b7

commit 02bf14f3cdfc4d2d56105e8f6ff3214701d116b7
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-04-29 15:17:48 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-04-29 15:21:18 +0000

    deskutils/caja-extensions: Update *_DEPENDS after gupnp 1.5.0 update

    PR:             263599
    Reported by:    cy

 deskutils/caja-extensions/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-04-30 16:05:26 UTC
It is missed from my grep. Thanks for fixing it.