octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43748] Octave Forge image package cannot be i


From: anonymous
Subject: [Octave-bug-tracker] [bug #43748] Octave Forge image package cannot be installed under MacOS
Date: Thu, 04 Dec 2014 01:53:10 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0

URL:
  <http://savannah.gnu.org/bugs/?43748>

                 Summary: Octave Forge image package cannot be installed under
MacOS
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 04 Dec 2014 01:53:09 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Mo DeJong
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Mac OS

    _______________________________________________________

Details:

I tried to process an image via:

>> [l, Am, C] = slic(im, 3000, 10, 10, 'median');
warning: the 'whitepoint' function belongs to the image package from Octave
Forge
which seems to not be installed in your system.

This seems to fail with the default MacOSX binary installed for 3.8.0.
Compiling on MacOSX is already difficult, so the binary install should come
with these packages already compiled so that everything works by default.

Anyway, I then tried to run this:

pkg install -forge general control signal image

It fails with the following compiler error:


In file included from
/usr/local/octave/3.8.0/lib/gcc47/gcc/x86_64-apple-darwin13/4.7.3/include/stdint.h:3:0,
                 from
/usr/local/octave/3.8.0/include/octave-3.8.0/octave/oct-conf-post.h:167,
                 from
/usr/local/octave/3.8.0/include/octave-3.8.0/octave/config.h:3351,
                 from
/usr/local/octave/3.8.0/include/octave-3.8.0/octave/../octave/oct.h:31,
                 from sl_ab08nd.cc:30,
                 from __control_slicot_functions__.cc:1:
/usr/local/octave/3.8.0/lib/gcc47/gcc/x86_64-apple-darwin13/4.7.3/include-fixed/stdint.h:27:32:
fatal error: sys/_types/_int8_t.h: No such file or directory
compilation terminated.
make: *** [__control_slicot_functions__.oct] Error 1
tar -xzf slicot.tar.gz
mkdir sltmp
mv slicot/src/*.f ./sltmp
mv slicot/src_aux/*.f ./sltmp
cp TG04BX.fortran ./sltmp/TG04BX.f
cd sltmp; /usr/local/octave/3.8.0/bin/mkoctfile-3.8.0 -c *.f
ar -rc slicotlibrary.a ./sltmp/*.o
rm -rf sltmp slicot
LFLAGS="-L/usr/local/octave/3.8.0/lib/octave/3.8.0
-L/usr/local/octave/3.8.0/lib -llapack -lgfortran -lcblas -lf77blas -latlas
-L/usr/local/octave/3.8.0.mp/bin/../lib/gcc47/gcc/x86_64-apple-darwin13/4.7.3
-L/usr/local/octave/3.8.0.mp/bin/../lib/gcc47/gcc
-L/usr/local/octave/3.8.0/lib
-L/usr/local/octave/3.8.0.mp/bin/../lib/gcc47/gcc/x86_64-apple-darwin13/4.7.3/../../..
-lgfortran -lquadmath -lm" \
    /usr/local/octave/3.8.0/bin/mkoctfile-3.8.0
__control_slicot_functions__.cc common.cc slicotlibrary.a

pkg: error running `make' for the control package.


So, it looks like the control package fails to compile on MacOSX 10.9.5.
Please fix this since it makes use of Octave impossible. There is no point in
a binary installer that fails to actually install binaries that actually
work.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43748>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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