Re: git: e60587cdbdef - main - devel/llvm20: welcome 20.1.0-rc1

From: Brooks Davis <brooks_at_freebsd.org>
Date: Tue, 11 Feb 2025 22:02:27 UTC
On Fri, Feb 07, 2025 at 05:24:14AM -0800, Cy Schubert wrote:
> In message <202502062241.516Mfxv3004923@gitrepo.freebsd.org>, Brooks Davis 
> writ
> es:
> > The branch main has been updated by brooks:
> >
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=e60587cdbdef8592e0a4d4840e40a6
> > e1b54912d4
> >
> > commit e60587cdbdef8592e0a4d4840e40a6e1b54912d4
> > Author:     Brooks Davis <brooks@FreeBSD.org>
> > AuthorDate: 2025-01-29 20:32:21 +0000
> > Commit:     Brooks Davis <brooks@FreeBSD.org>
> > CommitDate: 2025-02-06 22:40:34 +0000
> >
> >     devel/llvm20: welcome 20.1.0-rc1
> >     
> >     Stop building 32-bit sanitizers (i386 and powerpc) on amd64 and
> >     powerpc64.  They cause dependencies on 32-bit libraries with pkg 2.0 and
> >     their build is fragile.  This would benefit from subpackages, but they
> >     aren't here yet.
> >     
> >     Sponsored by:   DARPA, AFRL
> > ---
> >  Mk/Uses/llvm.mk                                    |   2 +-
> >  devel/Makefile                                     |   1 +
> >  devel/llvm20/Makefile                              |  31 +-
> >  devel/llvm20/Makefile.COMMANDS                     |  11 +-
> >  devel/llvm20/Makefile.MAN1SRCS                     |   4 +-
> >  devel/llvm20/Makefile.RUNTIMES                     |  22 +-
> >  devel/llvm20/distinfo                              |   6 +-
> >  devel/llvm20/files/patch-backport-3b10e31d3a4a     | 107 -----
> >  ...patch-clang_tools_clang-format_git-clang-format |  48 +--
> >  ...sanitizer__common_sanitizer__linux__libcdep.cpp |  11 -
> >  devel/llvm20/files/patch-revert-6d7e428df611       |  17 -
> >  devel/llvm20/pkg-plist                             | 455 +++++++++++++++++--
> > --
> >  12 files changed, 434 insertions(+), 281 deletions(-)
> 
> This port failed to package under 15-CURRENT poudriere.
> 
> ====> Compressing man pages (compress-man)
> ===>   Installing ldconfig configuration file
> ===========================================================================
> =======================<phase: package        >============================
> ===== env: 'PKG_NOTES=build_timestamp built_by' 'PKG_NOTE_build_timestamp=20
> 25-02-06T23:22:48+0000' 'PKG_NOTE_built_by=poudriere-git-3.4.2' 
> NO_DEPENDS=yes USER=nobody UID=65534 GID=65534
> ===>  Building packages for llvm20-20.1.0.r1
> ===>   Building llvm20-20.1.0.r1
> pkg-static: Unable to access file /wrkdirs/usr/ports/devel/llvm20/work-defau
> lt/stage/usr/local/llvm20/lib/libFlangOpenMPTransforms.a:No such file or 
> directory
> *** Error code 1
> 
> Stop.
> make: stopped making "package" in /usr/ports/devel/llvm20
> =>> Cleaning up wrkdir
> ===>  Cleaning for llvm20-20.1.0.r1
> build of devel/llvm20@default | llvm20-20.1.0.r1 ended at Fri Feb  7 
> 03:39:05 PST 2025
> build time: 12:16:16
> !!! build failure encountered !!!

Please provide ARCH, an any non-default options.

-- Brooks