Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 09:56:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272636] sysutils/fusefs-nbt: Update to 20230720-4d49ab2
Message-ID:  <bug-272636-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272636

            Bug ID: 272636
           Summary: sysutils/fusefs-nbt: Update to 20230720-4d49ab2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: msl0000023508@gmail.com

This change also fixes an issue where the built utilities may not always be
using shared library libnbt.so.1 due to parallel building.

Originally this port has 'ALL_TARGET=3Dlibnbt.so all', so make(1) will be
launched with these 2 targets together; if parallel building is enabled (by
default in ports tree), it is not guaranteed to have 'libnbt.so' ready befo=
re
building 'all'. As a result some programs built by 'all' may have linked wi=
th
libnbt.a instead. Fixing this unpredictable behavior by using 2 make(1) pas=
ses
for those 2 targets.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272636-7788>