Control: forwarded -1 https://gitlab.com/plastimatch/plastimatch/-/commit/a1a6f4da5681735544db1239ddd3d01066ce10d8 Control: tags -1 patch
On Fri, Jul 05, 2024 at 11:19:57AM +0200, Mathieu Malaterre wrote: > Source: plastimatch > Version: 1.9.4+dfsg.1-2 > Severity: serious > Tags: ftbfs > > /<<PKGBUILDDIR>>/src/plastimatch/base/dcmtk_rtss.cxx: In member > function ‘void Dcmtk_rt_study::rtss_save(const char*)’: > /<<PKGBUILDDIR>>/src/plastimatch/base/dcmtk_rtss.cxx:475:46: error: > ‘DCM_ROIObservationLabel’ was not declared in this scope; did you mean > ‘DCM_ObservationNumber’? > 475 | rtroio_item->putAndInsertString (DCM_ROIObservationLabel, > | ^~~~~~~~~~~~~~~~~~~~~~~ > | DCM_ObservationNumber > > https://people.debian.org/~emollier/transitions/dcmtk/plastimatch_dcmtk.build.xz > > It has been retired: > > % cat dcmdata/include/dcmtk/dcmdata/dcdeftag.h | grep 3006 | grep 85 > #define DCM_RETIRED_ROIObservationLabel DcmTagKey(0x3006, 0x0085) The commit above (applied to src/plastimatch/base/dcmtk_rtss.cxx) firxes the build. cu Adrian