[PATCH] python25 broken on current
Giorgos Keramidas
keramida at ceid.upatras.gr
Tue Mar 3 19:26:49 PST 2009
On Wed, 04 Mar 2009 04:28:24 +0200, Giorgos Keramidas <keramida at FreeBSD.org> wrote:
> The lang/python25 port fails to build on CURRENT from:
>
> FreeBSD 8.0-CURRENT #0: Sun Mar 1 09:36:35 EET 2009 build at kobe:/usr/obj/usr/src/sys/KOBE
>
> Apparently, the `configure.in' script of Python is missing a header file
> in one of the custom check programs, which I could work around by
> patching its `configure.in' script:
>
> root at kobe:/usr/ports/lang/python25# more files/patch-configure.in
> --- configure.in.orig 2009-03-04 04:01:25.000000000 +0200
> +++ configure.in 2009-03-04 04:00:45.000000000 +0200
> @@ -2533,6 +2533,7 @@
> #include <netdb.h>
> #include <string.h>
> #include <sys/socket.h>
> +#include <arpa/inet.h>
> #include <netinet/in.h>
>
> main()
> root at kobe:/usr/ports/lang/python25#
Nevermind... Sorry for the noise. Apparently, src/sys/sys/cdefs.h
changes in the last few days cause most of this (and other issues).
More information about the freebsd-ports
mailing list