Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2022 15:00:26 +0900 (JST)
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        salvadore@FreeBSD.org
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 7fd00ba8fde1 - main - devel/nasm: Update to 2.16.01
Message-ID:  <20221223.150026.700309921155827065.yasu@FreeBSD.org>
In-Reply-To: <202212222306.2BMN6VQC013528@gitrepo.freebsd.org>
References:  <202212222306.2BMN6VQC013528@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Lorenzo Salvadore <salvadore@FreeBSD.org>
Subject: git: 7fd00ba8fde1 - main - devel/nasm: Update to 2.16.01
Date: Thu, 22 Dec 2022 23:06:31 GMT

> The branch main has been updated by salvadore:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=7fd00ba8fde1fa40bcf4db886ad24429f851c8a6
> 
> commit 7fd00ba8fde1fa40bcf4db886ad24429f851c8a6
> Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
> AuthorDate: 2022-12-22 21:54:54 +0000
> Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
> CommitDate: 2022-12-22 23:06:11 +0000
> 
>     devel/nasm: Update to 2.16.01

If I build 2.16.01 with `make -C /usr/ports/devel/nasm`, built
finishes without any problem. But if I build it with poudriere,
following messages are repeated endlessly and build never finishes.

----------------------------------------------------------------------
gmake[2287]: Entering directory '/wrkdirs/usr/ports/devel/nasm/work/nasm-2.16.01'
: > asm/warnings.time
gmake asm/warnings.c.time include/warnings.h.time doc/warnings.src.time
gmake[2288]: Entering directory '/wrkdirs/usr/ports/devel/nasm/work/nasm-2.16.01'
: > asm/warnings.time
gmake asm/warnings.c.time include/warnings.h.time doc/warnings.src.time
gmake[2289]: Entering directory '/wrkdirs/usr/ports/devel/nasm/work/nasm-2.16.01'
: > asm/warnings.time
gmake asm/warnings.c.time include/warnings.h.time doc/warnings.src.time
gmake[2290]: Entering directory '/wrkdirs/usr/ports/devel/nasm/work/nasm-2.16.01'
: > asm/warnings.time
gmake asm/warnings.c.time include/warnings.h.time doc/warnings.src.time
gmake[2291]: Entering directory '/wrkdirs/usr/ports/devel/nasm/work/nasm-2.16.01'
: > asm/warnings.time
gmake asm/warnings.c.time include/warnings.h.time doc/warnings.src.time
----------------------------------------------------------------------

I tried it with following combinations and the problem happens with
all of them.

* 14-CURRENT amd64 host and 14-CURRENT amd64 jail
* 14-CURRENT amd64 host and 13.1-RELEASE amd64 jail
* 13.1-RELEASE amd64 host and 13.1-RELEASE amd64 jail
* 13.1-RELEASE amd64 host and 12.4-RELEASE amd64 jail
* 13.1-RELEASE amd64 host and 13.1-RELEASE i386 jail

So it doesn't seems to be related with version/architecuture of
host/jail.

---
Yasuhiro Kimura



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