Re: git: c869de750264 - main - emulators/qemu-devel: IGNORE on powerpc64le
- In reply to: Piotr Kubaj : "Re: git: c869de750264 - main - emulators/qemu-devel: IGNORE on powerpc64le"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 17:01:07 UTC
Noted thanks. I will revert in the next batch of commits. Yes indeed looks like qemu-devel is broken only on the quarterly. But then again you should always merge from main to quaterly for the powerpc64le as only the quarterly are served to the world. Kind regards, Moin > On Jan 3, 2024, at 5:53 PM, Piotr Kubaj <pkubaj@anongoth.pl> wrote: > > The link is for qemu7 (which is indeed broken, but fixed in 8), but the > commit is for qemu-devel, which I fixed in main, but didn't MFC that. > Thus, please revert. > > On 24-01-03 17:35:29, Moin Rahman wrote: >> >> >>> 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 > >