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

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

[Octave-bug-tracker] [bug #63642] Bug while installing packages with pkg


From: Elouan
Subject: [Octave-bug-tracker] [bug #63642] Bug while installing packages with pkg
Date: Wed, 11 Jan 2023 03:38:21 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?63642>

                 Summary: Bug while installing packages with pkg
                 Project: GNU Octave
               Submitter: louvandtech
               Submitted: Wed 11 Jan 2023 08:38:19 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: stable
         Discussion Lock: Any
        Operating System: Mac OS
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 11 Jan 2023 08:38:19 AM UTC By: Elouan <louvandtech>
Hello,
I'm running MacOs Ventura 13.1

I'm trying to install multiple package on my Octave installation: image,
control, signal,
but none of them installed correctly with the command :

pkg install -forge <package_name>


Each time I get the same error (I will only give the last few line that are
common to every package I tried here): 

error: pkg: error running 'make' for the control package
error: called from
    configure_make at line 117 column 9
    install at line 202 column 7
    pkg at line 612 column 9


I also get multiple errors (before the one I give above), but they are
different for each packages, here's an snippet from the image package : 

In file included from __spatial_filtering__.cc:24:
./octave-wrappers.h:68:14: error: use of undeclared identifier 'is_bool_type'
    { return is_bool_type (); }
             ^
./octave-wrappers.h:71:14: error: use of undeclared identifier
'is_complex_type'; did you mean 'is_double_type'?
    { return is_complex_type (); }

[...]


I seem people talking about a problem with Gcc and G++ so here's my versions
:

~ gcc --version
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: arm64-apple-darwin22.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
~ g++ --version
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: arm64-apple-darwin22.2.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin


I hope someone can help find the problem.
Thanks in advance.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63642>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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