Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689902 - net-libs/nodejs-11.14.0 should depend on >=net-libs/http-parser-2.9.0 - ../src/node_http_parser_impl.h:917:3: error: 'http_parser_set_max_header_size' was not declared in this scope
Summary: net-libs/nodejs-11.14.0 should depend on >=net-libs/http-parser-2.9.0 - ../sr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-15 15:39 UTC by RazrFalcon
Modified: 2019-07-16 05:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RazrFalcon 2019-07-15 15:39:08 UTC
net-libs/nodejs-11.14.0 fails to build with net-libs/http-parser-2.8.1

../src/node_http_parser_impl.h:917:3: error: 'http_parser_set_max_header_size' was not declared in this scope
   http_parser_set_max_header_size(max_http_header_size);

But builds fine with 2.9.2, which is mask.

Reproducible: Always

Steps to Reproduce:
1. Allow nodejs ~amd64 on stable.
2. Run build.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-16 05:47:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25ccc645f90af153df6baf45c1cb04dff94a25a

commit f25ccc645f90af153df6baf45c1cb04dff94a25a
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-07-16 05:46:49 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-07-16 05:47:08 +0000

    net-libs/nodejs: Depend on >=net-libs/http-parser-2.9.0:=
    
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Fixes: https://bugs.gentoo.org/689902
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-libs/nodejs/nodejs-11.14.0.ebuild | 2 +-
 net-libs/nodejs/nodejs-11.15.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)