ipa320 / cob_extern

The cob_extern stack contains third party libraries needed for operating Care-O-bot. The packages are downloaded from the manufactorers website and not changed in any way.
www.care-o-bot.org
Apache License 2.0
55 stars 85 forks source link

libntcan in kinetic fails to build on arm targets #110

Open tfoote opened 4 years ago

tfoote commented 4 years ago

The package libntcan in kinetic has been detected as not building on all platforms in the buildfile uxhf. The release manager for kinetic will consider disabling this build if it continues to fail to build.

o -name '*.gif' -o -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 0644
16:13:06    find debian/ros-kinetic-libntcan/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
16:13:06    dh_strip -O-v -O--buildsystem=cmake
16:13:06    strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/ros-kinetic-libntcan/opt/ros/kinetic/lib/libntcan.so.3
16:13:06 /usr/bin/strip: Unable to recognise the format of the input file `debian/ros-kinetic-libntcan/opt/ros/kinetic/lib/libntcan.so.3'
16:13:06 dh_strip: strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/ros-kinetic-libntcan/opt/ros/kinetic/lib/libntcan.so.3 returned exit code 1
16:13:06 debian/rules:22: recipe for target 'binary' failed
16:13:06 make: *** [binary] Error 29
fmessmer commented 4 years ago

@tfoote sorry, I don't know what needs to be done here...this package is untouched for years now... last changes are:

I cannot see when this package began to fail...as I cannot find the links to the jobs prior to July, 19 I would need some help to get this fixed...

fmessmer commented 1 year ago

see also #112 and https://github.com/ipa320/cob_extern/issues/112#issuecomment-1612684080