ldconfig forgotten
Jeff Johnson
n3npq at mac.com
Tue May 31 17:50:16 CEST 2016
On May 31, 2016, at 2:52 AM, Elan Ruusamäe wrote:
> On 31.05.2016 09:45, Elan Ruusamäe wrote:
>> [root at 57c8cccdc671 bin]# poldek -u procps
> oh, and it's 100% reproducible:
>
Yes. And it has been discussed many times over the last 15y,
several times on this list.
Short answer:
Disable the mechanism with attached patch to lib/psm.c
- OR --
Don't use
%scriptlet -p /sbin/ldconfig
in packages that are known to invoke an executable that depends on
a new library.
Longer answer:
Libraries often have scriptlets like this:
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
(or the equivalent within a scriptlet body).
On upgrade, with install before erase, this results in 2 executions of /sbin/ldconfig.
One of those invocations is redundant when a library is being replaced, the
install %post is sufficient to make the library avaialble for loading.
The redundant invocation of /sbin/ldconfig was deemed a performance flaw @redhat,
where I was asked to implement the current optimization.
So the RPM optimization detects when /sbin/ldconfig has just been run, and skips the next
%scriptlet -p /sbin/ldconfig
(when written exactly like that) if /sbin/ldconfig has been executed.
Issues are only seen when a scriptlet contains an executable that needs
a changed API: this is usually a very rare occurrence
There are other flaws with the optimization when dependency loops break the sorted order
(and/or --noorder is used). , and the fix of running /sbin/ldconfig manually is rather simple
(even if the problem is obscure).
There is another flaw (as in your report), when the very last package
has a pending skipped /sbin/ldconfig invocation.
The fix of running /sbin/ldconfig manually is rather simple
(even if the problem is obscure).
hth
73 de Jeff
===================================================================
RCS file: /v/rpm/cvs/rpm/lib/psm.c,v
retrieving revision 2.399.2.20
diff -p -u -w -r2.399.2.20 psm.c
--- psm.c 11 May 2015 21:10:16 -0000 2.399.2.20
+++ psm.c 31 May 2016 15:19:20 -0000
@@ -800,7 +800,7 @@ static rpmRC runEmbeddedScript(rpmpsm ps
static int ldconfig_done = 0;
/*@unchecked@*/ /*@observer@*/ /*@null@*/
-static const char * ldconfig_path = "/sbin/ldconfig";
+static const char * ldconfig_path = NULL;
/**
* Run scriptlet with args.
> $ docker run --rm -it glen/pld bash
> [root at 412a6cf4756e /]# poldek -u procps
> [root at 412a6cf4756e /]# ps
> ps: error while loading shared libraries: libprocps.so.5: cannot open shared object file: No such file or directory
>
>
> and here's appropriate rpm -vvv run:
>
> [root at 93a685e61c8b /]# poldek -u procps --pmopt=verbose --pmopt=verbose --pmopt=verbose
> Loading [pndir]th...
> Loading [pndir]th...
> 25794 packages read
> Processing dependencies...
> procps-3.3.11-1.x86_64 marks systemd-libs-221-13.x86_64 (cap libsystemd.so.0()(64bit))
> systemd-libs-221-13.x86_64 marks libgcrypt-1.7.0-1.x86_64 (cap libgcrypt >= 1.4.5)
> libgcrypt-1.7.0-1.x86_64 marks libgpg-error-1.22-1.x86_64 (cap libgpg-error >= 1.13)
> systemd-libs-221-13.x86_64 marks lz4-libs-r131-4.x86_64 (cap liblz4.so.1()(64bit))
> There are 5 packages to install (4 marked by dependencies):
> I procps-3.3.11-1.x86_64
> D libgcrypt-1.7.0-1.x86_64 libgpg-error-1.22-1.x86_64 lz4-libs-r131-4.x86_64 systemd-libs-221-13.x86_64
> This operation will use 4.2MB of disk space.
> Need to get 1.4MB of archives.
> Executing pm-command.sh --upgrade -vh --root / --define _check_dirname_deps 1 --verbose --verbose --verbose...
> D: pool ts: created size 1200 limit -1 flags 0
> D: pool gi: created size 176 limit -1 flags 0
> D: pool dig: created size 424 limit -1 flags 0
> D: pool h: created size 360 limit -1 flags 0
> D: Expected size: 126857 = lead(96)+sigs(268)+pad(4)+data(126489)
> D: Actual size: 126857
> D: pool ds: created size 232 limit -1 flags 0
> D: pool tsi: created size 48 limit -1 flags 0
> D: pool te: created size 368 limit -1 flags 0
> D: pool fi: created size 560 limit -1 flags 0
> D: pool al: created size 64 limit -1 flags 0
> D: pool bf: created size 56 limit -1 flags 0
> D: pool db: created size 328 limit -1 flags 0
> D: pool dbi: created size 472 limit -1 flags 0
> D: rpmdb: cpus 8 physmem 7985Mb
> D: opening db environment /var/lib/rpm/Packages thread:lock:log:mpool:txn
> D: opening db index /var/lib/rpm/Packages thread:rdonly:auto_commit mode=0x0
> D: opening db index /var/lib/rpm/Name thread:rdonly:auto_commit mode=0x0
> D: pool mi: created size 152 limit -1 flags 0
> D: Expected size: 471376 = lead(96)+sigs(268)+pad(4)+data(471008)
> D: Actual size: 471376
> D: Expected size: 39670 = lead(96)+sigs(268)+pad(4)+data(39302)
> D: Actual size: 39670
> D: Expected size: 330664 = lead(96)+sigs(268)+pad(4)+data(330296)
> D: Actual size: 330664
> D: opening db index /var/lib/rpm/Providename thread:rdonly:auto_commit mode=0x0
> D: Expected size: 454662 = lead(96)+sigs(268)+pad(4)+data(454294)
> D: Actual size: 454662
> D: ========== +++ libgpg-error-1.22-1.x86_64 x86_64/linux 0x2
> D: pool ps: created size 40 limit -1 flags 0
> D: opening db index /var/lib/rpm/Filepaths thread:rdonly:auto_commit mode=0x0
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: libc.so.6()(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.14)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.15)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3.4)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.4)(64bit) YES (db provides)
> D: Requires: rtld(GNU_HASH) YES (db provides)
> D: Requires: rpmlib(PayloadIsLzma) <= 4.4.6-1 YES (rpmlib provides)
> D: Dirs: /lib64 YES (db files)
> D: Dirs: /usr/bin YES (db files)
> D: Dirs: /usr/share/doc YES (db files)
> D: Dirs: /usr/share/doc/libgpg-error-1.22 YES (added files)
> D: Dirs: /usr/share/locale/cs/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/da/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/de/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/eo/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/fr/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/hu/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/it/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/ja/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/nl/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/pl/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/pt/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/ro/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/ru/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/sr/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/sv/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/uk/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/vi/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/zh_CN/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/zh_TW/LC_MESSAGES YES (db files)
> D: opening db index /var/lib/rpm/Conflictname thread:rdonly:auto_commit mode=0x0
> D: ========== +++ libgcrypt-1.7.0-1.x86_64 x86_64/linux 0x2
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: libc.so.6()(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.14)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3.4)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.4)(64bit) YES (db provides)
> D: Requires: libgpg-error >= 1.13 YES (added provide)
> D: Requires: libgpg-error.so.0()(64bit) YES (added provide)
> D: Requires: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) YES (added provide)
> D: Requires: rtld(GNU_HASH) YES (db provides)
> D: Requires: rpmlib(PayloadIsLzma) <= 4.4.6-1 YES (rpmlib provides)
> D: Dirs: /lib64 YES (db files)
> D: Dirs: /usr/share/doc YES (db files)
> D: Dirs: /usr/share/doc/libgcrypt-1.7.0 YES (added files)
> D: ========== +++ lz4-libs-r131-4.x86_64 x86_64/linux 0x2
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: libc.so.6()(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.14)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: rtld(GNU_HASH) YES (db provides)
> D: Requires: rpmlib(PayloadIsLzma) <= 4.4.6-1 YES (rpmlib provides)
> D: Conflicts: lz4 < 0.0-1.r121.3 NO
> D: Dirs: /usr/lib64 YES (db files)
> D: ========== +++ systemd-libs-221-13.x86_64 x86_64/linux 0x2
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: ld-linux-x86-64.so.2()(64bit) YES (db provides)
> D: Requires: ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) YES (db provides)
> D: Requires: libattr.so.1()(64bit) YES (db provides)
> D: Requires: libattr.so.1(ATTR_1.0)(64bit) YES (db provides)
> D: Requires: libc.so.6()(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.14)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.16)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.17)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3.2)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3.4)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.4)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.7)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.8)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.9)(64bit) YES (db provides)
> D: Requires: libdl.so.2()(64bit) YES (db provides)
> D: Requires: libdl.so.2(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: libgcrypt >= 1.4.5 YES (added provide)
> D: Requires: libgcrypt.so.20()(64bit) YES (added provide)
> D: Requires: libgcrypt.so.20(GCRYPT_1.6)(64bit) YES (added provide)
> D: Requires: liblz4.so.1()(64bit) YES (added provide)
> D: Requires: liblzma.so.5()(64bit) YES (db provides)
> D: Requires: liblzma.so.5(XZ_5.0)(64bit) YES (db provides)
> D: Requires: libpthread.so.0()(64bit) YES (db provides)
> D: Requires: libpthread.so.0(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: librt.so.1()(64bit) YES (db provides)
> D: Requires: librt.so.1(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: librt.so.1(GLIBC_2.3.4)(64bit) YES (db provides)
> D: Requires: libselinux >= 2.1.9 YES (db provides)
> D: Requires: rtld(GNU_HASH) YES (db provides)
> D: Requires: rpmlib(PayloadIsLzma) <= 4.4.6-1 YES (rpmlib provides)
> D: Dirs: /lib64 YES (db files)
> D: Dirs: /usr/lib64 YES (db files)
> D: ========== +++ procps-3.3.11-1.x86_64 x86_64/linux 0x2
> D: Requires: /bin/sh YES (db files)
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: /sbin/ldconfig YES (db files)
> D: Requires: fileutils YES (db provides)
> D: Requires: libc.so.6()(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.11)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.14)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.15)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.3.4)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.4)(64bit) YES (db provides)
> D: Requires: libc.so.6(GLIBC_2.8)(64bit) YES (db provides)
> D: Requires: libdl.so.2()(64bit) YES (db provides)
> D: Requires: libdl.so.2(GLIBC_2.2.5)(64bit) YES (db provides)
> D: Requires: libncursesw.so.6()(64bit) YES (db provides)
> D: Requires: libsystemd.so.0()(64bit) YES (added provide)
> D: Requires: libsystemd.so.0(LIBSYSTEMD_209)(64bit) YES (added provide)
> D: Requires: rpmlib(PartialHardlinkSets) <= 4.0.4-1 YES (rpmlib provides)
> D: Requires: rtld(GNU_HASH) YES (db provides)
> D: Requires: rpmlib(PayloadIsLzma) <= 4.4.6-1 YES (rpmlib provides)
> D: Dirs: /bin YES (db files)
> D: Dirs: /lib64 YES (db files)
> D: Dirs: /sbin YES (db files)
> D: Dirs: /usr/bin YES (db files)
> D: Dirs: /usr/share/applications YES (db files)
> D: Dirs: /usr/share/doc YES (db files)
> D: Dirs: /usr/share/doc/procps-3.3.11 YES (added files)
> D: Dirs: /usr/share/locale/de/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/fr/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/pl/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/uk/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/locale/vi/LC_MESSAGES YES (db files)
> D: Dirs: /usr/share/man/cs/man1 YES (db files)
> D: Dirs: /usr/share/man/de/man1 YES (db files)
> D: Dirs: /usr/share/man/es/man1 YES (db files)
> D: Dirs: /usr/share/man/es/man8 YES (db files)
> D: Dirs: /usr/share/man/fi/man1 YES (db files)
> D: Dirs: /usr/share/man/fr/man1 YES (db files)
> D: Dirs: /usr/share/man/fr/man8 YES (db files)
> D: Dirs: /usr/share/man/hu/man1 YES (db files)
> D: Dirs: /usr/share/man/it/man1 YES (db files)
> D: Dirs: /usr/share/man/it/man8 YES (db files)
> D: Dirs: /usr/share/man/ja/man1 YES (db files)
> D: Dirs: /usr/share/man/ja/man5 YES (db files)
> D: Dirs: /usr/share/man/ja/man8 YES (db files)
> D: Dirs: /usr/share/man/ko/man1 YES (db files)
> D: Dirs: /usr/share/man/man1 YES (db files)
> D: Dirs: /usr/share/man/man5 YES (db files)
> D: Dirs: /usr/share/man/man8 YES (db files)
> D: Dirs: /usr/share/man/nl/man1 YES (db files)
> D: Dirs: /usr/share/man/pl/man1 YES (db files)
> D: Dirs: /usr/share/pixmaps YES (db files)
> D: ========== recording tsort relations
> D: Requires: libgpg-error >= 1.13 YES (added provide)
> D: ignore package name relation(s) [0] QtGui -> Qt3Support
> D: ignore package name relation(s) [1] QtGui -> QtSvg
> D: ignore package name relation(s) [2] ZendFramework-Zend_Cache -> ZendFramework-Zend_Json
> D: ignore package name relation(s) [3] ZendFramework-Zend_Cache -> ZendFramework-Zend_Log
> D: ignore package name relation(s) [4] ZendFramework-Zend_Controller -> ZendFramework-Zend_Dojo
> D: ignore package name relation(s) [5] ZendFramework-Zend_Controller -> ZendFramework-Zend_Json
> D: ignore package name relation(s) [6] ZendFramework-Zend_Controller -> ZendFramework-Zend_Layout
> D: ignore package name relation(s) [7] ZendFramework-Zend_Controller -> ZendFramework-Zend_Session
> D: ignore package name relation(s) [8] ZendFramework-Zend_Controller -> ZendFramework-Zend_Uri
> D: ignore package name relation(s) [9] ZendFramework-Zend_Controller -> ZendFramework-Zend_View
> D: ignore package name relation(s) [10] ZendFramework-Zend_Layout -> ZendFramework-Zend_View
> D: ignore package name relation(s) [11] ZendFramework-Zend_Validate -> ZendFramework-Zend_Uri
> D: ignore package name relation(s) [12] ZendFramework -> ZendFramework-Zend_Date
> D: ignore package name relation(s) [13] ZendFramework -> ZendFramework-Zend_Exception
> D: ignore package name relation(s) [14] ZendFramework -> ZendFramework-Zend_Http
> D: ignore package name relation(s) [15] ZendFramework -> ZendFramework-Zend_Loader
> D: ignore package name relation(s) [16] ZendFramework -> ZendFramework-Zend_Loader
> D: ignore package name relation(s) [17] ZendFramework -> ZendFramework-Zend_Registry
> D: ignore package name relation(s) [18] amarok -> amarok-xine
> D: ignore package name relation(s) [19] esound-libs -> esound-alsa
> D: ignore package name relation(s) [20] glibc64 -> glibc-misc
> D: ignore package name relation(s) [21] glibc -> glibc-localedb-all
> D: ignore package name relation(s) [22] glibc -> glibc-misc
> D: ignore package name relation(s) [23] glibc -> localedb-src
> D: ignore package name relation(s) [24] gtk+2 -> gtk+2-cups
> D: ignore package name relation(s) [25] hal -> hal-info
> D: ignore package name relation(s) [26] java-sun-jre -> java-sun-jre-X11
> D: ignore package name relation(s) [27] java-sun-jre -> java-sun-tools
> D: ignore package name relation(s) [28] lighttpd -> lighttpd-mod_dirlisting
> D: ignore package name relation(s) [29] lighttpd -> lighttpd-mod_indexfile
> D: ignore package name relation(s) [30] lighttpd -> lighttpd-mod_staticfile
> D: ignore package name relation(s) [31] openjdk-jre -> openjdk-tools
> D: ignore package name relation(s) [32] openvpn -> openvpn-plugin-auth-pam
> D: ignore package name relation(s) [33] openvpn -> openvpn-plugin-down-root
> D: ignore package name relation(s) [34] phorum -> phorum-db-mysql
> D: ignore package name relation(s) [35] phorum -> phorum-db-mysqli
> D: ignore package name relation(s) [36] phorum -> phorum-db-sql_pool
> D: ignore package name relation(s) [37] php-common -> php-pcre
> D: ignore package name relation(s) [38] php-common -> php-session
> D: ignore package name relation(s) [39] php-common -> php-simplexml
> D: ignore package name relation(s) [40] php-common -> php-spl
> D: ignore package name relation(s) [41] php-spl -> php-simplexml
> D: ignore package name relation(s) [42] php52-common -> php52-pcre
> D: ignore package name relation(s) [43] php52-common -> php52-session
> D: ignore package name relation(s) [44] php52-common -> php52-simplexml
> D: ignore package name relation(s) [45] php52-common -> php52-spl
> D: ignore package name relation(s) [46] php52-spl -> php52-simplexml
> D: ignore package name relation(s) [47] php54-common -> php54-pcre
> D: ignore package name relation(s) [48] php54-common -> php54-session
> D: ignore package name relation(s) [49] php54-common -> php54-simplexml
> D: ignore package name relation(s) [50] php54-common -> php54-spl
> D: ignore package name relation(s) [51] php54-spl -> php54-simplexml
> D: ignore package name relation(s) [52] python3-libs -> python3
> D: ignore package name relation(s) [53] roundcubemail -> roundcubemail-skin-default
> D: ignore package name relation(s) [54] util-vserver-build -> vserver-distro-pld
> D: ignore package name relation(s) [55] util-vserver -> vserver-distro-pld
> D: ignore package name relation(s) [56] vim -> vim-rt
> D: ignore package name relation(s) [57] fontpostinst -> t1lib
> D: ignore package name relation(s) [58] glibc -> nss-softokn-freebl
> D: ignore package name relation(s) [59] glibc -> tzdata
> D: ignore package name relation(s) [60] gmplayer -> mplayer-skin-KDE
> D: ignore package name relation(s) [61] kdebase-desktop -> kde-kside-PLD
> D: ignore package name relation(s) [62] kdebase-desktop -> kde-logoutpic-PLD
> D: ignore package name relation(s) [63] kdebase-desktop -> kde-splash-Default
> D: ignore package name relation(s) [64] kdelibs -> kdelibs-shared
> D: ignore package name relation(s) [65] koffice-kexi -> koffice-kspread
> D: ignore package name relation(s) [66] konqueror -> kdeaddons-fsview
> D: ignore package name relation(s) [67] konqueror -> kdeaddons-konqueror
> D: ignore package name relation(s) [68] konqueror -> kdemultimedia-audiocd
> D: ignore package name relation(s) [69] php-pear-PEAR-core -> php-pear-Console_Getopt
> D: ignore package name relation(s) [70] rc-scripts -> blockdev
> D: ignore package name relation(s) [71] upstart -> dbus
> D: ignore package name relation(s) [72] vim-rt -> vim-plugin-securemodelines
> D: ignore package name relation(s) [73] vim-rt -> vim-syntax-poldek
> D: ignore package name relation(s) [74] vim-rt -> vim-syntax-spec
> D: Requires: libgpg-error.so.0()(64bit) YES (added provide)
> D: Requires: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) YES (added provide)
> D: Requires: libgcrypt >= 1.4.5 YES (added provide)
> D: Requires: libgcrypt.so.20()(64bit) YES (added provide)
> D: Requires: libgcrypt.so.20(GCRYPT_1.6)(64bit) YES (added provide)
> D: Requires: liblz4.so.1()(64bit) YES (added provide)
> D: Requires: libsystemd.so.0()(64bit) YES (added provide)
> D: Requires: libsystemd.so.0(LIBSYSTEMD_209)(64bit) YES (added provide)
> D: ========== tsorting packages (order, #predecessors, #succesors, tree, Ldepth, Rbreadth)
> D: 0 0 1 2 0 0 +lz4-libs-r131-4.x86_64
> D: 1 0 1 1 0 1 +libgpg-error-1.22-1.x86_64
> D: 2 1 1 1 1 0 +libgcrypt-1.7.0-1.x86_64
> D: 3 2 1 1 2 0 +systemd-libs-221-13.x86_64
> D: ========== successors only (968503 bytes)
> D: 4 1 0 1 3 0 +procps-3.3.11-1.x86_64
> D: closed db index /var/lib/rpm/Filepaths
> D: closed db index /var/lib/rpm/Conflictname
> D: closed db index /var/lib/rpm/Providename
> D: closed db index /var/lib/rpm/Name
> D: closed db index /var/lib/rpm/Packages
> D: closed db environment /var/lib/rpm/Packages
> D: opening db environment /var/lib/rpm/Packages thread:lock:log:mpool:txn
> D: opening db index /var/lib/rpm/Packages create:thread:auto_commit mode=0x42
> D: mounted filesystems:
> D: i dev bsize bavail iavail mount point
> D: 0 0x0000005b 4096 4231503 30960486 rw /
> D: 1 0x0000005e 4096 1 -1 rw /proc
> D: 2 0x0000005f 4096 1022080 1022062 rw /dev
> D: 3 0x00000060 4096 1 -1 rw /dev/pts
> D: 4 0x0000005d 4096 1 -1 rw /dev/mqueue
> D: 5 0x00000061 4096 1 -1 ro /sys
> D: 6 0x00000062 4096 1022080 1022070 ro /sys/fs/cgroup
> D: 7 0x00000015 4096 1 -1 ro /sys/fs/cgroup/blkio
> D: 8 0x00000016 4096 1 -1 ro /sys/fs/cgroup/cpu
> D: 9 0x00000017 4096 1 -1 ro /sys/fs/cgroup/cpuacct
> D: 10 0x00000018 4096 1 -1 ro /sys/fs/cgroup/cpuset
> D: 11 0x00000019 4096 1 -1 ro /sys/fs/cgroup/devices
> D: 12 0x0000001a 4096 1 -1 ro /sys/fs/cgroup/freezer
> D: 13 0x0000001b 4096 1 -1 ro /sys/fs/cgroup/memory
> D: 14 0x0000001c 4096 1 -1 ro /sys/fs/cgroup/net_cls
> D: 15 0x0000001d 4096 1 -1 ro /sys/fs/cgroup/perf_event
> D: 16 0x0000fe02 4096 4231503 30960486 rw /etc/resolv.conf
> D: 17 0x0000fe02 4096 4231503 30960486 rw /etc/hostname
> D: 18 0x0000fe02 4096 4231503 30960486 rw /etc/hosts
> D: 19 0x0000005c 4096 16384 1022079 rw /dev/shm
> D: 20 0x0000000d 4096 1 -1 rw /dev/console
> D: 21 0x0000005e 4096 1 -1 ro /proc/bus
> D: 22 0x0000005e 4096 1 -1 ro /proc/fs
> D: 23 0x0000005e 4096 1 -1 ro /proc/irq
> D: 24 0x0000005e 4096 1 -1 ro /proc/sys
> D: 25 0x0000005e 4096 1 -1 ro /proc/sysrq-trigger
> D: 26 0x0000005f 4096 1022080 1022062 rw /proc/kcore
> D: 27 0x0000005f 4096 1022080 1022062 rw /proc/timer_stats
> D: sanity checking 5 elements
> D: opening db index /var/lib/rpm/Name create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Nvra create:thread:auto_commit mode=0x42
> D: running pre-transaction scripts
> D: computing 159 file fingerprints
> D: pool ht: created size 72 limit -1 flags 0
> Preparing... D: computing file dispositions
> D: opening db index /var/lib/rpm/Basenames create:thread:auto_commit mode=0x42
> ########################################### [100%]
> D: pool psm: created size 608 limit -1 flags 0
> D: ========== +++ lz4-libs-r131-4.x86_64 x86_64-linux 0x2
> D: Expected size: 39670 = lead(96)+sigs(268)+pad(4)+data(39302)
> D: Actual size: 39670
> D: install: lz4-libs-r131-4.x86_64 has 2 files, test = 0
> D: opening db index /var/lib/rpm/Sha1header create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Triggername create:thread:auto_commit mode=0x42
> 1:lz4-libs D: ========== Directories not explicitly included in package:
> D: 0 /usr/lib64/
> D: ==========
> D: pool ctx: created size 112 limit -1 flags 0
> ########################################### [ 20%]
> D: fini 100755 1 ( 0, 0) 95272 /usr/lib64/liblz4.so.1.7.1;574d3432
> XZDIO: 12 reads, 95536 total bytes in 0.004676 secs
> D: install: %post(lz4-libs-r131-4.x86_64) synchronous scriptlet start
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(3) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(4) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(5) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(6) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(7) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(8) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(9) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(10) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(11) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(12) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) fdno(14) missing FD_CLOEXEC
> D: install: %post(lz4-libs-r131-4.x86_64) execv(/sbin/ldconfig) pid 22
> D: install: waitpid(22) rc 22 status 0 secs 0.008
> D: opening db index /var/lib/rpm/Seqno create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Filepaths create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Packagecolor create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Pubkeys create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Filedigests create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Sigmd5 create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Installtid create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Dirnames create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Conflictname create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Requirename create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Providename create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Group create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Os create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Arch create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Release create:thread:auto_commit mode=0x42
> D: opening db index /var/lib/rpm/Version create:thread:auto_commit mode=0x42
> D: +++ /var/cache/hrmib/lz4-libs-r131-4.x86_64
> D: ========== +++ libgpg-error-1.22-1.x86_64 x86_64-linux 0x2
> D: Expected size: 126857 = lead(96)+sigs(268)+pad(4)+data(126489)
> D: Actual size: 126857
> D: install: libgpg-error-1.22-1.x86_64 has 28 files, test = 0
> 2:libgpg-error D: ========== Directories not explicitly included in package:
> D: 0 /lib64/
> D: 1 /usr/bin/
> D: 2 /usr/share/doc/
> D: 4 /usr/share/locale/cs/LC_MESSAGES/
> D: 5 /usr/share/locale/da/LC_MESSAGES/
> D: 6 /usr/share/locale/de/LC_MESSAGES/
> D: 7 /usr/share/locale/eo/LC_MESSAGES/
> D: 8 /usr/share/locale/fr/LC_MESSAGES/
> D: 9 /usr/share/locale/hu/LC_MESSAGES/
> D: 10 /usr/share/locale/it/LC_MESSAGES/
> D: 11 /usr/share/locale/ja/LC_MESSAGES/
> D: 12 /usr/share/locale/nl/LC_MESSAGES/
> D: 13 /usr/share/locale/pl/LC_MESSAGES/
> D: 14 /usr/share/locale/pt/LC_MESSAGES/
> D: 15 /usr/share/locale/ro/LC_MESSAGES/
> D: 16 /usr/share/locale/ru/LC_MESSAGES/
> D: 17 /usr/share/locale/sr/LC_MESSAGES/
> D: 18 /usr/share/locale/sv/LC_MESSAGES/
> D: 19 /usr/share/locale/uk/LC_MESSAGES/
> D: 20 /usr/share/locale/vi/LC_MESSAGES/
> D: 21 /usr/share/locale/zh_CN/LC_MESSAGES/
> D: 22 /usr/share/locale/zh_TW/LC_MESSAGES/
> D: ==========
> D: /usr/share/locale/cs directory created with perms 0755, context (no context).
> D: /usr/share/locale/cs/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/da directory created with perms 0755, context (no context).
> D: /usr/share/locale/da/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/de directory created with perms 0755, context (no context).
> D: /usr/share/locale/de/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/eo directory created with perms 0755, context (no context).
> D: /usr/share/locale/eo/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/fr directory created with perms 0755, context (no context).
> D: /usr/share/locale/fr/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/hu directory created with perms 0755, context (no context).
> D: /usr/share/locale/hu/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/it directory created with perms 0755, context (no context).
> D: /usr/share/locale/it/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/ja directory created with perms 0755, context (no context).
> D: /usr/share/locale/ja/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/nl directory created with perms 0755, context (no context).
> D: /usr/share/locale/nl/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/pl directory created with perms 0755, context (no context).
> D: /usr/share/locale/pl/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/pt directory created with perms 0755, context (no context).
> D: /usr/share/locale/pt/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/ro directory created with perms 0755, context (no context).
> D: /usr/share/locale/ro/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/ru directory created with perms 0755, context (no context).
> D: /usr/share/locale/ru/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/sr directory created with perms 0755, context (no context).
> D: /usr/share/locale/sr/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/sv directory created with perms 0755, context (no context).
> D: /usr/share/locale/sv/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/uk directory created with perms 0755, context (no context).
> D: /usr/share/locale/uk/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/vi directory created with perms 0755, context (no context).
> D: /usr/share/locale/vi/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/zh_CN directory created with perms 0755, context (no context).
> D: /usr/share/locale/zh_CN/LC_MESSAGES directory created with perms 0755, context (no context).
> D: /usr/share/locale/zh_TW directory created with perms 0755, context (no context).
> D: /usr/share/locale/zh_TW/LC_MESSAGES directory created with perms 0755, context (no context).
> D: fini 100755 1 ( 0, 0) 80400 /lib64/libgpg-error.so.0.18.0;574d3432
> D: fini 100755 1 ( 0, 0) 26824 /usr/bin/gpg-error;574d3432
> D: fini 040755 2 ( 0, 0) 0 /usr/share/doc/libgpg-error-1.22
> D: fini 100644 1 ( 0, 0) 1225 /usr/share/doc/libgpg-error-1.22/AUTHORS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 10212 /usr/share/doc/libgpg-error-1.22/ChangeLog.gz;574d3432
> D: fini 100644 1 ( 0, 0) 5222 /usr/share/doc/libgpg-error-1.22/NEWS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2347 /usr/share/doc/libgpg-error-1.22/README.gz;574d3432
> D: fini 100644 1 ( 0, 0) 424 /usr/share/doc/libgpg-error-1.22/THANKS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 20911 /usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 19906 /usr/share/locale/da/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 28270 /usr/share/locale/de/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 16376 /usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 21567 /usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 17543 /usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 21166 /usr/share/locale/it/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 31202 /usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 20610 /usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 28119 /usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 21407 /usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 14347 /usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 35559 /usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 21288 /usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 16234 /usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 36594 /usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 18368 /usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo;574d3432
> D: fini 100644 1 ( 0, 0) 11753 /usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo;574d3432
> ########################################### [ 40%]
> D: fini 100644 1 ( 0, 0) 19667 /usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo;574d3432
> XZDIO: 68 reads, 551944 total bytes in 0.017189 secs
> D: install: %post(libgpg-error-1.22-1.x86_64) synchronous scriptlet start
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(3) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(4) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(5) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(6) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(7) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(8) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(9) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(10) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(11) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(12) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) fdno(14) missing FD_CLOEXEC
> D: install: %post(libgpg-error-1.22-1.x86_64) execv(/sbin/ldconfig) pid 23
> D: install: waitpid(23) rc 23 status 0 secs 0.003
> D: +++ /var/cache/hrmib/libgpg-error-1.22-1.x86_64
> D: ========== +++ libgcrypt-1.7.0-1.x86_64 x86_64-linux 0x2
> D: Expected size: 471376 = lead(96)+sigs(268)+pad(4)+data(471008)
> D: Actual size: 471376
> D: install: libgcrypt-1.7.0-1.x86_64 has 9 files, test = 0
> 3:libgcrypt D: ========== Directories not explicitly included in package:
> D: 0 /lib64/
> D: 1 /usr/share/doc/
> D: ==========
> D: fini 100755 1 ( 0, 0) 1104224 /lib64/libgcrypt.so.20.1.0;574d3432
> D: fini 040755 2 ( 0, 0) 0 /usr/share/doc/libgcrypt-1.7.0
> D: fini 100644 1 ( 0, 0) 3391 /usr/share/doc/libgcrypt-1.7.0/AUTHORS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 75713 /usr/share/doc/libgcrypt-1.7.0/ChangeLog.gz;574d3432
> ########################################### [ 60%]
> D: fini 100644 1 ( 0, 0) 10089 /usr/share/doc/libgcrypt-1.7.0/NEWS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 4092 /usr/share/doc/libgcrypt-1.7.0/README.gz;574d3432
> D: fini 100644 1 ( 0, 0) 3618 /usr/share/doc/libgcrypt-1.7.0/THANKS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1107 /usr/share/doc/libgcrypt-1.7.0/TODO.gz;574d3432
> XZDIO: 147 reads, 1203572 total bytes in 0.054665 secs
> D: install: %post(libgcrypt-1.7.0-1.x86_64) synchronous scriptlet start
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(3) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(4) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(5) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(6) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(7) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(8) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(9) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(10) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(11) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(12) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) fdno(14) missing FD_CLOEXEC
> D: install: %post(libgcrypt-1.7.0-1.x86_64) execv(/sbin/ldconfig) pid 24
> D: install: waitpid(24) rc 24 status 0 secs 0.003
> D: +++ /var/cache/hrmib/libgcrypt-1.7.0-1.x86_64
> D: ========== +++ systemd-libs-221-13.x86_64 x86_64-linux 0x2
> D: Expected size: 330664 = lead(96)+sigs(268)+pad(4)+data(330296)
> D: Actual size: 330664
> D: install: systemd-libs-221-13.x86_64 has 13 files, test = 0
> 4:systemd-libs D: ========== Directories not explicitly included in package:
> D: 0 /lib64/
> D: 1 /usr/lib64/
> D: ==========
> D: fini 100755 1 ( 0, 0) 67824 /lib64/libnss_myhostname.so.2;574d3432
> D: fini 100755 1 ( 0, 0) 24408 /lib64/libsystemd-daemon.so.0.0.12;574d3432
> D: fini 100755 1 ( 0, 0) 23616 /lib64/libsystemd-id128.so.0.0.28;574d3432
> D: fini 100755 1 ( 0, 0) 135304 /lib64/libsystemd-journal.so.0.11.5;574d3432
> D: fini 100755 1 ( 0, 0) 58104 /lib64/libsystemd-login.so.0.9.3;574d3432
> D: fini 100755 1 ( 0, 0) 536184 /lib64/libsystemd.so.0.8.0;574d3432
> D: fini 100755 1 ( 0, 0) 261752 /usr/lib64/libnss_mymachines.so.2;574d3432
> ########################################### [ 80%]
> D: fini 100755 1 ( 0, 0) 265848 /usr/lib64/libnss_resolve.so.2;574d3432
> XZDIO: 168 reads, 1374328 total bytes in 0.038585 secs
> D: install: %post(systemd-libs-221-13.x86_64) synchronous scriptlet start
> D: install: %post(systemd-libs-221-13.x86_64) fdno(3) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(4) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(5) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(6) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(7) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(8) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(9) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(10) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(11) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(12) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) fdno(14) missing FD_CLOEXEC
> D: install: %post(systemd-libs-221-13.x86_64) execv(/sbin/ldconfig) pid 25
> D: install: waitpid(25) rc 25 status 0 secs 0.004
> D: opening db index /var/lib/rpm/Obsoletename create:thread:auto_commit mode=0x42
> D: +++ /var/cache/hrmib/systemd-libs-221-13.x86_64
> D: ========== +++ procps-3.3.11-1.x86_64 x86_64-linux 0x2
> D: Expected size: 454662 = lead(96)+sigs(268)+pad(4)+data(454294)
> D: Actual size: 454662
> D: install: procps-3.3.11-1.x86_64 has 107 files, test = 0
> 5:procps D: ========== Directories not explicitly included in package:
> D: 0 /bin/
> D: 1 /lib64/
> D: 2 /sbin/
> D: 3 /usr/bin/
> D: 4 /usr/share/applications/
> D: 5 /usr/share/doc/
> D: 7 /usr/share/locale/de/LC_MESSAGES/
> D: 8 /usr/share/locale/fr/LC_MESSAGES/
> D: 9 /usr/share/locale/pl/LC_MESSAGES/
> D: 10 /usr/share/locale/uk/LC_MESSAGES/
> D: 11 /usr/share/locale/vi/LC_MESSAGES/
> D: 12 /usr/share/man/cs/man1/
> D: 13 /usr/share/man/de/man1/
> D: 14 /usr/share/man/es/man1/
> D: 15 /usr/share/man/es/man8/
> D: 16 /usr/share/man/fi/man1/
> D: 17 /usr/share/man/fr/man1/
> D: 18 /usr/share/man/fr/man8/
> D: 19 /usr/share/man/hu/man1/
> D: 20 /usr/share/man/it/man1/
> D: 21 /usr/share/man/it/man8/
> D: 22 /usr/share/man/ja/man1/
> D: 23 /usr/share/man/ja/man5/
> D: 24 /usr/share/man/ja/man8/
> D: 25 /usr/share/man/ko/man1/
> D: 26 /usr/share/man/man1/
> D: 27 /usr/share/man/man5/
> D: 28 /usr/share/man/man8/
> D: 29 /usr/share/man/nl/man1/
> D: 30 /usr/share/man/pl/man1/
> D: 31 /usr/share/pixmaps/
> D: ==========
> D: /usr/share/man/cs directory created with perms 0755, context (no context).
> D: /usr/share/man/cs/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/de directory created with perms 0755, context (no context).
> D: /usr/share/man/de/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/es directory created with perms 0755, context (no context).
> D: /usr/share/man/es/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/es/man8 directory created with perms 0755, context (no context).
> D: /usr/share/man/fi directory created with perms 0755, context (no context).
> D: /usr/share/man/fi/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/fr directory created with perms 0755, context (no context).
> D: /usr/share/man/fr/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/fr/man8 directory created with perms 0755, context (no context).
> D: /usr/share/man/hu directory created with perms 0755, context (no context).
> D: /usr/share/man/hu/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/it directory created with perms 0755, context (no context).
> D: /usr/share/man/it/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/it/man8 directory created with perms 0755, context (no context).
> D: /usr/share/man/ja directory created with perms 0755, context (no context).
> D: /usr/share/man/ja/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/ja/man5 directory created with perms 0755, context (no context).
> D: /usr/share/man/ja/man8 directory created with perms 0755, context (no context).
> D: /usr/share/man/ko directory created with perms 0755, context (no context).
> D: /usr/share/man/ko/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/nl directory created with perms 0755, context (no context).
> D: /usr/share/man/nl/man1 directory created with perms 0755, context (no context).
> D: /usr/share/man/pl directory created with perms 0755, context (no context).
> D: /usr/share/man/pl/man1 directory created with perms 0755, context (no context).
> D: fini 100755 1 ( 0, 0) 97248 /bin/ps;574d3432
> D: fini 100755 1 ( 0, 0) 72456 /lib64/libprocps.so.5.0.0;574d3432
> D: fini 100755 1 ( 0, 0) 22936 /sbin/sysctl;574d3432
> D: fini 100755 1 ( 0, 0) 214 /usr/bin/XConsole;574d3432
> D: fini 100755 1 ( 0, 0) 18688 /usr/bin/free;574d3432
> D: fini 100755 1 ( 0, 0) 31232 /usr/bin/pmap;574d3432
> D: fini 100755 1 ( 0, 0) 10488 /usr/bin/pwdx;574d3432
> D: fini 100755 1 ( 0, 0) 18808 /usr/bin/slabtop;574d3432
> D: fini 100755 1 ( 0, 0) 14664 /usr/bin/tload;574d3432
> D: fini 100755 1 ( 0, 0) 104984 /usr/bin/top;574d3432
> D: fini 100755 1 ( 0, 0) 10456 /usr/bin/uptime;574d3432
> D: fini 100755 1 ( 0, 0) 35200 /usr/bin/vmstat;574d3432
> D: fini 100755 1 ( 0, 0) 18816 /usr/bin/w;574d3432
> D: fini 100755 1 ( 0, 0) 23536 /usr/bin/watch;574d3432
> D: fini 100644 1 ( 0, 0) 240 /usr/share/applications/top.desktop;574d3432
> D: fini 040755 2 ( 0, 0) 0 /usr/share/doc/procps-3.3.11
> D: fini 100644 1 ( 0, 0) 654 /usr/share/doc/procps-3.3.11/AUTHORS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2199 /usr/share/doc/procps-3.3.11/FAQ.gz;574d3432
> D: fini 100644 1 ( 0, 0) 9720 /usr/share/doc/procps-3.3.11/NEWS.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2388 /usr/share/doc/procps-3.3.11/TODO.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1672 /usr/share/doc/procps-3.3.11/bugs.md.gz;574d3432
> D: fini 100644 1 ( 0, 0) 68596 /usr/share/locale/de/LC_MESSAGES/procps-ng.mo;574d3432
> D: fini 100644 1 ( 0, 0) 86426 /usr/share/locale/fr/LC_MESSAGES/procps-ng.mo;574d3432
> D: fini 100644 1 ( 0, 0) 85445 /usr/share/locale/pl/LC_MESSAGES/procps-ng.mo;574d3432
> D: fini 100644 1 ( 0, 0) 109697 /usr/share/locale/uk/LC_MESSAGES/procps-ng.mo;574d3432
> D: fini 100644 1 ( 0, 0) 91075 /usr/share/locale/vi/LC_MESSAGES/procps-ng.mo;574d3432
> D: fini 100644 1 ( 0, 0) 1175 /usr/share/man/cs/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 942 /usr/share/man/de/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 7299 /usr/share/man/de/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 862 /usr/share/man/es/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 5054 /usr/share/man/es/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2734 /usr/share/man/es/man1/skill.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 12 /usr/share/man/es/man1/snice.1;574d3432
> D: fini 100644 1 ( 0, 0) 867 /usr/share/man/es/man1/tload.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 6086 /usr/share/man/es/man1/top.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 670 /usr/share/man/es/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1188 /usr/share/man/es/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 527 /usr/share/man/es/man1/watch.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1487 /usr/share/man/es/man8/vmstat.8.gz;574d3432
> D: fini 100644 1 ( 0, 0) 886 /usr/share/man/fi/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 6231 /usr/share/man/fi/man1/top.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 653 /usr/share/man/fi/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1169 /usr/share/man/fi/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 860 /usr/share/man/fr/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 4802 /usr/share/man/fr/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 587 /usr/share/man/fr/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1776 /usr/share/man/fr/man8/vmstat.8.gz;574d3432
> D: fini 100644 1 ( 0, 0) 898 /usr/share/man/hu/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 5531 /usr/share/man/hu/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1033 /usr/share/man/hu/man1/tload.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 585 /usr/share/man/hu/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1291 /usr/share/man/hu/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 525 /usr/share/man/hu/man1/watch.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 900 /usr/share/man/it/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 4596 /usr/share/man/it/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2618 /usr/share/man/it/man1/skill.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 12 /usr/share/man/it/man1/snice.1;574d3432
> D: fini 100644 1 ( 0, 0) 831 /usr/share/man/it/man1/tload.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 5660 /usr/share/man/it/man1/top.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 581 /usr/share/man/it/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1537 /usr/share/man/it/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 509 /usr/share/man/it/man1/watch.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1387 /usr/share/man/it/man8/vmstat.8.gz;574d3432
> D: fini 100644 1 ( 0, 0) 971 /usr/share/man/ja/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1981 /usr/share/man/ja/man1/pgrep.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 12 /usr/share/man/ja/man1/pkill.1;574d3432
> D: fini 100644 1 ( 0, 0) 7224 /usr/share/man/ja/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1941 /usr/share/man/ja/man1/skill.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 12 /usr/share/man/ja/man1/snice.1;574d3432
> D: fini 100644 1 ( 0, 0) 997 /usr/share/man/ja/man1/tload.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 6325 /usr/share/man/ja/man1/top.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 759 /usr/share/man/ja/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1303 /usr/share/man/ja/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1392 /usr/share/man/ja/man1/watch.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 942 /usr/share/man/ja/man5/sysctl.conf.5.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1316 /usr/share/man/ja/man8/sysctl.8.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1566 /usr/share/man/ja/man8/vmstat.8.gz;574d3432
> D: fini 100644 1 ( 0, 0) 921 /usr/share/man/ko/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1648 /usr/share/man/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2230 /usr/share/man/man1/pgrep.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 17 /usr/share/man/man1/pkill.1;574d3432
> D: fini 100644 1 ( 0, 0) 952 /usr/share/man/man1/pmap.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 14064 /usr/share/man/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 494 /usr/share/man/man1/pwdx.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1529 /usr/share/man/man1/skill.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1428 /usr/share/man/man1/slabtop.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 17 /usr/share/man/man1/snice.1;574d3432
> D: fini 100644 1 ( 0, 0) 805 /usr/share/man/man1/tload.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 28843 /usr/share/man/man1/top.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 891 /usr/share/man/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1280 /usr/share/man/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2379 /usr/share/man/man1/watch.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 918 /usr/share/man/man5/sysctl.conf.5.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1868 /usr/share/man/man8/sysctl.8.gz;574d3432
> D: fini 100644 1 ( 0, 0) 2378 /usr/share/man/man8/vmstat.8.gz;574d3432
> D: fini 100644 1 ( 0, 0) 8503 /usr/share/man/nl/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 998 /usr/share/man/pl/man1/free.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 4637 /usr/share/man/pl/man1/ps.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 6517 /usr/share/man/pl/man1/top.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 650 /usr/share/man/pl/man1/uptime.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 1141 /usr/share/man/pl/man1/w.1.gz;574d3432
> D: fini 100644 1 ( 0, 0) 321 /usr/share/pixmaps/top.png;574d3432
> D: fini 100755 2 ( 0, 0) 0 /usr/bin/skill;574d3432
> D: fini 100755 2 ( 0, 0) 23032 /usr/bin/snice;574d3432
> D: fini 100755 2 ( 0, 0) 0 /usr/bin/pgrep;574d3432
> ########################################### [100%]
> D: fini 100755 2 ( 0, 0) 27160 /usr/bin/pkill;574d3432
> XZDIO: 146 reads, 1189980 total bytes in 0.050424 secs
> D: install: %post(procps-3.3.11-1.x86_64) skipping redundant "/sbin/ldconfig".
> D: +++ /var/cache/hrmib/procps-3.3.11-1.x86_64
> D: running post-transaction scripts
> D: closed db seqno /var/lib/rpm/Seqno
> D: closed db index /var/lib/rpm/Seqno
> D: closed db index /var/lib/rpm/Filepaths
> D: closed db index /var/lib/rpm/Nvra
> D: closed db index /var/lib/rpm/Packagecolor
> D: closed db index /var/lib/rpm/Pubkeys
> D: closed db index /var/lib/rpm/Filedigests
> D: closed db index /var/lib/rpm/Sha1header
> D: closed db index /var/lib/rpm/Sigmd5
> D: closed db index /var/lib/rpm/Installtid
> D: closed db index /var/lib/rpm/Dirnames
> D: closed db index /var/lib/rpm/Triggername
> D: closed db index /var/lib/rpm/Obsoletename
> D: closed db index /var/lib/rpm/Conflictname
> D: closed db index /var/lib/rpm/Requirename
> D: closed db index /var/lib/rpm/Providename
> D: closed db index /var/lib/rpm/Group
> D: closed db index /var/lib/rpm/Basenames
> D: closed db index /var/lib/rpm/Os
> D: closed db index /var/lib/rpm/Arch
> D: closed db index /var/lib/rpm/Release
> D: closed db index /var/lib/rpm/Version
> D: closed db index /var/lib/rpm/Name
> D: closed db index /var/lib/rpm/Packages
> D: closed db environment /var/lib/rpm/Packages
> D: pool gi: reused 0, alloc'd 1, free'd 1 items.
> D: pool mi: reused 986, alloc'd 1, free'd 1 items.
> D: pool psm: reused 4, alloc'd 1, free'd 1 items.
> D: pool tsi: reused 40, alloc'd 2, free'd 2 items.
> D: pool ts: reused 0, alloc'd 1, free'd 1 items.
> D: pool te: reused 0, alloc'd 5, free'd 5 items.
> D: pool ps: reused 1, alloc'd 1, free'd 1 items.
> D: pool al: reused 0, alloc'd 1, free'd 1 items.
> D: pool ds: reused 63, alloc'd 31, free'd 31 items.
> D: pool fi: reused 5, alloc'd 5, free'd 5 items.
> D: pool db: reused 1, alloc'd 1, free'd 1 items.
> D: pool dbi: reused 5, alloc'd 23, free'd 23 items.
> D: pool h: reused 221, alloc'd 6, free'd 6 items.
> D: pool lua: reused 0, alloc'd 1, free'd 1 items.
> D: pool mire: reused 145, alloc'd 3, free'd 3 items.
> D: pool bf: reused 29, alloc'd 6, free'd 6 items.
> D: pool ht: reused 0, alloc'd 3, free'd 3 items.
> D: pool ctx: reused 144, alloc'd 1, free'd 1 items.
> D: pool iob: reused 0, alloc'd 1, free'd 1 items.
> D: pool dig: reused 9, alloc'd 1, free'd 1 items.
> D: pool fd: reused 179, alloc'd 3, free'd 3 items.
> D: exit code: 0
>
>
>
> --
> glen
>
> _______________________________________________
> pld-devel-en mailing list
> pld-devel-en at lists.pld-linux.org
> http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
More information about the pld-devel-en
mailing list