FS#63547 - [nodejs] undefined symbol: nghttp2_option_set_max_outbound_ack

Attached to Project: Community Packages
Opened by Sébastien Jalliffier Verne (Volcomix) - Saturday, 24 August 2019, 08:35 GMT
Last edited by Felix Yan (felixonmars) - Saturday, 24 August 2019, 09:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 7
Private No

Details

Description:
After the recent update to nodejs 12.9.0-1, running node produce the following error:

$ node
node: symbol lookup error: node: undefined symbol: nghttp2_option_set_max_outbound_ack

The new API function nghttp2_option_set_max_outbound_ack has been released in the package libnghttp2 1.39.2-1, but this version is still in the "Testing" repo (https://www.archlinux.org/packages/?q=libnghttp2).
This task depends upon

Closed by  Felix Yan (felixonmars)
Saturday, 24 August 2019, 09:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  libnghttp2 1.39.2-1 moved to [core].
Comment by Klaus Alexander Seistrup (kseistrup) - Saturday, 24 August 2019, 08:57 GMT
I can confirm this bug.

Installing testing/libnghttp2 1.39.2-1 “solves” the problem.

Loading...