Re: [Fink-devel] Problems compiling net-snmp 5.0.6

2002-11-09 Thread Ben Hines

On Saturday, November 9, 2002, at 07:15  PM, Jeremy Higgs wrote:



Any ideas on how to fix this...? Could it have anything to do with 
some of the headers removed in 10.2? (I would expect a file not found 
error to have come up, though...)



It is one of the missing headers, but is missing from the 
missing-headers package. I'll get RR to add it. :)

#include netinet/tcp_var.h

-Ben



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Problems compiling net-snmp 5.0.6

2002-11-09 Thread Jeremy Higgs

On Sunday, November 10, 2002, at 02:30 PM, Ben Hines wrote:



On Saturday, November 9, 2002, at 07:15  PM, Jeremy Higgs wrote:



Any ideas on how to fix this...? Could it have anything to do with 
some of the headers removed in 10.2? (I would expect a file not found 
error to have come up, though...)



It is one of the missing headers, but is missing from the 
missing-headers package. I'll get RR to add it. :)

#include netinet/tcp_var.h

-Ben

Thanks, I've updated to the newest version of the package, but now I 
get this:

gcc -g -O2 -Ddarwin6 -I../../include -I../../include -I. -I../.. -I. 
-I./../.. -I./../../snmplib -I./.. -I.. -no-cpp-precomp -I/sw/include 
-c mibII/icmp.c  -fno-common -DPIC -o mibII/.libs/icmp.lo
mibII/icmp.c:224: warning: `struct icmpstat' declared inside parameter 
list
mibII/icmp.c:224: warning: its scope is only this definition or 
declaration, which is probably not what you want
mibII/icmp.c: In function `var_icmp':
mibII/icmp.c:233: storage size of `icmpstat' isn't known
mibII/icmp.c:233: storage size of `icmpstat' isn't known
mibII/icmp.c: At top level:
mibII/icmp.c:484: warning: `struct icmpstat' declared inside parameter 
list
mibII/icmp.c:485: conflicting types for `read_icmp_stat'
mibII/icmp.c:224: previous declaration of `read_icmp_stat'
mibII/icmp.c: In function `read_icmp_stat':
mibII/icmp.c:630: dereferencing pointer to incomplete type
make[2]: *** [mibII/icmp.lo] Error 1
make[1]: *** [subdirs] Error 1
make: *** [subdirs] Error 1
### execution of make failed, exit code 2
Failed: compiling net-snmp-5.0.6-1 failed

I guess it's another missing header...? :(



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Problems compiling net-snmp 5.0.6

2002-11-09 Thread Benjamin Reed
Thanks, I've updated to the newest version of the package, but now I 
get this:

