fam
[Top] [All Lists]

SGI::FAM Errors

To: fam@xxxxxxxxxxx
Subject: SGI::FAM Errors
From: Mark Mitchell <mark@xxxxxxxxxxx>
Date: Sat, 08 Mar 2003 02:14:50 -0600
Sender: fam-bounce@xxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01
Hi I'm trying to setup SGI::FAM on Perl 5.8 under ReadHat 8.0. I get the following errors which dont make much sence to me. Any clues are greatly appriciated.

After running install SGI::FAM using CPAN I get this

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
 Database was generated on Sat, 08 Mar 2003 21:11:12 GMT
Running install for module SGI::FAM
Running make for J/JG/JGLICK/SGI-FAM-1.002.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/J/JG/JGLICK/SGI-FAM-1.002.tar.gz ok
Scanning cache /root/.cpan/build for sizes
SGI-FAM-1.002/
SGI-FAM-1.002/t/
SGI-FAM-1.002/t/fam.t
SGI-FAM-1.002/lib/
SGI-FAM-1.002/lib/SGI/
SGI-FAM-1.002/lib/SGI/FAM.pm
SGI-FAM-1.002/TAGS
SGI-FAM-1.002/TODO
SGI-FAM-1.002/typemap
SGI-FAM-1.002/FAM.xs
SGI-FAM-1.002/CHANGES
SGI-FAM-1.002/Makefile.PL
SGI-FAM-1.002/README
SGI-FAM-1.002/MANIFEST
SGI-FAM-1.002/magicrcs
SGI-FAM-1.002/monitor
Removing previously used /root/.cpan/build/SGI-FAM-1.002

 CPAN.pm: Going to build J/JG/JGLICK/SGI-FAM-1.002.tar.gz

