TritonDataCenter / pkgsrc

NetBSD/pkgsrc fork for our binary package repositories
https://pkgsrc.smartos.org/
128 stars 51 forks source link

`starship` not found while searching or installing #355

Open andyt96 opened 1 year ago

andyt96 commented 1 year ago

Currently on an Intel MacBook running macOS Ventura 13.2.1 and could not find starship on pkgsrc. I know that it is available in pkgsrc, but searching and installing could not be done. Here is what my terminal shows:

andy@Andys-MacBook-Pro.local~ $ sudo pkgin -y update
Password:
processing remote summary (https://pkgsrc.smartos.org/packages/Darwin/11.3/x86_64/All)...
database for https://pkgsrc.smartos.org/packages/Darwin/11.3/x86_64/All is up-to-date
andy@Andys-MacBook-Pro.local~ $ pkgin search starship
No results found for starship
andy@Andys-MacBook-Pro.local~ $ sudo pkgin -y install starship
starship is not available in the repository
calculating dependencies...done.
nothing to do.

Any help would be appreciated.

jperkin commented 1 year ago

Our regular bulk builds are posted to the pkgsrc-bulk@ mailing list. The most recent report is here: https://mail-index.netbsd.org/pkgsrc-bulk/2023/02/24/msg023472.html

Looking at the report, starship is failing due to this: https://us-central.manta.mnx.io/pkgsrc/public/reports/Darwin/11.3/arm64/20230220.0959/starship-1.12.0/build.log

Looks like it's not handling MAKE_JOBS properly. I'll take a look, or if you want to get involved in pkgsrc hacking this would be an easy introduction.