octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [octave-forge] (parallel) request help for testing at Windows


From: Nicholas Jankowski
Subject: Re: [octave-forge] (parallel) request help for testing at Windows
Date: Sat, 23 Nov 2019 17:09:26 -0500

On Sat, Nov 23, 2019 at 3:53 PM Olaf Till <address@hidden> wrote:
On Sat, Nov 23, 2019 at 01:10:00PM -0500, Nicholas Jankowski wrote:
> On Sat, Nov 23, 2019 at 1:08 PM Nicholas Jankowski <address@hidden> wrote:
> >
> > On Sat, Nov 23, 2019 at 1:03 PM Nicholas Jankowski <address@hidden> wrote:
> > >
> > > got a build/install failure on windows with error messages that
> > > overran the interpreter window buffer. took a while, so rerunning now
> > > with -verbose and diary turned on.  will reply with diary attached when
> > > it finishes.
> >
>
> ran again with console buffer set higher.  here you go. output saved
> into attached file.

Thanks a lot!

> octave:5> pkg install -verbose parallel-3.1.3.tar.gz
> ...
> checking for gcc... gcc
> ...
> cc -c gnulib-wrappers.c -Igl -g -O2 -fPIC
> make: cc: Command not found

So configure finds gcc, but make uses 'cc'. I probably shouldn't make
CC configurable from environment in src/Makefile.in.

After fixing this (changeset 723cda56ca37), a new package with
pre-built docs has been uploaded, as before to:
https://sourceforge.net/p/octave/package-releases/393/
md5sum:
1fedf1ea96f8e249cd48421ef6a54a88  parallel-3.1.3.tar.gz

Olaf

--
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

sorry to be fumbling along here, where should I be able to find __test_rfeval__.cc? I see it in the pagkage tar.gz file, but am not finding it searching under the package folders. extracted it and tried to run it from another folder and got:
octave:9> test("__test_rfeval__.cc")
***** test
 __test_rfeval__ (@ (x) sqrt (x), 1, @ (info, x) info.message);
 assert (__test_rfeval__ (9, 1, @ (info, x) info.message){1}, 3);
 assert (iscellstr (__test_rfeval__ ("a", 1, @ (info, x) info.message)));
!!!!! test failed
'__test_rfeval__' undefined near line 3 column 2
octave:10>

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]