On Mon, Feb 08, 2010 at 11:03:02AM -0800, Søren Hauberg wrote: > man, 08 02 2010 kl. 10:12 -0800, skrev Søren Hauberg: > > man, 08 02 2010 kl. 09:48 +0100, skrev Olaf Till: > > > On Sun, Feb 07, 2010 at 02:10:36PM -0800, Søren Hauberg wrote: > > > > ... > > > > parallel > > > > The SVN version doesn't build for me. > > > > > > It builds for me on 3.2.4. Could you tell me the error message and > > > your Octave version? > > > > This is with the development version of Octave. I can try with 3.2.x > > once I get that installed. > > Okay, I tried with Octave 3.2.4 and version 2.0.0 of the package does > not install. The SVN version, however, installs, though it produces > quite a bit of warnings: > > sclose.cc: In function ???octave_value_list Fsclose(const > octave_value_list&, int)???: > sclose.cc:83: warning: ignoring return value of ???ssize_t > read(int, void*, size_t)???, declared with attribute > warn_unused_result > ...
Seemingly your glibc is more strict than the version on my system. These warnings are from separate code I didn't write and which my functions in "parallel" do not depend on. Since its former maintainer is not active, I'm willing to keep this code compatible with the evolving Octave (although I tend not to adapt it to the development branch), but properly reacting to the return values of read and write to get rid of these warnings would probably need some rewriting. > warning: gen_doc_cache: unusable help text in 'getid'. Ignoring > function. > warning: gen_doc_cache: unusable help text in 'scloseall'. > Ignoring function. > > I would prefer not making package releases in general, so if possible, > could you make a new release of the 'parallel' package? Done. Regards, Olaf ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
