Skip to Content.
Sympa Menu

sm-commit - [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: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (a6ec2c32c441b5ce3451775294c2497d48e0697a)
  • Date: Sun, 15 Feb 2009 07:08:51 -0600

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

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





Archive powered by MHonArc 2.6.24.

Top of Page