Thanks for looking into this for me.

I just did:

rm -rf *
git checkout --force
./configure
make

and it worked fine.  It is possible that I had a prior build, did a git pull, followed by configure/make to get the reported error.

Thanks.

Blake


On Fri, Dec 2, 2016 at 11:16 PM, Jean-Claude Beaudoin <jean.claude.beaudoin@gmail.com> wrote:


On Fri, Dec 2, 2016 at 9:36 PM, Blake McBride <blake1024@gmail.com> wrote:
Hi,

I am on a 64 bit Linux box.  I tried to build a current git clone and got:


Could you describe this Linux box more precisely please?
Also, what was the exact source of this clone? Was it github.com or gitlab.common-lisp.net?

 
./configure
.....
make
.....
cp ./asdf-stage/alexandria*/alexandria.fasb ./asdf-stage/
cp ./asdf-stage/alexandria*/alexandria.a ./asdf-stage/
cp ./asdf-stage/alexandria*/alexandria.asd ./asdf-stage/
bin/mkcl-small -norc -q --external-format "(:ascii :lf)" -load build-asdf-contrib-as2.lsp -- alexandria ../contrib/alexandria*/ ./asdf-stage/
bin/mkcl-small -norc -q --external-format "(:ascii :lf)" -load build-asdf-contrib.lsp -- babel ../contrib/babel*/
;;; Loading "./ext/asdf.fasb"
;;; Loading "/home/blake/Backup/mkcl.git/contrib/babel_2012-08-13/babel.asd"
;;; Loading "/home/blake/Backup/mkcl.git/src/asdf-stage/trivial-features.asd"
;;; Loading "/home/blake/Backup/mkcl.git/src/asdf-stage/alexandria.asd"
;;; Loading "/home/blake/Backup/mkcl.git/src/asdf-stage/trivial-features.fasb"
;;; Loading "/home/blake/Backup/mkcl.git/src/asdf-stage/alexandria.fasb"

asdf:bundle-system failed.
make[1]: *** [asdf-stage/babel.fasb] Error 1
make[1]: Leaving directory `/home/blake/Backup/mkcl.git/src'
make: *** [all] Error 2


This is very puzzling because you seem to get a failure in a piece of code that has just succeeded in producing alexandria.fasb moments before. Could it be that you hit some system limit? A disk partition could be full perhaps?

I would like very much if you could send me the exact (complete and unedited) transcript of the "configure" and "make" commands you did. The devil seems to be in the details it seems here and I am missing a few.

BTW, I just tried to reproduce what you got here on two 64 bit Linux boxes (one Ubuntu 14.04 and one Fedora 22) and failed to get the result you state here. Both times the build completed without incident.
 

Thanks!

Blake McBride