Date: Fri, 01 Nov 2019 14:23:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241643] www/node: Undefined symbol "nghttp2_option_set_max_outbound_ack" with libnghttp2-1.37.0 installed Message-ID: <bug-241643-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241643 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@freebsd.org Reporter: saper@saper.info Flags: maintainer-feedback?(bhughes@freebsd.org) Assignee: bhughes@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@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 d= ue 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=3D504103&= r2=3D508943 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? --=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-241643-7788>