From nobody Wed Jan 3 16:53:02 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4T4wl802FBz56GHm; Wed, 3 Jan 2024 16:53:08 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4T4wl74qJcz4m5n; Wed, 3 Jan 2024 16:53:07 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Authentication-Results: mx1.freebsd.org; none Received: from anongoth.pl (unknown [192.168.1.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 752552CC801; Wed, 3 Jan 2024 17:53:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=anongoth.pl; s=ANONGOTH; t=1704300783; bh=z+dJELogVVSM1lTsbQqq51kuwbKsy3rrH1tEW/73gtg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ilHDacGcf5JA2PKenbarzmlp2TsaYe4v3779QJ7ngoyroQxWOUGwGPSRD47iB3WrZ J3CT90+QKNGJCaGy1ucytbcNFxdNzxeH3fjPMkStO3LwfJmJtkknkhw9VV35YiW0lM MdfOBMj68gmcAgkz9HP2fEtaIVcGTjRbmdtjrrzJR6Npqvj/1V5VFbTSJs/MyUoD59 wRK927QyEMJOoMOYjI0aJGZj80wj0mVtXnJ9JdVBLfPIA6CM7lDmIPr+cFZi6eo3fH nuXAqWYij7aCIxnd6lBw1BTkbMu5KfdL/qCum746SvI+JhJokD/Wj5qgHvOH7ArOgy iM3liMesJCezw== Date: Wed, 3 Jan 2024 17:53:02 +0100 From: Piotr Kubaj To: Moin Rahman Cc: "ports-committers@freebsd.org" , "dev-commits-ports-all@freebsd.org" , "dev-commits-ports-main@freebsd.org" Subject: Re: git: c869de750264 - main - emulators/qemu-devel: IGNORE on powerpc64le Message-ID: References: <202401030528.4035SC7F094160@gitrepo.freebsd.org> <78156744-6EC8-4DA7-9B94-760B0B40E37A@freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="CMMI4gtQvF3polp3" Content-Disposition: inline In-Reply-To: <78156744-6EC8-4DA7-9B94-760B0B40E37A@freebsd.org> X-Rspamd-Queue-Id: 4T4wl74qJcz4m5n X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL] --CMMI4gtQvF3polp3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: >=20 >=20 > > On Jan 3, 2024, at 1:40 PM, Piotr Kubaj wrote: > >=20 > > No, it works fine (log attached). Can you provide your own log and if > > it's a mistake, revert your commit? > >=20 > > On 24-01-03 05:28:12, Muhammad Moinur Rahman wrote: > >> The branch main has been updated by bofh: > >>=20 > >> URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dc869de750264d1f73f75c= d6e1056a811675077dd > >>=20 > >> commit c869de750264d1f73f75cd6e1056a811675077dd > >> Author: Muhammad Moinur Rahman > >> AuthorDate: 2024-01-03 04:23:33 +0000 > >> Commit: Muhammad Moinur Rahman > >> CommitDate: 2024-01-03 05:27:54 +0000 > >>=20 > >> emulators/qemu-devel: IGNORE on powerpc64le > >>=20 > >> Fails to build with: > >> fatal error: 'asm/cputable.h' file not found > >>=20 > >> Reported by: portsfallout > >> --- > >> emulators/qemu-devel/Makefile | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >>=20 > >> diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Make= file > >> index 7ba7fbcb6e24..f27fe4e1ed43 100644 > >> --- a/emulators/qemu-devel/Makefile > >> +++ b/emulators/qemu-devel/Makefile > >> @@ -10,7 +10,8 @@ WWW=3D https://www.qemu.org/ > >>=20 > >> LICENSE=3D GPLv2 > >>=20 > >> -ONLY_FOR_ARCHS=3D amd64 i386 powerpc powerpc64 powerpc64 powerpc64le > >> +ONLY_FOR_ARCHS=3D amd64 i386 powerpc powerpc64 powerpc64 > >> +# Fails to build on powerpc64le > >>=20 > >> BUILD_DEPENDS=3D sphinx-build:textproc/py-sphinx \ > >> ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme= @${PY_FLAVOR} \ > > >=20 > As I don't have any hardwares I have to rely on portsfallout. >=20 > https://portsfallout.com/port/34386/ >=20 > There are lots of breakages and looks like on all versions. >=20 > Kind regards, > Moin --CMMI4gtQvF3polp3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmWVkO4ACgkQelmbhSCD nJ2y6BAAqLxjmCxr7QkFP+xOdbZUkfOX7GSXeb6crxVZIV7wAvUgVI1zcOXVuYAo +k+BEDIeQkg7cYXRY9Tx6tj2CEp+Y+i7SjMix9Ib8PPemFjHwXL/fmCJrTo68IF5 GnVLveKTxqaGfMi29lStNJ47umwyfTvAS6bw2db9BW1MZwKur5KXE0XsLy+ThNZG CmrNgBq67Bo7Vx3X8vXLJp2IgiMlNgtqEQBv6D6imt3FAbEAm5ubhdU50OsEvt6/ 1YupDYP6G3zPUPcTj2BcrNVrVcYWR/YnJA4iFqlH6AoMiuvIST3W2l9xOyhNjD1r bbIO6WmdnAIfhGXgiPOSCC/aJy3VSv0FNbvdoKtQQEtx7Aw9vy2vidleVC6iPHGi Z/QcnZ6T0esM3Xasinft7pFORYRsdkKJVREwTBSv8r9jjagWLinUVT3ZreyIbS6C U3TfkSTq7Xr/aKqzV6UFyYN+tv1qpYEEunoaF+hhTnJt7yjIZ1VdcrLaxp/JutbG UpG9Y2NFCgNgwlbAYaU28Wzy5EriD9zxvqQKQCzund9DxK6Cdt8pfyrWwRzycaB5 Nj9TUc5XaQdrOEN2jbY2UJegiJKcYctqo1X31bh9aUep5tsb3E3eLyTpW27uZe2k 0HIQ9tibH8yQV4uCfOZa7Y3zO5Hs3D2/6aSV7h28Usaqb3umyAQ= =bkUm -----END PGP SIGNATURE----- --CMMI4gtQvF3polp3--