[Bug 276803] sysutils/testdisk: build failure if PROGSREISERFS is set

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 03 Feb 2024 13:00:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276803

            Bug ID: 276803
           Summary: sysutils/testdisk: build failure if PROGSREISERFS is
                    set
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: eduardo@FreeBSD.org
          Reporter: nicholas.e.taylor@gmail.com
             Flags: maintainer-feedback?(eduardo@FreeBSD.org)
          Assignee: eduardo@FreeBSD.org

Created attachment 248158
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248158&action=edit
Patch to sysutils/testdisk/Makefile, fixing version of dependency on
sysutils/progsreiserfs

With PROGSREISERFS set, the testdisk build fails with
===>   testdisk-7.2 depends on shared library: libreiserfs-0.3.so - not found

The problem appears to be that the testdisk Makefile depends on
libreiserfs-0.3.so:sysutils/progsreiserfs but sysutils/progsreiserfs installs
libreiserfs.so, libreiserfs-0.3.so.0, and libreiserfs-0.3.so.0.0.1.  The
attached patch modifies the testdisk Makefile to depend on
libreiserfs-0.3.so.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.