[SM-Discuss] X.Org 7.6

Ladislav Hagara ladislav.hagara at unob.cz
Thu Dec 23 07:39:54 EST 2010


> 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




More information about the SM-Discuss mailing list