[OPEN-ILS-DEV] Trying out staff client with new install (long)

Don McMorris don.mcmorris at gmail.com
Wed May 24 16:42:46 EDT 2006


Sourceforge just recently changed their CVS system.  The new system
would use the following commands:

cvs -d:pserver:anonymous at marcpm.cvs.sourceforge.net:/cvsroot/marcpm login
(when prompted for a password, just press [Enter])

cvs -z3 -d:pserver:anonymous at marcpm.cvs.sourceforge.net:/cvsroot/marcpm
co -P marc-xml

cvs -z3 -d:pserver:anonymous at marcpm.cvs.sourceforge.net:/cvsroot/marcpm
co -P marc-charset

cvs -z3 -d:pserver:anonymous at marcpm.cvs.sourceforge.net:/cvsroot/marcpm
co -P marc-record

More information about CVS for MARC.pm is at
http://sourceforge.net/cvs/?group_id=1254.  More information about the
upgraded CVS system for Sourceforge in general, see
https://sourceforge.net/forum/forum.php?forum_id=575039.

--Don


On 5/24/06, Bill Erickson <billserickson at gmail.com> wrote:
> It is with this challenge the warrior will prove himself...
>
> Correct.  We no longer provide a patched version of MARC::* within our CVS
> tree.  Instead we are using MARC::Record, MARC::Charset, and MARC::File::XML
> directly from sourceforge cvs, because some changes have not made it CPAN.
>
> cvs
> -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/marcpm
> login
> cvs -z3
> -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/marcpm co
> -P marc-xml
> cvs -z3
> -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/marcpm co
> -P marc-charset
> cvs -z3
> -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/marcpm co
> -P marc-record
>
> The password is either 'anoncvs' or 'anonymous'.
>
> Build and install these 3 modules to get the latest MARC code.  Hopefully
> the latest versions will be in CVS soon so this chore won't be necessary...
>
> The final challenge will be to install the patched version of
> JavaScript::SpiderMonkey.  I'm not up to explaining that one at the moment,
> but it will be required to load MARC data and use the OPAC.
>
> -bill
>
>
>
>
> On 5/24/06, Josh Stompro <stomproj at larl.org> wrote:
> > The perl dependency documentation states that.
> >
> > - MARC::Record (do not install MARC::File:XML, a custom one is bundled
> with OpenILS)
> >
> > That doesn't seem to be the case, I was getting these errors.
> >
> > Mess: FAILURE LOADING Publisher!  :    * ! EXCEPTION ! *
> > Mess: TYPE: OpenSRF::EX::ERROR
> > Mess: Mess: System ERROR
> > Mess: Mess: ARG! Couldn't load asset class Publisher: Can't locate
> MARC/File/XML.pm in @INC (@INC contains: /openils/lib/perl5 /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl /usr/local/lib/perl/5.8.7 .) at
> /openils/lib/perl5/OpenILS/Application/Storage/Publisher/asset.pm
> line 14.
> >
> > After I installed the module that error went away.
> >
> > So does evergreen require MARC::File::XML, or is something else wrong?
> >
> > Josh
> >
> >
> >
> >
>
>
>
> --
> Bill Erickson
> PINES Systems Developer
> Georgia Public Library Service
> billserickson at gmail.com
> http://open-ils.org


More information about the Open-ils-dev mailing list