I was wondering if somebody could provide me some makefile guidance. I've found a couple of syntax errors when setting up CI, the second run of dnf/yum adds -- that causes the command to fail, and the dependencies with versions are missing quotes.

I've tracked the deps.list being generated in the following file, https://git.fedorahosted.org/cgit/sssd.git/tree/contrib/ci/deps.sh on line 48, but I'm not sure where @VARIABLES@ are coming from.

Logs are below, thanks!

-Dan



----------FAILURE
Start: Thu Feb 25 03:46:13 UTC 2016
+ deps_install
+ distro_pkg_install lcov valgrind clang-analyzer fakeroot libcmocka-devel mock nss_wrapper openldap-clients openldap-servers pytest python-ldap rpm-build uid_wrapper augeas-devel autoconf automake bind-utils c-ares-devel check-devel cifs-utils-devel dbus-devel dbus-libs docbook-style-xsl doxygen findutils gettext-devel glib2-devel keyutils-libs-devel krb5-devel 'libcmocka-devel >= 1.0.0' libcollection-devel 'libdhash-devel >= 0.4.2' 'libini_config-devel >= 1.1' libldb-devel libnfsidmap-devel libnl3-devel libselinux-devel libsemanage-devel libsmbclient-devel libtalloc-devel libtdb-devel libtevent-devel libtool libxml2 libxslt m4 nspr-devel nss-devel nss_wrapper openldap-devel pam-devel pcre-devel pkgconfig popt-devel python-devel python3-devel samba4-devel selinux-policy-targeted systemd-devel uid_wrapper
+ declare 'prompt=Need root permissions to install packages.
'
+ prompt+='Enter sudo password for root: '
+ [[ -redhat-fedora-23- == -redhat-* ]]
+ '[' 60 '!=' 0 ']'
+ awk 'BEGIN {s=0}
                 /^No package .* available.$/ {s=1}
                 {print}
                 END {exit s}'
+ sudo -p 'Need root permissions to install packages.
Enter sudo password for root: ' yum --assumeyes install -- lcov valgrind clang-analyzer fakeroot libcmocka-devel mock nss_wrapper openldap-clients openldap-servers pytest python-ldap rpm-build uid_wrapper augeas-devel autoconf automake bind-utils c-ares-devel check-devel cifs-utils-devel dbus-devel dbus-libs docbook-style-xsl doxygen findutils gettext-devel glib2-devel keyutils-libs-devel krb5-devel 'libcmocka-devel >= 1.0.0' libcollection-devel 'libdhash-devel >= 0.4.2' 'libini_config-devel >= 1.1' libldb-devel libnfsidmap-devel libnl3-devel libselinux-devel libsemanage-devel libsmbclient-devel libtalloc-devel libtdb-devel libtevent-devel libtool libxml2 libxslt m4 nspr-devel nss-devel nss_wrapper openldap-devel pam-devel pcre-devel pkgconfig popt-devel python-devel python3-devel samba4-devel selinux-policy-targeted systemd-devel uid_wrapper


Yum command has been deprecated, redirecting to '/usr/bin/dnf --assumeyes install -- lcov valgrind clang-analyzer fakeroot libcmocka-devel mock nss_wrapper openldap-clients openldap-servers pytest python-ldap rpm-build uid_wrapper augeas-devel autoconf automake bind-utils c-ares-devel check-devel cifs-utils-devel dbus-devel dbus-libs docbook-style-xsl doxygen findutils gettext-devel glib2-devel keyutils-libs-devel krb5-devel libcmocka-devel >= 1.0.0 libcollection-devel libdhash-devel >= 0.4.2 libini_config-devel >= 1.1 libldb-devel libnfsidmap-devel libnl3-devel libselinux-devel libsemanage-devel libsmbclient-devel libtalloc-devel libtdb-devel libtevent-devel libtool libxml2 libxslt m4 nspr-devel nss-devel nss_wrapper openldap-devel pam-devel pcre-devel pkgconfig popt-devel python-devel python3-devel samba4-devel selinux-policy-targeted systemd-devel uid_wrapper'.

See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'

Last metadata expiration check performed 0:21:20 ago on Thu Feb 25 03:24:54 2016.
No package -- available.
Package clang-analyzer-3.7.0-4.fc23.noarch is already installed, skipping.
Package python-ldap-2.4.17-2.fc23.x86_64 is already installed, skipping.
Package rpm-build-4.13.0-0.rc1.11.fc23.x86_64 is already installed, skipping.
Package autoconf-2.69-21.fc23.noarch is already installed, skipping.
Package automake-1.15-4.fc23.noarch is already installed, skipping.
Package bind-utils-32:9.10.3-10.P3.fc23.x86_64 is already installed, skipping.
Package dbus-libs-1:1.10.6-1.fc23.x86_64 is already installed, skipping.
Package findutils-1:4.5.16-1.fc23.x86_64 is already installed, skipping.
Package libldb-devel-1.1.25-1.fc23.x86_64 is already installed, skipping.
Package libtalloc-devel-2.1.5-2.fc23.x86_64 is already installed, skipping.
Package libtdb-devel-1.3.8-1.fc23.x86_64 is already installed, skipping.
Package libtevent-devel-0.9.26-1.fc23.x86_64 is already installed, skipping.
Package libxml2-2.9.3-2.fc23.x86_64 is already installed, skipping.
Package libxslt-1.1.28-11.fc23.x86_64 is already installed, skipping.
Package m4-1.4.17-8.fc23.x86_64 is already installed, skipping.
Package pkgconfig-1:0.28-9.fc23.x86_64 is already installed, skipping.
Package samba-devel-2:4.3.4-1.fc23.x86_64 is already installed, skipping.
Package selinux-policy-targeted-3.13.1-158.6.fc23.noarch is already installed, skipping.
Package systemd-devel-222-14.fc23.x86_64 is already installed, skipping.
Error: Unable to find a match.
End: Thu Feb 25 03:46:14 UTC 2016




