[Bug 241643] www/node: Undefined symbol "nghttp2_option_set_max_outbound_ack" with libnghttp2-1.37.0 installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 1 14:23:47 UTC 2019


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

            Bug ID: 241643
           Summary: www/node: Undefined symbol
                    "nghttp2_option_set_max_outbound_ack" with
                    libnghttp2-1.37.0 installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bhughes at freebsd.org
          Reporter: saper at saper.info
             Flags: maintainer-feedback?(bhughes at freebsd.org)
          Assignee: bhughes at freebsd.org

This is 11.3-STABLE on amd64.

With old libnghttp2-1.37.0 installed:

libnghttp2-1.37.0
Name           : libnghttp2
Version        : 1.37.0
Installed on   : Mon Apr  8 08:33:44 2019 UTC
Origin         : www/libnghttp2
Architecture   : FreeBSD:11:amd64
Prefix         : /usr/local
Categories     : net www
Licenses       : MIT
Maintainer     : sunpoet at FreeBSD.org
WWW            : https://nghttp2.org/
Comment        : HTTP/2.0 C Library
Shared Libs provided:
        libnghttp2.so.14
Annotations    :
        FreeBSD_version: 1102000
        repo_type      : binary
        repository     : FreeBSD
Flat size      : 624KiB
Description    :
nghttp2 is an implementation of HTTP/2 and its header compression algorithm
HPACK in C.

WWW: https://nghttp2.org/

node package will think that libnghttp2.so library is provided, but fails due
to undefined symbol introduced in 1.39.2:

/usr/local/bin/node: Undefined symbol "nghttp2_option_set_max_outbound_ack"
/usr/local/bin/node: Undefined symbol "nghttp2_option_set_max_outbound_ack"

https://svnweb.freebsd.org/ports/head/www/libnghttp2/pkg-plist?r1=504103&r2=508943

Shared library minor version number has been changed from

lib/libnghttp2.so.14.17.4

to

lib/libnghttp2.so.14.18.0

Is it possible to require a minor number of a library in LIB_DEPENDS as a
minimum requirement?

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


More information about the freebsd-ports-bugs mailing list