opnsense / tools

OPNsense release engineering toolkit
https://opnsense.org/
BSD 2-Clause "Simplified" License
279 stars 206 forks source link

Building plugins aarch64 throws an error while parsing unknown #425

Closed javierckr closed 3 months ago

javierckr commented 3 months ago

Command: make -j6 VERSION=24.7 DEVICE=R4S plugins

error:

Packaging files for os-iperf-1.0_1:
pkg: manifest parsing error: error while parsing <unknown>: line: 1, column: 0 - 'key must begin with a letter', character: '-'
*** [package] Error code 1
javierckr commented 3 months ago

It builds without -j6 option make VERSION=24.7 DEVICE=R4S plugins

459below commented 3 months ago

There has been talk about the -j option and how one should probably avoid it here https://github.com/opnsense/tools/issues/401

I think multi threading is taken care of somewhere else. So I do not really think there is an issue here.