Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (405f901a2cdf3995fd99154dc899b666992e7e7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (405f901a2cdf3995fd99154dc899b666992e7e7c)
  • Date: Fri, 26 Mar 2010 19:53:07 +0100

Excerpts from Eric Sandall's message of Wed Mar 24 00:07:51 +0100 2010:
> Quoting Sukneet Basuta <scm AT sourcemage.org>:
>
> > GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:
> >
> > gnome2-libs/glib2/DEPENDS | 15 +++++++++++++++
> > gnome2-libs/glib2/DETAILS | 3 +--
> > gnome2-libs/glib2/HISTORY | 5 +++++
> > gnome2-libs/glib2/PRE_BUILD | 6 ------
> > gnome2-libs/glib2/glib-2.23.6.tar.bz2.sig |binary
> > 5 files changed, 21 insertions(+), 8 deletions(-)
> >
> > New commits:
> > commit 405f901a2cdf3995fd99154dc899b666992e7e7c
> > Author: Sukneet Basuta <sukneet AT sourcemage.org>
> > Commit: Sukneet Basuta <sukneet AT sourcemage.org>
> >
> > glib2: devel => 2.23.6
> > added optional depends on FAM, pcre, and libselinux
> > removed PRE_BUILD, it was not being used for anything, just
> > libiconv which seems to be depreciated
> >
> > diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
> > index 94b3bcf..8381e8f 100755
> > --- a/gnome2-libs/glib2/DEPENDS
> > +++ b/gnome2-libs/glib2/DEPENDS
> > @@ -11,6 +11,21 @@ optional_depends gettext \
> > "--with-libiconv=no" \
> > "Build with gettext?" &&
> >
> > +optional_depends FAM \
> > + "--enable-fam" \
> > + "--disable-fam" \
> > + "Build with file system monitoring" &&
> > +
> > +optional_depends pcre \
> > + "--with-pcre=system" \
> > + "--with-pcre=internal" \
> > + "Use system supplied PCRE. Otherwise, the internal
> > PCRE library will be used" &&
>
> $ gaze version pcre glib2
> Grimoire Section Spell Grimoire Version Installed Version
> -------- ------- ----- ---------------- -----------------
> test libs pcre 8.02 8.02
> test gnome2-libs glib2 2.23.6 2.22.5
>
> # cast glib2
> Computing previously installed dependencies...
> glib2 preparing environment...
> [[ which version to build? -> 'devel' ]]
> glib2 checking dependencies...
> glib2 has a dependency on pkgconfig
> glib2 has a dependency on perl
> glib2 has an enabled optional dependency on gettext
> glib2 has an optional dependency on some FAM (Build with file system
> monitoring).
> (0) [none]
> (1) fam
> (2) gamin (installed)
>
> Which one do you want? [2]
>
> glib2 has an optional dependency on pcre (Use system supplied PCRE.
> Otherwise, the internal PCRE library will be used)
> Do you want to use pcre? [y]
>
> glib2 has an optional dependency on libselinux (Build with selinux support)
> Do you want to cast libselinux? [n]
>
> glib2 has a disabled optional dependency on gtk-do
> ...
> checking pkg-config is at least version 0.9.0... yes
> checking for PCRE... yes
> checking for Unicode support in PCRE... no
> configure: error: *** The system-supplied PCRE does not support
> Unicode properties or UTF-8.
> ! Problem Detected !

Our system pcre is built without enabling utf-8 support, so this either needs
a
SUB_DEPENDS for pcre with unicode support (pcre configure switch
--enable-unicode-properties) or the pcre optional dependency should be
removed.
I filed http://bugs.sourcemage.org/show_bug.cgi?id=15630 for this issue.
--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page