Hi Hector, On Mon, 06 Oct 2014, Hector Oron wrote: > /usr/bin/guile-snarf: 54: /usr/bin/guile-snarf: gcc-4.8: not found
Hmm, this is really strange. There was a bug in guile-2.0-dev that had the gcc hard-coded. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759096 That was fixed, so I bumped the build-dep onto the correct guile-2.0-dev version. Also, checking the actual content of guile-snarf in the current ARM package, I don't see any occurrence of gcc-4.8 Checking the source of guile-snarf I see that cpp variable is set from either the environment or to gcc -E if [ x"$CPP" = x ] ; then cpp="gcc -E" ; else cpp="$CPP" ; fiif [ x"$CPP" = x ] ; then cpp="gcc -E" ; else cpp="$CPP" ; fi Normally, CPP should not be set in the build environment, but out of some reason it seems that it is on the builder box. Can you run the guile-snarf with bash -x? The Makefile.am contains: .c.x: $(GUILE_SNARF) -o $@ $< $(snarfcppopts) which can be changed to .c.x: bash -x $(GUILE_SNARF) -o $@ $< $(snarfcppopts) Do you have any idea why this happens? Norbert ------------------------------------------------------------------------ PREINING, Norbert http://www.preining.info JAIST, Japan TeX Live & Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 ------------------------------------------------------------------------ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org