Date: Sun, 30 Oct 2022 20:07:40 +0000 From: Antoine Brodin <antoine@freebsd.org> To: Ronald Klop <ronald@freebsd.org> Cc: Rene Ladan <rene@freebsd.org>, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 9f13b7867d45 - main - databases/mongodb60: unbreak the ports tree on a lot of archs Message-ID: <CAALwa8kdGVZ4f0jdUe2vTLHtJnpGV2B9vZv2bG89oDmJ6Ny3aQ@mail.gmail.com> In-Reply-To: <5e33a0f0-de9c-dd9e-2eef-a78915ca958d@FreeBSD.org> References: <202210300953.29U9rfVH043917@gitrepo.freebsd.org> <Y15Mc3v5ry4nNjQk@freefall.freebsd.org> <5e33a0f0-de9c-dd9e-2eef-a78915ca958d@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 30, 2022 at 7:55 PM Ronald Klop <ronald@freebsd.org> wrote: > > On 10/30/22 11:05, Rene Ladan wrote: > > On Sun, Oct 30, 2022 at 09:53:41AM +0000, Antoine Brodin wrote: > >> The branch main has been updated by antoine: > >> > >> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D9f13b7867d45995913dba= d00c131dce4eac4bb23 > >> > >> commit 9f13b7867d45995913dbad00c131dce4eac4bb23 > >> Author: Antoine Brodin <antoine@FreeBSD.org> > >> AuthorDate: 2022-10-30 09:53:04 +0000 > >> Commit: Antoine Brodin <antoine@FreeBSD.org> > >> CommitDate: 2022-10-30 09:53:32 +0000 > >> > >> databases/mongodb60: unbreak the ports tree on a lot of archs > >> --- > >> databases/mongodb60/Makefile | 2 -- > >> 1 file changed, 2 deletions(-) > >> > >> diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefi= le > >> index e5aa17b5de94..27963e667f16 100644 > >> --- a/databases/mongodb60/Makefile > >> +++ b/databases/mongodb60/Makefile > >> @@ -101,8 +101,6 @@ MOZJS_ARCH=3Dx86_64 > >> MOZJS_ARCH=3Dppc64le > >> .elif ${ARCH} =3D=3D aarch64 > >> MOZJS_ARCH=3D${ARCH} > >> -.else > >> -.error Unsupport architecture "${ARCH}" > >> .endif > >> > >> post-patch: > > > > Pointy hat to me (mentor). See also the discussion in > > https://reviews.freebsd.org/D37130#inline-227898 > > > > Ren=C3=A9 > > > > Hi Antoine, > > Thanks for fixing this so quickly. > > I see in pkg-status.freebsd.org that i386 is failing in 'stopped:crashed'= . I assume you are referring to that. > I don't have i386 to test but can reproduce a similar failure if I put a = .error line in another if-else clause. See the pasted log below. Is this wh= at happens on the build cluster too? > > Is there a way to see the poudriere log of the build cluster on this leve= l? On pkg-status I can't find it. Hi, For instance http://beefy5.nyi.freebsd.org/data/raw-123i386-default.log .error must not be used in ports Makefile, IGNORE/ONLY_FOR_ARCH/FORBIDDEN have to be used instead. Antoine
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8kdGVZ4f0jdUe2vTLHtJnpGV2B9vZv2bG89oDmJ6Ny3aQ>