Opened 4 months ago

#70035 assigned defect

mox @0.0.11: make: npm: No such file or directory

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: mox

Description

https://build.macports.org/builders/ports-13_arm64-builder/builds/62269/steps/install-port/logs/stdio

# build early to catch syntax errors
mkdir -p node_modules/.bin
npm ci
make: npm: No such file or directory
# build again, api json files above are embedded and new frontend code generated
CGO_ENABLED=0 go build
make: *** [node_modules/.bin/tsc] Error 1
make: *** Waiting for unfinished jobs....
CGO_ENABLED=0 go build
CGO_ENABLED=0 go vet ./...
./gendoc.sh
(cd webadmin && CGO_ENABLED=0 go run ../vendor/github.com/mjl-/sherpadoc/cmd/sherpadoc/*.go -adjust-function-names none -rename 'config Domain ConfigDomain,dmarc Policy DMARCPolicy,mtasts MX STSMX,tlsrptdb Record TLSReportRecord,tlsrptdb SuppressAddress TLSRPTSuppressAddress' Admin) >webadmin/api.json
(cd webaccount && CGO_ENABLED=0 go run ../vendor/github.com/mjl-/sherpadoc/cmd/sherpadoc/*.go -adjust-function-names none Account) >webaccount/api.json
(cd webmail && CGO_ENABLED=0 go run ../vendor/github.com/mjl-/sherpadoc/cmd/sherpadoc/*.go -adjust-function-names none Webmail) >webmail/api.json
./gents.sh webadmin/api.json webadmin/api.ts
./gents.sh webaccount/api.json webaccount/api.ts
./gents.sh webmail/api.json webmail/api.ts

Change History (0)

Note: See TracTickets for help on using tickets.