[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] Problem updating the database after git clone from emulab-stable



No, there is no "config.status" file in the source code. Do you mean the
config.status in the object tree after configure?

Best Regards,

Cheng Cui
. Frey Computing Services Center . Baton Rouge, LA 70803

-----Original Message-----
From: Mike Hibler [mailto:mike@flux.utah.edu] 
Sent: Monday, March 22, 2010 5:49 PM
To: Cheng Cui
Cc: 'Leigh Stoller'; testbed-admins@flux.utah.edu
Subject: Re: [Testbed-admins] Problem updating the database after git
clone from emulab-stable

I missed most of this thread, but your python path apparently got set
wrong
by configure (Python.h should be in /usr/local/include/python2.5).  Get
rid
of the config.status file before you run configure.

On Mon, Mar 22, 2010 at 05:35:02PM -0500, Cheng Cui wrote:
> Maybe I should not roll back. :( 
> 
> I created my local branch from "emulab-stable" and just synchronized
the
> mysql table "sitevariables" with our local sets and with
> "sitevars-create.sql" under the './sql' folder.
> 
> Now, I want to reconfigure the object tree following the 4th
instruction
> of step 5 in "Updating the Testbed". I get errors:
> 
> boss> cd /your/objdir
> boss> /your/srcdir/configure --with-TBDEFS=<your-defs-file> <options>
> boss# gmake clean ==> looks ok
> boss# gmake	==> error on event_wrap_py.c
> ...
> gcc -c -O2 -g -I. -I/usr/local/include -I/usr/include/python2.5
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:112:20:
Python.h:
> No such file or directory
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:719: error:
> syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
> `PyString_FromFormat':
> ... 
> 
> The full error has been attached as "gmake_error.log". 
> 
> I checked the package install of python:
> boss# python -V
> Python 2.5.1
> 
> Any ideas? 
> 
> Best Regards,
> 
> Cheng Cui
> . Frey Computing Services Center . Baton Rouge, LA 70803
> 
> 
> -----Original Message-----
> From: Leigh Stoller [mailto:lbstoller@gmail.com] On Behalf Of Leigh
> Stoller
> Sent: Friday, March 19, 2010 12:02 PM
> To: Cheng Cui
> Cc: testbed-admins@flux.utah.edu; 'Miguel A. Erazo'
> Subject: Re: [Testbed-admins] Problem updating the database after git
> clone from emulab-stable
> 
> > When upgrading to emulab 5.x from 5.0, I got the similar problem
when
> > going through "boss>sudo gmake boss boss-install"
> 
> > # sitevar 'general/maxpoolsize' was added.
> > INSERT INTO sitevariables VALUES
('general/maxpoolsize',NULL,'1','The
> > maximum size of the shared pool');
> 
> For each of these, go ahead and execute the sql statement. We are
> still looking into how to push these updates out safely, since these
> are intended to be "site" variables, and we do not want to overwrite
> ones that have been set locally.
> 
> Lbs

> boss# gmake
> gmake[1]: Entering directory `/usr/testbed/obj/testbed-stable-obj/lib'
> gmake[2]: Entering directory
`/usr/testbed/obj/testbed-stable-obj/lib/libtb'
> gcc -c -o log.o   -O -g -Wall -I../.. -I/usr/local/include
/usr/testbed/src/CRON_branch/lib/libtb/log.c
> gcc -c -o tbdefs.o   -O -g -Wall -I../.. -I/usr/local/include
/usr/testbed/src/CRON_branch/lib/libtb/tbdefs.c
> gcc -c -o popenf.o   -O -g -Wall -I../.. -I/usr/local/include
/usr/testbed/src/CRON_branch/lib/libtb/popenf.c
> gcc -c -o systemf.o   -O -g -Wall -I../.. -I/usr/local/include
/usr/testbed/src/CRON_branch/lib/libtb/systemf.c
> gcc -c -o be_user.o   -O -g -Wall -I../.. -I/usr/local/include
/usr/testbed/src/CRON_branch/lib/libtb/be_user.c
> gcc -c -o tmcc.o   -O -g -Wall -I../.. -I/usr/local/include
/usr/testbed/src/CRON_branch/lib/libtb/tmcc.c
> gcc -c -o tbdb.o   -O -g -Wall -I../.. -I/usr/local/include
/usr/testbed/src/CRON_branch/lib/libtb/tbdb.c
> ar crv libtb.a log.o tbdefs.o popenf.o systemf.o be_user.o tmcc.o
tbdb.o
> a - log.o
> a - tbdefs.o
> a - popenf.o
> a - systemf.o
> a - be_user.o
> a - tmcc.o
> a - tbdb.o
> ranlib libtb.a
> gmake[2]: Leaving directory
`/usr/testbed/obj/testbed-stable-obj/lib/libtb'
> gmake[1]: Leaving directory `/usr/testbed/obj/testbed-stable-obj/lib'
> gmake[1]: Entering directory `/usr/testbed/obj/testbed-stable-obj/db'
> gmake[1]: Nothing to be done for `all'.
> gmake[1]: Leaving directory `/usr/testbed/obj/testbed-stable-obj/db'
> gmake[1]: Entering directory
`/usr/testbed/obj/testbed-stable-obj/assign'
> g++ -c -o parse_top.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/parse_top.cc
> g++ -c -o parse_ptop.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/parse_ptop.cc
> g++ -c -o assign.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/assign.cc
> g++ -c -o pclass.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/pclass.cc
> g++ -c -o vclass.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/vclass.cc
> g++ -c -o score.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/score.cc
> g++ -c -o parser.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/parser.cc
> g++ -c -o solution.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/solution.cc
> g++ -c -o anneal.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/anneal.cc
> g++ -c -o featuredesire.o -pipe -I/usr/local/include
-ftemplate-depth-40 -I/sw/include -O3  -DMELT -DEPSILON_TERMINATE
-DCHILL -DNEIGHBOR_LENGTH -DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA
-DINTERSWITCH_LENGTH -DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES
-DFIND_PNODE_SEARCH -DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS
-DTRIVIAL_LINK_BW -DSPECIAL_VIOLATION_TREATMENT
-DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/featuredesire.cc
> g++ -c -o neighborhood.o -pipe -I/usr/local/include
-ftemplate-depth-40 -I/sw/include -O3  -DMELT -DEPSILON_TERMINATE
-DCHILL -DNEIGHBOR_LENGTH -DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA
-DINTERSWITCH_LENGTH -DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES
-DFIND_PNODE_SEARCH -DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS
-DTRIVIAL_LINK_BW -DSPECIAL_VIOLATION_TREATMENT
-DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/neighborhood.cc
> g++ -c -o fstring.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/fstring.cc
> g++ -c -o config.o -pipe -I/usr/local/include -ftemplate-depth-40
-I/sw/include -O3  -DMELT -DEPSILON_TERMINATE -DCHILL -DNEIGHBOR_LENGTH
-DLOCAL_DERIVATIVE -DALLOW_NEGATIVE_DELTA -DINTERSWITCH_LENGTH
-DPNODE_SWITCH_LOAD -DFIX_SHARED_INTERFACES  -DFIND_PNODE_SEARCH
-DNO_REVERT -DPER_VNODE_TT -DFIX_PLINK_ENDPOINTS -DTRIVIAL_LINK_BW
-DSPECIAL_VIOLATION_TREATMENT -DTBROOT='"/usr/testbed"'
/usr/testbed/src/CRON_branch/assign/config.cc
> g++ -o assign -lm parse_top.o parse_ptop.o assign.o pclass.o vclass.o
score.o parser.o solution.o anneal.o featuredesire.o neighborhood.o
fstring.o config.o  -pipe -O3
> gmake[1]: Leaving directory
`/usr/testbed/obj/testbed-stable-obj/assign'
> gmake[1]: Entering directory `/usr/testbed/obj/testbed-stable-obj/www'
> gmake[2]: Entering directory
`/usr/testbed/obj/testbed-stable-obj/www/garcia-telemetry'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory
`/usr/testbed/obj/testbed-stable-obj/www/garcia-telemetry'
> gmake[2]: Entering directory
`/usr/testbed/obj/testbed-stable-obj/www/tutorial'
> mkdir man1
> ln -s ..//usr/testbed/src/CRON_branch/utils/loghole.1 man1/loghole.1
> ( man -M . 1 loghole > loghole-man.txt && \
>            man2html -bare < loghole-man.txt > loghole-man.html && \
>            cat
/usr/testbed/src/CRON_branch/www/tutorial/loghole.html.head
loghole-man.html > loghole.html.new && \
>            mv loghole.html.new
/usr/testbed/src/CRON_branch/www/tutorial/loghole.html )
> No entry for loghole in section 1 of the manual
> gmake[2]: [/usr/testbed/src/CRON_branch/www/tutorial/loghole.html]
Error 1 (ignored)
> gmake[2]: Leaving directory
`/usr/testbed/obj/testbed-stable-obj/www/tutorial'
> gmake[1]: Leaving directory `/usr/testbed/obj/testbed-stable-obj/www'
> gmake[1]: Entering directory
`/usr/testbed/obj/testbed-stable-obj/event'
> gmake[2]: Entering directory
`/usr/testbed/obj/testbed-stable-obj/event/etc'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory
`/usr/testbed/obj/testbed-stable-obj/event/etc'
> /usr/testbed/src/CRON_branch/event/trafgen/tg-install
/usr/testbed/src/CRON_branch/event/trafgen ""
> gmake[2]: Entering directory
`/usr/testbed/obj/testbed-stable-obj/event/lib'
> GNUmakefile:161: warning: overriding commands for target `distclean'
> /usr/testbed/src/CRON_branch/GNUmakerules:60: warning: ignoring old
commands for target `distclean'
> gcc   -O2 -g -I. -Wall -I/usr/local/include -c -o event.o
/usr/testbed/src/CRON_branch/event/lib/event.c
> gcc   -O2 -g -I. -Wall -I/usr/local/include -c -o util.o
/usr/testbed/src/CRON_branch/event/lib/util.c
> ar crv libevent.a event.o util.o
> a - event.o
> a - util.o
> ranlib libevent.a
> gcc   -O2 -g -I. -Wall -I/usr/local/include -DTHREADED -c -o event_r.o
/usr/testbed/src/CRON_branch/event/lib/event.c
> ar crv libevent_r.a event_r.o util.o
> a - event_r.o
> a - util.o
> ranlib libevent_r.a
> gcc -c -O2 -g -I. -I/usr/local/include
-I/usr/local/lib/perl5/5.8.8/mach/CORE -DPERL_POLLUTE
/usr/testbed/src/CRON_branch/event/lib/event_wrap.c
> ld -shared event.o event_wrap.o util.o -L/usr/local/lib -lpubsub
-lcrypto -o event.so
> gcc -c -O2 -g -I. -I/usr/local/include -I/usr/include/python2.5
/usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:112:20:
Python.h: No such file or directory
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:719: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`PyString_FromFormat':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:721: error:
syntax error before "ap"
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:724: error:
`ap' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:724: error:
(Each undeclared identifier is reported only once
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:724: error: for
each function it appears in.)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:727: warning:
return makes pointer from integer without a cast
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:774: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`PyBool_FromLong':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:776: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:776: error:
`result' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:776: error:
`Py_True' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:776: error:
`Py_False' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:787: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_ErrorType':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:789: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:789: error:
`type' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:792: error:
`PyExc_MemoryError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:795: error:
`PyExc_IOError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:798: error:
`PyExc_RuntimeError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:801: error:
`PyExc_IndexError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:804: error:
`PyExc_TypeError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:807: error:
`PyExc_ZeroDivisionError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:810: error:
`PyExc_OverflowError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:813: error:
`PyExc_SyntaxError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:816: error:
`PyExc_ValueError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:819: error:
`PyExc_SystemError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:822: error:
`PyExc_AttributeError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_AddErrorMsg':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:834: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:834: error:
`type' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:835: error:
`value' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:836: error:
`traceback' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:840: error:
`old_str' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:847: error:
`PyExc_RuntimeError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1015: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_SetErrorObj':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1017: error:
`errtype' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1017: error:
`obj' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1023: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_SetErrorMsg':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1025: error:
`errtype' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1025: error:
`msg' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1034: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_SetConstant':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1035: error:
`d' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1035: error:
`name' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1035: error:
`obj' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1041: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1042: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_AppendOutput':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1044: error:
`result' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1045: error:
`obj' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1046: error:
`Py_None' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1051: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1051: error:
`o2' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1087: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_UnpackTuple':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1089: error:
`args' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1090: error:
`min' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1090: error:
`max' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1093: error:
`PyExc_TypeError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1094: error:
`name' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1099: error:
`PyExc_SystemError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1114: error:
`objs' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1189: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Py_Void':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1192: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1192: error:
`none' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1192: error:
`Py_None' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1200: error:
syntax error before "PyObject"
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1215: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`SWIG_Python_ExceptionType':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1218: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1218: error:
`klass' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1218: error:
structure has no member named `klass'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1219: error:
`PyExc_RuntimeError' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1224: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`PySwigClientData_New':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1226: error:
`obj' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1231: error:
structure has no member named `klass'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1232: error:
structure has no member named `klass'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1235: error:
structure has no member named `newraw'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1236: error:
structure has no member named `newargs'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1240: error:
structure has no member named `newraw'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1244: error:
structure has no member named `newraw'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1245: error:
structure has no member named `newraw'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1246: error:
structure has no member named `newargs'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1247: error:
structure has no member named `newargs'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1249: error:
structure has no member named `newargs'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1251: error:
structure has no member named `newargs'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1254: error:
structure has no member named `destroy'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1254: error:
structure has no member named `klass'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1257: error:
structure has no member named `destroy'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1259: error:
structure has no member named `destroy'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1261: error:
structure has no member named `destroy'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1262: error:
structure has no member named `destroy'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`PySwigClientData_Del':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1279: error:
structure has no member named `newraw'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1280: error:
structure has no member named `newargs'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1281: error:
structure has no member named `destroy'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1287: error:
syntax error before "PyObject_HEAD"
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1291: error:
syntax error before "PyObject"
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1294: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`PySwigObject_long':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1297: error:
structure has no member named `ptr'
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1297: warning:
return makes pointer from integer without a cast
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1300: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`PySwigObject_format':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1303: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1303: error:
`res' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1304: error:
`args' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1307: error:
`ofmt' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1318: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1324: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1330: error:
syntax error before '*' token
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1334: error:
syntax error before "PyObject"
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: In function
`PySwigObject_repr':
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1337: error:
`v' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1338: error:
`PyObject' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1338: error:
`hex' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1339: error:
`repr' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1345: error:
`nrep' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1345: error:
`args' undeclared (first use in this function)
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c: At top level:
> /usr/testbed/src/CRON_branch/event/lib/event_wrap_py.c:1353: error:
syntax error before "FILE"
> gmake[2]: *** [event_wrap_py.o] Error 1
> gmake[2]: Leaving directory
`/usr/testbed/obj/testbed-stable-obj/event/lib'
> gmake[1]: *** [lib/all.MAKE] Error 2
> gmake[1]: Leaving directory
`/usr/testbed/obj/testbed-stable-obj/event'
> gmake: *** [event/all.MAKE] Error 2
> _______________________________________________
> Testbed-admins mailing list
> Testbed-admins@flux.utah.edu
> http://www.flux.utah.edu/mailman/listinfo/testbed-admins