Search Criteria
Package Details: powerpc-linux-gnu-binutils 2.32-1
Package Actions
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: | GPL |
Submitter: | thrimbor |
Maintainer: | None |
Last Packager: | thrimbor |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-09 17:50 (UTC) |
Last Updated: | 2019-06-24 01:23 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bc (bc-ghAUR) (check)
- dejagnu (dejagnu-gitAUR) (check)
Latest Comments
limokig421 commented on 2023-10-27 10:23 (UTC)
as suggested by @d4l3k, changing version to 2.35 (and specifying it's md5-hash = fc8d55e2f6096de8ff8171173b6f5087) makes it build, but install still fails because of conflicts:
limokig421 commented on 2023-10-27 10:02 (UTC)
tried to install this, but failed:
In file included from /var/tmp/pamac-build-user/powerpc-linux-gnu-binutils/src/binutils-2.32/gold/debug.h:29, from /var/tmp/pamac-build-user/powerpc-linux-gnu-binutils/src/binutils-2.32/gold/descriptors.cc:31: /var/tmp/pamac-build-user/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); | ^~~~~~ /var/tmp/pamac-build-user/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>
d4l3k commented on 2020-12-28 08:32 (UTC)
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 (UTC) (edited on 2020-09-25 09:08 (UTC) by HerbalNekoTea)
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....