tir, 19 02 2008 kl. 23:33 +0900, skrev Tatsuro MATSUOKA: > 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. As David pointed out the version number in the DESCRIPTION file is wrong, which is causing problems. The work around is:
1) Uncompress the package file (tar -zxvf financial-.1.tar.gz) 2) Edit the financial-.1/DESCRIPTION file, and change the version number to 0.0.1 3) Compress the directory back into a tar.gz file (tar -cvf financial-0.0.1.tar.gz financial-.1.tar.gz) Now you should be able to install the package. Sorry about this inconvenience. Søren P.S. I didn't test the commands above, so they might need some alteration. P.P.S. I agree with David that this doesn't need to be fixed until next release. I can, however, easily upload a new bundle and package file, where this is fixed. Should I do this? ------------------------------------------------------------------------- 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