----------MANUAL RUN, SUCCESSFUL
/usr/bin/yum --assumeyes install lcov valgrind clang-analyzer fakeroot libcmocka-devel mock nss_wrapper openldap-clients openldap-servers pytest python-ldap rpm-build uid_wrapper augeas-devel autoconf automake bind-utils c-ares-devel check-devel cifs-utils-devel dbus-devel dbus-libs docbook-style-xsl doxygen findutils gettext-devel glib2-devel keyutils-libs-devel krb5-devel 'libcmocka-devel >= 1.0.0' libcollection-devel 'libdhash-devel >= 0.4.2' 'libini_config-devel >= 1.1' libldb-devel libnfsidmap-devel libnl3-devel libselinux-devel libsemanage-devel libsmbclient-devel libtalloc-devel libtdb-devel libtevent-devel libtool libxml2 libxslt m4 nspr-devel nss-devel nss_wrapper openldap-devel pam-devel pcre-devel pkgconfig popt-devel python-devel python3-devel samba4-devel selinux-policy-targeted systemd-devel uid_wrapper

[root@sssd1 sssd.git]# /usr/bin/yum --assumeyes install lcov valgrind clang-analyzer fakeroot libcmocka-devel mock nss_wrapper openldap-clients openldap-servers pytest python-ldap rpm-build uid_wrapper augeas-devel autoconf automake bind-utils c-ares-devel check-devel cifs-utils-devel dbus-devel dbus-libs docbook-style-xsl doxygen findutils gettext-devel glib2-devel keyutils-libs-devel krb5-devel 'libcmocka-devel >= 1.0.0' libcollection-devel 'libdhash-devel >= 0.4.2' 'libini_config-devel >= 1.1' libldb-devel libnfsidmap-devel libnl3-devel libselinux-devel libsemanage-devel libsmbclient-devel libtalloc-devel libtdb-devel libtevent-devel libtool libxml2 libxslt m4 nspr-devel nss-devel nss_wrapper openldap-devel pam-devel pcre-devel pkgconfig popt-devel python-devel python3-devel samba4-devel selinux-policy-targeted systemd-devel uid_wrapper

Yum command has been deprecated, redirecting to '/usr/bin/dnf --assumeyes install lcov valgrind clang-analyzer fakeroot libcmocka-devel mock nss_wrapper openldap-clients openldap-servers pytest python-ldap rpm-build uid_wrapper augeas-devel autoconf automake bind-utils c-ares-devel check-devel cifs-utils-devel dbus-devel dbus-libs docbook-style-xsl doxygen findutils gettext-devel glib2-devel keyutils-libs-devel krb5-devel libcmocka-devel >= 1.0.0 libcollection-devel libdhash-devel >= 0.4.2 libini_config-devel >= 1.1 libldb-devel libnfsidmap-devel libnl3-devel libselinux-devel libsemanage-devel libsmbclient-devel libtalloc-devel libtdb-devel libtevent-devel libtool libxml2 libxslt m4 nspr-devel nss-devel nss_wrapper openldap-devel pam-devel pcre-devel pkgconfig popt-devel python-devel python3-devel samba4-devel selinux-policy-targeted systemd-devel uid_wrapper'.
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'

Last metadata expiration check performed 0:39:50 ago on Thu Feb 25 03:24:54 2016.
Package clang-analyzer-3.7.0-4.fc23.noarch is already installed, skipping.
Package python-ldap-2.4.17-2.fc23.x86_64 is already installed, skipping.
Package rpm-build-4.13.0-0.rc1.11.fc23.x86_64 is already installed, skipping.
Package autoconf-2.69-21.fc23.noarch is already installed, skipping.
Package automake-1.15-4.fc23.noarch is already installed, skipping.
Package bind-utils-32:9.10.3-10.P3.fc23.x86_64 is already installed, skipping.
Package dbus-libs-1:1.10.6-1.fc23.x86_64 is already installed, skipping.
Package findutils-1:4.5.16-1.fc23.x86_64 is already installed, skipping.
Package libldb-devel-1.1.25-1.fc23.x86_64 is already installed, skipping.
Package libtalloc-devel-2.1.5-2.fc23.x86_64 is already installed, skipping.
Package libtdb-devel-1.3.8-1.fc23.x86_64 is already installed, skipping.
Package libtevent-devel-0.9.26-1.fc23.x86_64 is already installed, skipping.
Package libxml2-2.9.3-2.fc23.x86_64 is already installed, skipping.
Package libxslt-1.1.28-11.fc23.x86_64 is already installed, skipping.
Package m4-1.4.17-8.fc23.x86_64 is already installed, skipping.
Package pkgconfig-1:0.28-9.fc23.x86_64 is already installed, skipping.
Package samba-devel-2:4.3.4-1.fc23.x86_64 is already installed, skipping.
Package selinux-policy-targeted-3.13.1-158.6.fc23.noarch is already installed, skipping.
Package systemd-devel-222-14.fc23.x86_64 is already installed, skipping.
Dependencies resolved.
==================================================================================================================================================================================
 Package                                             Arch                              Version                                           Repository                          Size
