[Bug 240557] security/botan2: Update to 2.11.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 18 18:51:56 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240557

Dmitri Goutnik <dmgk at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs at FreeBSD.org      |dmgk at freebsd.org
                 CC|                            |dmgk at freebsd.org

--- Comment #3 from Dmitri Goutnik <dmgk at freebsd.org> ---
Fails to stage in poudriere:

===>  Staging for botan2-2.11.0
===>   Generating temporary packing list
gmake[1]: Entering directory
'/wrkdirs/usr/ports/security/botan2/work/Botan-2.11.0'
python3.6 src/scripts/install.py --prefix="/usr/local" --build-dir="build"
--bindir=bin --libdir=lib --docdir=share/doc --includedir=include
   INFO: Botan 2.11.0 installation complete
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/security/botan2/work/Botan-2.11.0'
/usr/bin/strip
/wrkdirs/usr/ports/security/botan2/work/stage/usr/local/bin/botan
/wrkdirs/usr/ports/security/botan2/work/stage/usr/local/lib/libbotan-2.so...0
strip: open
/wrkdirs/usr/ports/security/botan2/work/stage/usr/local/lib/libbotan-2.so...0
failed: No such file or directory
*** Error code 1

Shouldn't SHLIBVER be renamed to _SHLIBVER in post-install too?

CONFIGURE_ARGS=         --cc=${COMPILER_TYPE} \
...
                        --with-external-includedir=${PREFIX}/include \
                        --with-external-libdir=${PREFIX}/lib \

Probably should refer LOCALBASE instead of PREFIX.

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


More information about the freebsd-ports-bugs mailing list