1. Eubins empty
- Posted by irv Jul 05, 2009
- 973 views
Why are the last several Eubins for Linux just empty folders ?
2. Re: Eubins empty
- Posted by jimcbrown (admin) Jul 05, 2009
- 982 views
Why are the last several Eubins for Linux just empty folders ?
This means that the automatic linux compile failed. That usually means there's a bug in SVN HEAD that causes the linux compile to fail which needs to be fixed.
I'll look at this later today.
3. Re: Eubins empty
- Posted by jimcbrown (admin) Jul 05, 2009
- 991 views
Why are the last several Eubins for Linux just empty folders ?
This means that the automatic linux compile failed. That usually means there's a bug in SVN HEAD that causes the linux compile to fail which needs to be fixed.
I'll look at this later today.
SVN HEAD works fine for me. It seems eubins broke at 2181 and never recovered. This looks like something jeremy will need to fix himself.
In the meantime, 2205 is available at http://malcom.unkmar.com/more/eubin-2205.tar.gz
5. Re: Eubins empty
- Posted by jeremy (admin) Jul 08, 2009
- 919 views
It's fixed, at least for this release. The problem is configure and/or Makefile is not writing EUBIN=XYZ, therefore, when it tries to translate anything, you get:
/euc -nobuild .... abc.ex
and /euc does not exist. Something has changed in the build system between 217x and 218x I would assume. I did not have the time to research it much.
Jeremy