==================================================================================================================================================================================
Installing:
 augeas-devel                                        x86_64                            1.4.0-2.fc23                                      fedora                              21 k
 augeas-libs                                         x86_64                            1.4.0-2.fc23                                      fedora                             353 k
 c-ares-devel                                        x86_64                            1.10.0-5.fc23                                     fedora                              77 k
 check                                               x86_64                            0.10.0-1.fc23                                     fedora                             152 k
 check-devel                                         x86_64                            0.10.0-1.fc23                                     fedora                              31 k
 cifs-utils-devel                                    x86_64                            6.4-4.fc23                                        fedora                              16 k
 cmake                                               x86_64                            3.4.1-4.fc23                                      updates                            7.5 M
 createrepo_c                                        x86_64                            0.10.0-2.fc23                                     updates                             76 k
 createrepo_c-libs                                   x86_64                            0.10.0-2.fc23                                     updates                             95 k
 cyrus-sasl                                          x86_64                            2.1.26-25.2.fc23                                  fedora                              92 k
 cyrus-sasl-devel                                    x86_64                            2.1.26-25.2.fc23                                  fedora                             315 k
 dbus-devel                                          x86_64                            1:1.10.6-1.fc23                                   updates                             59 k
 docbook-dtds                                        noarch                            1.0-64.fc23                                       fedora                             380 k
 docbook-style-xsl                                   noarch                            1.78.1-4.fc23                                     fedora                             2.0 M
 doxygen                                             x86_64                            1:1.8.10-6.fc23                                   updates                            6.0 M
 drpm                                                x86_64                            0.2.0-3.fc23                                      fedora                              30 k
 fakeroot                                            x86_64                            1.20.2-3.fc23                                     updates                            101 k
 fakeroot-libs                                       x86_64                            1.20.2-3.fc23                                     updates                             35 k
 gd                                                  x86_64                            2.1.1-4.fc23                                      fedora                             145 k
 gettext-common-devel                                noarch                            0.19.7-3.fc23                                     updates                            411 k
 gettext-devel                                       x86_64                            0.19.7-3.fc23                                     updates                            323 k
 glib2-devel                                         x86_64                            2.46.2-1.fc23                                     updates                            436 k
 jsoncpp                                             x86_64                            0.6.0-0.18.rc2.fc23                               fedora                              63 k
 keyutils-libs-devel                                 x86_64                            1.5.9-7.fc23                                      fedora                              45 k
 krb5-devel                                          x86_64                            1.14-8.fc23                                       updates                            650 k
 lcov                                                noarch                            1.10-5.fc23                                       fedora                              99 k
 libXpm                                              x86_64                            3.5.11-4.fc23                                     fedora                              54 k
 libbasicobjects-devel                               x86_64                            0.1.1-27.fc23                                     fedora                              13 k
 libcmocka                                           x86_64                            1.0.1-2.fc23                                      fedora                              33 k
 libcmocka-devel                                     x86_64                            1.0.1-2.fc23                                      fedora                             118 k
 libcollection-devel                                 x86_64                            0.7.0-27.fc23                                     fedora                             170 k
 libcom_err-devel                                    x86_64                            1.42.13-3.fc23                                    fedora                              35 k
 libdhash-devel                                      x86_64                            0.4.3-27.fc23                                     fedora                              22 k
 libini_config-devel                                 x86_64                            1.2.0-27.fc23                                     fedora                             156 k
 libnfsidmap-devel                                   x86_64                            0.26-3.1.fc23                                     fedora                              12 k
 libnl3-cli                                          x86_64                            3.2.27-1.fc23                                     updates                            170 k
 libnl3-devel                                        x86_64                            3.2.27-1.fc23                                     updates                             74 k
 libref_array-devel                                  x86_64                            0.1.5-27.fc23                                     fedora                              99 k
 libselinux-devel                                    x86_64                            2.4-4.fc23                                        fedora                             182 k
 libsemanage-devel                                   x86_64                            2.4-4.fc23                                        fedora                              93 k
 libsepol-devel                                      x86_64                            2.4-1.fc23                                        fedora                              77 k
 libsmbclient-devel                                  x86_64                            2:4.3.4-1.fc23                                    updates                             91 k
 libtool                                             x86_64                            2.4.6-8.fc23                                      updates                            707 k
 libverto-devel                                      x86_64                            0.2.6-5.fc23                                      fedora                              16 k
 libvpx                                              x86_64                            1.4.0-5.fc23                                      fedora                             618 k
 libxml2-devel                                       x86_64                            2.9.3-2.fc23                                      updates                            1.1 M
 mock                                                noarch                            1.2.14-1.fc23                                     updates                            305 k
 nspr-devel                                          x86_64                            4.11.0-1.fc23                                     updates                            119 k
 nss-devel                                           x86_64                            3.22.0-1.0.fc23                                   updates                            215 k
 nss-softokn-devel                                   x86_64                            3.22.0-1.0.fc23                                   updates                             29 k
 nss-softokn-freebl-devel                            x86_64                            3.22.0-1.0.fc23                                   updates                             50 k
 nss-util-devel                                      x86_64                            3.22.0-1.0.fc23                                   updates                             75 k
 nss_wrapper                                         x86_64                            1.1.0-1.fc23                                      updates                             40 k
 openldap-clients                                    x86_64                            2.4.40-14.fc23                                    fedora                             193 k
 openldap-devel                                      x86_64                            2.4.40-14.fc23                                    fedora                             804 k
 openldap-servers                                    x86_64                            2.4.40-14.fc23                                    fedora                             2.1 M
 pam-devel                                           x86_64                            1.2.1-2.fc23                                      fedora                             188 k
 pcre-devel                                          x86_64                            8.38-5.fc23                                       updates                            542 k
 perl-GD                                             x86_64                            2.56-5.fc23                                       fedora                             170 k
 perl-Math-Complex                                   noarch                            1.59-350.fc23                                     updates                             93 k
 pigz                                                x86_64                            2.3.3-3.fc23                                      fedora                              73 k
 popt-devel                                          x86_64                            1.16-6.fc23                                       fedora                              29 k
 pytest                                              noarch                            2.7.3-1.fc23                                      fedora                             804 k
 python-devel                                        x86_64                            2.7.10-8.fc23                                     fedora                             397 k
 python-macros                                       noarch                            2.7.10-8.fc23                                     fedora                              61 k
 python-py                                           noarch                            1.4.30-1.fc23                                     fedora                             356 k
 python3-devel                                       x86_64                            3.4.3-5.fc23                                      fedora                             188 k
 sgml-common                                         noarch                            0.6.3-43.fc23                                     fedora                              59 k
 subunit                                             x86_64                            1.2.0-1.fc23                                      updates                             32 k
 subunit-devel                                       x86_64                            1.2.0-1.fc23                                      updates                             12 k
 uid_wrapper                                         x86_64                            1.2.0-1.fc23                                      updates                             36 k
 usermode                                            x86_64                            1.111-7.fc23                                      fedora                             198 k
 ustr-devel                                          x86_64                            1.0.4-18.fc22                                     fedora                             180 k
 valgrind                                            x86_64                            1:3.11.0-8.fc23                                   updates                            6.1 M
 xml-common                                          noarch                            0.6.3-43.fc23                                     fedora                              31 k
 xz-devel                                            x86_64                            5.2.1-3.fc23                                      fedora                              60 k
 zlib-devel                                          x86_64                            1.2.8-9.fc23                                      fedora                              55 k

Transaction Summary
==================================================================================================================================================================================
Install  77 Packages

