bugGNU Octave - Bugs: bug #62349, [octave forge] (parallel)...

 
 

bug #62349: [octave forge] (parallel) installation fails with missing num_processors

Submitter:  Muhali <muhali>
Submitted:  Fri 22 Apr 2022 08:52:29 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Installation Failure
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 7.1.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Sep 2023 10:33:28 PM UTC, comment #5: 

Revised patch for octave-8.2

(file #55115)

Robert Jenssen <morgawr>
Tue 05 Sep 2023 01:24:20 PM UTC, comment #4: 

Olaf Till I just tried an install and it still fails. Is there going to be a new release with the fix?

Doug Stewart <dastew>
Tue 05 Sep 2023 12:21:39 PM UTC, comment #3: 
Olaf Till <i7tiol>
Group Member
Sat 02 Jul 2022 11:34:06 AM UTC, comment #2: 

I observe the same issue installing the parallel package for a self built Octave 7.1 on Ubuntu 20.04.
Applying @morgawr's patch on the released archive fixed the issue for me.
Here is the procedure I followed:


## Download the parallel package and the patch to e.g. ~/Downloads
cd ~/Downloads
tar -xvzf parallel-4.0.1.tar.gz
cd parallel-4.0.1
patch -p1 < ../parallel-4.0.1.patch
cd ..
tar -czvf parallel-4.0.1.tar.gz ./parallel-4.0.1
octave --eval "pkg install ./parallel-4.0.1.tar.gz"


CC'ing the maintainer of the package.

Pantxo Diribarne <pantxo>
Group Member
Mon 25 Apr 2022 08:28:11 AM UTC, comment #1: 

See attached patch file.

(file #53145)

Robert Jenssen <morgawr>
Fri 22 Apr 2022 08:52:29 AM UTC, original submission:  


pkg prefix /tmp /tmp
pkg install -forge parallel


fails with

error: /tmp/parallel-4.0.1/x86_64-pc-linux-gnu-api-v57/__parcellfun_interface__.oct: failed to load
Incompatible version or missing dependency?
/tmp/parallel-4.0.1/x86_64-pc-linux-gnu-api-v57/__parcellfun_interface__.oct: undefined symbol: num_processors
error: called from
    doc_cache_create>create_cache at line 116 column 20
    gen_doc_cache_in_dir>@<anonymous> at line 150 column 16
    doc_cache_create>gen_doc_cache_in_dir at line 151 column 9
    doc_cache_create at line 62 column 12
    install>generate_lookfor_cache at line 840 column 5
    install at line 241 column 7
    pkg at line 603 column 9

Muhali <muhali>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #55115:  parallel-4.0.1.patch added by morgawr (5KiB - text/x-patch - Patch to parallel-4.0.1 to install in octave-8.2)
file #53145:  parallel-4.0.1.patch added by morgawr (5KiB - text/x-patch - Patch to parallel-4.0.1 to install in octave-7.1.0)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dastew (Posted a comment)
  • -email is unavailable- added by i7tiol (Posted a comment)
  • -email is unavailable- added by pantxo (Posted a comment)
  • -email is unavailable- added by pantxo
  • -email is unavailable- added by morgawr (Updated the item)
  • -email is unavailable- added by muhali (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-09-05 morgawr Attached File- Added parallel-4.0.1.patch, #55115
    2023-09-05 i7tiol StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2022-07-02 pantxo StatusNone Confirmed
        Carbon-Copy- Added i7tiol
    2022-04-25 morgawr Attached File- Added parallel-4.0.1.patch, #53145

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code