Package: libmodbus Version: 2.9.2
This is mrudula. I am trying to create debian for libmodbus-2.9.2 source code which has been patched with rtai is giving below warnings. Since I have rtai header files which are placed under " /usr/realtime/atom/include" and i am linking with libmodbus source using below option, defined in debian/rules of libmodbus-2.9.2 source code. *DEB_CONFIGURE_SCRIPT_ENV* = RTAI=/usr/realtime/atom/include= RTAI=/usr/realtime/atom/include $dpkg-buildpackage -rfakeroot -us -uc dh_perl -plibmodbus dh_shlibdeps -plibmodbus dpkg-shlibdeps: warning: symbol rt_spclear_rx used by debian/libmodbus/usr/lib/libmodbus.so.4.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol rt_spread_timed used by debian/libmodbus/usr/lib/libmodbus.so.4.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol rt_spwrite_timed used by debian/libmodbus/usr/lib/libmodbus.so.4.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol rt_spopen used by debian/libmodbus/usr/lib/libmodbus.so.4.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol rt_spclose used by debian/libmodbus/usr/lib/libmodbus.so.4.0.0 found in none of the libraries dpkg-shlibdeps: warning: symbol rt_spclear_tx used by debian/libmodbus/usr/lib/libmodbus.so.4.0.0 found in none of the libraries dh_installdeb -plibmodbus-dev I'm trying to build this on Ubuntu 14.04 wiith linux-kernel-3.19.0.30-generic, libc6:i386 2.19-0ubuntu6.6. Could you please share your views or any debugging ways to resolve this problem. Thank You. Mrudula

