Date: Mon, 22 Sep 2008 14:54:16 +0200 From: "=?ISO-8859-1?Q?J=F3zsef_Kurucz?=" <kurucz.jozsef@gmail.com> To: ports@freebsd.org Subject: problem with postgresql-plpython Message-ID: <e66031da0809220554x7fbb615el50543d47e8585a63@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --]
Hi,
I try to install the postgresql-plpython from ports ( i use FreeBSD 7
stable;amd64) but i get the following error message:
configure: error: threaded Python not supported on this platform
===> Script "configure" failed unexpectedly.
Please report the problem to ports@FreeBSD.org [maintainer] and attach the
"/usr/ports/databases/postgresql-plpython/work/postgresql-8.3.3/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
*** Error code 1
Stop in /usr/ports/databases/postgresql-plpython.
My installed packages:
[root@coyote /usr/ports/databases]# ls /var/db/pkg/
apache-2.2.9_5 gmake-3.81_3
openldap-client-2.4.11 py25-psycopg-1.1.21_1
autoconf-2.62 help2man-1.36.4_2
p5-BSD-Resource-1.2901 py25-psycopg2-2.0.7_1
autoconf-wrapper-20071109 libiconv-1.11_1
p5-gettext-1.05_2 py25-pysqlite-2.3.5
automake-1.9.6_3 libmemcache-1.4.0.rc2
pcre-7.7_1 py25-setuptools-0.6c8
automake-wrapper-20071109 libtool-1.5.26
perl-5.8.8_1 python-2.5,2
bash-3.2.39_1 libxml2-2.6.32
pkg-config-0.23_1 python25-2.5.2_3
db41-4.1.25_4 lighttpd-1.4.19_2
portaudit-0.5.12 screen-4.0.3_5
expat-2.0.1 lua-5.1.3_3
postgresql-client-8.3.3 sqlite3-3.5.6
fam-2.6.10_3 m4-1.4.11,1
postgresql-server-8.3.3 tcl-8.4.19,1
gdbm-1.8.3_3 mod_perl2-2.0.4,3
py25-cheetah-2.0.1
gettext-0.17_1 mysql-client-5.0.67
py25-mx-base-2.0.6
[root@coyote /usr/ports/databases]#
I attached the config.log!
Best Regards
Josef
[-- Attachment #2 --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by PostgreSQL configure 8.3.3, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --with-python --with-libraries=/usr/local/lib --with-includes=/usr/local/include --enable-thread-safety --with-docdir=/usr/local/share/doc/postgresql --with-openssl --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd7.1
## --------- ##
## Platform. ##
## --------- ##
hostname = coyote.pantel.net
uname -m = amd64
uname -r = 7.1-PRERELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.1-PRERELEASE #0: Fri Sep 12 13:46:18 CEST 2008 jkurucz@coyote.pantel.net:/usr/obj/usr/src/sys/COYOTE
/usr/bin/uname -p = amd64
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/jkurucz/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1414: checking build system type
configure:1432: result: amd64-portbld-freebsd7.1
configure:1440: checking host system type
configure:1454: result: amd64-portbld-freebsd7.1
configure:1464: checking which template to use
configure:1564: result: freebsd
configure:1706: checking whether to build with 64-bit integer date/time support
configure:1738: result: no
configure:1745: checking whether NLS is wanted
configure:1780: result: no
configure:1788: checking for default port number
configure:1818: result: 5432
configure:2207: checking for C compiler version
configure:2210: cc --version </dev/null >&5
cc (GCC) 4.2.1 20070719 [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2213: $? = 0
configure:2215: cc -v </dev/null >&5
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
configure:2218: $? = 0
configure:2220: cc -V </dev/null >&5
cc: '-V' option must have argument
configure:2223: $? = 1
configure:2246: checking for C compiler default output file name
configure:2249: cc -O2 -pipe -fno-strict-aliasing -pthread -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:2252: $? = 0
configure:2298: result: a.out
configure:2303: checking whether the C compiler works
configure:2309: ./a.out
configure:2312: $? = 0
configure:2329: result: yes
configure:2336: checking whether we are cross compiling
configure:2338: result: no
configure:2341: checking for suffix of executables
configure:2343: cc -o conftest -O2 -pipe -fno-strict-aliasing -pthread -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:2346: $? = 0
configure:2371: result:
configure:2377: checking for suffix of object files
configure:2398: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
configure:2401: $? = 0
configure:2423: result: o
configure:2427: checking whether we are using the GNU C compiler
configure:2451: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
configure:2457: $? = 0
configure:2461: test -z
|| test ! -s conftest.err
configure:2464: $? = 0
configure:2467: test -s conftest.o
configure:2470: $? = 0
configure:2483: result: yes
configure:2489: checking whether cc accepts -g
configure:2510: cc -c -g conftest.c >&5
configure:2516: $? = 0
configure:2520: test -z
|| test ! -s conftest.err
configure:2523: $? = 0
configure:2526: test -s conftest.o
configure:2529: $? = 0
configure:2540: result: yes
configure:2557: checking for cc option to accept ANSI C
configure:2627: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
configure:2633: $? = 0
configure:2637: test -z
|| test ! -s conftest.err
configure:2640: $? = 0
configure:2643: test -s conftest.o
configure:2646: $? = 0
configure:2664: result: none needed
configure:2682: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2688: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2844: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5
conftest.c: In function 'main':
conftest.c:17: error: 'choke' undeclared (first use in this function)
conftest.c:17: error: (Each undeclared identifier is reported only once
conftest.c:17: error: for each function it appears in.)
conftest.c:17: error: expected ';' before 'me'
configure:2850: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.3.3"
| #define PACKAGE_STRING "PostgreSQL 8.3.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.3.3"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| choke me
| #endif
| ;
| return 0;
| }
configure:2907: checking if cc supports -Wdeclaration-after-statement
configure:2927: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement conftest.c >&5
configure:2933: $? = 0
configure:2937: test -z
|| test ! -s conftest.err
configure:2940: $? = 0
configure:2943: test -s conftest.o
configure:2946: $? = 0
configure:2948: result: yes
configure:2960: checking if cc supports -Wendif-labels
configure:2980: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels conftest.c >&5
configure:2986: $? = 0
configure:2990: test -z
|| test ! -s conftest.err
configure:2993: $? = 0
configure:2996: test -s conftest.o
configure:2999: $? = 0
configure:3001: result: yes
configure:3014: checking if cc supports -fno-strict-aliasing
configure:3034: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing conftest.c >&5
configure:3040: $? = 0
configure:3044: test -z
|| test ! -s conftest.err
configure:3047: $? = 0
configure:3050: test -s conftest.o
configure:3053: $? = 0
configure:3055: result: yes
configure:3068: checking if cc supports -fwrapv
configure:3088: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv conftest.c >&5
configure:3094: $? = 0
configure:3098: test -z
|| test ! -s conftest.err
configure:3101: $? = 0
configure:3104: test -s conftest.o
configure:3107: $? = 0
configure:3109: result: yes
configure:3309: using CFLAGS=-O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
configure:3318: checking whether the C compiler still works
configure:3336: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -rpath=/usr/lib:/usr/local/lib conftest.c >&5
configure:3342: $? = 0
configure:3346: test -z
|| test ! -s conftest.err
configure:3349: $? = 0
configure:3352: test -s conftest
configure:3355: $? = 0
configure:3357: result: yes
configure:3392: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv conftest.c >&5
configure:3398: $? = 0
configure:3402: test -z
|| test ! -s conftest.err
configure:3405: $? = 0
configure:3408: test -s conftest.o
configure:3411: $? = 0
configure:3430: checking how to run the C preprocessor
configure:3465: cc -E conftest.c
configure:3471: $? = 0
configure:3503: cc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3509: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.3.3"
| #define PACKAGE_STRING "PostgreSQL 8.3.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.3.3"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3548: result: cc -E
configure:3572: cc -E conftest.c
configure:3578: $? = 0
configure:3610: cc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3616: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.3.3"
| #define PACKAGE_STRING "PostgreSQL 8.3.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.3.3"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3793: checking allow thread-safe client libraries
configure:3887: result: yes
configure:3894: checking whether to build with Tcl
configure:3923: result: no
configure:3960: checking whether to build Perl modules
configure:3989: result: no
configure:3996: checking whether to build Python modules
configure:4025: result: yes
configure:4032: checking whether to build with GSSAPI support
configure:4068: result: no
configure:4075: checking whether to build with Kerberos 5 support
configure:4111: result: no
configure:4160: checking whether to build with PAM support
configure:4193: result: no
configure:4201: checking whether to build with LDAP support
configure:4234: result: no
configure:4242: checking whether to build with Bonjour support
configure:4275: result: no
configure:4283: checking whether to build with OpenSSL support
configure:4316: result: yes
configure:4633: checking for egrep
configure:4643: result: grep -E
configure:4680: using CPPFLAGS= -I/usr/local/include
configure:4682: using LDFLAGS= -pthread -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib
configure:4698: checking for ld used by GCC
configure:4761: result: /usr/bin/ld
configure:4770: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.15 [FreeBSD] 2004-05-23
configure:4782: result: yes
configure:4892: checking for ranlib
configure:4908: found /usr/bin/ranlib
configure:4919: result: ranlib
configure:4973: checking for strip
configure:4989: found /usr/bin/strip
configure:5000: result: strip
configure:5013: checking whether it is possible to strip libraries
configure:5018: result: yes
configure:5032: checking for tar
configure:5050: found /usr/bin/tar
configure:5062: result: /usr/bin/tar
configure:5069: checking whether ln -s works
configure:5073: result: yes
configure:5084: checking for gawk
configure:5113: result: no
configure:5084: checking for mawk
configure:5113: result: no
configure:5084: checking for nawk
configure:5100: found /usr/bin/nawk
configure:5110: result: nawk
configure:5127: checking for bison
configure:5156: result: no
configure:5182: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS nor
*** change any of the parser definition files. You can obtain Bison from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.) To use a different yacc program (possible,
*** but not recommended), set the environment variable YACC before running
*** 'configure'.
configure:5202: checking for flex
configure:5241: result: /usr/bin/flex
configure:5270: using /usr/bin/flex version 2.5.4
configure:5280: checking for perl
configure:5298: found /usr/local/bin/perl
configure:5310: result: /usr/local/bin/perl
configure:5347: checking for python
configure:5377: result: /usr/local/bin/python2.5
configure:5391: checking for Python distutils module
configure:5395: result: yes
configure:5404: checking Python configuration directory
configure:5411: result: /usr/local/lib/python2.5/config
configure:5415: checking how to link an embedded Python application
configure:5436: result: -L/usr/local/lib/python2.5/config -lpython2.5 -lutil -lm
configure:5441: checking whether Python is compiled with thread support
configure:5445: result: yes
configure:5449: error: threaded Python not supported on this platform
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=amd64-portbld-freebsd7.1
ac_cv_build_alias=amd64-portbld-freebsd7.1
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -pipe -fno-strict-aliasing'
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_DOCBOOKSTYLE_set=''
ac_cv_env_DOCBOOKSTYLE_value=''
ac_cv_env_LDFLAGS_SL_set=''
ac_cv_env_LDFLAGS_SL_value=''
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -pthread -rpath=/usr/lib:/usr/local/lib'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=amd64-portbld-freebsd7.1
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_host=amd64-portbld-freebsd7.1
ac_cv_host_alias=amd64-portbld-freebsd7.1
ac_cv_objext=o
ac_cv_path_LD=/usr/bin/ld
ac_cv_path_PERL=/usr/local/bin/perl
ac_cv_path_PYTHON=/usr/local/bin/python2.5
ac_cv_path_TAR=/usr/bin/tar
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gnu_ld=yes
lt_cv_sys_max_cmd_len=262144
pgac_cv_path_flex=/usr/bin/flex
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='nawk'
CC='cc'
CFLAGS='-O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv'
COLLATEINDEX=''
CPP='cc -E'
CPPFLAGS=' -I/usr/local/include'
DEFS=''
DOCBOOKSTYLE=''
DTRACE=''
DTRACEFLAGS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ELF_SYS='true'
EXEEXT=''
FLEX='/usr/bin/flex'
FLEXFLAGS=''
GCC='yes'
HAVE_IPV6=''
HAVE_POSIX_SIGNALS=''
INCLUDES=' -I/usr/local/include'
JADE=''
LD='/usr/bin/ld'
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS=' -pthread -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib'
LDFLAGS_SL=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MSGFMT=''
MSGMERGE=''
NSGMLS=''
OBJEXT='o'
OSSP_UUID_LIBS=''
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 8.3.3'
PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='8.3.3'
PATH_SEPARATOR=':'
PERL='/usr/local/bin/perl'
PORTNAME='freebsd'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS='-pthread'
PYTHON='/usr/local/bin/python2.5'
RANLIB='ranlib'
SGMLSPL=''
SHELL='/bin/sh'
STRIP='strip'
STRIP_SHARED_LIB='strip --strip-unneeded'
STRIP_STATIC_LIB='strip -x'
TAR='/usr/bin/tar'
TAS=''
TCLSH=''
TCL_CONFIG_SH=''
TCL_INCLUDE_SPEC=''
TCL_LIBS=''
TCL_LIB_FILE=''
TCL_LIB_SPEC=''
TCL_SHARED_BUILD=''
TCL_SHLIB_LD_LIBS=''
WANTED_LANGUAGES=''
XGETTEXT=''
XML2_CONFIG=''
YACC=''
YFLAGS=''
ac_ct_CC=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
acx_pthread_config=''
autodepend=''
bindir='${exec_prefix}/bin'
build='amd64-portbld-freebsd7.1'
build_alias='amd64-portbld-freebsd7.1'
build_cpu='amd64'
build_os='freebsd7.1'
build_vendor='portbld'
configure_args=''--with-python' '--with-libraries=/usr/local/lib' '--with-includes=/usr/local/include' '--enable-thread-safety' '--with-docdir=/usr/local/share/doc/postgresql' '--with-openssl' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd7.1' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -pthread -rpath=/usr/lib:/usr/local/lib' 'build_alias=amd64-portbld-freebsd7.1''
datadir='${prefix}/share'
default_port='5432'
docdir='/usr/local/share/doc/postgresql'
enable_debug='no'
enable_dtrace='no'
enable_nls='no'
enable_profiling='no'
enable_rpath='yes'
enable_shared='yes'
enable_thread_safety='yes'
exec_prefix='NONE'
have_docbook=''
host='amd64-portbld-freebsd7.1'
host_alias=''
host_cpu='amd64'
host_os='freebsd7.1'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='/usr/local/info/'
krb_srvtab=''
ld_R_works=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='/usr/local/man'
oldincludedir='/usr/include'
perl_archlibexp=''
perl_embed_ldflags=''
perl_privlibexp=''
perl_useshrplib=''
prefix='/usr/local'
program_transform_name='s,x,x,'
python_additional_libs='-lutil -lm'
python_configdir='/usr/local/lib/python2.5/config'
python_includespec='-I/usr/local/include/python2.5'
python_libdir='/usr/local/lib/python2.5/config'
python_libspec='-L/usr/local/lib/python2.5/config -lpython2.5'
python_version='2.5'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build=''
with_bonjour='no'
with_gnu_ld='yes'
with_gssapi='no'
with_krb5='no'
with_ldap='no'
with_libxml='no'
with_libxslt='no'
with_openssl='yes'
with_ossp_uuid='no'
with_pam='no'
with_perl='no'
with_python='yes'
with_system_tzdata=''
with_tcl='no'
with_zlib='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define ENABLE_THREAD_SAFETY 1
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_STRING "PostgreSQL 8.3.3"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "8.3.3"
#define PG_KRB_SRVNAM "postgres"
#define PG_VERSION "8.3.3"
#define PG_VERSION_STR "PostgreSQL 8.3.3 on amd64-portbld-freebsd7.1, compiled by GCC cc (GCC) 4.2.1 20070719 [FreeBSD]"
#define USE_SSL 1
configure: exit 1
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e66031da0809220554x7fbb615el50543d47e8585a63>
