Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 14:39:40 -0700
From:      bob prohaska <fbsd@www.zefox.net>
To:        freebsd-ports@freebsd.org
Subject:   Can't compile www/node on rpi2
Message-ID:  <20190323213940.GA74509@www.zefox.net>

next in thread | raw e-mail | index | archive | help
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'
             uv_fs_lchown, *path, uid, gid);
followed by many more errors in the same vein.

Sources are at r345414, ports are at 496629, this has been
going on for some weeks now.

Is there a fix or workaround?

Thanks for reading,

bob prohaska
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190323213940.GA74509>