On 05/04/2016 02:19 PM, Andreas Tille wrote: > Any success with you alioth commits? Did you possibly pinged alioth > admins via IRC? I'd love to get you properly working as any normal > Debian Med member. If not I'd try to investigate.
Hello Andreas, sorry for the late reply, but I have been able to commit now. Thank you for fixing this. I mirrored my changes as "fix-debian-bug-777791" branch to debian-med/ball.git, and deleted the temporary mirror. The work I pushed is equal to the patch from the last email, so it can be ignored now. I then rebuilt the package on a fresh sid cowbuilder, but now there's a new problem (see attachment for the exact error message) near the end of the build, involving a static_cast. I will look into that of course, but I did not want to overwrite the "master" branch before contacting you, especially not with a not-anymore-working solution. Will report back here, - Danny
[ 79%] Building CXX object source/PYTHON/EXTENSIONS/CMakeFiles/VIEWmodule.dir/VIEWmodule/sipVIEWpart2.o /build/ball-1.4.3~beta1/build/source/PYTHON/EXTENSIONS/VIEWmodule/sipVIEWpart2.cpp: In function 'void* cast_Box(void*, const sipTypeDef*)': /build/ball-1.4.3~beta1/build/source/PYTHON/EXTENSIONS/VIEWmodule/sipVIEWpart2.cpp:3184:45: error: invalid static_cast from type 'BALL::VIEW::Box*' to type 'BALL::VIEW::Vertex2*' return static_cast<Vertex2 *>(sipCpp); ^ source/PYTHON/EXTENSIONS/CMakeFiles/VIEWmodule.dir/build.make:383: recipe for target 'source/PYTHON/EXTENSIONS/CMakeFiles/VIEWmodule.dir/VIEWmodule/sipVIEWpart2.o' failed