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

 
 

bug #54099: [octave forge] (parallel) installation in HPC, undefined symbol: gnutls_srp_base64_decode_alloc

Submitter:  None
Submitted:  Mon 11 Jun 2018 04:38:22 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Ivan Spisso Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.2
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 29 Jun 2018 06:11:35 PM UTC, comment #1: 
Olaf Till <i7tiol>
Group Member
Mon 11 Jun 2018 04:38:22 PM UTC, original submission:  

Hi,

I am trying to install octave in HPC cluster, MArconi A1 bdw based cluser

https://wiki.u-gov.it/confluence/display/SCAIUS/UG3.1%3A+MARCONI+UserGuide

I have installed octave 4.2.2 with gnutls/


[ispisso0@r000u08l03 ~]$ module li
Currently Loaded Modulefiles:
 1) profile/global
 2) autoload
 3) profile/advanced
 4) jdk/1.8.0_111
 5) gnu/6.1.0
 6) zlib/1.2.8--gnu--6.1.0
 7) blas/3.6.0--gnu--6.1.0
 8) lapack/3.6.1--gnu--6.1.0
 9) szip/2.1--gnu--6.1.0
10) hdf5/1.8.17--gnu--6.1.0
11) openmpi/1-10.3--gnu--6.1.0
12) fftw/3.3.4--openmpi--1-10.3--gnu--6.1.0
13) libnettle/3.4--gnu--6.1.0
14) gmp/6.1.1--gnu--6.1.0
15) gnutls/3.6.2--gnu--6.1.0
16) octave/4.2.2


I have tried to install struct-1.0.14.tar.gz + parallel-3.1.2.tar.gz package

Everything seems fine, except at the end when the parallel package has to installed.

The installation fails at the end with

/marconi/home/userinternal/ispisso0/octave/parallel-3.1.2/x86_64-pc-linux-gnu-api-v51/parallel_generate_srp_data.oct: failed to load: /marconi/home/userinternal/ispisso0/octave/parallel-3.1.2/x86_64-pc-linux-gnu-api-v51/parallel_generate_srp_data.oct: undefined symbol: gnutls_srp_base64_decode_alloc
error: called from

Looking to the installation path

Looking at the installation path

/cineca/prod/opt/libraries/gnutls/3.6.2/gnu--6.1.0/share/man/man3/

[ispisso0@r000u08l03 ~]$ ls /cineca/prod/opt/libraries/gnutls/3.6.2/gnu--6.1.0/share/man/man3/gnutls_srp_base64_decode*
../man3/gnutls_srp_base64_decode2.3
../man3/gnutls_srp_base64_decode.3

The API

/man3/gnutls_srp_base64_decode_alloc.3

is missing, but it seems that the API decode_alloc.3 has been replaced in the version 3.4.10 by _decode2.3

http://mail-index.netbsd.org/pkgsrc-wip-changes/2016/03/23/msg002234.html

man/man3/gnutls_srp_base64_decode.3
-man/man3/gnutls_srp_base64_decode_alloc.3
+man/man3/gnutls_srp_base64_decode2.3

I have also tried version gnutls/3.5.8--gnu--6.1.0 but same issue

This bug prevents the use of octave in parallel in our cluster
Find attached the compilation and installation log of octave

Please, let me know if you need some installation / compilation logs

Thanks

Ivan

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #44358:  BUILD_LOGS added by None (2MiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by i7tiol (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-06-29 i7tiol StatusNone Fixed
        Open/ClosedOpen Closed
    2018-06-11 mtmiller Carbon-CopyRemoved 80942 -
    2018-06-11 mtmiller SummaryProblem in installation of parallel-3.1.2.tar.gz + octave 4.2.2 in HPC, undefined symbol: gnutls_srp_base64_decode_alloc [octave forge] (parallel) installation in HPC, undefined symbol: gnutls_srp_base64_decode_alloc
    2018-06-11 None Attached File- Added BUILD_LOGS, #44358

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code