On Sun, 16 Jun 2024 15:41:59 +0200 Mario Marietto <marietto2...@gmail.com> wrote:
> I'm trying to compile wine-tkg from this repo : > > https://github.com/Frogging-Family/wine-tkg-git > > This is what I did,according with the short tutorial : > > root@debian-now:/home/marietto/Scaricati/wine-tkg-git/wine-tkg-git# > ./non-makepkg-build.sh > > => Installing package: libllvm12:i386 | Using apt > E: Can't find package libllvm12:i386 > ==> WARNING: Failed to install package: libllvm12:i386 > => Installing apt-smart | Using pip > error: externally-managed-environment > × This environment is externally managed > ╰─> To install Python packages system-wide, try apt install > python3-xyz, where xyz is the package you are trying to > install. Things you haven't told us: * Which version of Debian you are using. I'm going to assume Bookworm (12). * Whether you are running on i386 or amd64 or something completely different. I'm going to assume amd64. I have security concerns about build processes that just up and try to install packages for you. That sets off my paranoia alarms. If you are on amd64 and want i386 packages, you must first enable the i386 packages. I'll let you search for the appropriate instructions. As for why you aren't getting libllvm12 (of any architecture), that is likely because it isn't available in Bookworm. Strip off the version number, and search on that. I get: charles@issola:~$ apt-cache search libllvm libllvm-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml libllvm-13-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings libllvm13 - Modular compiler and toolchain technologies, runtime library libllvm-14-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings libllvm14 - Modular compiler and toolchain technologies, runtime library libllvm-15-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings libllvm15 - Modular compiler and toolchain technologies, runtime library libllvm-16-ocaml-dev - Modular compiler and toolchain technologies, OCaml bindings libllvm16 - Modular compiler and toolchain technologies, runtime library libllvmspirvlib-14-dev - bi-directional translator for LLVM/SPIRV -- development files libllvmspirvlib14 - bi-directional translator for LLVM/SPIRV -- shared library libllvmspirvlib-15-dev - bi-directional translator for LLVM/SPIRV -- development files libllvmspirvlib15 - bi-directional translator for LLVM/SPIRV -- shared library charles@issola:~$ So your program appears to want a version of libllvm that has been dropped from bookworm. You should probably take that up with the developers of the program. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/