* [devel] Q: libnetsnmp: fix or drop @ 2006-03-18 23:36 ` Dmitry V. Levin 2006-03-19 0:26 ` Денис Смирнов 0 siblings, 1 reply; 12+ messages in thread From: Dmitry V. Levin @ 2006-03-18 23:36 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 2444 bytes --] Hi, Что будем делать с libnetsnmp - исправим или выкинем? В нынешнем виде от него один вред: On Sat, Mar 18, 2006 at 10:43:07PM +0300, QA Team Robot wrote: [...] > make[1]: Entering directory `/usr/src/RPM/BUILD/nut-2.0.2/drivers' > i586-alt-linux-gcc -I../include -pipe -Wall -O2 -march=i586 -mcpu=i686 -Wall -Wsign-compare -s -pipe -Wall -O2 -march=i586 -mcpu=i686 -c snmp-ups.c > i586-alt-linux-gcc -I../include -pipe -Wall -O2 -march=i586 -mcpu=i686 -Wall -Wsign-compare -s -pipe -Wall -O2 -march=i586 -mcpu=i686 -o snmp-ups snmp-ups.o main.o dstate.o \ > ../common/state.o ../common/upsconf.o ../common/parseconf.o \ > ../common/common.o -lnetsnmp -lcrypto > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_DigestInit' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_DigestFinal' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_DigestFinal_ex' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `AES_set_encrypt_key' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_md5' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `HMAC' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_MD_CTX_cleanup' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `SSLeay' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_sha1' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_MD_CTX_init' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `EVP_DigestUpdate' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `RAND_bytes' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `DES_cbc_encrypt' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `DES_ncbc_encrypt' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `DES_key_sched' > /usr/lib/gcc/i586-alt-linux/3.4.5/../../../libnetsnmp.so: undefined reference to `AES_cfb128_encrypt' > collect2: ld returned 1 exit status > make[1]: Leaving directory `/usr/src/RPM/BUILD/nut-2.0.2/drivers' > make[1]: *** [snmp-ups] Error 1 -- ldv [-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-18 23:36 ` [devel] Q: libnetsnmp: fix or drop Dmitry V. Levin @ 2006-03-19 0:26 ` Денис Смирнов 2006-03-19 0:32 ` Dmitry V. Levin 2006-03-19 8:21 ` Sergey Y. Afonin 0 siblings, 2 replies; 12+ messages in thread From: Денис Смирнов @ 2006-03-19 0:26 UTC (permalink / raw) To: ALT Devel discussion list On Sun, Mar 19, 2006 at 02:36:23AM +0300, Dmitry V. Levin wrote: DVL> Что будем делать с libnetsnmp - исправим или выкинем? Если починить легко, то хотелось бы починить. Мне он для asterisk-snmp нужен. -- С уважением, Денис http://freesource.info ---------------------------------------------------------------------------- ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 0:26 ` Денис Смирнов @ 2006-03-19 0:32 ` Dmitry V. Levin 2006-03-19 10:15 ` Денис Смирнов 2006-03-19 11:48 ` Sergey Y. Afonin 2006-03-19 8:21 ` Sergey Y. Afonin 1 sibling, 2 replies; 12+ messages in thread From: Dmitry V. Levin @ 2006-03-19 0:32 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 453 bytes --] On Sun, Mar 19, 2006 at 03:26:20AM +0300, Денис Смирнов wrote: > On Sun, Mar 19, 2006 at 02:36:23AM +0300, Dmitry V. Levin wrote: > > DVL> Что будем делать с libnetsnmp - исправим или выкинем? > > Если починить легко, то хотелось бы починить. Есть такие пакеты, об changelog'и которых мне жаль пачкать своё честное имя. :) > Мне он для asterisk-snmp нужен. Значит, придётся фиксить. Мантейнер пакета libnet-snmp, ау!? -- ldv [-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 0:32 ` Dmitry V. Levin @ 2006-03-19 10:15 ` Денис Смирнов 2006-03-19 11:48 ` Sergey Y. Afonin 1 sibling, 0 replies; 12+ messages in thread From: Денис Смирнов @ 2006-03-19 10:15 UTC (permalink / raw) To: devel On Sun, Mar 19, 2006 at 03:32:49AM +0300, Dmitry V. Levin wrote: DVL>>> Что будем делать с libnetsnmp - исправим или выкинем? >> Если починить легко, то хотелось бы починить. DVL> Есть такие пакеты, об changelog'и которых мне жаль пачкать своё честное DVL> имя. :) Что, этот пакет _столь_ крив? -- С уважением, Денис http://freesource.info ---------------------------------------------------------------------------- ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 0:32 ` Dmitry V. Levin 2006-03-19 10:15 ` Денис Смирнов @ 2006-03-19 11:48 ` Sergey Y. Afonin 1 sibling, 0 replies; 12+ messages in thread From: Sergey Y. Afonin @ 2006-03-19 11:48 UTC (permalink / raw) To: ALT Devel discussion list On Sunday 19 March 2006 04:32, Dmitry V. Levin wrote: > > Если починить легко, то хотелось бы починить. > > Есть такие пакеты, об changelog'и которых мне жаль пачкать своё честное > имя. :) А ведь даже в sendmail есть... ;-) -- С уважением, Сергей Афонин asy@kraft-s.ru ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 0:26 ` Денис Смирнов 2006-03-19 0:32 ` Dmitry V. Levin @ 2006-03-19 8:21 ` Sergey Y. Afonin 2006-03-19 18:39 ` Valery V. Inozemtsev 1 sibling, 1 reply; 12+ messages in thread From: Sergey Y. Afonin @ 2006-03-19 8:21 UTC (permalink / raw) To: ALT Devel discussion list On Sunday 19 March 2006 04:26, Денис Смирнов wrote: > Если починить легко, то хотелось бы починить. > > Мне он для asterisk-snmp нужен. Да и мне для Куагги... Я даже багу с неделю назад повесил.... -- С уважением, Сергей Афонин asy@kraft-s.ru ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 8:21 ` Sergey Y. Afonin @ 2006-03-19 18:39 ` Valery V. Inozemtsev 2006-03-19 21:11 ` Sergey Y. Afonin 0 siblings, 1 reply; 12+ messages in thread From: Valery V. Inozemtsev @ 2006-03-19 18:39 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 354 bytes --] В сообщении от 19 марта 2006 11:21 Sergey Y. Afonin написал(a): > On Sunday 19 March 2006 04:26, Денис Смирнов wrote: > > Если починить легко, то хотелось бы починить. > > > > Мне он для asterisk-snmp нужен. > > Да и мне для Куагги... Я даже багу с неделю назад повесил.... а мне для fwbuilder. не мешало бы его еще и обновить -- Valery V. Inozemtsev [-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 18:39 ` Valery V. Inozemtsev @ 2006-03-19 21:11 ` Sergey Y. Afonin 2006-03-20 7:21 ` Konstantin Timoshenko 2006-04-03 7:41 ` Konstantin Timoshenko 0 siblings, 2 replies; 12+ messages in thread From: Sergey Y. Afonin @ 2006-03-19 21:11 UTC (permalink / raw) To: ALT Devel discussion list On Sunday 19 March 2006 22:39, Valery V. Inozemtsev wrote: > а мне для fwbuilder. не мешало бы его еще и обновить Последнее сообщение от Константина Тимошенко в devel вижу от 17/03/05 07:46. Что-то давно не появлялся... :-( -- С уважением, Сергей Афонин asy@kraft-s.ru ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 21:11 ` Sergey Y. Afonin @ 2006-03-20 7:21 ` Konstantin Timoshenko 2006-04-03 7:41 ` Konstantin Timoshenko 1 sibling, 0 replies; 12+ messages in thread From: Konstantin Timoshenko @ 2006-03-20 7:21 UTC (permalink / raw) To: ALT Devel discussion list On Mon, 20 Mar 2006 01:11:45 +0400 "Sergey Y. Afonin" <asy@altlinux.ru> wrote: > On Sunday 19 March 2006 22:39, Valery V. Inozemtsev wrote: > > > а мне для fwbuilder. не мешало бы его еще и обновить > > Последнее сообщение от Константина Тимошенко в devel вижу > от 17/03/05 07:46. Что-то давно не появлялся... :-( починю на днях все все что на мне висит -- Konstantin Timoshenko ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-03-19 21:11 ` Sergey Y. Afonin 2006-03-20 7:21 ` Konstantin Timoshenko @ 2006-04-03 7:41 ` Konstantin Timoshenko 2006-04-03 11:24 ` Dmitry V. Levin 1 sibling, 1 reply; 12+ messages in thread From: Konstantin Timoshenko @ 2006-04-03 7:41 UTC (permalink / raw) To: ALT Devel discussion list On Mon, 20 Mar 2006 01:11:45 +0400 "Sergey Y. Afonin" <asy@altlinux.ru> wrote: > On Sunday 19 March 2006 22:39, Valery V. Inozemtsev wrote: > > > а мне для fwbuilder. не мешало бы его еще и обновить > > Последнее сообщение от Константина Тимошенко в devel вижу > от 17/03/05 07:46. Что-то давно не появлялся... :-( проблема при сборке snmp, и как ее устранить я пока не знаю verify-elf: ERROR: ./usr/lib/libnetsnmphelpers.so.10.0.1: undefined symbol: netsnmp_inject_handler verify-elf: ERROR: ./usr/lib/libnetsnmphelpers.so.10.0.1: undefined symbol: netsnmp_free_request_data_sets verify-elf: ERROR: ./usr/lib/libnetsnmphelpers.so.10.0.1: undefined symbol: netsnmp_handler_free ... .. verify-elf: ERROR: ./usr/lib/libnetsnmptrapd.so.10.0.1: undefined symbol: netsnmpUDPDomain verify-elf: ERROR: ./usr/lib/libnetsnmptrapd.so.10.0.1: undefined symbol: netsnmp_running verify-elf: ERROR: ./usr/lib/libnetsnmptrapd.so.10.0.1: undefined symbol: netsnmp_snmpTCPDomain ... ... verify-elf: ERROR: ./usr/lib/libnetsnmpmibs.so.10.0.1: undefined symbol: starttime verify-elf: ERROR: ./usr/lib/libnetsnmpmibs.so.10.0.1: undefined symbol: version_sysoid verify-elf: ERROR: ./usr/lib/libnetsnmpmibs.so.10.0.1: undefined symbol: nullOidLen ... ... verify-elf: ERROR: ./usr/lib/libnetsnmpagent.so.10.0.1: undefined symbol: make_tempfile для удовлетворения зависимостей в libnetsnmphelpers нужен libnetsnmpmibs и libnetsnmpagent, а они в свою очередь требуют libnetsnmphelpers, и т.д. -- Konstantin Timoshenko ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-04-03 7:41 ` Konstantin Timoshenko @ 2006-04-03 11:24 ` Dmitry V. Levin 2006-04-03 12:05 ` Konstantin Timoshenko 0 siblings, 1 reply; 12+ messages in thread From: Dmitry V. Levin @ 2006-04-03 11:24 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 706 bytes --] On Mon, Apr 03, 2006 at 01:41:15PM +0600, Konstantin Timoshenko wrote: > On Mon, 20 Mar 2006 01:11:45 +0400, Sergey Y. Afonin wrote: > > > On Sunday 19 March 2006 22:39, Valery V. Inozemtsev wrote: > > > > > а мне для fwbuilder. не мешало бы его еще и обновить > > > > Последнее сообщение от Константина Тимошенко в devel вижу > > от 17/03/05 07:46. Что-то давно не появлялся... :-( > проблема при сборке snmp, и как ее устранить я пока не знаю [...] > для удовлетворения зависимостей в libnetsnmphelpers нужен libnetsnmpmibs и libnetsnmpagent, а они в свою > очередь требуют libnetsnmphelpers, и т.д. Циклические зависимости между библиотеками? Ну а upstream что думает? -- ldv [-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Q: libnetsnmp: fix or drop 2006-04-03 11:24 ` Dmitry V. Levin @ 2006-04-03 12:05 ` Konstantin Timoshenko 0 siblings, 0 replies; 12+ messages in thread From: Konstantin Timoshenko @ 2006-04-03 12:05 UTC (permalink / raw) To: ALT Devel discussion list On Mon, 3 Apr 2006 15:24:06 +0400 "Dmitry V. Levin" <ldv@altlinux.org> wrote: > On Mon, Apr 03, 2006 at 01:41:15PM +0600, Konstantin Timoshenko wrote: > > On Mon, 20 Mar 2006 01:11:45 +0400, Sergey Y. Afonin wrote: > > > > > On Sunday 19 March 2006 22:39, Valery V. Inozemtsev wrote: > > > > > > > а мне для fwbuilder. не мешало бы его еще и обновить > > > > > > Последнее сообщение от Константина Тимошенко в devel вижу > > > от 17/03/05 07:46. Что-то давно не появлялся... :-( > > проблема при сборке snmp, и как ее устранить я пока не знаю > [...] > > для удовлетворения зависимостей в libnetsnmphelpers нужен libnetsnmpmibs и libnetsnmpagent, а они в свою > > очередь требуют libnetsnmphelpers, и т.д. > > Циклические зависимости между библиотеками? да > Ну а upstream что думает? я не настолько силен в англ чтобы с ними нормально общатся -- Konstantin Timoshenko ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2006-04-03 12:05 UTC | newest] Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2006-03-18 23:36 ` [devel] Q: libnetsnmp: fix or drop Dmitry V. Levin 2006-03-19 0:26 ` Денис Смирнов 2006-03-19 0:32 ` Dmitry V. Levin 2006-03-19 10:15 ` Денис Смирнов 2006-03-19 11:48 ` Sergey Y. Afonin 2006-03-19 8:21 ` Sergey Y. Afonin 2006-03-19 18:39 ` Valery V. Inozemtsev 2006-03-19 21:11 ` Sergey Y. Afonin 2006-03-20 7:21 ` Konstantin Timoshenko 2006-04-03 7:41 ` Konstantin Timoshenko 2006-04-03 11:24 ` Dmitry V. Levin 2006-04-03 12:05 ` Konstantin Timoshenko
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git