axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Debian build failure


From: root
Subject: [Axiom-developer] Debian build failure
Date: Sat, 2 Sep 2006 01:47:42 -0400

It appears that the src/algebra/Makefile fails.
This Makefile is dynamically created by the findAlgebraFiles script.

The awk script attached to the BOOTSTRAP routine in findAlgebraFiles
does not created the required .lsp files.

The script reads:

egrep '<<.*BOOTSTRAP>>=' *.spad.pamphlet | sort | uniq | \
awk -F: '{
  chunk=substr($2,3,length($2)-5);
  split(chunk,part," ");
  lspfile="\${MID}/"part[1];
  print lspfile": \${IN}/"$1;
  print "address@hidden -R\""chunk"\" \${IN}/"$1">"lspfile;
  print "";
}'


Does anyone see anything in this script that might fail on debian
systems but work on other linux systems?

t







reply via email to

[Prev in Thread] Current Thread [Next in Thread]