bugGNU Octave - Bugs: bug #66660, [octave-forge] (geometry) Octave...

 
 

bug #66660: [octave-forge] (geometry) Octave /Geometry Install Errors

Submitter:  None
Submitted:  Tue 14 Jan 2025 12:46:07 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Assigned to:  None
Originator Name:  AC Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * 9.3.0
Release:  Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 14 Jan 2025 02:14:52 AM UTC, comment #1: 
Dmitri A. Sergatskov <dasergatskov>
Tue 14 Jan 2025 12:46:07 AM UTC, original submission:  

Octave was configured for "x86_64-apple-darwin22.6.0".

Home page:            https://octave.org
Support resources:    https://octave.org/support
Improve Octave:       https://octave.org/get-involved

For changes from previous versions, type 'news'.

warning: function /Users/andrewmac/test.m shadows a core library function
octave:1> pkg install "https://downloads.sourceforge.net/project/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases/geometry-4.1.0.tar.gz"
In file included from connector.cpp:9:
In file included from ./connector.h:13:
./martinez.h:40:30: error: no template named
      'binary_function'; did you mean '__binary_function'?
        struct SegmentComp : public binary_function<SweepEvent*, SweepEv...
                                    ^~~~~~~~~~~~~~~
                                    __binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note:
      '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg...
^
polygon.cpp:96:30: error: no template named
      'binary_function'; did you mean '__binary_function'?
        struct SegmentComp : public binary_function<SweepEvent*, SweepEv...
                                    ^~~~~~~~~~~~~~~
                                    __binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note:
      '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg...
^
In file included from connector.cpp:9:
In file included from ./connector.h:13:
./martinez.h:67:33: error: no template named
      'binary_function'; did you mean '__binary_function'?
        struct SweepEventComp : public binary_function<SweepEvent*, Swee...
                                       ^~~~~~~~~~~~~~~
                                       __binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note:
      '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg...
^
polygon.cpp:119:33: error: no template named
      'binary_function'; did you mean '__binary_function'?
        struct SweepEventComp : public binary_function<SweepEvent*, Swee...
                                       ^~~~~~~~~~~~~~~
                                       __binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note:
      '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg...
^
In file included from martinez.cpp:9:
./martinez.h:40:30: error: no template named
      'binary_function'; did you mean '__binary_function'?
        struct SegmentComp : public binary_function<SweepEvent*, SweepEv...
                                    ^~~~~~~~~~~~~~~
                                    __binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note:
      '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg...
^
In file included from martinez.cpp:9:
./martinez.h:67:33: error: no template named
      'binary_function'; did you mean '__binary_function'?
        struct SweepEventComp : public binary_function<SweepEvent*, Swee...
                                       ^~~~~~~~~~~~~~~
                                       __binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note:
      '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg...
^
martinez.cpp:188:12: warning: enumeration value
      'NON_CONTRIBUTING' not handled in switch [-Wswitch]
                        switch (e->type) {
                                ^~~~~~~
martinez.cpp:188:12: note: add missing switch cases
                        switch (e->type) {
                                ^
2 errors generated.
2 errors generated.
make: * [connector.o] Error 1
make: * Waiting for unfinished jobs....
make: * [polygon.o] Error 1
1 warning and 2 errors generated.
make: * [martinez.o] Error 1
ld: warning: duplicate -bundle_loader option, '/usr/local/Cellar/octave/9.3.0/bin/octave-9.3.0' ignored
/usr/local/Cellar/octave/9.3.0/bin/mkoctfile-9.3.0 -Wall -mex -g clipper.cpp mexclipper.cpp
/usr/local/Cellar/octave/9.3.0/bin/mkoctfile-9.3.0 -c connector.cpp -o connector.o
/usr/local/Cellar/octave/9.3.0/bin/mkoctfile-9.3.0 -c martinez.cpp -o martinez.o
/usr/local/Cellar/octave/9.3.0/bin/mkoctfile-9.3.0 -c polygon.cpp -o polygon.o

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






Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by philipnienhuis
  • -email is unavailable- added by dasergatskov (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2025-01-16 philipnienhuis SummaryOctave /Geometry Install Errors [octave-forge] (geometry) Octave /Geometry Install Errors
    2025-01-15 philipnienhuis Carbon-Copy- Added juanpi
    2025-01-15 philipnienhuis Carbon-CopyRemoved kakila -
    2025-01-15 philipnienhuis Carbon-Copy- Added kakila

    Back to the top

    Powered by Savane 3.14-962f.
    Corresponding source code