Subject: Files missing in share/ ( was: Re: polyroots)
From: Jaime Villate
Date: Wed, 01 Oct 2008 12:50:01 +0100
On Ter, 2008-09-30 at 21:43 +0200, Adam Majewski wrote:
> Do you mean that it is a bug in windows self-contained installer
> program.
Yes, there is a bug; thank you for finding it. But it is not in the
installer. The bug is in file share/Makefile.am
> Should I report it?
In this case no, because I have just fixed it in the CVS repository, but
if you find other missing files, please do.
> I will try to use cvs version. (:-))
That would not normally solve your problem, because when you do "make
install" the file will still not be transferred to /usr/local/...
You would have to copy the file there manually, or modify Makefile.am.
In this case, an updated copy of the CVS repository will solve that
problem because I have just modified share/Makefile.am there.
By the way, running the following one-liner:
for i in $(find . |awk '! /CVS/'|sed 's+./++'); do if [ $(fgrep -L $i
Makefile.am) ]; then echo $i' is Missing'; fi; done
I have noticed the following files are missing from Makefile.am
(ignoring fortran files):
tensor/kruskal.dem
contrib/quaternion.mac
contrib/colorterm.lisp
contrib/clebsh-gordan.tex
contrib/altsimp
contrib/altsimp/altsimp.lisp
contrib/diffequations/testodelin.mac
contrib/diffequations/testodelin.lisp
contrib/diffequations/de-test.txt
contrib/simplifying.lisp
lbfgs/run-lbfgs.lisp
lbfgs/f2cl-lbfgs.lisp
lbfgs/sdrive.lisp
Does anyone know any reason why any of those files should not be
installed in share/ ?
Unless I hear any reasons, I can go on and add those files in a few
days.
Finally, I've just noticed that the commit messages are not being sent
to the commit list, because the Sourceforge server can no longer find
the perl module Mailer.pm. That could be an error in the new Sourceforge
server, or it could be that we have to update the mailing script that we
must have in the CVSROOT of our project; will have to check that.
Regards,
Jaime