bugGNU Octave - Bugs: bug #44430, dicom package does not seem to...

 
 

bug #44430: dicom package does not seem to recognize gdcm package

Submitter:  None
Submitted:  Thu 05 Mar 2015 10:25:55 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Installation Failure
Status:  Fixed Assigned to:  None
Originator Name:  leo Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.2
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 13 Mar 2015 04:49:49 AM UTC, comment #3: 

Closing as fixed in the hg repo.

Mike Miller <mtmiller>
Group Member
Thu 05 Mar 2015 03:42:20 PM UTC, comment #2: 

I recently got the dicom package working on
debian 7.8
octave 3.8.2
gdcm2.2 (package name libgdcm2-dev)
up-to date (unreleased) dicom package
"download snapshot" from here
http://sourceforge.net/p/octave/dicom/ci/default/tree/

Carne made some automake magic, that I think will fix your issue.

cd dicom/src
./bootstrap
./configure
make

you will need to get the resulting oct files (and the dic file) in octave's path.

Andy

Andy Buckle <blondandy>
Thu 05 Mar 2015 11:42:25 AM UTC, comment #1: 

It expects gdcm 2.0.Xm to be installed, and findable in include paths/lib.

Source for gdcm is available at [1] which is certainly not the latest code.


[1] http://sourceforge.net/projects/gdcm/files/gdcm%202.x/GDCM%202.0.19/

John Donoghue <lostbard>
Group Member
Thu 05 Mar 2015 10:25:55 AM UTC, original submission:  

Im am trying to install the dicom package for octave in a Jessie distribution. I have installed all gdcm packages and their folder is called something like libgdcm4. I get this error when installing the dicom package:


fatal error: gdcm-2.0/gdcmReader.h: No such file


First I thought maybe the dicom package is only compatible with an older gdcm version so I installed previous gdcm versions but I keep getting the same error. I think the path the dicom package is trying to use is hardcoded in there which causes the dicom package to not be able to be installed anymore.

Im not very Linux savvy so some of my interpretations may be off and there might be a simple solution to this. But I do have some programming/scripting experience and Im pretty sure the predefined path is the problem here.

I also saw on the forge that the latest version was from 2011 so maybe no one is maintaining this package anymore and I should not try to use it?

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 mtmiller (Posted a comment)
  • -email is unavailable- added by blondandy (Posted a comment)
  • -email is unavailable- added by lostbard (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-13 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code