Ignore "Not a known parameter name" warnings.WARNING: PRCS_PROJECT is not a 
known parameter.
Checking if your kit is complete...
Looks good
'PRCS_PROJECT' is not a known MakeMaker parameter name.
Note (probably harmless): No library found for -lC
Writing Makefile for SGI::FAM
cp lib/SGI/FAM.pm blib/lib/SGI/FAM.pm
AutoSplitting blib/lib/SGI/FAM.pm (blib/lib/auto/SGI/FAM)
/usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap 
/usr/local/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap  FAM.xs > FAM.xsc 
&& mv FAM.xsc FAM.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/gdbm -O3   -DVERSION=\"1.002\" -DXS_VERSION=\"1.002\" -fpic 
"-I/usr/local/lib/perl5/5.8.0/i686-linux-thread-multi/CORE"   FAM.c
FAM.xs:11:17: fam.h: No such file or directory
FAM.xs: In function `constant':
FAM.xs:52: `FAMChanged' undeclared (first use in this function)
FAM.xs:52: (Each undeclared identifier is reported only once
FAM.xs:52: for each function it appears in.)
FAM.xs:54: `FAMDeleted' undeclared (first use in this function)
FAM.xs:56: `FAMStartExecuting' undeclared (first use in this function)
FAM.xs:58: `FAMStopExecuting' undeclared (first use in this function)
FAM.xs:60: `FAMCreated' undeclared (first use in this function)
FAM.xs:62: `FAMMoved' undeclared (first use in this function)
FAM.xs:64: `FAMAcknowledge' undeclared (first use in this function)
FAM.xs:66: `FAMExists' undeclared (first use in this function)
FAM.xs:68: `FAMEndExist' undeclared (first use in this function)
FAM.xs: In function `famerror':
FAM.xs:123: `FAMErrno' undeclared (first use in this function)
FAM.xs:123: `FamErrlist' undeclared (first use in this function)
FAM.xs: In function `famwarn':
FAM.xs:132: `FAMErrno' undeclared (first use in this function)
FAM.xs:132: `FamErrlist' undeclared (first use in this function)
FAM.c: In function `XS_FAMConnectionPtr_Open2':
FAM.c:188: `FAMConnection' undeclared (first use in this function)
FAM.c:188: `fc' undeclared (first use in this function)
FAM.c:195: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_Close':
FAM.c:213: `FAMConnection' undeclared (first use in this function)
FAM.c:213: `fc' undeclared (first use in this function)
FAM.c:219: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_MonitorCollection':
FAM.c:237: `FAMConnection' undeclared (first use in this function)
FAM.c:237: `fc' undeclared (first use in this function)
FAM.c:239: `FAMRequest' undeclared (first use in this function)
FAM.c:239: `fr' undeclared (first use in this function)
FAM.c:248: parse error before ')' token
FAM.c:255: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_MonitorDirectory2':
FAM.c:273: `FAMConnection' undeclared (first use in this function)
FAM.c:273: `fc' undeclared (first use in this function)
FAM.c:275: `FAMRequest' undeclared (first use in this function)
FAM.c:275: `fr' undeclared (first use in this function)
FAM.c:281: parse error before ')' token
FAM.c:288: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_MonitorFile2':
FAM.c:306: `FAMConnection' undeclared (first use in this function)
FAM.c:306: `fc' undeclared (first use in this function)
FAM.c:308: `FAMRequest' undeclared (first use in this function)
FAM.c:308: `fr' undeclared (first use in this function)
FAM.c:314: parse error before ')' token
FAM.c:321: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_SuspendMonitor':
FAM.c:339: `FAMConnection' undeclared (first use in this function)
FAM.c:339: `fc' undeclared (first use in this function)
FAM.c:340: `FAMRequest' undeclared (first use in this function)
FAM.c:340: `fr' undeclared (first use in this function)
FAM.c:346: parse error before ')' token
FAM.c:353: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_ResumeMonitor':
FAM.c:371: `FAMConnection' undeclared (first use in this function)
FAM.c:371: `fc' undeclared (first use in this function)
FAM.c:372: `FAMRequest' undeclared (first use in this function)
FAM.c:372: `fr' undeclared (first use in this function)
FAM.c:378: parse error before ')' token
FAM.c:385: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_CancelMonitor':
FAM.c:403: `FAMConnection' undeclared (first use in this function)
FAM.c:403: `fc' undeclared (first use in this function)
FAM.c:404: `FAMRequest' undeclared (first use in this function)
FAM.c:404: `fr' undeclared (first use in this function)
FAM.c:410: parse error before ')' token
FAM.c:417: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_NextEvent':
FAM.c:435: `FAMConnection' undeclared (first use in this function)
FAM.c:435: `fc' undeclared (first use in this function)
FAM.c:436: `FAMEvent' undeclared (first use in this function)
FAM.c:436: `fe' undeclared (first use in this function)
FAM.c:442: parse error before ')' token
FAM.c:449: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_Pending':
FAM.c:467: `FAMConnection' undeclared (first use in this function)
FAM.c:467: `fc' undeclared (first use in this function)
FAM.c:473: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_DebugLevel':
FAM.c:491: `FAMConnection' undeclared (first use in this function)
FAM.c:491: `fc' undeclared (first use in this function)
FAM.c:498: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_DESTROY':
FAM.c:516: `FAMConnection' undeclared (first use in this function)
FAM.c:516: `fc' undeclared (first use in this function)
FAM.c:520: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_new':
FAM.c:540: `FAMConnection' undeclared (first use in this function)
FAM.c:540: `RETVAL' undeclared (first use in this function)
FAM.xs:248: parse error before ')' token
FAM.xs:248: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_fd':
FAM.c:557: `FAMConnection' undeclared (first use in this function)
FAM.c:557: `fc' undeclared (first use in this function)
FAM.c:563: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_DESTROY':
FAM.c:582: `FAMRequest' undeclared (first use in this function)
FAM.c:582: `fr' undeclared (first use in this function)
FAM.c:586: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_new':
FAM.c:605: `FAMRequest' undeclared (first use in this function)
FAM.c:605: `RETVAL' undeclared (first use in this function)
FAM.xs:277: parse error before ')' token
FAM.xs:277: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_reqnum':
FAM.c:622: `FAMRequest' undeclared (first use in this function)
FAM.c:622: `fr' undeclared (first use in this function)
FAM.c:628: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_setreqnum':
FAM.c:647: `FAMRequest' undeclared (first use in this function)
FAM.c:647: `fr' undeclared (first use in this function)
FAM.c:652: parse error before ')' token
FAM.xs:295: invalid lvalue in assignment
FAM.c: In function `XS_FAMEventPtr_DESTROY':
FAM.c:670: `FAMEvent' undeclared (first use in this function)
FAM.c:670: `fe' undeclared (first use in this function)
FAM.c:674: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_new':
FAM.c:693: `FAMEvent' undeclared (first use in this function)
FAM.c:693: `RETVAL' undeclared (first use in this function)
FAM.xs:313: parse error before ')' token
FAM.xs:313: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_fc':
FAM.c:710: `FAMEvent' undeclared (first use in this function)
FAM.c:710: `fe' undeclared (first use in this function)
FAM.c:711: `FAMConnection' undeclared (first use in this function)
FAM.c:711: `RETVAL' undeclared (first use in this function)
FAM.c:715: parse error before ')' token
FAM.xs:328: parse error before ')' token
FAM.xs:328: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_fr':
FAM.c:736: `FAMEvent' undeclared (first use in this function)
FAM.c:736: `fe' undeclared (first use in this function)
FAM.c:737: `FAMRequest' undeclared (first use in this function)
FAM.c:737: `RETVAL' undeclared (first use in this function)
FAM.c:741: parse error before ')' token
FAM.xs:337: parse error before ')' token
FAM.xs:337: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_hostname':
FAM.c:762: `FAMEvent' undeclared (first use in this function)
FAM.c:762: `fe' undeclared (first use in this function)
FAM.c:768: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_filename':
FAM.c:787: `FAMEvent' undeclared (first use in this function)
FAM.c:787: `fe' undeclared (first use in this function)
FAM.c:793: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_code':
FAM.c:812: `FAMEvent' undeclared (first use in this function)
FAM.c:812: `fe' undeclared (first use in this function)
FAM.c:813: storage size of `RETVAL' isn't known
FAM.c:818: parse error before ')' token
make: *** [FAM.o] Error 1
 /usr/bin/make  -- NOT OK
Running make test
 Can't test without successful make
Running make install
 make had returned bad status, install seems impossible



Thanks - Mark



<Prev in Thread] Current Thread [Next in Thread>
  • SGI::FAM Errors, Mark Mitchell <=