Thomas Anders wrote: > Pike, David wrote: > >> make[1]: *** No rule to make target >> `mibgroup/snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.h', >> needed by `mib_modules.lo'. Stop. > > > Sounds like a tar problem. Please unpack with GNU tar instead of HP-UX tar.
It seems to be a problem with too long file names in the source tarball. When inspecting the tarball with HP-UX's tar you see some file names "././@LongLink" following seemingly too long file names in the "tar -tv" listing. This is the case for the following two directories: net-snmp-5.3.0.1/agent/mibgroup/snmp-notification-mib/snmpNotifyFilterTable/ net-snmp-5.3.0.1/agent/mibgroup/snmp-usm-dh-objects-mib/usmDHUserKeyTable/ When unpacking that archive, the too long file names in these two archives are cut after 100 characters. The file missed afterwards in running make is e.g. cut to net-snmp-5.3.0.1/agent/mibgroup/snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_in (and there are two files with that same shortened name: ...h and ...c). The current work-around is to use GNU tar for unpacking but as discussed earlier in this discussion group it shouldn't be necessary to have any GNU tools installed for making net-snmp (last time the discussion was about needing gmake for making net-snmp). The warnings generated for mibII/vacm_context.c have no relation to the failing make (note that these are only warnings, not errors, and they do not cause make to stop). Johannes > +Thomas > -- Johannes Schmidt-Fischer InterFace AG phone +49 (0)89 / 610 49 - 207 Leipziger Str. 16 fax +49 (0)89 / 610 49 - 85 D-82008 Unterhaching mobile +49 (0)171/ 787 76 01 http://www.InterFace-AG.com mailto:[EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
