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: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (a6ec2c32c441b5ce3451775294c2497d48e0697a)
  • Date: Tue, 17 Feb 2009 03:26:14 +0100


>> 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
>>
> Why not up_trigger the dispel and cast of libgphoto2 and the cast of
> gphoto2?
> I think it is worth a shot.

Thanks, done.


diff --git a/devel/libtool/UP_TRIGGERS b/devel/libtool/UP_TRIGGERS
new file mode 100755
index 0000000..993ebd1
--- /dev/null
+++ b/devel/libtool/UP_TRIGGERS
@@ -0,0 +1,19 @@
+# libtool 1.5.26 -> 2.2.6a
+# libltdl.so.3 -> libltdl.so.7
+# "cast -c libgphoto2" fails, libgphoto2 must be dispelled
+
+if spell_ok $SPELL; then
+ OLD_SPELL_VERSION="$(installed_version $SPELL)"
+ if test "$OLD_SPELL_VERSION" == "1.5.26" ; then
+
+ if spell_ok libgphoto2; then
+ up_trigger libgphoto2 dispel_self
+ up_trigger libgphoto2 cast_self
+ fi
+
+ if spell_ok gphoto2; then
+ up_trigger gphoto2 cast_self
+ fi
+
+ fi
+fi


--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page