[Bug 272121] [NEW PORT] sysutils/limine: Modern, advanced, portable, multiprotocol bootloader
Date: Thu, 28 Sep 2023 01:31:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272121 Joseph Mingrone <jrm@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrm@freebsd.org --- Comment #1 from Joseph Mingrone <jrm@freebsd.org> --- Thanks for submitting. - We need an entry in sysutils/Makefile. I can add it, but I mention it for your next port submission. :) - Is USES=compiler:c11 necessary? I believe the base compiler on all archs/versions supports the c11 standard. - Is BUILD_DEPENDS=llvm15>=15.0:devel/llvm15 necessary? The port builds fine without this dependency on 13.2/amd64 and a recent build from the main branch (amd64). - The port fails to build on 12.4/amd64 clang -target riscv64-elf -g -O2 -pipe -g -Wall -Wextra -Wshadow -Wvla -Wno-error -std=gnu11 -nostdinc -ffreestanding -fno-stack-protector -fno-stack-check -fno-omit-frame-pointer -fno-strict-aliasing -fno-lto -fPIE -fshort-wchar -march=rv64imac -mabi=lp64 -I'/wrkdirs/usr/ports/sysutils/limine/work/limine-5.20230620.0/common-uefi-riscv64/limine-efi/inc' -I'/wrkdirs/usr/ports/sysutils/limine/work/limine-5.20230620.0/common-uefi-riscv64/limine-efi/inc/riscv64' -I../freestanding-headers -I'/wrkdirs/usr/ports/sysutils/limine/work/limine-5.20230620.0/common-uefi-riscv64/..' -I. -DCOM_OUTPUT=false -DE9_OUTPUT=false -MMD -MP -DUEFI -D__riscv64 -x assembler-with-cpp -c 'sys/smp_trampoline.asm_riscv64' -o '/wrkdirs/usr/ports/sysutils/limine/work/limine-5.20230620.0/common-uefi-riscv64/./sys/smp_trampoline.o' sys/smp_trampoline.asm_riscv64:56:4: error: unknown directive 0: .insn i 0x0F, 0, x0, x0, 0x010 -- You are receiving this mail because: You are the assignee for the bug.