Search Criteria
Package Details: mips64-linux-gnu-glibc 2.42-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mips64-linux-gnu-glibc.git (read-only, click to copy) |
|---|---|
| Package Base: | mips64-linux-gnu-glibc |
| Description: | GNU C library for the MIPS64 target with multilib ABI |
| Upstream URL: | https://www.gnu.org/software/libc/ |
| Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
| Submitter: | vk496 |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 2 |
| Popularity: | 0.006861 |
| First Submitted: | 2017-08-10 15:27 (UTC) |
| Last Updated: | 2025-07-29 00:15 (UTC) |
Dependencies (3)
- mips64-linux-gnu-linux-api-headersAUR
- mips64-linux-gnu-gcc-bootstrapAUR (mips64-linux-gnu-gccAUR) (make)
- python (make)
Latest Comments
therightstuff commented on 2025-08-18 14:21 (UTC) (edited on 2025-08-18 14:24 (UTC) by therightstuff)
I'm having trouble building this. It doesn't like the libgcc.a produced by mips64-linux-gnu-gcc-bootstrap.
make[2]: Entering directory '/home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/glibc-2.42/elf'
for symbol in __libc_assert_fail __syscall_cancel calloc free malloc realloc __stack_chk_fail __stack_chk_fail_local; do \
echo ".globl $symbol"; \
echo "$symbol:"; \
done | mips64-linux-gnu-gcc -mabi=64 -I/home/therightstuff/git-repo/mips64-linux-gnu-glibc/src -o /home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/build-abi-64/elf/librtld.mapT.o -Werror=undef -c -x assembler -
mips64-linux-gnu-gcc -mabi=64 -I/home/therightstuff/git-repo/mips64-linux-gnu-glibc/src -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -nostdlib -nostartfiles -r -o /home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/build-abi-64/elf/librtld.map.o /home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/build-abi-64/elf/librtld.mapT.o '-Wl,-(' /home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/build-abi-64/elf/dl-allobjs.os /home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/build-abi-64/libc_pic.a -lgcc '-Wl,-)' -Wl,-Map,/home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/build-abi-64/elf/librtld.mapT
/usr/lib/gcc/mips64-linux-gnu/15.1.0/../../../../mips64-linux-gnu/bin/ld: warning: -z pack-relative-relocs ignored
/usr/lib/gcc/mips64-linux-gnu/15.1.0/../../../../mips64-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/mips64-linux-gnu/15.1.0/libgcc.a when searching for -lgcc
/usr/lib/gcc/mips64-linux-gnu/15.1.0/../../../../mips64-linux-gnu/bin/ld: cannot find -lgcc: No such file or directory
/usr/lib/gcc/mips64-linux-gnu/15.1.0/../../../../mips64-linux-gnu/bin/ld: have you installed the static version of the gcc library ?
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1493: /home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/build-abi-64/elf/librtld.map] Error 1
make[2]: Leaving directory '/home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/glibc-2.42/elf'
make[1]: *** [Makefile:484: elf/subdir_lib] Error 2
make[1]: Leaving directory '/home/therightstuff/git-repo/mips64-linux-gnu-glibc/src/glibc-2.42'
make: *** [Makefile:20: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Can anyone assist?