Search Criteria
Package Details: powerpc-linux-gnu-binutils 2.32-1
Git Clone URL: | https://aur.archlinux.org/powerpc-linux-gnu-binutils.git (read-only, click to copy) |
---|---|
Package Base: | powerpc-linux-gnu-binutils |
Description: | A set of programs to assemble and manipulate binary and object files (powerpc-linux-gnu) |
Upstream URL: | http://www.gnu.org/software/binutils/ |
Licenses: | |
Submitter: | thrimbor |
Maintainer: | thrimbor |
Last Packager: | thrimbor |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-09 17:50 |
Last Updated: | 2019-06-24 01:23 |
Dependencies (4)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- bc (bc-gh) (check)
- dejagnu (dejagnu-git) (check)
Latest Comments
d4l3k commented on 2020-12-28 08:32
updating the version manually in the PKGBUILD to 2.35 works (https://ftp.gnu.org/gnu/binutils/) though it conflicts with the normal binutils due to duplicate libctf files
HerbalNekoTea commented on 2020-09-25 09:00
It fail to build :
In file included from /tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/gold/debug.h:29, from /tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/gold/dirsearch.cc:31: /tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/gold/errors.h:87:50: error: ‘string’ in namespace ‘std’ does not name a type 87 | undefined_symbol(const Symbol sym, const std::string& location); | ^~~~~~ /tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/gold/errors.h:29:1: note: ‘std::string’ is defined in header ‘<string>’; did you forget to ‘#include <string>’? 28 | #include "gold-threads.h" +++ |+#include <string> 29 | make[4]: [Makefile:1133: descriptors.o] Error 1 make[4]: ** Waiting for unfinished jobs.... x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/binutils -I. -I/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/binutils -I../bfd -I/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/binutils/../bfd -I/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o /tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-2.32/binutils/unwind-ia64.c make[4]: [Makefile:1133: dirsearch.o] Error 1
...
libtool: link: x86_64-pc-linux-gnu-gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.so -L/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-build/bfd/../libiberty/pic -liberty -lz ../libiberty/libiberty.a -ldl -Wl,-rpath -Wl,/usr/x86_64-pc-linux-gnu/powerpc-linux-gnu/lib mv -f .deps/dynobj.Tpo .deps/dynobj.Po make[4]: Leaving directory '/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-build/gold' make[3]: [Makefile:1156: all-recursive] Error 1 make[3]: Leaving directory '/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-build/gold' make[2]: [Makefile:896: all] Error 2 make[2]: Leaving directory '/tmp/pakku-hnt/powerpc-linux-gnu-binutils/src/binutils-build/gold' make[1]: [Makefile:6044: all-gold] Error 2 make[1]: Waiting for unfinished jobs....