From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) by sourceware.org (Postfix) with ESMTPS id 413E8386F439 for ; Tue, 28 Apr 2020 15:38:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 413E8386F439 Received: by mail-qt1-x82b.google.com with SMTP id b1so13971989qtt.1 for ; Tue, 28 Apr 2020 08:38:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=JX+jxCyxKNH8CmsFpTvOxHJDfS3gWViiaAa/ewfzL4Y=; b=j8o2xmHpLH0/7BxZBjHipslp6bGESBM9EdMW+yQlOEbPju5imZPVaKZBK6tlEF+8t2 jhx8XTJiFqb6/6AwufNUIxD9XJw6oDTugFK4fegQU5cHlf5+av+y0/Rpmb2q41gCJt6N btEAKVcUN2UBWsFUQPbodsckirUPMPoFD92E/VKXZ/F1yvfxJdfMr3lzSI6wuMhoDud7 AgZZ5TVZ6vFonN9EPbm53AtsnNHZLs+7sL7XsGECIHpSTo+xzj4TFiK2oBH8fKKd/HXP qVqN/8FlCMJmt+5BbLrH1c8MIrueZUe9pXM1x04a9OinU0zgvTIbQcjcn02oFdkCn7Pe DGAA== X-Gm-Message-State: AGi0PuayO4CptDEqDp8F3QoKOufULIBc+da5xiaOL1CcWjaYIZiIy+GA TnFH7F329JO3zSv0qvPH64err6WDm/SaDPyk+ICYGx30 X-Google-Smtp-Source: APiQypKPnAwnutzjyV74TNY59FWbX6NajGbcfsZPY533fJF5R+HHWw6hMVM0oh2FMj6qrvzfvpJpYVGu8NyA7pbYmlo= X-Received: by 2002:ac8:1904:: with SMTP id t4mr29587323qtj.367.1588088331384; Tue, 28 Apr 2020 08:38:51 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ad4:4901:0:0:0:0:0 with HTTP; Tue, 28 Apr 2020 08:38:50 -0700 (PDT) From: Lee Date: Tue, 28 Apr 2020 11:38:50 -0400 Message-ID: Subject: building net-snmp: (was: Updated: net-snmp-5.8-1) To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2020 15:38:53 -0000 > If you want to make a point or ask a question the Cygwin mailing list is > the appropriate place. You don't need this anymore 02-path-separator.patch if you build net-snmp with export ENV_SEPARATOR=":" And maybe now they'll accept a patch so that building on cygwin doesn't require an evar. I think "gcc -mno-cygwin ..." might still have been supported when I tried to get it changed and the best they'd do was an evar when building. Is 06-winstub.patch necessary? Necessary if all you're using is the command line tools? The changelog has this commit fda421625d20d8f8201479fa7f33c257fdc72015 Author: Bart Van Assche Date: Sun Nov 27 11:25:40 2016 -0800 Cygwin: getnetent() / getnetbyaddr() build fix Recent versions of Cygwin have prototypes but no implementation for these functions. Hence avoid that the Cygwin prototypes conflict with the implementation. In other words, if I'm using just the snmp{get,set} command line tools, should I be applying this patch? Thanks, Lee On 4/27/20, David Rothenberger wrote: > DESCRIPTION: > ============ > Simple Network Management Protocol (SNMP) is a widely used protocol > for monitoring the health and welfare of network equipment > (eg. routers), computer equipment and even devices like > UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, > SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes: > > * Command-line applications to: > * retrieve information from an SNMP-capable device, either using > single requests (snmpget, snmpgetnext), or multiple requests > (snmpwalk, snmptable, snmpdelta). > * manipulate configuration information on an SNMP-capable device > (snmpset). > * retrieve a fixed collection of information from an > SNMP-capable device (snmpdf, snmpnetstat, snmpstatus). > * convert between numerical and textual forms of MIB OIDs, and > display MIB content and structure (snmptranslate). > * A graphical MIB browser (tkmib), using Tk/perl. > * A daemon application for receiving SNMP notifications > (snmptrapd). Selected notifications can be logged (to syslog, > the NT Event Log, or a plain text file), forwarded to another > SNMP management system, or passed to an external application. > * An extensible agent for responding to SNMP queries for > management information (snmpd). This includes built-in support > for a wide range of MIB information modules, and can be extended > using dynamically loaded modules, external scripts and commands, > and both the SNMP multiplexing (SMUX) and Agent Extensibility > (AgentX) protocols. > * A library for developing new SNMP applications, with both C and > perl APIs. > > CYGWIN NOTES: > ============= > * The snmpd daemon does not provide much useful information. > Installing it as a service under Cygwin is left as an exercise > for the user. > > QUESTIONS: > ========== > If you want to make a point or ask a question the Cygwin mailing list is > the appropriate place. > > > -- > David Rothenberger > > Remember: Silly is a state of Mind, Stupid is a way of Life. > -- Dave Butler > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple >