Hello, First of all, it sounds like this patch is breaking the build: https://lists.ipfire.org/pipermail/development/2020-March/007159.html Secondly, you can log in to any of the ARM builders, check out the source somewhere and build it on there. -Michael > On 7 Mar 2020, at 10:36, Peter Müller wrote: > > Due to missing build hardware for ARMv5 and ARM64 architecture, this patch > updates the rootfiles for i586 and x86_64 only. I would like to ask > somebody capable of the missing architectures to do the corresponding > rootfile updates for me. Thank you. > > Cc: Arne Fitzenreiter > Signed-off-by: Peter Müller > --- > config/rootfiles/common/i586/binutils | 17 +++++++++++++++-- > config/rootfiles/common/x86_64/binutils | 17 +++++++++++++++-- > lfs/binutils | 6 +++--- > 3 files changed, 33 insertions(+), 7 deletions(-) > > diff --git a/config/rootfiles/common/i586/binutils b/config/rootfiles/common/i586/binutils > index 2d4f12a33..4e2014d02 100644 > --- a/config/rootfiles/common/i586/binutils > +++ b/config/rootfiles/common/i586/binutils > @@ -18,11 +18,24 @@ usr/bin/strings > #usr/include/bfd.h > #usr/include/bfd_stdint.h > #usr/include/bfdlink.h > +#usr/include/ctf-api.h > +#usr/include/ctf.h > #usr/include/diagnostics.h > #usr/include/dis-asm.h > #usr/include/libiberty.h > #usr/include/plugin-api.h > #usr/include/symcat.h > +#usr/lib/libbfd-2.34.so > +#usr/lib/libctf-nobfd.a > +#usr/lib/libctf-nobfd.la > +#usr/lib/libctf-nobfd.so > +#usr/lib/libctf-nobfd.so.0 > +#usr/lib/libctf-nobfd.so.0.0.0 > +#usr/lib/libctf.a > +#usr/lib/libctf.la > +#usr/lib/libctf.so > +#usr/lib/libctf.so.0 > +#usr/lib/libctf.so.0.0.0 > #usr/lib/ldscripts > #usr/lib/ldscripts/elf32_x86_64.x > #usr/lib/ldscripts/elf32_x86_64.xbn > @@ -156,11 +169,11 @@ usr/bin/strings > #usr/lib/ldscripts/elf_x86_64.xu > #usr/lib/ldscripts/elf_x86_64.xw > #usr/lib/ldscripts/elf_x86_64.xwe > -usr/lib/libbfd-2.32.so > +usr/lib/libbfd-2.34.so > #usr/lib/libbfd.a > #usr/lib/libbfd.la > #usr/lib/libbfd.so > -usr/lib/libopcodes-2.32.so > +usr/lib/libopcodes-2.34.so > #usr/lib/libopcodes.a > #usr/lib/libopcodes.la > #usr/lib/libopcodes.so > diff --git a/config/rootfiles/common/x86_64/binutils b/config/rootfiles/common/x86_64/binutils > index 2d4f12a33..4e2014d02 100644 > --- a/config/rootfiles/common/x86_64/binutils > +++ b/config/rootfiles/common/x86_64/binutils > @@ -18,11 +18,24 @@ usr/bin/strings > #usr/include/bfd.h > #usr/include/bfd_stdint.h > #usr/include/bfdlink.h > +#usr/include/ctf-api.h > +#usr/include/ctf.h > #usr/include/diagnostics.h > #usr/include/dis-asm.h > #usr/include/libiberty.h > #usr/include/plugin-api.h > #usr/include/symcat.h > +#usr/lib/libbfd-2.34.so > +#usr/lib/libctf-nobfd.a > +#usr/lib/libctf-nobfd.la > +#usr/lib/libctf-nobfd.so > +#usr/lib/libctf-nobfd.so.0 > +#usr/lib/libctf-nobfd.so.0.0.0 > +#usr/lib/libctf.a > +#usr/lib/libctf.la > +#usr/lib/libctf.so > +#usr/lib/libctf.so.0 > +#usr/lib/libctf.so.0.0.0 > #usr/lib/ldscripts > #usr/lib/ldscripts/elf32_x86_64.x > #usr/lib/ldscripts/elf32_x86_64.xbn > @@ -156,11 +169,11 @@ usr/bin/strings > #usr/lib/ldscripts/elf_x86_64.xu > #usr/lib/ldscripts/elf_x86_64.xw > #usr/lib/ldscripts/elf_x86_64.xwe > -usr/lib/libbfd-2.32.so > +usr/lib/libbfd-2.34.so > #usr/lib/libbfd.a > #usr/lib/libbfd.la > #usr/lib/libbfd.so > -usr/lib/libopcodes-2.32.so > +usr/lib/libopcodes-2.34.so > #usr/lib/libopcodes.a > #usr/lib/libopcodes.la > #usr/lib/libopcodes.so > diff --git a/lfs/binutils b/lfs/binutils > index 7df005146..334adad25 100644 > --- a/lfs/binutils > +++ b/lfs/binutils > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2017 IPFire Team # > +# Copyright (C) 2007-2020 IPFire Team # > # # > # This program is free software: you can redistribute it and/or modify # > # it under the terms of the GNU General Public License as published by # > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.32 > +VER = 2.34 > > THISAPP = binutils-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -94,7 +94,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 0d174cdaf85721c5723bf52355be41e6 > +$(DL_FILE)_MD5 = 664ec3a2df7805ed3464639aaae332d6 > > install : $(TARGET) > > -- > 2.16.4