Package Details: mips64-linux-gnu-binutils 2.43-1

Git Clone URL: https://aur.archlinux.org/mips64-linux-gnu-binutils.git (read-only, click to copy)
Package Base: mips64-linux-gnu-binutils
Description: Tools to assemble and manipulate binary and object files for the MIPS64 target (for the toolchain with GNU C library and multilib ABI)
Upstream URL: https://www.gnu.org/software/binutils/
Licenses: GPL-3.0-or-later
Submitter: vk496
Maintainer: dbermond
Last Packager: dbermond
Votes: 3
Popularity: 0.000000
First Submitted: 2017-08-10 13:53 (UTC)
Last Updated: 2024-08-17 02:43 (UTC)

Latest Comments

dbermond commented on 2024-12-29 16:14 (UTC)

@MGThePro I've just checked, and the package is building perfectly fine for me. I don't know what can be causing this for you. Try to build the package in a clean chroot and it should work.

MGThePro commented on 2024-12-29 16:10 (UTC)

Still getting the build error

/home/user/git/mips64-linux-gnu-binutils/src/binutils-2.43/libiberty/filedescriptor.c: In function 'is_valid_fd':
/home/user/git/mips64-linux-gnu-binutils/src/binutils-2.43/libiberty/filedescriptor.c:45:10: error: implicit declaration of function 'dup2' [-Wimplicit-function-declaration]
   45 |   return dup2 (fd, fd) < 0;
      |          ^~~~
make[2]: *** [Makefile:806: filedescriptor.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/user/git/mips64-linux-gnu-binutils/src/binutils-2.43/libiberty/fibheap.c: In function 'fibheap_replace_key_data':
/home/user/git/mips64-linux-gnu-binutils/src/binutils-2.43/libiberty/fibheap.c:38:25: error: 'LONG_MIN' undeclared (first use in this function)
   38 | #define FIBHEAPKEY_MIN  LONG_MIN
                     ^~~~~~~~

This time running makepkg instead of an AUR helper, and using the regular gcc 14.2.1 from the arch repos