Package Details: lld16 16.0.6-1

Git Clone URL: https://aur.archlinux.org/lld16.git (read-only, click to copy)
Package Base: lld16
Description: Linker from the LLVM project (version 16)
Upstream URL: https://lld.llvm.org/
Licenses: custom:Apache 2.0 with LLVM Exception
Submitter: foutrelis
Maintainer: tiziodcaio
Last Packager: foutrelis
Votes: 3
Popularity: 0.23
First Submitted: 2024-06-08 06:32 (UTC)
Last Updated: 2024-06-08 06:32 (UTC)

Latest Comments

tomcat0x42 commented on 2024-11-11 12:42 (UTC) (edited on 2024-11-11 12:42 (UTC) by tomcat0x42)

Test are failing probably due to the system python version:

TEST 'lld :: MachO/compact-unwind-generated.test' FAILED
Exit Code: 1

Command Output (stderr):
--
RUN: at line 17: "/usr/bin/python3.12" /home/pablo/.cache/paru/clone/lld16/src/lld-16.0.6.src/test/MachO/tools/generate-cfi-funcs.py --seed=johnnyapple >/home/pablo/.cache/paru/clone/lld16/src/lld-16.0.6.src/build/test/MachO/Output/compact-unwind-generated.test.tmp.s
+ /usr/bin/python3.12 /home/pablo/.cache/paru/clone/lld16/src/lld-16.0.6.src/test/MachO/tools/generate-cfi-funcs.py --seed=johnnyapple
Traceback (most recent call last):
  File "/home/pablo/.cache/paru/clone/lld16/src/lld-16.0.6.src/test/MachO/tools/generate-cfi-funcs.py", line 132, in <module>
    main()
  File "/home/pablo/.cache/paru/clone/lld16/src/lld-16.0.6.src/test/MachO/tools/generate-cfi-funcs.py", line 116, in main
    size += print_function("x%08x" % (size+base))
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pablo/.cache/paru/clone/lld16/src/lld-16.0.6.src/test/MachO/tools/generate-cfi-funcs.py", line 26, in print_function
    frame_offset = -random.randint(0, (frame_size/16 - 4)) * 16
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/random.py", line 336, in randint
    return self.randrange(a, b+1)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/random.py", line 312, in randrange
    istop = _index(stop)
            ^^^^^^^^^^^^
TypeError: 'float' object cannot be interpreted as an integer

Failed Tests (1):
  lld :: MachO/compact-unwind-generated.test