Hello again, To add more,
external itk < 4.6 cannot be build with OTB. you need to enable OTB_USE_EXTERNAL_ITK=OFF and use the internal version. this bug is as explained in the otb bug report #897 due to usage of old version of expat inside itk. this expat is conflicting with system installed expat (recent) and thus with libkml. Now for itk 4.6 you can use external expat using ITK_USE_SYSTEM_EXPAT=ON during cmake. For there you can use internal or external itk with OTB. Hope it helps On Sun, Oct 5, 2014 at 9:09 PM, Rashad M <[email protected]> wrote: > Hello Paolo, > > I think this might be related to the following bugs > > http://bugs.orfeo-toolbox.org/view.php?id=944 > http://bugs.orfeo-toolbox.org/view.php?id=879 > > Ofcourse, both of them are fixed in the latest release > > On Sun, Oct 5, 2014 at 8:38 PM, Paolo Cavallini <[email protected]> > wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi all. >> Thanks Baas, more tests below. >> >> Il 05/10/2014 13:11, Sebastiaan Couwenberg ha scritto: >> >> >> I'm doing it anyway, but dpkg-source -i -I -b otb stops >> >> responding, do not know why. >> > >> > Are you running that manually? >> > >> > You should just build the package using git-buildpackage as >> > described in the policy. >> >> Yes, I used it. I had the network hanging. Tried again, and got a >> compilation error: >> === >> ... >> virtual void ComputeJacobianWithRespectToParameters(const >> InputPointType & itkNotUsed(p), JacobianType & itkNotUsed(jacobian) ) >> const = 0; >> ^ >> Code/IO/CMakeFiles/OTBIO.dir/build.make:586: recipe for target >> 'Code/IO/CMakeFiles/OTBIO.dir/otbKMLVectorDataIO.cxx.o' failed >> make[3]: *** [Code/IO/CMakeFiles/OTBIO.dir/otbKMLVectorDataIO.cxx.o] >> Error 1 >> make[3]: Leaving directory '/usr/local/src/otb/obj-x86_64-linux-gnu' >> CMakeFiles/Makefile2:1062: recipe for target >> 'Code/IO/CMakeFiles/OTBIO.dir/all' failed >> make[2]: *** [Code/IO/CMakeFiles/OTBIO.dir/all] Error 2 >> make[2]: Leaving directory '/usr/local/src/otb/obj-x86_64-linux-gnu' >> Makefile:130: recipe for target 'all' failed >> make[1]: *** [all] Error 2 >> make[1]: Leaving directory '/usr/local/src/otb/obj-x86_64-linux-gnu' >> dh_auto_build: make -j1 returned exit code 2 >> debian/rules:58: recipe for target 'build' failed >> make: *** [build] Error 2 >> dpkg-buildpackage: error: debian/rules build gave error exit status 2 >> debuild: fatal error at line 1364: >> dpkg-buildpackage -rfakeroot -D -us -uc -i -I failed >> gbp:error: 'debuild -i -I' failed: it exited with 29 >> === >> >> Any hint? A local problem, or a general one with libinsighttoolkit4.6? >> All the best, and thanks. >> - -- >> Paolo Cavallini - www.faunalia.eu >> QGIS & PostGIS courses: http://www.faunalia.eu/training.html >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1 >> >> iEYEARECAAYFAlQxXukACgkQ/NedwLUzIr6uXQCdHiw4oMxuwr/Tnb1qWwy7I/VP >> +1QAoKHP6pWSgBB/nU8yP8z1up9ac/e+ >> =1YBu >> -----END PGP SIGNATURE----- >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact >> [email protected] >> Archive: https://lists.debian.org/[email protected] >> >> > > > -- > Regards, > Rashad > -- Regards, Rashad
