Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] dependencies screwy?

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jason Flatt <jasonflatt AT wizard.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] dependencies screwy?
  • Date: Sun, 1 Sep 2002 06:06:27 -0700

On Friday 30 August 2002 10:11 pm, Jeremy A. Kolb wrote:
> for some reason when i cast spells now, like enlightenment, dependencies
> such as imblib are not automatically installed.
>


This has been reported as bug # 758:
http://bugs.sourcemage.org/show_bug.cgi?id=758
It's a pain, but you can check and install the dependencies manually using:
1) gaze DEPENDS <spell> to find the dependencies,
2) gaze install <dependency> to list the files installed for each dependency
listed ('install' gets around a recently fixed bug with 'installed'), and
then, of course,
3) cast <dependency> as necessary.


>
> also, on many gnome2
> spells i'm getting:
>
> checking host type... configure: error: /bin/sh ./config.sub
> --disable-gtk-doc failed
>
> and then the spell doesn't compile. any ideas? thanks all! keep up the
> good work!
>
> Jeremy
>


I was able to get around those errors by removing what was in BUILD file of
the spells that did not cast and placing the following text in there instead:

(

./configure --build=$BUILD \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
$OPTS &&
make &&
prepare_install &&
make install

) > $C_FIFO 2>&1

Hope that helps.


--
Jason Flatt
Section maintainer for printer
E-mail (remove the spaces): jasonflatt @ wizard . com
IRC: Oadae





Archive powered by MHonArc 2.6.24.

Top of Page