I got following error when make llvm-lit:

$ make
===> Building from scratch llvm-lit-19.1.4
===> llvm-lit-19.1.4 depends on: py3-sphinx-* -> py3-sphinx-7.4.7p1
===> llvm-lit-19.1.4 depends on: cmake-* -> cmake-3.30.1v1
===> llvm-lit-19.1.4 depends on: ninja-* -> ninja-1.11.1p0v0
===> llvm-lit-19.1.4 depends on: python->=3.11,<3.12 -> python-3.11.10p1
===> llvm-lit-19.1.4 depends on: py3-build-* -> py3-build-1.2.1p1
===> llvm-lit-19.1.4 depends on: py3-installer-* -> py3-installer-0.7.0p0
===> llvm-lit-19.1.4 depends on: py3-setuptools-* -> py3-setuptools-68.0.0p0v0
===> llvm-lit-19.1.4 depends on: py3-wheel-* -> py3-wheel-0.44.0
===> llvm-lit-19.1.4 depends on: xz->=5.4.0 -> xz-5.6.2
===> llvm-lit-19.1.4 depends on: zstd-* -> zstd-1.5.6
===>  Verifying specs:  c c++ c++abi execinfo m pthread z zstd
===>  found c.100.3 c++.10.0 c++abi.7.0 execinfo.3.0 m.10.1
pthread.27.1 z.7.1 zstd.6.4
===>  Checking files for llvm-lit-19.1.4
>> Fetch 
>> https://pypi.io/packages/source/l/llvmproject-19.1.4.src/llvm-project-19.1.4.src.tar.xz
ftp: Error retrieving
https://files.pythonhosted.org/packages/source/l/llvmproject-19.1.4.src/llvm-project-19.1.4.src.tar.xz:
404 Not Found
>> Fetch 
>> https://ftp.openbsd.org/pub/OpenBSD/distfiles/llvm-project-19.1.4.src.tar.xz
ftp: Error retrieving
https://ftp.openbsd.org/pub/OpenBSD/distfiles/llvm-project-19.1.4.src.tar.xz:
404 Not Found
>> Fetch 
>> https://ftp.usa.openbsd.org/pub/OpenBSD/distfiles/llvm-project-19.1.4.src.tar.xz
ftp: Error retrieving
https://ftp.usa.openbsd.org/pub/OpenBSD/distfiles/llvm-project-19.1.4.src.tar.xz:
404 Not Found
>> Fetch 
>> https://ftp.fr.openbsd.org/pub/OpenBSD/distfiles/llvm-project-19.1.4.src.tar.xz
ftp: Error retrieving
https://ftp.fr.openbsd.org/pub/OpenBSD/distfiles/llvm-project-19.1.4.src.tar.xz:
404 Not Found
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3312
'/usr/ports/distfiles/llvm-project-19.1.4.src.tar.xz':
@lock=llvm-project-19...)
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2584
'_internal-fetch': @cd /usr/ports/devel/llvm-lit &&
PKGPATH=devel/llvm-lit e...)
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2804
'/usr/ports/pobj/llvm-lit-19.1.4/.extract_done': @cd
/usr/ports/devel/llvm-l...)
*** Error 2 in /usr/ports/devel/llvm-lit
(/usr/ports/infrastructure/mk/bsd.port.mk:2712 'all':
@lock=llvm-lit-19.1.4;  export _LOCKS_HELD

I found llvm-project-12.x-d01534d1.tar.gz on
https://ftp.openbsd.org/pub/OpenBSD/distfiles/.
However, llvm-project-19.1.4.src.tar.xz is not found on this site.
Do you have /llvm-project-19.1.4.src.tar.xz?
--
ASOU Masato

On Thu, Dec 5, 2024 at 7:54 AM Alexander Bluhm <bl...@openbsd.org> wrote:
>
> Hi,
>
> To test OpenMP I need the LLVM test tools.  I decided to create a
> new port, instead of using the exiting llvm ports.  It reuses the
> llvm-project distfile, but compiles and tests only what I need.  It
> is a bit tricky as it is half cmake and half python.  I use the
> newest llvm version, hoping that the test tools are compatible.
>
> ok to import llvm-lit?
>
> Comment:
> LLVM integrated tester
>
> Description:
> lit is a portable tool for executing LLVM and Clang style test suites,
> summarizing their results, and providing indication of failures.  lit is
> designed to be a lightweight testing tool with as simple a user interface
> as possible.
>
> bluhm

Reply via email to