Total download size: 37 M
Installed size: 149 M
Downloading Packages:
(1/77): lcov-1.10-5.fc23.noarch.rpm                                                                                                               240 kB/s |  99 kB     00:00
(2/77): openldap-clients-2.4.40-14.fc23.x86_64.rpm                                                                                                427 kB/s | 193 kB     00:00
(3/77): pytest-2.7.3-1.fc23.noarch.rpm                                                                                                            1.5 MB/s | 804 kB     00:00
(4/77): perl-GD-2.56-5.fc23.x86_64.rpm                                                                                                            1.2 MB/s | 170 kB     00:00
(5/77): openldap-servers-2.4.40-14.fc23.x86_64.rpm                                                                                                1.8 MB/s | 2.1 MB     00:01
(6/77): python-py-1.4.30-1.fc23.noarch.rpm                                                                                                        1.8 MB/s | 356 kB     00:00
(7/77): docbook-dtds-1.0-64.fc23.noarch.rpm                                                                                                       2.2 MB/s | 380 kB     00:00
(8/77): docbook-style-xsl-1.78.1-4.fc23.noarch.rpm                                                                                                2.0 MB/s | 2.0 MB     00:00
(9/77): xml-common-0.6.3-43.fc23.noarch.rpm                                                                                                       171 kB/s |  31 kB     00:00
(10/77): gd-2.1.1-4.fc23.x86_64.rpm                                                                                                               551 kB/s | 145 kB     00:00
(11/77): libXpm-3.5.11-4.fc23.x86_64.rpm                                                                                                          240 kB/s |  54 kB     00:00
(12/77): sgml-common-0.6.3-43.fc23.noarch.rpm                                                                                                     277 kB/s |  59 kB     00:00
(13/77): libvpx-1.4.0-5.fc23.x86_64.rpm                                                                                                           1.4 MB/s | 618 kB     00:00
(14/77): fakeroot-1.20.2-3.fc23.x86_64.rpm                                                                                                        712 kB/s | 101 kB     00:00
(15/77): libcmocka-devel-1.0.1-2.fc23.x86_64.rpm                                                                                                  1.2 MB/s | 118 kB     00:00
(16/77): libcmocka-1.0.1-2.fc23.x86_64.rpm                                                                                                        358 kB/s |  33 kB     00:00
(17/77): mock-1.2.14-1.fc23.noarch.rpm                                                                                                            2.5 MB/s | 305 kB     00:00
(18/77): pigz-2.3.3-3.fc23.x86_64.rpm                                                                                                             842 kB/s |  73 kB     00:00
(19/77): usermode-1.111-7.fc23.x86_64.rpm                                                                                                         853 kB/s | 198 kB     00:00
(20/77): nss_wrapper-1.1.0-1.fc23.x86_64.rpm                                                                                                      624 kB/s |  40 kB     00:00
(21/77): uid_wrapper-1.2.0-1.fc23.x86_64.rpm                                                                                                      742 kB/s |  36 kB     00:00
(22/77): augeas-devel-1.4.0-2.fc23.x86_64.rpm                                                                                                     150 kB/s |  21 kB     00:00
(23/77): fakeroot-libs-1.20.2-3.fc23.x86_64.rpm                                                                                                    31 kB/s |  35 kB     00:01
(24/77): augeas-libs-1.4.0-2.fc23.x86_64.rpm                                                                                                      1.4 MB/s | 353 kB     00:00
(25/77): c-ares-devel-1.10.0-5.fc23.x86_64.rpm                                                                                                    427 kB/s |  77 kB     00:00
(26/77): check-devel-0.10.0-1.fc23.x86_64.rpm                                                                                                     197 kB/s |  31 kB     00:00
(27/77): cifs-utils-devel-6.4-4.fc23.x86_64.rpm                                                                                                   129 kB/s |  16 kB     00:00
(28/77): check-0.10.0-1.fc23.x86_64.rpm                                                                                                           834 kB/s | 152 kB     00:00
(29/77): dbus-devel-1.10.6-1.fc23.x86_64.rpm                                                                                                      701 kB/s |  59 kB     00:00
(30/77): gettext-devel-0.19.7-3.fc23.x86_64.rpm                                                                                                   1.3 MB/s | 323 kB     00:00
(31/77): gettext-common-devel-0.19.7-3.fc23.noarch.rpm                                                                                            734 kB/s | 411 kB     00:00
(32/77): glib2-devel-2.46.2-1.fc23.x86_64.rpm                                                                                                     395 kB/s | 436 kB     00:01
(33/77): keyutils-libs-devel-1.5.9-7.fc23.x86_64.rpm                                                                                              277 kB/s |  45 kB     00:00
(34/77): krb5-devel-1.14-8.fc23.x86_64.rpm                                                                                                        421 kB/s | 650 kB     00:01
(35/77): libcollection-devel-0.7.0-27.fc23.x86_64.rpm                                                                                             849 kB/s | 170 kB     00:00
(36/77): libdhash-devel-0.4.3-27.fc23.x86_64.rpm                                                                                                  233 kB/s |  22 kB     00:00
(37/77): libini_config-devel-1.2.0-27.fc23.x86_64.rpm                                                                                             944 kB/s | 156 kB     00:00
(38/77): libnfsidmap-devel-0.26-3.1.fc23.x86_64.rpm                                                                                               133 kB/s |  12 kB     00:00
(39/77): libnl3-devel-3.2.27-1.fc23.x86_64.rpm                                                                                                    278 kB/s |  74 kB     00:00
(40/77): libselinux-devel-2.4-4.fc23.x86_64.rpm                                                                                                   1.1 MB/s | 182 kB     00:00
(41/77): libsemanage-devel-2.4-4.fc23.x86_64.rpm                                                                                                  1.1 MB/s |  93 kB     00:00
(42/77): libsmbclient-devel-4.3.4-1.fc23.x86_64.rpm                                                                                               229 kB/s |  91 kB     00:00
(43/77): libtool-2.4.6-8.fc23.x86_64.rpm                                                                                                          421 kB/s | 707 kB     00:01
(44/77): nspr-devel-4.11.0-1.fc23.x86_64.rpm                                                                                                      656 kB/s | 119 kB     00:00
(45/77): nss-devel-3.22.0-1.0.fc23.x86_64.rpm                                                                                                     770 kB/s | 215 kB     00:00
(46/77): openldap-devel-2.4.40-14.fc23.x86_64.rpm                                                                                                 2.4 MB/s | 804 kB     00:00
(47/77): cyrus-sasl-devel-2.1.26-25.2.fc23.x86_64.rpm                                                                                             2.3 MB/s | 315 kB     00:00
(48/77): cyrus-sasl-2.1.26-25.2.fc23.x86_64.rpm                                                                                                   983 kB/s |  92 kB     00:00
(49/77): pam-devel-1.2.1-2.fc23.x86_64.rpm                                                                                                        1.6 MB/s | 188 kB     00:00
(50/77): pcre-devel-8.38-5.fc23.x86_64.rpm                                                                                                        848 kB/s | 542 kB     00:00
(51/77): popt-devel-1.16-6.fc23.x86_64.rpm                                                                                                        373 kB/s |  29 kB     00:00
(52/77): python-devel-2.7.10-8.fc23.x86_64.rpm                                                                                                    1.8 MB/s | 397 kB     00:00
(53/77): python-macros-2.7.10-8.fc23.noarch.rpm                                                                                                   583 kB/s |  61 kB     00:00
(54/77): python3-devel-3.4.3-5.fc23.x86_64.rpm                                                                                                    1.6 MB/s | 188 kB     00:00
(55/77): libnl3-cli-3.2.27-1.fc23.x86_64.rpm                                                                                                      903 kB/s | 170 kB     00:00
(56/77): perl-Math-Complex-1.59-350.fc23.noarch.rpm                                                                                               898 kB/s |  93 kB     00:00
(57/77): valgrind-3.11.0-8.fc23.x86_64.rpm                                                                                                        559 kB/s | 6.1 MB     00:11
(58/77): libsepol-devel-2.4-1.fc23.x86_64.rpm                                                                                                     368 kB/s |  77 kB     00:00
(59/77): libbasicobjects-devel-0.1.1-27.fc23.x86_64.rpm                                                                                           166 kB/s |  13 kB     00:00
(60/77): ustr-devel-1.0.4-18.fc22.x86_64.rpm                                                                                                      737 kB/s | 180 kB     00:00
(61/77): libref_array-devel-0.1.5-27.fc23.x86_64.rpm                                                                                              751 kB/s |  99 kB     00:00
(62/77): subunit-devel-1.2.0-1.fc23.x86_64.rpm                                                                                                     83 kB/s |  12 kB     00:00
(63/77): subunit-1.2.0-1.fc23.x86_64.rpm                                                                                                          544 kB/s |  32 kB     00:00
(64/77): doxygen-1.8.10-6.fc23.x86_64.rpm                                                                                                         614 kB/s | 6.0 MB     00:10
(65/77): jsoncpp-0.6.0-0.18.rc2.fc23.x86_64.rpm                                                                                                   431 kB/s |  63 kB     00:00
(66/77): nss-softokn-devel-3.22.0-1.0.fc23.x86_64.rpm                                                                                             298 kB/s |  29 kB     00:00
(67/77): nss-softokn-freebl-devel-3.22.0-1.0.fc23.x86_64.rpm                                                                                      315 kB/s |  50 kB     00:00
(68/77): nss-util-devel-3.22.0-1.0.fc23.x86_64.rpm                                                                                                291 kB/s |  75 kB     00:00
(69/77): createrepo_c-0.10.0-2.fc23.x86_64.rpm                                                                                                    358 kB/s |  76 kB     00:00
(70/77): drpm-0.2.0-3.fc23.x86_64.rpm                                                                                                             255 kB/s |  30 kB     00:00
(71/77): xz-devel-5.2.1-3.fc23.x86_64.rpm                                                                                                         463 kB/s |  60 kB     00:00
(72/77): zlib-devel-1.2.8-9.fc23.x86_64.rpm                                                                                                       486 kB/s |  55 kB     00:00
(73/77): libcom_err-devel-1.42.13-3.fc23.x86_64.rpm                                                                                               433 kB/s |  35 kB     00:00
(74/77): libverto-devel-0.2.6-5.fc23.x86_64.rpm                                                                                                   170 kB/s |  16 kB     00:00
(75/77): libxml2-devel-2.9.3-2.fc23.x86_64.rpm                                                                                                    593 kB/s | 1.1 MB     00:01
(76/77): createrepo_c-libs-0.10.0-2.fc23.x86_64.rpm                                                                                               318 kB/s |  95 kB     00:00
(77/77): cmake-3.4.1-4.fc23.x86_64.rpm                                                                                                            498 kB/s | 7.5 MB     00:15
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                             1.2 MB/s |  37 MB     00:30
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : nspr-devel-4.11.0-1.fc23.x86_64                                                                                                                              1/77
  Installing  : nss-util-devel-3.22.0-1.0.fc23.x86_64                                                                                                                        2/77
  Installing  : drpm-0.2.0-3.fc23.x86_64                                                                                                                                     3/77
  Installing  : subunit-1.2.0-1.fc23.x86_64                                                                                                                                  4/77
  Installing  : libsepol-devel-2.4-1.fc23.x86_64                                                                                                                             5/77
  Installing  : python-macros-2.7.10-8.fc23.noarch                                                                                                                           6/77
  Installing  : libvpx-1.4.0-5.fc23.x86_64                                                                                                                                   7/77
  Installing  : libXpm-3.5.11-4.fc23.x86_64                                                                                                                                  8/77
  Installing  : xml-common-0.6.3-43.fc23.noarch                                                                                                                              9/77
  Installing  : gd-2.1.1-4.fc23.x86_64                                                                                                                                      10/77
  Installing  : check-0.10.0-1.fc23.x86_64                                                                                                                                  11/77
  Installing  : subunit-devel-1.2.0-1.fc23.x86_64                                                                                                                           12/77
  Installing  : createrepo_c-libs-0.10.0-2.fc23.x86_64                                                                                                                      13/77
  Installing  : createrepo_c-0.10.0-2.fc23.x86_64                                                                                                                           14/77
  Installing  : libverto-devel-0.2.6-5.fc23.x86_64                                                                                                                          15/77
  Installing  : libcom_err-devel-1.42.13-3.fc23.x86_64                                                                                                                      16/77
  Installing  : zlib-devel-1.2.8-9.fc23.x86_64                                                                                                                              17/77
  Installing  : xz-devel-5.2.1-3.fc23.x86_64                                                                                                                                18/77
  Installing  : libxml2-devel-2.9.3-2.fc23.x86_64                                                                                                                           19/77
  Installing  : nss-softokn-freebl-devel-3.22.0-1.0.fc23.x86_64                                                                                                             20/77
  Installing  : nss-softokn-devel-3.22.0-1.0.fc23.x86_64                                                                                                                    21/77
  Installing  : jsoncpp-0.6.0-0.18.rc2.fc23.x86_64                                                                                                                          22/77
  Installing  : cmake-3.4.1-4.fc23.x86_64                                                                                                                                   23/77
  Installing  : libref_array-devel-0.1.5-27.fc23.x86_64                                                                                                                     24/77
  Installing  : libbasicobjects-devel-0.1.1-27.fc23.x86_64                                                                                                                  25/77
  Installing  : ustr-devel-1.0.4-18.fc22.x86_64                                                                                                                             26/77
  Installing  : perl-Math-Complex-1.59-350.fc23.noarch                                                                                                                      27/77
  Installing  : perl-GD-2.56-5.fc23.x86_64                                                                                                                                  28/77
  Installing  : libnl3-cli-3.2.27-1.fc23.x86_64                                                                                                                             29/77
  Installing  : pcre-devel-8.38-5.fc23.x86_64                                                                                                                               30/77
  Installing  : libselinux-devel-2.4-4.fc23.x86_64                                                                                                                          31/77
  Installing  : cyrus-sasl-2.1.26-25.2.fc23.x86_64                                                                                                                          32/77
  Installing  : cyrus-sasl-devel-2.1.26-25.2.fc23.x86_64                                                                                                                    33/77
  Installing  : libcollection-devel-0.7.0-27.fc23.x86_64                                                                                                                    34/77
  Installing  : keyutils-libs-devel-1.5.9-7.fc23.x86_64                                                                                                                     35/77
  Installing  : gettext-common-devel-0.19.7-3.fc23.noarch                                                                                                                   36/77
  Installing  : augeas-libs-1.4.0-2.fc23.x86_64                                                                                                                             37/77
  Installing  : usermode-1.111-7.fc23.x86_64                                                                                                                                38/77
  Installing  : pigz-2.3.3-3.fc23.x86_64                                                                                                                                    39/77
  Installing  : libcmocka-1.0.1-2.fc23.x86_64                                                                                                                               40/77
  Installing  : fakeroot-libs-1.20.2-3.fc23.x86_64                                                                                                                          41/77
  Installing  : sgml-common-0.6.3-43.fc23.noarch                                                                                                                            42/77
  Installing  : docbook-dtds-1.0-64.fc23.noarch                                                                                                                             43/77
  Installing  : python-py-1.4.30-1.fc23.noarch                                                                                                                              44/77
  Installing  : pytest-2.7.3-1.fc23.noarch                                                                                                                                  45/77
  Installing  : docbook-style-xsl-1.78.1-4.fc23.noarch                                                                                                                      46/77
  Installing  : fakeroot-1.20.2-3.fc23.x86_64                                                                                                                               47/77
