pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53824: 2018Q4 nodejs8 does not build
The following reply was made to PR pkg/53824; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/53824: 2018Q4 nodejs8 does not build
Date: Sat, 7 Sep 2019 12:06:25 +0000
undefined reference to `nodedbg_offset_ListNode_HandleWrap__next___uintptr_t'
^^^
This behaviour is classical for netbsd<9 doing #define uintptr_t __uintptr_t.
Adding #undef uintptr_t in test_node_postmortem_metadata.cc or one of
the headers it uses might help.
However I don't have netbsd-8 handy...
Home |
Main Index |
Thread Index |
Old Index