Re: DCM_DICT_DEFAULT_PATH

2022-06-16 Thread Emmanuel Arias
Hi Gregory, Just to be curious, what about changing the salsa-ci.yml for this [0] or [1]? They run a lot of jobs, like build, lintian, autpkgtest, reprotest, etc. [0] https://salsa.debian.org/python-team/packages/poetry/-/blob/debian/master/debian/salsa-ci.yml [1] https://salsa.debian.org/med-te

Re: DCM_DICT_DEFAULT_PATH

2022-06-16 Thread Gregory Sharp
I pushed a new fix to salsa and tested. Dictionary now works as expected. Greg Sharp gregsh...@geocities.com On Thursday, June 16, 2022, 10:55:35 AM EDT, Gregory Sharp wrote: Hi Mathieu, There are some files put into /usr/share/dcmtk, but other files are put into /usr/share/libdc

Re: DCM_DICT_DEFAULT_PATH

2022-06-16 Thread Gregory Sharp
Hi Mathieu, There are some files put into /usr/share/dcmtk, but other files are put into /usr/share/libdcmtk17. The dicom.dic is put in the latter, but osconfig.h points to the former, and therefore the dictionary doesn't get loaded. I think I answered my own question about those directories.

Re: DCM_DICT_DEFAULT_PATH

2022-06-16 Thread Mathieu Malaterre
Hi all, Yes I do remember (vaguely) there is a local patch in d/patches... so what is the issue: it is not applying anymore ? not working as expected ? Sorry very little time for fun stuff these days -M On Thu, Jun 16, 2022 at 11:10 AM Andreas Tille wrote: > > Hi, > > 'm just adding Mathieu Ma

Re: DCM_DICT_DEFAULT_PATH

2022-06-15 Thread Emmanuel Arias
Hi On Wed, Jun 15, 2022 at 5:23 PM Gregory Sharp wrote: > Hi Emmanuel, > > Thanks! I did push, and CI failed. By the way, the CI is amazing -- I just > repeated the same commands and could build it for testing on my local > machine. > Could you please provide me the link the the repo? I didnt f

Re: DCM_DICT_DEFAULT_PATH

2022-06-15 Thread Gregory Sharp
Hi Emmanuel, Thanks! I did push, and CI failed. By the way, the CI is amazing -- I just repeated the same commands and could build it for testing on my local machine. My mistake was not considering there are some files that go in /usr/share/dcmtk: *.css, *.lut, dcm2xml.dtd, dsr2xml.xsd, dumppa

Re: DCM_DICT_DEFAULT_PATH

2022-06-15 Thread Emmanuel Arias
Hi, I can take a look as well, Gregory just push to salsa as said Andreas :-) Cheers, Emmanuel On Wed, Jun 15, 2022 at 9:33 AM Andreas Tille wrote: > Just from traveling: Feel free to push a patch to Salsa. CI will catch > up and I can test it tomorrow. > > Am Tue, Jun 14, 2022 at 07:19:14PM

Re: DCM_DICT_DEFAULT_PATH

2022-06-15 Thread Andreas Tille
Just from traveling: Feel free to push a patch to Salsa. CI will catch up and I can test it tomorrow. Am Tue, Jun 14, 2022 at 07:19:14PM + schrieb Gregory Sharp: > Hi Andreas, > > On Tuesday, June 14, 2022, 03:00:27 PM EDT, Andreas Tille > wrote: > > Am Tue, Jun 14, 2022 at 03:27:10PM

Re: DCM_DICT_DEFAULT_PATH

2022-06-14 Thread Andreas Tille
Hi Greg, Am Tue, Jun 14, 2022 at 03:27:10PM + schrieb Gregory Sharp: > I finally got around to debugging the plastimatch test failures, and found > that libdcmtk-dev seems to ship with an incorrect dictionary path. In > osconfig.h, we find DCM_DICT_DEFAULT_PATH is "/usr/share/dicom.dic", bu