Hello! > > Am Mon, Feb 07, 2022 at 10:57:36PM +0100 schrieb Emmanuel Promayon: > > Thank you very much for this patch, you are absolutely right: your patch > > fixes the problem! > > Possibly it fixes camitk for the current package in Debian. So thanks a > lot in any case. >
You are welcome. This bug is preventing one of my packages (Gazebo) from being migrated to testing. Could we please upload a revision bump of the current version to solve this issue while we work on 5.0.2? > > It should also work perfectly well to make the last upstream version (5.0.2) > > build properly. Andreas started to check on last month but with your patch, > > it should work. > > I can confirm anyway that camitk version 5.0.2 builds well with ITK5 with > > the help of your patch. > > I've pushed an adapted patch to Git but I can't confirm that it builds. > May be you can have another look and compare the status in Git with your > local build? There are about 100 failed tests in the build time test > suite. Unfortunately salsa-ci chokes in source extration (no idea why > so I can only provide my local build log if you can't verify this. > I think that the problem in salsa is that the artifact handling between steps is broken due to the high number of files of camitk. We can probably copy the workaround that the linux kernel team has in place, see: https://www.decadent.org.uk/ben/blog/ci-for-the-debian-kernel-team.html Running the salsa catmik code in my sbuild run seems fine to me: """ 100% tests passed, 0 tests failed out of 526 ... +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Autopkgtest: pass Build Architecture: amd64 Build Type: full Build-Space: 6680544 Build-Time: 743 Distribution: unstable Host Architecture: amd64 Install-Time: 74 Job: /home/jrivero/code/debian/camitk_5.0.2-1.dsc Lintian: warn Machine Architecture: amd64 Package: camitk Package-Time: 823 Piuparts: fail Source-Version: 5.0.2-1 Space: 6680544 Status: successful Version: 5.0.2-1 -------------------------------------------------------------------------------- """ The Piuparts failure I think is something related to my local setup but compilation, test and autopkgtest seems fine to my eyes. Thanks.