Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2023 01:31:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272121] [NEW PORT] sysutils/limine: Modern, advanced, portable, multiprotocol bootloader
Message-ID:  <bug-272121-7788-BecjoQgAzK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272121-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272121-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272121

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=3Dcompiler:c11 necessary?  I believe the base compiler on all
archs/versions supports the c11 standard.

- Is BUILD_DEPENDS=3Dllvm15>=3D15.0:devel/llvm15 necessary?  The port build=
s fine
without this dependency on 13.2/amd64 and a recent build from the main bran=
ch
(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=3Dgnu11 -nostdinc -ffreestanding -fno-stack-protector
-fno-stack-check -fno-omit-frame-pointer -fno-strict-aliasing -fno-lto -fPIE
-fshort-wchar -march=3Drv64imac -mabi=3Dlp64
-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=3Dfalse -DE9_OUTPUT=3Dfalse -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-ri=
scv64/./sys/smp_trampoline.o'
sys/smp_trampoline.asm_riscv64:56:4: error: unknown directive
0: .insn i 0x0F, 0, x0, x0, 0x010

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272121-7788-BecjoQgAzK>