Re: Can't compile www/node on rpi2

2019-03-27 Thread bob prohaska
On Wed, Mar 27, 2019 at 07:45:45AM +0100, Stefan Esser wrote: > Am 27.03.19 um 02:46 schrieb bob prohaska: > >> All the > >>> port-management tools in ports-mgmt assume this, and build > >>> port-dependancies as required. When building ports, it is always best > >>> to use one of the build-tools

Re: Can't compile www/node on rpi2

2019-03-27 Thread Stefan Esser
Am 27.03.19 um 02:46 schrieb bob prohaska: >> All the >>> port-management tools in ports-mgmt assume this, and build >>> port-dependancies as required. When building ports, it is always best >>> to use one of the build-tools (ie: poudriere, synth , portmaster) >>> instead of by hand. >> > I've

Re: Can't compile www/node on rpi2

2019-03-26 Thread bob prohaska
On Tue, Mar 26, 2019 at 08:07:48PM +0100, Bradley T. Hughes wrote: > > > On 2019-03-26 19:07, Jonathan Chen wrote: > > On Wed, 27 Mar 2019 at 00:24, Bradley T. Hughes wrote: > >> On 2019-03-26 03:14, bob prohaska wrote: > >>> On Mon, Mar 25, 2019 at 10:23:26PM +0100, Bradley T. Hughes wrote: >

Re: Can't compile www/node on rpi2

2019-03-26 Thread Bradley T. Hughes
On 2019-03-26 19:07, Jonathan Chen wrote: On Wed, 27 Mar 2019 at 00:24, Bradley T. Hughes wrote: On 2019-03-26 03:14, bob prohaska wrote: On Mon, Mar 25, 2019 at 10:23:26PM +0100, Bradley T. Hughes wrote: Looks like you need to upgrade www/libnghttp2 as well. :) Thanks for reading, I'd

Re: Can't compile www/node on rpi2

2019-03-26 Thread Bradley T. Hughes
On 2019-03-26 16:29, bob prohaska wrote: On Tue, Mar 26, 2019 at 12:22:08PM +0100, Bradley T. Hughes wrote: On 2019-03-26 03:14, bob prohaska wrote: On Mon, Mar 25, 2019 at 10:23:26PM +0100, Bradley T. Hughes wrote: [snip] Looks like you need to upgrade www/libnghttp2 as well. :)

Re: Can't compile www/node on rpi2

2019-03-26 Thread Jonathan Chen
On Wed, 27 Mar 2019 at 00:24, Bradley T. Hughes wrote: > On 2019-03-26 03:14, bob prohaska wrote: > > On Mon, Mar 25, 2019 at 10:23:26PM +0100, Bradley T. Hughes wrote: ^~~~ > [snip] > > Looks like you need to upgrade www/libnghttp2 as well. :) > > > Thanks for reading,

Re: Can't compile www/node on rpi2

2019-03-26 Thread bob prohaska
On Tue, Mar 26, 2019 at 12:22:08PM +0100, Bradley T. Hughes wrote: > > > On 2019-03-26 03:14, bob prohaska wrote: > > On Mon, Mar 25, 2019 at 10:23:26PM +0100, Bradley T. Hughes wrote: > [snip] > > Looks like you need to upgrade www/libnghttp2 as well. :) > > > Thanks for reading, I'd be

Re: Can't compile www/node on rpi2

2019-03-26 Thread Bradley T. Hughes
On 2019-03-26 03:14, bob prohaska wrote: On Mon, Mar 25, 2019 at 10:23:26PM +0100, Bradley T. Hughes wrote: Hi Bob! On 2019-03-23 22:39, bob prohaska wrote: Recent attempts to compile www/node using 11-Stable on an rpi2 fail with ../src/node_file.cc:2023:15: error: use of undeclared

Re: Can't compile www/node on rpi2

2019-03-25 Thread bob prohaska
On Mon, Mar 25, 2019 at 10:23:26PM +0100, Bradley T. Hughes wrote: > Hi Bob! > > On 2019-03-23 22:39, bob prohaska wrote: > > Recent attempts to compile www/node using 11-Stable on an rpi2 > > fail with > > ../src/node_file.cc:2023:15: error: use of undeclared identifier > > 'uv_fs_lchown' > >

Re: Can't compile www/node on rpi2

2019-03-25 Thread Bradley T. Hughes
Hi Bob! On 2019-03-23 22:39, bob prohaska wrote: Recent attempts to compile www/node using 11-Stable on an rpi2 fail with ../src/node_file.cc:2023:15: error: use of undeclared identifier 'uv_fs_lchown' uv_fs_lchown, *path, uid, gid); ^ ../src/node_file.cc:2029:14:

Can't compile www/node on rpi2

2019-03-23 Thread bob prohaska
Recent attempts to compile www/node using 11-Stable on an rpi2 fail with ../src/node_file.cc:2023:15: error: use of undeclared identifier 'uv_fs_lchown' uv_fs_lchown, *path, uid, gid); ^ ../src/node_file.cc:2029:14: error: use of undeclared identifier 'uv_fs_lchown'