Re: Octave 6.0.90 test release available on alpha.gnu.org
Carlo De Falco <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
> Il giorno 27 ago 2020, alle ore 15:38, John W. Eaton <[email protected]> ha scritto: > > The following files are now available for testing from alpha.gnu.org in the directory gnu/octave > > -rw-r--r-- 32508461 Aug 26 19:54 octave-6.0.90.tar.gz > -rw-r--r-- 21424489 Aug 26 19:54 octave-6.0.90.tar.lz > -rw-r--r-- 25050816 Aug 26 19:55 octave-6.0.90.tar.xz > > -rw-r--r-- 352766877 Aug 27 13:21 octave-6.0.90-w64-installer.exe > -rw-r--r-- 341029732 Aug 27 13:25 octave-6.0.90-w64.7z > -rw-r--r-- 586445094 Aug 27 13:31 octave-6.0.90-w64.zip > > Please report any new issues using the release tag 6.0.90 in the bug tracker. > > jwe > On macos 10.14.6 using clang++ with macports dependencies and disabling qt and GUI I see the following error when running "make check" : ------------------------------------------------ /Applications/Xcode.app/Contents/Developer/usr/bin/make check-local preserving existing HG-ID file MKMEXFILE test/mex/bug_54096.mex ld: warning: directory not found for option '-L/opt/octave/6.0.90/lib/octave/6.0.90' ld: warning: directory not found for option '-L/opt/octave/6.0.90/lib' ld: file not found: /opt/octave/6.0.90/bin/octave-6.0.90 clang: error: linker command failed with exit code 1 (use -v to see invocation) MKMEXFILE test/mex/bug_51725.mex ld: warning: directory not found for option '-L/opt/octave/6.0.90/lib/octave/6.0.90' ld: warning: directory not found for option '-L/opt/octave/6.0.90/lib' ld: file not found: /opt/octave/6.0.90/bin/octave-6.0.90 clang: error: linker command failed with exit code 1 (use -v to see invocation) ------------------------------------------------ prefix is set to "/opt/octave/6.0.90" so I see why mex is looking for those files, but I have not yet run "make install" so it is correct that they do not exist. In total I see 6 FAIL and 5 REGRESSION ------------------------------------------------ Summary: PASS 16007 FAIL 6 REGRESSION 5 XFAIL (reported bug) 41 SKIP (missing feature) 49 SKIP (run-time condition) 31 ------------------------------------------------ I'll look at the details and report back asap. c.