* [Buildroot] [Bug 3277] New: quagga fails to build with SNMP support
@ 2011-02-18 7:24 bugzilla at busybox.net
2011-02-18 7:24 ` [Buildroot] [Bug 3277] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-02-18 7:24 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3277
Summary: quagga fails to build with SNMP support
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: thomas.petazzoni at free-electrons.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
checking for asn_parse_int in -lnetsnmp... no
configure: error: --enable-snmp given, but cannot find support for SNMP
make: *** [/home/test/outputs/test-375/build/quagga-0.99.17/.stamp_configured]
Error 1
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] [Bug 3277] quagga fails to build with SNMP support 2011-02-18 7:24 [Buildroot] [Bug 3277] New: quagga fails to build with SNMP support bugzilla at busybox.net @ 2011-02-18 7:24 ` bugzilla at busybox.net 2011-02-18 7:26 ` bugzilla at busybox.net ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2011-02-18 7:24 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=3277 --- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- Created attachment 2977 --> https://bugs.busybox.net/attachment.cgi?id=2977 Buildroot configuration file -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 3277] quagga fails to build with SNMP support 2011-02-18 7:24 [Buildroot] [Bug 3277] New: quagga fails to build with SNMP support bugzilla at busybox.net 2011-02-18 7:24 ` [Buildroot] [Bug 3277] " bugzilla at busybox.net @ 2011-02-18 7:26 ` bugzilla at busybox.net 2011-02-21 19:29 ` bugzilla at busybox.net 2011-02-24 8:15 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2011-02-18 7:26 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=3277 --- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- See logfile at http://free-electrons.com/~thomas/pub/br-bugs/bug-3277.log.bz2 -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 3277] quagga fails to build with SNMP support 2011-02-18 7:24 [Buildroot] [Bug 3277] New: quagga fails to build with SNMP support bugzilla at busybox.net 2011-02-18 7:24 ` [Buildroot] [Bug 3277] " bugzilla at busybox.net 2011-02-18 7:26 ` bugzilla at busybox.net @ 2011-02-21 19:29 ` bugzilla at busybox.net 2011-02-24 8:15 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2011-02-21 19:29 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=3277 Gustavo Zacarias <gustavo@zacarias.com.ar> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at buildroot.uclibc |gustavo at zacarias.com.ar |.org | --- Comment #3 from Gustavo Zacarias <gustavo@zacarias.com.ar> --- Created attachment 3013 --> https://bugs.busybox.net/attachment.cgi?id=3013 Fix for quagga Try this patch Thomas, fixes it for me. -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 3277] quagga fails to build with SNMP support 2011-02-18 7:24 [Buildroot] [Bug 3277] New: quagga fails to build with SNMP support bugzilla at busybox.net ` (2 preceding siblings ...) 2011-02-21 19:29 ` bugzilla at busybox.net @ 2011-02-24 8:15 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2011-02-24 8:15 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=3277 Peter Korsgaard <jacmet@uclibc.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Peter Korsgaard <jacmet@uclibc.org> --- Committed fix by Gustavo, thanks -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-24 8:15 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-02-18 7:24 [Buildroot] [Bug 3277] New: quagga fails to build with SNMP support bugzilla at busybox.net 2011-02-18 7:24 ` [Buildroot] [Bug 3277] " bugzilla at busybox.net 2011-02-18 7:26 ` bugzilla at busybox.net 2011-02-21 19:29 ` bugzilla at busybox.net 2011-02-24 8:15 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox