Source: ginkgocadx Version: 3.8.8-5 Severity: serious Tags: ftbfs sid bookworm Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: [email protected]
| cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cadxcore && /usr/bin/c++ -DAPIEXPORT
-DCURL_STATICLIB -DDCMTK_POST_20170228 -DGINKGO_ARCH_x86_64
-DGINKGO_CODENAME=\"\" -DGINKGO_VERSION=\"3.8.8\" -DHAVE_CONFIG_H
-DINTERNET_DIST -DITK_IO_FACTORY_REGISTER_MANAGER -DLINUX -DMONOLITIC
-DUSE_SYSTEM_SQLITE -DUSING_EXTENSIONS -DWXUSINGDLL -D_FILE_OFFSET_BITS=64
-D__WXGTK__ -DvtkIOGeometry_AUTOINIT="1(vtkIOMPIParallel)"
-DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
-DvtkIOParallel_AUTOINIT="1(vtkIOMPIParallel)"
-DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL)"
-DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL)"
-DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)"
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cadxcore/ITKFactoryRegistration
-I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/gio-unix-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libmount -I/usr/include/blkid
-I/<<PKGBUILDDIR>>/cadxcore/CADxCore -I/<<PKGBUILDDIR>>/cadxcore
-I/<<PKGBUILDDIR>>/cadxcore/vtk -I/<<PKGBUILDDIR>>/cadxcore/itk
-I/<<PKGBUILDDIR>>/cadxcore/wx -I/<<PKGBUILDDIR>>/cadxcore/wx/VTK
-I/<<PKGBUILDDIR>>/cadxcore/VTKInria3D
-I/<<PKGBUILDDIR>>/cadxcore/VTKInria3D/wxVTK -I/usr/include/jsoncpp
-I/<<PKGBUILDDIR>>/../lib/Linux-x86_64/libcurl-7.28.1/include
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0
-I/usr/include/vtk-6.3 -I/usr/lib/x86_64-linux-gnu/openmpi/include
-I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -I/usr/include/hdf5/openmpi
-I/usr/include/libxml2 -isystem /usr/include/gdcm-3.0 -isystem
/usr/include/ITK-4.13 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -fPIC -MD -MT
cadxcore/CMakeFiles/CADxCore.dir/main/controllers/dcmtk/dicomstoreassociation.cpp.o
-MF
CMakeFiles/CADxCore.dir/main/controllers/dcmtk/dicomstoreassociation.cpp.o.d -o
CMakeFiles/CADxCore.dir/main/controllers/dcmtk/dicomstoreassociation.cpp.o -c
/<<PKGBUILDDIR>>/cadxcore/main/controllers/dcmtk/dicomstoreassociation.cpp
| /<<PKGBUILDDIR>>/cadxcore/main/controllers/dcmtk/dicomprintassociation.cpp:
In function ‘void DIMSE_printNStatusString(std::ostream&, int)’:
|
/<<PKGBUILDDIR>>/cadxcore/main/controllers/dcmtk/dicomprintassociation.cpp:160:14:
error: ‘STATUS_N_PRINT_BSB_Fail_PrintQueueFull’ was not declared in this
scope; did you mean ‘STATUS_N_PRINT_BFB_Fail_PrintQueueFull’?
| 160 | case STATUS_N_PRINT_BSB_Fail_PrintQueueFull:
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | STATUS_N_PRINT_BFB_Fail_PrintQueueFull
| make[3]: *** [cadxcore/CMakeFiles/CADxCore.dir/build.make:3873:
cadxcore/CMakeFiles/CADxCore.dir/main/controllers/dcmtk/dicomprintassociation.cpp.o]
Error 1
| make[3]: *** Waiting for unfinished jobs....
| /<<PKGBUILDDIR>>/cadxcore/main/controllers/dcmtk/dicomstoreassociation.cpp:
In member function ‘void
GIL::DICOM::DicomStoreAssociation::Store(GIL::DICOM::DicomStoreAssociation::ListaRutas,
const GNC::GCS::Ptr<DicomServer>&, std::string,
GNC::IProxyNotificadorProgreso*, GIL::DICOM::TipoTransferSyntaxEnvio)’:
|
/<<PKGBUILDDIR>>/cadxcore/main/controllers/dcmtk/dicomstoreassociation.cpp:1047:38:
error: ‘OFIterator’ was not declared in this scope; did you mean ‘OF_error’?
| 1047 | for (OFIterator<OFString> itsc
=sopClassUIDList.begin(); itsc != sopClassUIDList.end(); ++itsc) {
| | ^~~~~~~~~~
| | OF_error
|
/<<PKGBUILDDIR>>/cadxcore/main/controllers/dcmtk/dicomstoreassociation.cpp:1047:57:
error: expected primary-expression before ‘>’ token
| 1047 | for (OFIterator<OFString> itsc
=sopClassUIDList.begin(); itsc != sopClassUIDList.end(); ++itsc) {
| | ^
|
/<<PKGBUILDDIR>>/cadxcore/main/controllers/dcmtk/dicomstoreassociation.cpp:1047:59:
error: ‘itsc’ was not declared in this scope; did you mean ‘it’?
| 1047 | for (OFIterator<OFString> itsc
=sopClassUIDList.begin(); itsc != sopClassUIDList.end(); ++itsc) {
| | ^~~~
| | it
| make[3]: *** [cadxcore/CMakeFiles/CADxCore.dir/build.make:3915:
cadxcore/CMakeFiles/CADxCore.dir/main/controllers/dcmtk/dicomstoreassociation.cpp.o]
Error 1
See
https://buildd.debian.org/status/fetch.php?pkg=ginkgocadx&arch=amd64&ver=3.8.8-5%2Bb2&stamp=1637356473&raw=0
Cheers
--
Sebastian Ramacher
signature.asc
Description: PGP signature

