On Tuesday 2013-02-05 04:30, Pablo Neira Ayuso wrote: >On Mon, Jan 28, 2013 at 02:59:41PM +0100, Jan Engelhardt wrote: >> The just-built library has DT_RPATH entries to be runnable from >> whereever it is. If we just install that, the distro build systems >> will throw warnings like >> >> (Open Build Service) ERROR: RPATH >> "/home/abuild/rpmbuild/BUILD/iptables-1.4.17a/libxtables/.libs" >> on /home/abuild/rpmbuild/BUILDROOT/iptables-1.4.17a-0.x86_64/usr/lib64/xtables/libxt_unclean.so >> is not allowed >> >> These RPATH entries are indeed undesired for libraries is in a system >> location, which is why libtool produces another copy of the library on >> installation. The makefile however missed using libtool during >> installation (introduced with commit v1.4.17-1-g68e77a2). >> This patch now resolves this. >> >> There will be extra "warnings" emitted by libtool during `make install`, >> like: >> >> libtool: install: warning: relinking "libxt_AUDIT.la" >> >> This is normal (and unfixable) > >I prefer that distros live with that warning. It is not just a warning that distros have to face. It's a complete abort of the build. >Users will be annoyed by that warning for sure. No they won't. They know libtool, they know what to expect. But whatever, I can add --no-warn, at the expensive of people who like to know what is going on. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html