Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] X.Org 7.6

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] X.Org 7.6
  • Date: Thu, 23 Dec 2010 13:39:54 +0100


> Added UP_TRIGGERS at commit 6c41be7c17699747644fb272bbee869883807e2f


This doesn't work. :-(
Dependencies are missing. This re-casts only several basic spells, we
need much more.

Now I'm playing with this UP_TRIGGERS

---
for libX in $(ls /usr/lib/libX*.so \
/usr/lib/lib*-x11-*.so \
/usr/lib/lib*xcb*.so \
/usr/lib/lib*evas*.so \
/usr/lib/lib*pango*.so); do
if readelf -d 2> /dev/null $libX \
| grep -q -P 'NEEDED\)\s*Shared library: \[libpthread-stubs.so.0';
then
up_trigger $(gaze from $libX | cut -f 1 -d-) cast_self
fi
done
---

It is much better but still problem with other libs or even binary
files. Now I will try to check all libs*.so and binary, similar as in
libpng's UP_TRIGGERS.

--
Ladislav Hagara





Archive powered by MHonArc 2.6.24.

Top of Page