Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-12 Thread Roman Divacky
On Sat, Dec 11, 2010 at 05:42:23PM +0200, Shteryana Shopova wrote: Hi, This is now fixed. However I wouldn't expect bsnmpd(1) compiled with clang to work - it didn't run last time I checked several months ago, and I still get the same error - udo /usr/sbin/bsnmpd -d -c /root/snmpd.config

Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-12 Thread Shteryana Shopova
Hi, The attached patch worked. The output of readelf with the patch is in the http://people.freebsd.org/~syrinx/readelf.txt, the file also contains the output of readelf main.o without the patch and with gcc. The output of readelf bsnmpd compiled with clang and gcc is in

Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-12 Thread Kostik Belousov
On Sun, Dec 12, 2010 at 04:18:43PM +0100, Dimitry Andric wrote: On 2010-12-11 16:42, Shteryana Shopova wrote: This is now fixed. However I wouldn't expect bsnmpd(1) compiled with clang to work - it didn't run last time I checked several months ago, and I still get the same error - udo

Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-12 Thread Dimitry Andric
On 2010-12-12 21:06, Kostik Belousov wrote: -LDFLAGS= -export-dynamic +LDFLAGS= -Wl,-export-dynamic .if ${MK_OPENSSL} != no CFLAGS+= -DHAVE_LIBCRYPTO I believe this was already discussed ? Traditional cc driver behaviour is to pass all unparsed flags and potential file names to the linker

Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-10 Thread Pawel Worach
On Dec 8, 2010, at 15:30, Shteryana Shopova wrote: Author: syrinx Date: Wed Dec 8 14:30:25 2010 New Revision: 216295 URL: http://svn.freebsd.org/changeset/base/216295 Log: Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system. Sponsored by: The FreeBSD

Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-10 Thread Garrett Cooper
On Fri, Dec 10, 2010 at 11:07 AM, Pawel Worach pawel.wor...@gmail.com wrote: On Dec 8, 2010, at 15:30, Shteryana Shopova wrote: Author: syrinx Date: Wed Dec  8 14:30:25 2010 New Revision: 216295 URL: http://svn.freebsd.org/changeset/base/216295 Log:  Add bsnmpd(1)'s SNMP client tools

Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-09 Thread poyopoyo
install with DESTDIR is broken. -- kuro Index: tools/bsnmptools/Makefile === --- tools/bsnmptools/Makefile (revision 216320) +++ tools/bsnmptools/Makefile (working copy) @@ -17,8 +17,8 @@ LDADD+= -lcrypto .endif -LINKS=

svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

2010-12-08 Thread Shteryana Shopova
Author: syrinx Date: Wed Dec 8 14:30:25 2010 New Revision: 216295 URL: http://svn.freebsd.org/changeset/base/216295 Log: Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system. Sponsored by: The FreeBSD Foundation (the SNMPv3 bits), Google Summer of Code 2005