Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2000 10:30:55 -0600 (MDT)
From:      Matt DeLapp <matt@chaos.jcsd1.k12.wy.us>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22226: python 2.0 port fails to compile
Message-ID:  <200010201630.KAA16302@chaos.jcsd1.k12.wy.us>

next in thread | raw e-mail | index | archive | help

>Number:         22226
>Category:       ports
>Synopsis:       python 2.0 port fails to compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 22 17:30:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Matt DeLapp
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
Johnson County School District #1
>Environment:
last cvsup 10/19/00 8:49am -0600
smp kernel (2 Pentium Pro 200)
>Description:
===>  Extracting for python-2.0
>How-To-Repeat:
make in /usr/ports/lang/python

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for python/BeOpen-Python-2.0.tar.gz.
 ===>  Patching for python-2.0
 ===>  Applying FreeBSD patches for python-2.0
 ===>  Configuring for python-2.0
 creating cache ./config.cache
 checking MACHDEP... freebsd3
 checking for --without-gcc... no
 checking for --with-cxx=<compiler>... no
 checking for gcc... cc
 checking whether the C compiler (cc -O -pipe -D_THREAD_SAFE -pthread ) works... yes
 checking whether the C compiler (cc -O -pipe -D_THREAD_SAFE -pthread ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether cc accepts -g... yes
 checking for --with-suffix... 
 checking LINKCC... c++
 checking LDLIBRARY... 
 checking for ranlib... ranlib
 checking for ar... ar
 checking how to run the C preprocessor... cc -E
 checking for AIX... no
 checking for minix/config.h... no
 checking whether cc accepts -OPT:Olimit=0... no
 checking whether cc accepts -Olimit 1500... no
 checking for ANSI C header files... yes
 checking for dlfcn.h... yes
 checking for fcntl.h... yes
 checking for limits.h... yes
 checking for locale.h... yes
 checking for ncurses.h... yes
 checking for poll.h... yes
 checking for pthread.h... yes
 checking for signal.h... yes
 checking for stdarg.h... yes
 checking for stddef.h... yes
 checking for stdlib.h... yes
 checking for thread.h... no
 checking for unistd.h... yes
 checking for utime.h... yes
 checking for sys/audioio.h... no
 checking for sys/file.h... yes
 checking for sys/lock.h... yes
 checking for db_185.h... no
 checking for db.h... yes
 checking for sys/param.h... yes
 checking for sys/select.h... yes
 checking for sys/socket.h... yes
 checking for sys/time.h... yes
 checking for sys/times.h... yes
 checking for sys/un.h... yes
 checking for sys/utsname.h... yes
 checking for sys/wait.h... yes
 checking for pty.h... no
 checking for libutil.h... yes
 checking for ndbm.h... yes
 checking for db1/ndbm.h... no
 checking for gdbm/ndbm.h... no
 checking for dirent.h that defines DIR... yes
 checking for opendir in -ldir... no
 checking for clock_t in time.h... yes
 checking for mode_t... yes
 checking for off_t... yes
 checking for pid_t... yes
 checking return type of signal handlers... void
 checking for size_t... yes
 checking for uid_t in sys/types.h... yes
 checking size of int... 4
 checking size of long... 4
 checking size of void *... 4
 checking size of char... 1
 checking size of short... 2
 checking size of float... 4
 checking size of double... 8
 checking size of fpos_t... 8
 checking for long long support... yes
 checking size of long long... 8
 checking for uintptr_t support... no
 checking size of off_t... 8
 checking whether to enable large file support... yes
 checking size of time_t... 4
 checking for pthread_t... yes
 checking size of pthread_t... 4
 checking for --with-next-framework... no
 checking for --with-dyld... no
 checking SO... .so
 checking LDSHARED... cc -shared -pthread 
 checking CCSHARED... -fPIC
 checking LINKFORSHARED... -Wl,--export-dynamic
 checking for dlopen in -ldl... no
 checking for shl_load in -ldld... no
 checking for --with-pydebug... no
 checking for t_open in -lnsl... no
 checking for socket in -lsocket... no
 checking for --with-libs... -lxpg4
 checking for --with-dec-threads... no
 checking for --with-threads... yes
 checking for mach/cthreads.h... no
 checking for --with-pth... no
 checking for pthread_create in -lpthread... no
 checking for pthread_detach... yes
 checking for usconfig in -lmpc... no
 checking for thr_create in -lthread... no
 checking for --with-cycle-gc... yes
 checking for --with-libdb... yes
 checking for dbopen... yes
 checking for --with-wctype-functions... no
 checking for --with-sgi-dl... no
 checking for --with-dl-dld... no
 checking for dlopen... yes
 checking DYNLOADFILE... dynload_shlib.o
 checking for alarm... yes
 checking for chown... yes
 checking for clock... yes
 checking for confstr... yes
 checking for ctermid... yes
 checking for ctermid_r... no
 checking for execv... yes
 checking for flock... yes
 checking for fork... yes
 checking for fsync... yes
 checking for fdatasync... no
 checking for fpathconf... no
 checking for ftime... no
 checking for ftruncate... yes
 checking for getgroups... yes
 checking for getlogin... yes
 checking for getpeername... yes
 checking for getpid... yes
 checking for getpwent... yes
 checking for getwd... yes
 checking for kill... yes
 checking for link... yes
 checking for lstat... yes
 checking for mkfifo... yes
 checking for mktime... yes
 checking for mremap... no
 checking for nice... yes
 checking for pathconf... yes
 checking for pause... yes
 checking for plock... no
 checking for poll... yes
 checking for pthread_init... no
 checking for putenv... yes
 checking for readlink... yes
 checking for select... yes
 checking for setegid... yes
 checking for seteuid... yes
 checking for setgid... yes
 checking for setlocale... yes
 checking for setregid... yes
 checking for setreuid... yes
 checking for setsid... yes
 checking for setpgid... yes
 checking for setuid... yes
 checking for setvbuf... yes
 checking for sigaction... yes
 checking for siginterrupt... yes
 checking for sigrelse... no
 checking for strftime... yes
 checking for strptime... yes
 checking for symlink... yes
 checking for sysconf... yes
 checking for tcgetpgrp... yes
 checking for tcsetpgrp... yes
 checking for tempnam... yes
 checking for timegm... yes
 checking for times... yes
 checking for tmpfile... yes
 checking for tmpnam... yes
 checking for tmpnam_r... no
 checking for truncate... yes
 checking for uname... yes
 checking for waitpid... yes
 checking for _getpty... no
 checking for openpty... no
 checking for openpty in -lutil... yes
 checking for forkpty... yes
 checking for fseek64... no
 checking for fseeko... yes
 checking for fstatvfs... no
 checking for ftell64... no
 checking for ftello... yes
 checking for statvfs... no
 checking for dup2... yes
 checking for getcwd... yes
 checking for strdup... yes
 checking for strerror... yes
 checking for memmove... yes
 checking for getpgrp... yes
 checking for setpgrp... yes
 checking for gettimeofday... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for tm_zone in struct tm... yes
 checking for time.h that defines altzone... no
 checking whether sys/select.h and sys/time.h may both be included... yes
 checking whether char is unsigned... no
 checking for working const... yes
 checking for inline... inline
 checking for working volatile... yes
 checking for working signed char... yes
 checking for prototypes... yes
 checking for variable length prototypes and stdarg.h... yes
 checking for bad exec* prototypes... no
 checking for bad static forward... no
 checking whether va_list is an array... no
 checking for gethostbyname_r... no
 checking for gethostbyname... yes
 checking for __fpu_control... no
 checking for __fpu_control in -lieee... no
 checking for --with-fpectl... yes
 checking for --with-libm=STRING... default LIBM="-lm"
 checking for --with-libc=STRING... default LIBC=""
 checking for hypot... yes
 checking for genuine getopt... yes
 checking what malloc(0) returns... nonnull
 checking for wchar.h... no
 checking for usable wchar_t... no
 checking whether byte ordering is bigendian... no
 checking whether right shift extends the sign bit... yes
 checking for socklen_t... yes
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating Objects/Makefile
 creating Parser/Makefile
 creating Grammar/Makefile
 creating Python/Makefile
 creating Modules/Makefile.pre
 creating Modules/Setup.config
 creating config.h
 /bin/cp /usr/ports/lang/python/files/Setup /usr/ports/lang/python/work/Python-2.0/Modules/Setup
 /bin/cat /usr/ports/lang/python/files/Setup.gmp >> /usr/ports/lang/python/work/Python-2.0/Modules/Setup.local
 ===>  Building for python-2.0
 (cd Modules; make -f Makefile.pre Makefile)
 rm -rf ../libpython2.0.a
 /bin/sh ./makesetup Setup.config Setup.local Setup
 making Makefile in subdirectory .
 `Makefile' is up to date.
 making Makefile in subdirectory Parser
 `Makefile' is up to date.
 making Makefile in subdirectory Grammar
 `Makefile' is up to date.
 making Makefile in subdirectory Objects
 `Makefile' is up to date.
 making Makefile in subdirectory Python
 `Makefile' is up to date.
 making Makefile in subdirectory Modules
 `Makefile' is up to date.
 (rm -f Modules/hassignal; cd Modules; make hassignal)
 rm -f hassignal
 for i in threadmodule.o  gcmodule.o  bsddbmodule.o  regexmodule.o regexpr.o  pcremodule.o pypcre.o  posixmodule.o  signalmodule.o  _sre.o  readline.o  arraymodule.o  cmathmodule.o  mathmodule.o  stropmodule.o  structmodule.o  timemodule.o  operator.o  _c odecsmodule.o  unicodedata.o unicodedatabase.o  ucnhash.o  _localemodule.o  fcntlmodule.o  pwdmodule.o  grpmodule.o  errnomodule.o  selectmodule.o  socketmodule.o  mmapmodule.o  cryptmodule.o config.o getpath.o main.o getbuildinfo.o; do  if test "$i" = " signalmodule.o"; then  echo yes >hassignal; break;  fi;  done
 cd Parser ; make OPT="-O -pipe -D_THREAD_SAFE" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c pgenmain.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c acceler.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c grammar1.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c listnode.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c node.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c parser.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c parsetok.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c tokenizer.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c bitset.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c metagrammar.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c firstsets.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c grammar.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c pgen.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c printgrammar.c
 cc -O -pipe -D_THREAD_SAFE pgenmain.o acceler.o grammar1.o  listnode.o node.o parser.o  parsetok.o tokenizer.o bitset.o  metagrammar.o firstsets.o grammar.o pgen.o printgrammar.o -lxpg4  -lutil -o pgen
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c myreadline.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c intrcheck.c
 cd Grammar ; make OPT="-O -pipe -D_THREAD_SAFE" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
 ../Parser/pgen ./Grammar
 Compiling (meta-) parse tree into NFA grammar
 Making DFA for 'single_input' ...
 Making DFA for 'file_input' ...
 Making DFA for 'eval_input' ...
 Making DFA for 'funcdef' ...
 Making DFA for 'parameters' ...
 Making DFA for 'varargslist' ...
 Making DFA for 'fpdef' ...
 Making DFA for 'fplist' ...
 Making DFA for 'stmt' ...
 Making DFA for 'simple_stmt' ...
 Making DFA for 'small_stmt' ...
 Making DFA for 'expr_stmt' ...
 Making DFA for 'augassign' ...
 Making DFA for 'print_stmt' ...
 Making DFA for 'del_stmt' ...
 Making DFA for 'pass_stmt' ...
 Making DFA for 'flow_stmt' ...
 Making DFA for 'break_stmt' ...
 Making DFA for 'continue_stmt' ...
 Making DFA for 'return_stmt' ...
 Making DFA for 'raise_stmt' ...
 Making DFA for 'import_stmt' ...
 Making DFA for 'import_as_name' ...
 Making DFA for 'dotted_as_name' ...
 Making DFA for 'dotted_name' ...
 Making DFA for 'global_stmt' ...
 Making DFA for 'exec_stmt' ...
 Making DFA for 'assert_stmt' ...
 Making DFA for 'compound_stmt' ...
 Making DFA for 'if_stmt' ...
 Making DFA for 'while_stmt' ...
 Making DFA for 'for_stmt' ...
 Making DFA for 'try_stmt' ...
 Making DFA for 'except_clause' ...
 Making DFA for 'suite' ...
 Making DFA for 'test' ...
 Making DFA for 'and_test' ...
 Making DFA for 'not_test' ...
 Making DFA for 'comparison' ...
 Making DFA for 'comp_op' ...
 Making DFA for 'expr' ...
 Making DFA for 'xor_expr' ...
 Making DFA for 'and_expr' ...
 Making DFA for 'shift_expr' ...
 Making DFA for 'arith_expr' ...
 Making DFA for 'term' ...
 Making DFA for 'factor' ...
 Making DFA for 'power' ...
 Making DFA for 'atom' ...
 Making DFA for 'listmaker' ...
 Making DFA for 'lambdef' ...
 Making DFA for 'trailer' ...
 Making DFA for 'subscriptlist' ...
 Making DFA for 'subscript' ...
 Making DFA for 'sliceop' ...
 Making DFA for 'exprlist' ...
 Making DFA for 'testlist' ...
 Making DFA for 'dictmaker' ...
 Making DFA for 'classdef' ...
 Making DFA for 'arglist' ...
 Making DFA for 'argument' ...
 Making DFA for 'list_iter' ...
 Making DFA for 'list_for' ...
 Making DFA for 'list_if' ...
 Adding FIRST sets ...
 Writing graminit.c ...
 Writing graminit.h ...
 cp graminit.h ./../Include/graminit.h
 cp graminit.c ./../Python/graminit.c
 cd Objects ; make OPT="-O -pipe -D_THREAD_SAFE" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c abstract.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c bufferobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c classobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c cobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c complexobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c fileobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c floatobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c frameobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c funcobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c intobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c listobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c longobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c dictobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c methodobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c moduleobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c object.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c rangeobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c sliceobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c stringobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c tupleobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c typeobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c unicodeobject.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c unicodectype.c
 cd Python ; make OPT="-O -pipe -D_THREAD_SAFE" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c bltinmodule.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c exceptions.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ceval.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c compile.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c codecs.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c errors.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c frozen.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c frozenmain.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c getargs.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c getcompiler.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c getcopyright.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c getmtime.c
 cc -c -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -DPLATFORM='"freebsd3"'  ./getplatform.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c getversion.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c graminit.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c import.c
 cc -c -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -I/ ./importdl.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c marshal.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c modsupport.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c mystrtoul.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c pyfpe.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c pystate.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c pythonrun.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c structmember.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c sysmodule.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c traceback.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c dynload_shlib.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c thread.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c sigcheck.c
 cd Modules ; make OPT="-O -pipe -D_THREAD_SAFE" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local" all
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./threadmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./gcmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./bsddbmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./regexmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./regexpr.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./pcremodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./pypcre.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./posixmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./signalmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./_sre.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./readline.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./arraymodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./cmathmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./mathmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./stropmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./structmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./timemodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./operator.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./_codecsmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./unicodedatabase.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./unicodedata.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./ucnhash.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./_localemodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./fcntlmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./pwdmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./grpmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./errnomodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./selectmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./socketmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./mmapmodule.c
 cc  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./cryptmodule.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c config.c
 cc -c -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -DPYTHONPATH='":plat-freebsd3:lib-tk"'  -DPREFIX='"/usr/local"'  -DEXEC_PREFIX='"/usr/local"'  -DVERSION='"2.0"'  -DVPATH='""'  ./getpath.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c main.c
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c getbuildinfo.c
 if test ! -f libpython2.0.a;  then for i in Parser Grammar Objects Python Modules; do rm -f $i/add2lib; done; true;  else true; fi
 for i in Parser Grammar Objects Python Modules; do  (cd $i; make VERSION="2.0" add2lib); done
 ar cr ../libpython2.0.a acceler.o grammar1.o  listnode.o node.o parser.o  parsetok.o tokenizer.o bitset.o  metagrammar.o myreadline.o
 if test ! -f ../Modules/hassignal;  then echo adding intrcheck.o; ar r ../libpython2.0.a intrcheck.o;  else echo leaving intrcheck.o out; fi
 leaving intrcheck.o out
 touch add2lib
 ar cr ../libpython2.0.a abstract.o bufferobject.o  classobject.o cobject.o complexobject.o  fileobject.o floatobject.o  frameobject.o funcobject.o intobject.o listobject.o  longobject.o dictobject.o methodobject.o  moduleobject.o object.o rangeobject.o   sliceobject.o stringobject.o  tupleobject.o typeobject.o  unicodeobject.o unicodectype.o
 touch add2lib
 ar cr ../libpython2.0.a bltinmodule.o exceptions.o  ceval.o compile.o codecs.o  errors.o  frozen.o frozenmain.o  getargs.o getcompiler.o getcopyright.o getmtime.o  getplatform.o getversion.o graminit.o  import.o importdl.o  marshal.o modsupport.o mystrto ul.o  pyfpe.o pystate.o pythonrun.o  structmember.o sysmodule.o  traceback.o  dynload_shlib.o  thread.o
 if test ! -f ../Modules/hassignal;  then echo adding sigcheck.o; ar r ../libpython2.0.a sigcheck.o;  else echo leaving sigcheck.o out; fi
 leaving sigcheck.o out
 touch add2lib
 if test -f hassignal;  then echo removing sigcheck.o intrcheck.o;  ar d ../libpython2.0.a sigcheck.o intrcheck.o 2>/dev/null;  else echo leaving sigcheck.o intrcheck.o in; fi
 removing sigcheck.o intrcheck.o
 ar cr ../libpython2.0.a threadmodule.o  gcmodule.o  bsddbmodule.o  regexmodule.o regexpr.o  pcremodule.o pypcre.o  posixmodule.o  signalmodule.o  _sre.o  readline.o  arraymodule.o  cmathmodule.o  mathmodule.o  stropmodule.o  structmodule.o  timemodule.o   operator.o  _codecsmodule.o  unicodedata.o unicodedatabase.o  ucnhash.o  _localemodule.o  fcntlmodule.o  pwdmodule.o  grpmodule.o  errnomodule.o  selectmodule.o  socketmodule.o  mmapmodule.o  cryptmodule.o config.o getpath.o main.o getbuildinfo.o
 touch add2lib
 echo 0 >buildno
 cd Modules; make OPT="-O -pipe -D_THREAD_SAFE" python.o
 cc -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c python.c
 expr `cat buildno` + 1 >buildno1
 mv -f buildno1 buildno
 cc -c -O -pipe -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DBUILD=`cat buildno`  ./Modules/getbuildinfo.c
 ar cr libpython2.0.a getbuildinfo.o
 ranlib libpython2.0.a
 true
 cd Modules;  make OPT="-O -pipe -D_THREAD_SAFE" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local"  LIBRARY=../libpython2.0.a link
 c++ -pthread -Wl,--export-dynamic python.o  ../libpython2.0.a -lmytinfo -lreadline -ltermcap    -lm                 -lcrypt  -lxpg4  -lutil -lm  -o python 
 mv python ../python
 cd Modules;  make OPT="-O -pipe -D_THREAD_SAFE" VERSION="2.0"  prefix="/usr/local" exec_prefix="/usr/local"  sharedmods
 cc -fPIC  -I/usr/src/contrib/libgmp -I/usr/src/contrib/libgmp/mpn/generic -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./mpzmodule.c
 cc -shared -pthread  mpzmodule.o  -lgmp -o mpzmodule.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./nismodule.c
 cc -shared -pthread  nismodule.o  -o nismodule.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./termios.c
 cc -shared -pthread  termios.o  -o termios.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./resource.c
 cc -shared -pthread  resource.o  -o resource.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./audioop.c
 cc -shared -pthread  audioop.o  -o audioop.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./imageop.c
 cc -shared -pthread  imageop.o  -o imageop.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./rgbimgmodule.c
 cc -shared -pthread  rgbimgmodule.o  -o rgbimgmodule.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./md5module.c
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./md5c.c
 cc -shared -pthread  md5module.o md5c.o  -o md5module.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./shamodule.c
 cc -shared -pthread  shamodule.o  -o shamodule.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./timingmodule.c
 cc -shared -pthread  timingmodule.o  -o timingmodule.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./rotormodule.c
 cc -shared -pthread  rotormodule.o  -o rotormodule.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./syslogmodule.c
 cc -shared -pthread  syslogmodule.o  -o syslogmodule.so
 cc -fPIC  -O -pipe -D_THREAD_SAFE -I./../Include -I.. -DHAVE_CONFIG_H -c ./_cursesmodule.c
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010201630.KAA16302>