Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (a6ec2c32c441b5ce3451775294c2497d48e0697a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (a6ec2c32c441b5ce3451775294c2497d48e0697a)
  • Date: Tue, 17 Feb 2009 11:30:02 +0100

On Sunday 15 February 2009 14:08:51 Ladislav Hagara wrote:
> GIT changes to master grimoire by Ladislav Hagara
> <ladislav.hagara AT unob.cz>:
>
> devel/libtool/DETAILS | 4 ++--
> devel/libtool/HISTORY | 3 +++
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
> New commits:
> commit f84c6f9d50097e4ce574e78a4c4c2880f2572d54
> Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
> Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>
>
> libtool 2.2.6a
>
> I have used this version for more than month locally.
> Seems only problem with gphoto2 and libgphoto2.
> "cast -c gphoto2" doesn't help, libghoto2 must be recast too.
> "cast -c libghoto2" must be run twice (for the first time it fails
> during install phase (no castfs here now)) or must be dispelled:
> "dispel libgphoto2; cast -c libgphoto2" works fine.
>
> ...
> libltdl.so.3 => not found
> libltdl.so.3 => not found
> libltdl.so.3 => not found
>
> Installation of libgphoto2:
> /usr/lib/libgphoto2/print-camera-list: error while loading shared
> libraries: libltdl.so.3: cannot open shared object file: No such file
> or directory
>

it is strange that the INSTALL fails, because print-camera-list is one of the
file that have just been installed. The previous version should already have
been removed by PRE_INSTALL.

> diff --git a/devel/libtool/DETAILS b/devel/libtool/DETAILS
> index 4369f4b..de95b99 100755
> --- a/devel/libtool/DETAILS
> +++ b/devel/libtool/DETAILS
> @@ -1,8 +1,8 @@
> SPELL=libtool
> - VERSION=1.5.26
> + VERSION=2.2.6a
> SOURCE=$SPELL-$VERSION.tar.gz
> SOURCE2=$SOURCE.sig
> -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-2.2.6
> SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
> SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
> SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
> diff --git a/devel/libtool/HISTORY b/devel/libtool/HISTORY
> index 2b6d29d..f8f9141 100644
> --- a/devel/libtool/HISTORY
> +++ b/devel/libtool/HISTORY
> @@ -1,3 +1,6 @@
> +2009-02-15 Ladislav Hagara <hgr AT vabo.cz>
> + * DETAILS: 2.2.6a
> +
> 2008-03-04 Vlad Glagolev <stealth AT sourcemage.org>
> * DETAILS: UPSTREAM_KEY, cleaned up
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit


--
Regards, Treeve




Archive powered by MHonArc 2.6.24.

Top of Page