#66212 closed defect (fixed)

filebrowser: --openssl-legacy-provider is not allowed in NODE_OPTIONS

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: i0ntempest
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: filebrowser

Description

https://build.macports.org/builders/ports-10.13_x86_64-builder/builds/168156/steps/install-port/logs/stdio

/opt/local/bin/node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
Command failed: NODE_OPTIONS=--openssl-legacy-provider /opt/local/bin/npm --verbose ci &&  NODE_OPTIONS=--openssl-legacy-provider /opt/local/bin/npm --verbose run build
Exit code: 9

Change History (7)

comment:1 Changed 18 months ago by i0ntempest

Oh my god this thing again??? I don't really know what to do here, it doesn't build with or without that arg.

comment:2 Changed 18 months ago by i0ntempest

Okay to tackle this I need to extract the version of openssl linked by nodejs. If it’s 3.x, I use that option; if it’s 1.x, don’t use that option.

node -e "console.log(process.versions)" | grep openssl | grep -e "\d.\d*.\d*" -o can do this. Is there a better/more elegant way?

comment:3 Changed 18 months ago by i0ntempest

Resolution: fixed
Status: assignedclosed

In 4687f8e6ba7f7f56eae9a89ff59025a095ceeaf2/macports-ports (master):

filebrowser: better handling of npm build options

Closes: #66212

comment:4 Changed 18 months ago by tobypeterson

In 46bb281c6eec752651d9b7309fbaf0fb4c03701d/macports-ports (master):

filebrowser: revert "better handling of npm build options"

Reopens: #66212

comment:5 Changed 18 months ago by tobypeterson

Resolution: fixed
Status: closedreopened

comment:6 Changed 18 months ago by tobypeterson

Reverted change, breaks PortIndex:

Failed to parse file net/filebrowser/Portfile: couldn't execute "${prefix}/bin/node": no such file or directory

comment:7 Changed 18 months ago by i0ntempest

Resolution: fixed
Status: reopenedclosed

In fac1303758456ce10162d083bf4325b46134bc94/macports-ports (master):

filebrowser: better handling of npm build options

Closes: #66212

Note: See TracTickets for help on using tickets.