Summary: | www/node: fails to build on non-x86 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
Component: | Individual Port(s) | Assignee: | Bradley T. Hughes <bhughes> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | linimon, mikael |
Priority: | --- | Keywords: | needs-patch, regression |
Version: | Latest | Flags: | bhughes:
maintainer-feedback+
|
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 234762 |
Description
Jan Beich
2019-01-30 10:30:18 UTC
pkg-fallout@ also complained https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20190128/1090053.html https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20190128/1088897.html https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20190128/1087502.html but portmgr@ doesn't care https://lists.freebsd.org/pipermail/freebsd-ports/2017-July/109503.html see bug #233835, bug #233650 for a possible fix I confirm, adding && ${PORT_OPTIONS:MBUNDLED_SSL} to --openssl-no-asm conditional unbreaks my build. A commit references this bug: Author: bhughes Date: Mon Feb 11 18:24:43 UTC 2019 New revision: 492706 URL: https://svnweb.freebsd.org/changeset/ports/492706 Log: www/node*: fix build on non-amd64/-i386 when BUNDLED_SSL is unset The --openssl-no-asm configure option should only be set when BUNDLED_SSL is enabled. PR: 235311 Reported by: jbeich Sponsored by: Miles AS Changes: head/www/node/Makefile head/www/node10/Makefile head/www/node6/Makefile head/www/node8/Makefile Done! Thanks for the fix, I've applied it to all 4 Node.js ports :) |