failed to link /usr/share/man/pt/man1/fakeroot.1.gz -> /etc/alternatives/fakeroot.pt.1.gz: No such file or directory
failed to link /usr/share/man/pt/man1/faked.1.gz -> /etc/alternatives/faked.pt.1.gz: No such file or directory
failed to link /usr/share/man/pt/man1/faked.1.gz -> /etc/alternatives/faked.pt.1.gz: No such file or directory
failed to link /usr/share/man/pt/man1/fakeroot.1.gz -> /etc/alternatives/fakeroot.pt.1.gz: No such file or directory
warning: %post(fakeroot-1.20.2-3.fc23.x86_64) scriptlet failed, exit status 2
Non-fatal POSTIN scriptlet failure in rpm package fakeroot
Non-fatal POSTIN scriptlet failure in rpm package fakeroot
  Installing  : libcmocka-devel-1.0.1-2.fc23.x86_64                                                                                                                         48/77
  Installing  : mock-1.2.14-1.fc23.noarch                                                                                                                                   49/77
  Installing  : augeas-devel-1.4.0-2.fc23.x86_64                                                                                                                            50/77
  Installing  : gettext-devel-0.19.7-3.fc23.x86_64                                                                                                                          51/77
  Installing  : krb5-devel-1.14-8.fc23.x86_64                                                                                                                               52/77
  Installing  : libini_config-devel-1.2.0-27.fc23.x86_64                                                                                                                    53/77
  Installing  : openldap-devel-2.4.40-14.fc23.x86_64                                                                                                                        54/77
  Installing  : libsemanage-devel-2.4-4.fc23.x86_64                                                                                                                         55/77
  Installing  : libnl3-devel-3.2.27-1.fc23.x86_64                                                                                                                           56/77
  Installing  : lcov-1.10-5.fc23.noarch                                                                                                                                     57/77
  Installing  : nss_wrapper-1.1.0-1.fc23.x86_64                                                                                                                             58/77
  Installing  : uid_wrapper-1.2.0-1.fc23.x86_64                                                                                                                             59/77
  Installing  : nss-devel-3.22.0-1.0.fc23.x86_64                                                                                                                            60/77
  Installing  : check-devel-0.10.0-1.fc23.x86_64                                                                                                                            61/77
  Installing  : python-devel-2.7.10-8.fc23.x86_64                                                                                                                           62/77
  Installing  : python3-devel-3.4.3-5.fc23.x86_64                                                                                                                           63/77
  Installing  : popt-devel-1.16-6.fc23.x86_64                                                                                                                               64/77
  Installing  : pam-devel-1.2.1-2.fc23.x86_64                                                                                                                               65/77
  Installing  : libtool-2.4.6-8.fc23.x86_64                                                                                                                                 66/77
  Installing  : libsmbclient-devel-2:4.3.4-1.fc23.x86_64                                                                                                                    67/77
  Installing  : libnfsidmap-devel-0.26-3.1.fc23.x86_64                                                                                                                      68/77
  Installing  : libdhash-devel-0.4.3-27.fc23.x86_64                                                                                                                         69/77
  Installing  : glib2-devel-2.46.2-1.fc23.x86_64                                                                                                                            70/77
  Installing  : doxygen-1:1.8.10-6.fc23.x86_64                                                                                                                              71/77
  Installing  : dbus-devel-1:1.10.6-1.fc23.x86_64                                                                                                                           72/77
  Installing  : cifs-utils-devel-6.4-4.fc23.x86_64                                                                                                                          73/77
  Installing  : c-ares-devel-1.10.0-5.fc23.x86_64                                                                                                                           74/77
  Installing  : valgrind-1:3.11.0-8.fc23.x86_64                                                                                                                             75/77
  Installing  : openldap-servers-2.4.40-14.fc23.x86_64                                                                                                                      76/77
  Installing  : openldap-clients-2.4.40-14.fc23.x86_64                                                                                                                      77/77
  Verifying   : lcov-1.10-5.fc23.noarch                                                                                                                                      1/77
  Verifying   : openldap-clients-2.4.40-14.fc23.x86_64                                                                                                                       2/77
  Verifying   : openldap-servers-2.4.40-14.fc23.x86_64                                                                                                                       3/77
  Verifying   : pytest-2.7.3-1.fc23.noarch                                                                                                                                   4/77
  Verifying   : docbook-style-xsl-1.78.1-4.fc23.noarch                                                                                                                       5/77
  Verifying   : perl-GD-2.56-5.fc23.x86_64                                                                                                                                   6/77
  Verifying   : python-py-1.4.30-1.fc23.noarch                                                                                                                               7/77
  Verifying   : docbook-dtds-1.0-64.fc23.noarch                                                                                                                              8/77
  Verifying   : xml-common-0.6.3-43.fc23.noarch                                                                                                                              9/77
  Verifying   : gd-2.1.1-4.fc23.x86_64                                                                                                                                      10/77
  Verifying   : libXpm-3.5.11-4.fc23.x86_64                                                                                                                                 11/77
  Verifying   : libvpx-1.4.0-5.fc23.x86_64                                                                                                                                  12/77
  Verifying   : sgml-common-0.6.3-43.fc23.noarch                                                                                                                            13/77
  Verifying   : valgrind-1:3.11.0-8.fc23.x86_64                                                                                                                             14/77
  Verifying   : fakeroot-1.20.2-3.fc23.x86_64                                                                                                                               15/77
  Verifying   : fakeroot-libs-1.20.2-3.fc23.x86_64                                                                                                                          16/77
  Verifying   : libcmocka-devel-1.0.1-2.fc23.x86_64                                                                                                                         17/77
  Verifying   : libcmocka-1.0.1-2.fc23.x86_64                                                                                                                               18/77
  Verifying   : mock-1.2.14-1.fc23.noarch                                                                                                                                   19/77
  Verifying   : pigz-2.3.3-3.fc23.x86_64                                                                                                                                    20/77
  Verifying   : usermode-1.111-7.fc23.x86_64                                                                                                                                21/77
  Verifying   : nss_wrapper-1.1.0-1.fc23.x86_64                                                                                                                             22/77
  Verifying   : uid_wrapper-1.2.0-1.fc23.x86_64                                                                                                                             23/77
  Verifying   : augeas-devel-1.4.0-2.fc23.x86_64                                                                                                                            24/77
  Verifying   : augeas-libs-1.4.0-2.fc23.x86_64                                                                                                                             25/77
  Verifying   : c-ares-devel-1.10.0-5.fc23.x86_64                                                                                                                           26/77
  Verifying   : check-devel-0.10.0-1.fc23.x86_64                                                                                                                            27/77
  Verifying   : check-0.10.0-1.fc23.x86_64                                                                                                                                  28/77
  Verifying   : cifs-utils-devel-6.4-4.fc23.x86_64                                                                                                                          29/77
  Verifying   : dbus-devel-1:1.10.6-1.fc23.x86_64                                                                                                                           30/77
  Verifying   : doxygen-1:1.8.10-6.fc23.x86_64                                                                                                                              31/77
  Verifying   : gettext-devel-0.19.7-3.fc23.x86_64                                                                                                                          32/77
  Verifying   : gettext-common-devel-0.19.7-3.fc23.noarch                                                                                                                   33/77
  Verifying   : glib2-devel-2.46.2-1.fc23.x86_64                                                                                                                            34/77
  Verifying   : keyutils-libs-devel-1.5.9-7.fc23.x86_64                                                                                                                     35/77
  Verifying   : krb5-devel-1.14-8.fc23.x86_64                                                                                                                               36/77
  Verifying   : libcollection-devel-0.7.0-27.fc23.x86_64                                                                                                                    37/77
  Verifying   : libdhash-devel-0.4.3-27.fc23.x86_64                                                                                                                         38/77
  Verifying   : libini_config-devel-1.2.0-27.fc23.x86_64                                                                                                                    39/77
  Verifying   : libnfsidmap-devel-0.26-3.1.fc23.x86_64                                                                                                                      40/77
  Verifying   : libnl3-devel-3.2.27-1.fc23.x86_64                                                                                                                           41/77
  Verifying   : libselinux-devel-2.4-4.fc23.x86_64                                                                                                                          42/77
  Verifying   : libsemanage-devel-2.4-4.fc23.x86_64                                                                                                                         43/77
  Verifying   : libsmbclient-devel-2:4.3.4-1.fc23.x86_64                                                                                                                    44/77
  Verifying   : libtool-2.4.6-8.fc23.x86_64                                                                                                                                 45/77
  Verifying   : nspr-devel-4.11.0-1.fc23.x86_64                                                                                                                             46/77
  Verifying   : nss-devel-3.22.0-1.0.fc23.x86_64                                                                                                                            47/77
  Verifying   : openldap-devel-2.4.40-14.fc23.x86_64                                                                                                                        48/77
  Verifying   : cyrus-sasl-devel-2.1.26-25.2.fc23.x86_64                                                                                                                    49/77
  Verifying   : cyrus-sasl-2.1.26-25.2.fc23.x86_64                                                                                                                          50/77
  Verifying   : pam-devel-1.2.1-2.fc23.x86_64                                                                                                                               51/77
  Verifying   : pcre-devel-8.38-5.fc23.x86_64                                                                                                                               52/77
  Verifying   : popt-devel-1.16-6.fc23.x86_64                                                                                                                               53/77
  Verifying   : python-devel-2.7.10-8.fc23.x86_64                                                                                                                           54/77
  Verifying   : python-macros-2.7.10-8.fc23.noarch                                                                                                                          55/77
  Verifying   : python3-devel-3.4.3-5.fc23.x86_64                                                                                                                           56/77
  Verifying   : libnl3-cli-3.2.27-1.fc23.x86_64                                                                                                                             57/77
  Verifying   : perl-Math-Complex-1.59-350.fc23.noarch                                                                                                                      58/77
  Verifying   : libsepol-devel-2.4-1.fc23.x86_64                                                                                                                            59/77
  Verifying   : ustr-devel-1.0.4-18.fc22.x86_64                                                                                                                             60/77
  Verifying   : libbasicobjects-devel-0.1.1-27.fc23.x86_64                                                                                                                  61/77
  Verifying   : libref_array-devel-0.1.5-27.fc23.x86_64                                                                                                                     62/77
  Verifying   : subunit-devel-1.2.0-1.fc23.x86_64                                                                                                                           63/77
  Verifying   : subunit-1.2.0-1.fc23.x86_64                                                                                                                                 64/77
  Verifying   : libxml2-devel-2.9.3-2.fc23.x86_64                                                                                                                           65/77
  Verifying   : cmake-3.4.1-4.fc23.x86_64                                                                                                                                   66/77
  Verifying   : jsoncpp-0.6.0-0.18.rc2.fc23.x86_64                                                                                                                          67/77
  Verifying   : nss-softokn-devel-3.22.0-1.0.fc23.x86_64                                                                                                                    68/77
  Verifying   : nss-softokn-freebl-devel-3.22.0-1.0.fc23.x86_64                                                                                                             69/77
  Verifying   : nss-util-devel-3.22.0-1.0.fc23.x86_64                                                                                                                       70/77
  Verifying   : createrepo_c-0.10.0-2.fc23.x86_64                                                                                                                           71/77
  Verifying   : drpm-0.2.0-3.fc23.x86_64                                                                                                                                    72/77
  Verifying   : xz-devel-5.2.1-3.fc23.x86_64                                                                                                                                73/77
  Verifying   : zlib-devel-1.2.8-9.fc23.x86_64                                                                                                                              74/77
  Verifying   : libcom_err-devel-1.42.13-3.fc23.x86_64                                                                                                                      75/77
  Verifying   : libverto-devel-0.2.6-5.fc23.x86_64                                                                                                                          76/77
  Verifying   : createrepo_c-libs-0.10.0-2.fc23.x86_64                                                                                                                      77/77

