Bug 210578

Summary: www/node Build fails too many errors
Product: Ports & Packages Reporter: drhowarddrfine
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Feedback Timeout    
Severity: Affects Only Me CC: adamw, arved, bhughes, w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (bhughes)
Version: Latest   
Hardware: amd64   
OS: Any   
Bug Depends on: 210618    
Bug Blocks:    
Attachments:
Description Flags
Complete output from portmaster build
none
Installed packages none

Description drhowarddrfine 2016-06-25 21:00:07 UTC
Created attachment 171801 [details]
Complete output from portmaster build

I've been trying to upgrade node for a week or more. Finally just removed the port and tried to reinstall it but now I'm node-less on FreeBSD10.3-RELEASE. 

See attached.
Comment 1 Walter Schwarzenfeld 2016-06-26 14:15:31 UTC
Which platform, seems not amd64 or i386.
Comment 2 drhowarddrfine 2016-06-26 14:48:03 UTC
Yes it is amd64.

FreeBSD 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 #0: Sat May 28 12:23:44 UTC 2016     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
Comment 3 Walter Schwarzenfeld 2016-06-26 14:52:14 UTC
Can't confirm for  10.3-RELEASE-p5 amd64.
Comment 4 Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-26 19:04:23 UTC
Can you attach the list of installed packages on your machine? Just `pkg info` is enough.
Comment 5 drhowarddrfine 2016-06-26 19:28:20 UTC
Created attachment 171829 [details]
Installed packages
Comment 6 Bradley T. Hughes freebsd_committer freebsd_triage 2016-06-26 19:42:52 UTC
> v8-3.18.5_1                    Open source JavaScript engine by Google

This looks like the cause of the problem. It's the same problem others are having where packages installed in /usr/local are picked up instead of the bundled node.js dependencies. I'm working on a fix for this. I hope to have it ready in the next day or two.
Comment 7 Adam Weinberger freebsd_committer freebsd_triage 2016-12-27 17:52:50 UTC
Bradley, is this still an issue?