Re: git: c869de750264 - main - emulators/qemu-devel: IGNORE on powerpc64le
Date: Wed, 03 Jan 2024 16:35:29 UTC
> On Jan 3, 2024, at 1:40 PM, Piotr Kubaj <pkubaj@anongoth.pl> wrote: > > No, it works fine (log attached). Can you provide your own log and if > it's a mistake, revert your commit? > > On 24-01-03 05:28:12, Muhammad Moinur Rahman wrote: >> The branch main has been updated by bofh: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=c869de750264d1f73f75cd6e1056a811675077dd >> >> commit c869de750264d1f73f75cd6e1056a811675077dd >> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> AuthorDate: 2024-01-03 04:23:33 +0000 >> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> CommitDate: 2024-01-03 05:27:54 +0000 >> >> emulators/qemu-devel: IGNORE on powerpc64le >> >> Fails to build with: >> fatal error: 'asm/cputable.h' file not found >> >> Reported by: portsfallout >> --- >> emulators/qemu-devel/Makefile | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile >> index 7ba7fbcb6e24..f27fe4e1ed43 100644 >> --- a/emulators/qemu-devel/Makefile >> +++ b/emulators/qemu-devel/Makefile >> @@ -10,7 +10,8 @@ WWW= https://www.qemu.org/ >> >> LICENSE= GPLv2 >> >> -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64 powerpc64le >> +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64 >> +# Fails to build on powerpc64le >> >> BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ >> ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ > <qemu-devel-8.3.0.20231231.log> As I don't have any hardwares I have to rely on portsfallout. https://portsfallout.com/port/34386/ There are lots of breakages and looks like on all versions. Kind regards, Moin