gcc -g -O2 -Ddarwin6 -I../../include -I../../include -I. -I../.. -I. 
-I./../.. -I./../../snmplib -I./.. -I.. -no-cpp-precomp -I/sw/include 
-c mibII/icmp.c  -fno-common -DPIC -o mibII/.libs/icmp.lo
mibII/icmp.c:224: warning: `struct icmpstat' declared inside parameter 
list

...


I guess it's another missing header...? :(


Yup.  :P

[g4:~/cvs/darwin-kde] ranger% grep -r icmpstat 
/Volumes/Puma/usr/include/
/Volumes/Puma/usr/include/netinet/icmp_var.h:struct icmpstat {

...looks like we've gotta add that too.

These are all the files that were removed between Puma and Jaguar:

icmp_var.h
if_atm.h
if_fddi.h
igmp_var.h
in_gif.h
in_hostcache.h
in_var.h
ip_compat.h
ip_dummynet.h
ip_ecn.h
ip_encap.h
ip_flow.h
ip_var.h
ipl.h
tcp_var.h
udp_var.h

...anyone have any ideas what else might end up being needed?

Anyways, attached is the next header, go ahead and put it in 
/sw/include/netinet/ for now.  If everything works, I'll add this to 
jaguar-missing-headers and update it.  If not, we'll keep sending 
headers until it works, and _then_ I'll make a new package.  grin


/*
 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
 *
 * APPLE_LICENSE_HEADER_START
 * 
 * The contents of this file constitute Original Code as defined in and
 * are subject to the Apple Public Source License Version 1.1 (the
 * License).  You may not use this file except in compliance with the
 * License.  Please obtain a copy of the License at
 * http://www.apple.com/publicsource and read it before using this file.
 * 
 * This Original Code and all software distributed under the License are
 * distributed on an AS IS basis, WITHOUT WARRANTY OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the
 * License for the specific language governing rights and limitations
 * under the License.
 * 
 * APPLE_LICENSE_HEADER_END
 */
/*
 * Copyright (c) 1982, 1986, 1993
 *  The Regents of the University of California.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *notice, this list of conditions and the following disclaimer in the
 *documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *must display the following acknowledgement:
 *  This product includes software developed by the University of
 *  California, Berkeley and its contributors.
 * 4. Neither the name of the University nor the names of its contributors
 *may be used to endorse or promote products derived from this software
 *without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 *  (#)icmp_var.h  8.1 (Berkeley) 6/10/93
 */

#ifndef _NETINET_ICMP_VAR_H_
#define _NETINET_ICMP_VAR_H_

#ifdef KERNEL
#if ISFB31
#include opt_icmp_bandlim.h   /* for ICMP_BANDLIM */
#endif
#endif

/*
 * Variables related to this implementation
 * of the internet control message protocol.
 */
struct  icmpstat {
/* statistics related to icmp packets generated */
u_long  icps_error; /* # of calls to icmp_error */
u_long  icps_oldshort;  /* no error 'cuz old ip too short */
u_long  icps_oldicmp;   /* no error 'cuz old was icmp */
u_long  icps_outhist[ICMP_MAXTYPE + 1];
/* statistics related to input messages processed */
u_long  icps_badcode;   /* icmp_code out of range */
u_long  icps_tooshort;  /* packet  ICMP_MINLEN */
u_long  icps_checksum;  /* bad checksum */
u_long  icps_badlen;/* calculated bound mismatch */
u_long  icps_reflect;   /* number of responses */
u_long  

Re: [Fink-devel] Problems compiling net-snmp 5.0.6

2002-11-09 Thread Jeremy Higgs


On Sunday, November 10, 2002, at 05:11 PM, Benjamin Reed wrote:


Yup.  :P

[g4:~/cvs/darwin-kde] ranger% grep -r icmpstat 
/Volumes/Puma/usr/include/
/Volumes/Puma/usr/include/netinet/icmp_var.h:struct icmpstat {

...looks like we've gotta add that too.

These are all the files that were removed between Puma and Jaguar:

icmp_var.h
if_atm.h
if_fddi.h
igmp_var.h
in_gif.h
in_hostcache.h
in_var.h
ip_compat.h
ip_dummynet.h
ip_ecn.h
ip_encap.h
ip_flow.h
ip_var.h
ipl.h
tcp_var.h
udp_var.h

...anyone have any ideas what else might end up being needed?

gcc -g -O2 -Ddarwin6 -I../../include -I../../include -I. -I../.. -I. 
-I./../.. -I./../../snmplib -I./.. -I.. -no-cpp-precomp -I/sw/include 
-c mibII/udp.c  -fno-common -DPIC -o mibII/.libs/udp.lo
mibII/udp.c:226: warning: `struct udpstat' declared inside parameter 
list
mibII/udp.c:226: warning: its scope is only this definition or 
declaration, which is probably not what you want
mibII/udp.c: In function `var_udp':
mibII/udp.c:234: storage size of `udpstat' isn't known
mibII/udp.c:234: storage size of `udpstat' isn't known
mibII/udp.c: At top level:
mibII/udp.c:339: warning: `struct udpstat' declared inside parameter 
list
mibII/udp.c:340: conflicting types for `read_udp_stat'
mibII/udp.c:226: previous declaration of `read_udp_stat'
mibII/udp.c: In function `read_udp_stat':
mibII/udp.c:431: dereferencing pointer to incomplete type
make[2]: *** [mibII/udp.lo] Error 1
make[1]: *** [subdirs] Error 1
make: *** [subdirs] Error 1
### execution of make failed, exit code 2
Failed: compiling net-snmp-5.0.6-1 failed

It seems something else is needed. (I added the icmp_var.h file to 
/sw/include/netinet) However, ud_var.h is already included in the 
package, so I wonder what else it could be?



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel