Date: Tue, 03 Dec 2019 13:07:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 242404] www/node: fix build on powerpc64 elfv1 Message-ID: <bug-242404-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242404 Bug ID: 242404 Summary: www/node: fix build on powerpc64 elfv1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bhughes@freebsd.org Reporter: pkubaj@FreeBSD.org Assignee: bhughes@freebsd.org Flags: maintainer-feedback?(bhughes@freebsd.org) Created attachment 209652 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209652&action= =3Dedit patch 13.2.0 broke powerpc64 elfv1 (again). The problem are those two commits: https://github.com/nodejs/node/commit/605cb9f0fcd1d334ec15959bb79ba44b0e9f8= 186 https://github.com/nodejs/node/commit/fe99841c88fdb87959a14c7bca81e4cd4582e= ba6 They added ifdefs for _AIX, but the code they guard should run on all ppc64 elfv1 (not only on AIX). Widen those ifdefs appriopriately so that node builds again. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242404-7788>