Tatsuro MATSUOKA wrote: > Dear Soren > > I am now building Octave-Forge: R2008-02-16. > > In the bundled packagess, there exists "financial-.1.tar.gz". > The file name is not correct. > > Octave said that > error: bad version string: .1 > > Please tell me the correct file name. > >
The version number in the DESCRIPTION file must be a three field string of the form NN.NN.NN or N.N.N, etc. The financial package has a version number of .1, which is the cause of the issue. The fix is to modify the DESCRIPTION file and re upload this package and the bundle. However, the bad version number in the DESCRIPTION file also means the this package failed to get listed at http://octave.sourceforge.net/packages.html but I don't think that should be fixed in for this release.. It'll be fixed in two months at the next release.. D. -- David Bateman [EMAIL PROTECTED] Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax) The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
