From 5fe30b319c46ab82859d727d6d55461a951f614b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 6 Nov 2019 17:20:54 +0000 Subject: GNU Project Debugger (GDB) and Pexpect can now be built These two packages are necessary to build the GNU C Library. --- reproduce/software/make/high-level.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'reproduce/software/make/high-level.mk') diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk index 7f0e044..a75c199 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -149,6 +149,7 @@ tarballs = $(foreach t, apachelog4cxx-$(apachelog4cxx-version).tar.lz \ fftw-$(fftw-version).tar.gz \ flex-$(flex-version).tar.gz \ freetype-$(freetype-version).tar.gz \ + gdb-$(gdb-version).tar.gz \ ghostscript-$(ghostscript-version).tar.gz \ gnuastro-$(gnuastro-version).tar.lz \ gsl-$(gsl-version).tar.gz \ @@ -224,6 +225,7 @@ $(tarballs): $(tdir)/%: | $(lockdir) elif [ $$n = fftw ]; then c=$(fftw-checksum); w=ftp://ftp.fftw.org/pub/fftw elif [ $$n = flex ]; then c=$(flex-checksum); w=https://github.com/westes/flex/files/981163 elif [ $$n = freetype ]; then c=$(freetype-checksum); w=https://download.savannah.gnu.org/releases/freetype + elif [ $$n = gdb ]; then c=$(gdb-checksum); w=http://ftp.gnu.org/gnu/gdb elif [ $$n = ghostscript ]; then c=$(ghostscript-checksum) v=$$(echo $(ghostscript-version) | sed -e's/\.//') @@ -871,6 +873,11 @@ $(ibidir)/flex: $(ibidir)/bison \ $(call gbuild, flex-$(flex-version), static, ,V=1) \ && echo "Flex $(swig-version)" > $@ +$(ibidir)/gdb: | $(ibidir)/python \ + $(tdir)/gdb-$(gdb-version).tar.gz + $(call gbuild, gdb-$(gdb-version),,,V=1) \ + && echo "GNU Project Debugger (GDB) $(gdb-version)" > $@ + $(ibidir)/ghostscript: $(ibidir)/libtiff \ | $(tdir)/ghostscript-$(ghostscript-version).tar.gz $(call gbuild, ghostscript-$(ghostscript-version)) \ -- cgit v1.2.1