[OPEN-ILS-DEV] [PATCH] adjust makefile for etch

Bill Erickson erickson at esilibrary.com
Fri Sep 4 17:25:01 EDT 2009


Thanks for the patch, Joe.  Given the trouble we've had with the UUID
module, I've opted instead to migrate to the UUID::Tiny module (thanks for
the suggestion, Shawn), which installs, has a simpler API, and appears to be
better maintained.

 http://svn.open-ils.org/trac/ILS/changeset/13982

-b


On Thu, Sep 3, 2009 at 12:43 PM, Joe Atzberger <atz at esilibrary.com> wrote:

> Debian etch doesn't have libuuid-perl available to it, nor can you cpan
> install UUID by name (bad packaging, no VERSION, I think).  This tweaks the
> Makefile.install to work around it.
>
> Index: Open-ILS/src/extras/Makefile.install
> ===================================================================
> --- Open-ILS/src/extras/Makefile.install        (revision 13936)
> +++ Open-ILS/src/extras/Makefile.install        (working copy)
> @@ -100,8 +100,7 @@
>        libtext-csv-perl\
>        libtext-csv-perl\
>        libuniversal-require-perl\
> -       libunix-syslog-perl\
> -       libuuid-perl
> +       libunix-syslog-perl
>
>  # Debian Lenny and Ubuntu Intrepid bundle recent versions of yaz
>  EXTRA_DEBS = \
> @@ -109,7 +108,8 @@
>        libmarc-xml-perl \
>        libnet-z3950-zoom-perl \
>        libyaz-dev \
> -       yaz
> +       yaz \
> +       libuuid-perl
>
>  CENTOS = \
>        aspell \
> @@ -215,11 +215,12 @@
>     Net::Z3950::Simple2ZOOM \
>     SRU
>
> -# Intrepid and Lenny have libmarc-charset-perl, libmarc-xml-perl,
> libnet-z3950-zoom-perl
> +# Intrepid and Lenny have libmarc-charset-perl, libmarc-xml-perl,
> libnet-z3950-zoom-perl, libuuid-perl
>  CPAN_MODULES_MARC = \
>     MARC::Charset \
>     MARC::File::XML \
> -    Net::Z3950::ZOOM
> +    Net::Z3950::ZOOM \
> +    B/BR/BRAAM/UUID-0.02.tar.gz
>
>  #
> ----------------------------------------------------------------------------
>
>
>


-- 
Bill Erickson
| VP, Software Development & Integration
| Equinox Software, Inc. / The Evergreen Experts
| phone: 877-OPEN-ILS (673-6457)
| email: erickson at esilibrary.com
| web: http://esilibrary.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://libmail.georgialibraries.org/pipermail/open-ils-dev/attachments/20090904/fd109417/attachment.htm 


More information about the Open-ils-dev mailing list