Re: bind 8.2 will not compile with Linux kernel 2.2.3

Paul A Vixie (paul@vix.com)
Wed, 17 Mar 1999 12:36:29 -0800


--- src/bin/named/pathnames.c 1999/01/08 19:28:34 8.7
+++ src/bin/named/pathnames.c 1999/03/17 20:11:42
@@ -22,6 +22,7 @@
#include "port_before.h"

#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/un.h>

#include <netinet/in.h>

> Date: Tue, 16 Mar 1999 23:20:53 -0800 (PST)
> From: David Lang <dlang@diginsite.com>
> X-Sender: dlang@dlang
> To: linux-kernel@vger.rutgers.edu
> cc: bind-bugs@isc.org
> Subject: bind 8.2 will not compile with Linux kernel 2.2.3
> In-Reply-To: <7cnh6o$amo$1@palladium.transmeta.com>
> Message-ID: <Pine.LNX.4.10.9903162314040.9691-100000@dlang>
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> -----BEGIN PGP SIGNED MESSAGE-----
>
> bind 8.2 complains about /usr/include/linux/un.h
> (which maps to /usr/src/linux/include/linux/un.h which is why I am
> sending it to the linux kernel list as well as the bind-bugs list)
> the exact error is
>
> gcc -O -g -I../../port/linux/include -I../../include -c pathnames.c
> In file included from /usr/include/sys/un.h:1,
> from pathnames.c:25:
> /usr/include/linux/un.h:7: parse error before `sa_family_t'
> /usr/include/linux/un.h:7: warning: no semicolon at end of struct or union
> /usr/include/linux/un.h:9: parse error before `}'
> make[2]: *** [pathnames.o] Error 1
> make[2]: Leaving directory `/home/dlang/bind/src/bin/named'
> make[1]: *** [named] Error 2
> make[1]: Leaving directory `/home/dlang/bind/src/bin'
> make: *** [all] Error 2
>
> any suggestions? I am not seeing anything obviously wrong with un.h
>
> my system is slackware 3.5
>
> David Lang
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP for Personal Privacy 5.0
> Charset: noconv
>
> iQEVAwUBNu9X1z7msCGEppcbAQGH5gf/UHOcBaxisThUeEK8ZmrMSvP4VLpNejMd
> xEqX3pR4vHLRp2qJn5y99+ZFKf546uP237/kfnaBoFehgaG7x7urHql9S+cl91nm
> caxzAU4D6siaL/figbHMwK9VQuTQxhY4eQuT3z9T9YMzloeysun2nOs2hZmNz+XO
> gWwWBpBFV/JvTyicwX9mwTH7tE/7QUKp/vu1pcDsA5gEbh5PnCl/hkLwXsqw7LKm
> zdkuTA4c6W0TezOAY8Ix+LdjcAuOoLXCozEVuT+IR41UiCogDgg143DiT0VmTdvB
> qIBq7r1+25tl9FDKUZC60k9PAiSdEEOFjiqU2b3Gy6nVTytASrcD5g==
> =/fsO
> -----END PGP SIGNATURE-----
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/