bugGNU Octave - Bugs: bug #55385, [octave forge] (strings) package...

 
 

bug #55385: [octave forge] (strings) package fails install in version 5

Submitter:  John Donoghue <lostbard>
Submitted:  Fri 04 Jan 2019 12:40:27 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  lostbard
Originator Name:  JohnD Open/Closed:  * Closed
Release:  * other Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 30 Jun 2022 02:20:46 PM UTC, comment #4: 

New release out - closing ticket

John Donoghue <lostbard>
Group Member
Thu 09 Jan 2020 09:52:06 PM UTC, comment #3: 

I pushed up a change to the repo for the error, and indition one for toascii (removed from octave 6.0.0)

Anyone still mantaining the package ?

John Donoghue <lostbard>
Group Member
Wed 09 Jan 2019 01:50:00 PM UTC, comment #2: 

Added patch that uses configure to check for pkg-config and PCRE and the correct octave function to use

(file #45915)

John Donoghue <lostbard>
Group Member
Sun 06 Jan 2019 01:56:53 AM UTC, comment #1: 

As a note to the package maintainer or whoever works on this, please use '$(shell pkg-config --cflags libpcre)' and '$(shell pkg-config --libs libpcre)' instead of the deprecated and internal-use-only 'octave_config_info' function.

Mike Miller <mtmiller>
Group Member
Fri 04 Jan 2019 12:40:27 PM UTC, original submission:  

When attempting to install:


error: 'octave_config_info' undefined near line 1 column 7
pcregexp.cc: In function âoctave_value_list Fpcregexp(const octave_value_list&, int)â:
pcregexp.cc:52:9: error: âgripe_wrong_type_argâ was not declared in this scope
         gripe_wrong_type_arg("pcregexp", args(0));
         ^~~~~~~~~~~~~~~~~~~~
pcregexp.cc:52:9: note: suggested alternative: âerr_wrong_type_argâ
         gripe_wrong_type_arg("pcregexp", args(0));
         ^~~~~~~~~~~~~~~~~~~~
         err_wrong_type_arg


John Donoghue <lostbard>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #45915:  strconf.patch added by lostbard (11KiB - application/octet-stream)

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by lostbard (Adding package maintainer)
  • -email is unavailable- added by lostbard (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 10 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-06-30 lostbard StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2022-06-24 lostbard StatusPatch Submitted Ready For Test
        Assigned toNone lostbard
    2020-01-08 mtmiller Dependencies- bugs #57554 is dependent
    2019-02-26 mtmiller Release5.0.1 other
        Summary[octave forge] (strings) package fails install in octave 5.0.1 [octave forge] (strings) package fails install in version 5
    2019-01-09 lostbard Attached File- Added strconf.patch, #45915
        StatusNone Patch Submitted
    2019-01-04 lostbard Carbon-Copy- Added oheim

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code