Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 18:54:56 +0700
From:      Max Khon <fjoe@samodelkin.net>
To:        freebsd-pkg@freebsd.org, bhughes@freebsd.org
Subject:   FreeBSD 11 packages built with clang 3.8
Message-ID:  <CADe0-4=4vqVKANcVj_AcSS1xyU_=86xkq4ttDZfHpTwiaR%2BB1A@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

Hello!

ports/www/node package (from here:
http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/node-8.4.0.txz) seems to
be built on FreeBSD 11.0 with clang 3.8:

root@vdev3:~ # grep llvm_version /usr/local/include/node/config.gypi

                 'llvm_version': '3.8',

root@vdev3:~ #

As a result the fixes for clang 4.0 build from here
https://github.com/nodejs/node/pull/14077 do not work so "npm install"
fails as here:

https://github.com/nodejs/node/issues/140768

Is it possible that package build cluster configs will be updated to
FreeBSD 11.1 or the port should be changed to detect clang version
dynamically (at run time instead of build time).

Thanks,

Max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADe0-4=4vqVKANcVj_AcSS1xyU_=86xkq4ttDZfHpTwiaR%2BB1A>