[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OTB status



On 25-10-15 10:30, Paolo Cavallini wrote:
> Il 25/10/2015 09:04, Paolo Cavallini ha scritto:
>> Hi all,
>> any news on the otb packages? They seemed in good shape, can we expect
>> them on sid sooner or later?
> 
> Just tried, compilation fails with:
> 
> ...
> dh_makeshlibs: failing due to earlier errors

Symbols handling is one of the issues left TODO, the last update in the
'upgrade orfeotoolbox to 5.0' thread was on September 29th:

https://lists.debian.org/debian-gis/2015/09/msg00134.html

Because OTB is a C++ project, if you use symbols files you need to
override dh_makeshlibs to use -c0 to not fail the build if any symbols
went missing, i.e.:

 override_dh_makeshlibs:
 	dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION)

For C libraries you shouldn't use -c0 because those symbols are not
expected to change when built on a different architecture or the
toolchain is updated.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


Reply to: