Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 05:28:04 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9cc77c580d7f - main - emulators/qemu7: BROKEN on powerpc64le
Message-ID:  <202401030528.4035S4Vl093833@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9cc77c580d7fb10f7e6ca1d41c3eada7812628ac

commit 9cc77c580d7fb10f7e6ca1d41c3eada7812628ac
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-02 18:24:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-03 05:27:52 +0000

    emulators/qemu7: BROKEN on powerpc64le
    
    At the moment the port does not build on powerpc64le. I do not have any
    hardware to test this. If someone has the hardware to test and fix
    please do so.
---
 emulators/qemu7/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emulators/qemu7/Makefile b/emulators/qemu7/Makefile
index 1e8f1c7391fa..1f2fa61f7e58 100644
--- a/emulators/qemu7/Makefile
+++ b/emulators/qemu7/Makefile
@@ -11,7 +11,8 @@ WWW=		https://www.qemu.org/
 LICENSE=	GPLv2
 
 .if ${FLAVOR:U} != tools
-ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64
+# At the moment it broken on powerpc64le
 # We need to check if it build with other ARCHS
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401030528.4035S4Vl093833>