Installed:
  augeas-devel.x86_64 1.4.0-2.fc23        augeas-libs.x86_64 1.4.0-2.fc23           c-ares-devel.x86_64 1.10.0-5.fc23                check.x86_64 0.10.0-1.fc23
  check-devel.x86_64 0.10.0-1.fc23        cifs-utils-devel.x86_64 6.4-4.fc23        cmake.x86_64 3.4.1-4.fc23                        createrepo_c.x86_64 0.10.0-2.fc23
  createrepo_c-libs.x86_64 0.10.0-2.fc23  cyrus-sasl.x86_64 2.1.26-25.2.fc23        cyrus-sasl-devel.x86_64 2.1.26-25.2.fc23         dbus-devel.x86_64 1:1.10.6-1.fc23
  docbook-dtds.noarch 1.0-64.fc23         docbook-style-xsl.noarch 1.78.1-4.fc23    doxygen.x86_64 1:1.8.10-6.fc23                   drpm.x86_64 0.2.0-3.fc23
  fakeroot.x86_64 1.20.2-3.fc23           fakeroot-libs.x86_64 1.20.2-3.fc23        gd.x86_64 2.1.1-4.fc23                           gettext-common-devel.noarch 0.19.7-3.fc23
  gettext-devel.x86_64 0.19.7-3.fc23      glib2-devel.x86_64 2.46.2-1.fc23          jsoncpp.x86_64 0.6.0-0.18.rc2.fc23               keyutils-libs-devel.x86_64 1.5.9-7.fc23
  krb5-devel.x86_64 1.14-8.fc23           lcov.noarch 1.10-5.fc23                   libXpm.x86_64 3.5.11-4.fc23                      libbasicobjects-devel.x86_64 0.1.1-27.fc23
  libcmocka.x86_64 1.0.1-2.fc23           libcmocka-devel.x86_64 1.0.1-2.fc23       libcollection-devel.x86_64 0.7.0-27.fc23         libcom_err-devel.x86_64 1.42.13-3.fc23
  libdhash-devel.x86_64 0.4.3-27.fc23     libini_config-devel.x86_64 1.2.0-27.fc23  libnfsidmap-devel.x86_64 0.26-3.1.fc23           libnl3-cli.x86_64 3.2.27-1.fc23
  libnl3-devel.x86_64 3.2.27-1.fc23       libref_array-devel.x86_64 0.1.5-27.fc23   libselinux-devel.x86_64 2.4-4.fc23               libsemanage-devel.x86_64 2.4-4.fc23
  libsepol-devel.x86_64 2.4-1.fc23        libsmbclient-devel.x86_64 2:4.3.4-1.fc23  libtool.x86_64 2.4.6-8.fc23                      libverto-devel.x86_64 0.2.6-5.fc23
  libvpx.x86_64 1.4.0-5.fc23              libxml2-devel.x86_64 2.9.3-2.fc23         mock.noarch 1.2.14-1.fc23                        nspr-devel.x86_64 4.11.0-1.fc23
  nss-devel.x86_64 3.22.0-1.0.fc23        nss-softokn-devel.x86_64 3.22.0-1.0.fc23  nss-softokn-freebl-devel.x86_64 3.22.0-1.0.fc23  nss-util-devel.x86_64 3.22.0-1.0.fc23
  nss_wrapper.x86_64 1.1.0-1.fc23         openldap-clients.x86_64 2.4.40-14.fc23    openldap-devel.x86_64 2.4.40-14.fc23             openldap-servers.x86_64 2.4.40-14.fc23
  pam-devel.x86_64 1.2.1-2.fc23           pcre-devel.x86_64 8.38-5.fc23             perl-GD.x86_64 2.56-5.fc23                       perl-Math-Complex.noarch 1.59-350.fc23
  pigz.x86_64 2.3.3-3.fc23                popt-devel.x86_64 1.16-6.fc23             pytest.noarch 2.7.3-1.fc23                       python-devel.x86_64 2.7.10-8.fc23
  python-macros.noarch 2.7.10-8.fc23      python-py.noarch 1.4.30-1.fc23            python3-devel.x86_64 3.4.3-5.fc23                sgml-common.noarch 0.6.3-43.fc23
  subunit.x86_64 1.2.0-1.fc23             subunit-devel.x86_64 1.2.0-1.fc23         uid_wrapper.x86_64 1.2.0-1.fc23                  usermode.x86_64 1.111-7.fc23
  ustr-devel.x86_64 1.0.4-18.fc22         valgrind.x86_64 1:3.11.0-8.fc23           xml-common.noarch 0.6.3-43.fc23                  xz-devel.x86_64 5.2.1-3.fc23
  zlib-devel.x86_64 1.2.8-9.fc23

Complete!