This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Description
The command run is "/tmp/brisk-menu% meson --buildtype plain build --prefix=/usr"
Output:
The Meson build system
Version: 0.62.1
Source dir: /tmp/brisk-menu
Build dir: /tmp/brisk-menu/build
Build type: native build
Project name: brisk-menu
Project version: 0.6.2
meson.build:1:0: ERROR: Compiler cc can not compile programs.
A full log can be found at /tmp/brisk-menu/build/meson-logs/meson-log.txt
Full log:
ERROR: unable to select packages:
gcc-multilib (no such package):
required by: world[gcc-multilib]
josiah@postmarketos-amd64:/tmp/brisk-menu% cat /tmp/brisk-menu/build/meson-logs/meson-log.txt
Build started at 2022-09-15T23:44:23.625946
Main binary: /usr/bin/python3
Build Options: -Dprefix=/usr -Dbuildtype=plain
Python system: Linux
The Meson build system
Version: 0.62.1
Source dir: /tmp/brisk-menu
Build dir: /tmp/brisk-menu/build
Build type: native build
Project name: brisk-menu
Project version: 0.6.2
Sanity testing C compiler: cc
Is cross compiler: False.
Sanity check compiler command line: cc sanitycheckc.c -o sanitycheckc.exe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:
Sanity check compile stderr:
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find Scrt1.o: No such file or directory
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find crti.o: No such file or directory
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lssp_nonshared: No such file or directory
collect2: error: ld returned 1 exit status
meson.build:1:0: ERROR: Compiler cc can not compile programs.