You are not logged in.
Pages: 1
I have already compiled the libxfce4util,but computer still cannot find the libxfce4util when I install exo.
What should I do to solve this problem? Thanks.
Offline
For some reason,I don't want to install xfce by yum.
Offline
Hello and welcome.
You'll need to provide more information if someone is going to be able to assist you, Namely:
1. Are you installing from git or specific tar packages? If tar packages, which ones?
2. Are you following the build instructions?
3. What configure/autogen parameters are you using for both libexfce4util and exo?
4. What are the displayed results when you run configure/autogen and make?
5. Did you run make install on libxfce4util? Was it successful?
6. What is the exact error message? If its related to not finding a file, is the file located in the place it is looking? Is it located elsewhere on your computer?
For some reason,I don't want to install xfce by yum.
Why not? It really is the easier option than trying to build the DE from source.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[root@localhost ~]# tar -jxf xfce-4.12.tar.bz2
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[root@localhost ~]# ls
anaconda-ks.cfg xfce-4.12.tar.bz2
[root@localhost ~]# yum install bzip2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================== Package Arch Version Repository Size
==========================================================================================================Installing:
bzip2 x86_64 1.0.6-13.el7 base 52 k
Transaction Summary
==========================================================================================================Install 1 Package
Total download size: 52 k
Installed size: 82 k
Is this ok [y/d/N]: y
Downloading packages:
bzip2-1.0.6-13.el7.x86_64.rpm | 52 kB 00:00:00 Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : bzip2-1.0.6-13.el7.x86_64 1/1 Verifying : bzip2-1.0.6-13.el7.x86_64 1/1
Installed:
bzip2.x86_64 0:1.0.6-13.el7
Complete!
[root@localhost ~]# tar -jxf xfce-4.12.tar.bz2
[root@localhost ~]# ls
anaconda-ks.cfg src xfce-4.12.tar.bz2
[root@localhost ~]# cd src
[root@localhost src]# ls
exo-0.10.3.tar.bz2 thunar-volman-0.8.1.tar.bz2 xfce4-session-4.12.0.tar.bz2
garcon-0.4.0.tar.bz2 tumbler-0.1.31.tar.bz2 xfce4-settings-4.12.0.tar.bz2
gtk-xfce-engine-2.10.0.tar.bz2 xfce4-appfinder-4.12.0.tar.bz2 xfconf-4.12.0.tar.bz2
libxfce4ui-4.12.0.tar.bz2 xfce4-dev-tools-4.12.0.tar.bz2 xfdesktop-4.12.0.tar.bz2
libxfce4util-4.12.1.tar.bz2 xfce4-panel-4.12.0.tar.bz2 xfwm4-4.12.0.tar.bz2
Thunar-1.6.6.tar.bz2 xfce4-power-manager-1.4.3.tar.bz2
[root@localhost src]# tar -jxf exo-0.10.3.tar.bz2
[root@localhost src]# tar -jxf libxfce4util-4.12.1.tar.bz2
[root@localhost src]# cd libxfce4util-4.12.1
[root@localhost libxfce4util-4.12.1]# ls
aclocal.m4 config.sub gtk-doc.make libxfce4util po xfce4-kiosk-query
AUTHORS configure INSTALL ltmain.sh README
ChangeLog configure.ac install-sh Makefile.am README.Kiosk
compile COPYING intltool-extract.in Makefile.in test-driver
config.guess depcomp intltool-merge.in missing THANKS
config.h.in docs intltool-update.in NEWS TODO
[root@localhost libxfce4util-4.12.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/root/src/libxfce4util-4.12.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
[root@localhost libxfce4util-4.12.1]# yum install gcc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 0:4.8.5-4.el7 will be installed
--> Processing Dependency: cpp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-4.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-4.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-4.el7.x86_64
--> Running transaction check
---> Package cpp.x86_64 0:4.8.5-4.el7 will be installed
---> Package glibc-devel.x86_64 0:2.17-106.el7_2.8 will be installed
--> Processing Dependency: glibc-headers = 2.17-106.el7_2.8 for package: glibc-devel-2.17-106.el7_2.8.x86_64
--> Processing Dependency: glibc = 2.17-106.el7_2.8 for package: glibc-devel-2.17-106.el7_2.8.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.el7_2.8.x86_64
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
--> Running transaction check
---> Package glibc.x86_64 0:2.17-105.el7 will be updated
--> Processing Dependency: glibc = 2.17-105.el7 for package: glibc-common-2.17-105.el7.x86_64
---> Package glibc.x86_64 0:2.17-106.el7_2.8 will be an update
---> Package glibc-headers.x86_64 0:2.17-106.el7_2.8 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.el7_2.8.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.el7_2.8.x86_64
--> Running transaction check
---> Package glibc-common.x86_64 0:2.17-105.el7 will be updated
---> Package glibc-common.x86_64 0:2.17-106.el7_2.8 will be an update
---> Package kernel-headers.x86_64 0:3.10.0-327.28.2.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================== Package Arch Version Repository Size
==========================================================================================================Installing:
gcc x86_64 4.8.5-4.el7 base 16 M
Installing for dependencies:
cpp x86_64 4.8.5-4.el7 base 5.9 M
glibc-devel x86_64 2.17-106.el7_2.8 updates 1.0 M
glibc-headers x86_64 2.17-106.el7_2.8 updates 663 k
kernel-headers x86_64 3.10.0-327.28.2.el7 updates 3.2 M
libmpc x86_64 1.0.1-3.el7 base 51 k
mpfr x86_64 3.1.1-4.el7 base 203 k
Updating for dependencies:
glibc x86_64 2.17-106.el7_2.8 updates 3.6 M
glibc-common x86_64 2.17-106.el7_2.8 updates 11 M
Transaction Summary
==========================================================================================================Install 1 Package (+6 Dependent packages)
Upgrade ( 2 Dependent packages)
Total download size: 42 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/9): cpp-4.8.5-4.el7.x86_64.rpm | 5.9 MB 00:00:12 (2/9): glibc-2.17-106.el7_2.8.x86_64.rpm | 3.6 MB 00:00:13 (3/9): glibc-headers-2.17-106.el7_2.8.x86_64.rpm | 663 kB 00:00:00 (4/9): glibc-devel-2.17-106.el7_2.8.x86_64.rpm | 1.0 MB 00:00:00 (5/9): libmpc-1.0.1-3.el7.x86_64.rpm | 51 kB 00:00:00 (6/9): kernel-headers-3.10.0-327.28.2.el7.x86_64.rpm | 3.2 MB 00:00:02 (7/9): mpfr-3.1.1-4.el7.x86_64.rpm | 203 kB 00:00:01 (8/9): glibc-common-2.17-106.el7_2.8.x86_64.rpm | 11 MB 00:00:16 (9/9): gcc-4.8.5-4.el7.x86_64.rpm | 16 MB 00:00:18 ----------------------------------------------------------------------------------------------------------Total 2.3 MB/s | 42 MB 00:00:18 Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : glibc-2.17-106.el7_2.8.x86_64 1/11 Updating : glibc-common-2.17-106.el7_2.8.x86_64 2/11 Installing : mpfr-3.1.1-4.el7.x86_64 3/11 Installing : libmpc-1.0.1-3.el7.x86_64 4/11 Installing : cpp-4.8.5-4.el7.x86_64 5/11 Installing : kernel-headers-3.10.0-327.28.2.el7.x86_64 6/11 Installing : glibc-headers-2.17-106.el7_2.8.x86_64 7/11 Installing : glibc-devel-2.17-106.el7_2.8.x86_64 8/11 Installing : gcc-4.8.5-4.el7.x86_64 9/11 Cleanup : glibc-2.17-105.el7.x86_64 10/11 Cleanup : glibc-common-2.17-105.el7.x86_64 11/11 Verifying : gcc-4.8.5-4.el7.x86_64 1/11 Verifying : cpp-4.8.5-4.el7.x86_64 2/11 Verifying : glibc-devel-2.17-106.el7_2.8.x86_64 3/11 Verifying : mpfr-3.1.1-4.el7.x86_64 4/11 Verifying : glibc-headers-2.17-106.el7_2.8.x86_64 5/11 Verifying : libmpc-1.0.1-3.el7.x86_64 6/11 Verifying : glibc-common-2.17-106.el7_2.8.x86_64 7/11 Verifying : glibc-2.17-106.el7_2.8.x86_64 8/11 Verifying : kernel-headers-3.10.0-327.28.2.el7.x86_64 9/11 Verifying : glibc-2.17-105.el7.x86_64 10/11 Verifying : glibc-common-2.17-105.el7.x86_64 11/11
Installed:
gcc.x86_64 0:4.8.5-4.el7
Dependency Installed:
cpp.x86_64 0:4.8.5-4.el7 glibc-devel.x86_64 0:2.17-106.el7_2.8
glibc-headers.x86_64 0:2.17-106.el7_2.8 kernel-headers.x86_64 0:3.10.0-327.28.2.el7
libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7
Dependency Updated:
glibc.x86_64 0:2.17-106.el7_2.8 glibc-common.x86_64 0:2.17-106.el7_2.8
Complete!
[root@localhost libxfce4util-4.12.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether NLS is requested... yes
./configure: line 5466: intltool-update: command not found
checking for intltool >= 0.31... found
configure: error: Your intltool is too old. You need intltool 0.31 or later.
[root@localhost libxfce4util-4.12.1]# yum search intltool
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
========================================= N/S matched: intltool ==========================================intltool.noarch : Utility for internationalizing various kinds of data files
Name and summary matches only, use "search all" for everything.
[root@localhost libxfce4util-4.12.1]# yum install intltool.noarch
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package intltool.noarch 0:0.50.2-6.el7 will be installed
--> Processing Dependency: perl(strict) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(bytes) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(Text::Wrap) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(Getopt::Long) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(File::Find) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(File::Copy) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(File::Basename) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(Encode) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: perl(Cwd) for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: patch for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: gettext-devel for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: automake for package: intltool-0.50.2-6.el7.noarch
--> Processing Dependency: /usr/bin/perl for package: intltool-0.50.2-6.el7.noarch
--> Running transaction check
---> Package automake.noarch 0:1.13.4-3.el7 will be installed
--> Processing Dependency: autoconf >= 2.65 for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(constant) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(File::Path) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Exporter) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Carp) for package: automake-1.13.4-3.el7.noarch
---> Package gettext-devel.x86_64 0:0.18.2.1-4.el7 will be installed
--> Processing Dependency: gettext-common-devel = 0.18.2.1-4.el7 for package: gettext-devel-0.18.2.1-4.el7.x86_64
--> Processing Dependency: git for package: gettext-devel-0.18.2.1-4.el7.x86_64
---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
---> Package perl.x86_64 4:5.16.3-286.el7 will be installed
--> Processing Dependency: perl-libs = 4:5.16.3-286.el7 for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-286.el7.x86_64
--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-286.el7.x86_64
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed
--> Running transaction check
---> Package autoconf.noarch 0:2.69-11.el7 will be installed
--> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
---> Package gettext-common-devel.noarch 0:0.18.2.1-4.el7 will be installed
---> Package git.x86_64 0:1.8.3.1-6.el7_2.1 will be installed
--> Processing Dependency: perl-Git = 1.8.3.1-6.el7_2.1 for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: rsync for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7_2.1.x86_64
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be installed
---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
--> Running transaction check
---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
---> Package perl-Git.noarch 0:1.8.3.1-6.el7_2.1 will be installed
---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed
--> Running transaction check
---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================== Package Arch Version Repository Size
==========================================================================================================Installing:
intltool noarch 0.50.2-6.el7 base 59 k
Installing for dependencies:
autoconf noarch 2.69-11.el7 base 701 k
automake noarch 1.13.4-3.el7 base 679 k
gettext-common-devel noarch 0.18.2.1-4.el7 base 368 k
gettext-devel x86_64 0.18.2.1-4.el7 base 315 k
git x86_64 1.8.3.1-6.el7_2.1 updates 4.4 M
libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
m4 x86_64 1.4.16-10.el7 base 256 k
patch x86_64 2.7.1-8.el7 base 110 k
perl x86_64 4:5.16.3-286.el7 base 8.0 M
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Error noarch 1:0.17020-2.el7 base 32 k
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-2.el7 base 56 k
perl-Git noarch 1.8.3.1-6.el7_2.1 updates 53 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-Pod-Escapes noarch 1:1.04-286.el7 base 50 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-3.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-TermReadKey x86_64 2.30-20.el7 base 31 k
perl-Test-Harness noarch 3.28-3.el7 base 302 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Thread-Queue noarch 3.02-2.el7 base 17 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-XML-Parser x86_64 2.41-10.el7 base 223 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-286.el7 base 687 k
perl-macros x86_64 4:5.16.3-286.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
rsync x86_64 3.0.9-17.el7 base 360 k
Transaction Summary
==========================================================================================================Install 1 Package (+43 Dependent packages)
Total download size: 19 M
Installed size: 67 M
Is this ok [y/d/N]: y
Downloading packages:
(1/44): gettext-devel-0.18.2.1-4.el7.x86_64.rpm | 315 kB 00:00:00 (2/44): intltool-0.50.2-6.el7.noarch.rpm | 59 kB 00:00:00 (3/44): libgnome-keyring-3.8.0-3.el7.x86_64.rpm | 109 kB 00:00:00 (4/44): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00:00 (5/44): m4-1.4.16-10.el7.x86_64.rpm | 256 kB 00:00:00 (6/44): gettext-common-devel-0.18.2.1-4.el7.noarch.rpm | 368 kB 00:00:00 (7/44): patch-2.7.1-8.el7.x86_64.rpm | 110 kB 00:00:00 (8/44): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00:00 (9/44): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00:00 (10/44): perl-Error-0.17020-2.el7.noarch.rpm | 32 kB 00:00:00 (11/44): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00:00 (12/44): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00:00 (13/44): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00:00 (14/44): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00:00 (15/44): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:00:01 (16/44): perl-Getopt-Long-2.40-2.el7.noarch.rpm | 56 kB 00:00:00 (17/44): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00:00 (18/44): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00:00 (19/44): perl-Pod-Escapes-1.04-286.el7.noarch.rpm | 50 kB 00:00:00 (20/44): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00:00 (21/44): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:00:00 (22/44): perl-Git-1.8.3.1-6.el7_2.1.noarch.rpm | 53 kB 00:00:00 (23/44): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00:00 (24/44): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00:00 (25/44): perl-Socket-2.010-3.el7.x86_64.rpm | 49 kB 00:00:00 (26/44): perl-TermReadKey-2.30-20.el7.x86_64.rpm | 31 kB 00:00:00 (27/44): perl-5.16.3-286.el7.x86_64.rpm | 8.0 MB 00:00:01 (28/44): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00:00 (29/44): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:00:01 (30/44): perl-Test-Harness-3.28-3.el7.noarch.rpm | 302 kB 00:00:00 (31/44): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00:00 (32/44): perl-XML-Parser-2.41-10.el7.x86_64.rpm | 223 kB 00:00:00 (33/44): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00:00 (34/44): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00:00 (35/44): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00:00 (36/44): perl-macros-5.16.3-286.el7.x86_64.rpm | 43 kB 00:00:00 (37/44): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00:00 (38/44): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00:00 (39/44): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00:00 (40/44): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00:00 (41/44): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00:00 (42/44): perl-libs-5.16.3-286.el7.x86_64.rpm | 687 kB 00:00:00 (43/44): rsync-3.0.9-17.el7.x86_64.rpm | 360 kB 00:00:00 (44/44): git-1.8.3.1-6.el7_2.1.x86_64.rpm | 4.4 MB 00:00:05 ----------------------------------------------------------------------------------------------------------Total 3.6 MB/s | 19 MB 00:00:05 Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:perl-parent-0.225-244.el7.noarch 1/44 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 2/44 Installing : perl-podlators-2.5.1-3.el7.noarch 3/44 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 4/44 Installing : 1:perl-Pod-Escapes-1.04-286.el7.noarch 5/44 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 6/44 Installing : perl-Encode-2.51-7.el7.x86_64 7/44 Installing : perl-Pod-Usage-1.63-3.el7.noarch 8/44 Installing : 4:perl-libs-5.16.3-286.el7.x86_64 9/44 Installing : 4:perl-macros-5.16.3-286.el7.x86_64 10/44 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 11/44 Installing : perl-Exporter-5.68-3.el7.noarch 12/44 Installing : perl-constant-1.27-2.el7.noarch 13/44 Installing : perl-Time-Local-1.2300-2.el7.noarch 14/44 Installing : perl-Socket-2.010-3.el7.x86_64 15/44 Installing : perl-Carp-1.26-244.el7.noarch 16/44 Installing : perl-Storable-2.45-3.el7.x86_64 17/44 Installing : perl-PathTools-3.40-5.el7.x86_64 18/44 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 19/44 Installing : perl-File-Temp-0.23.01-3.el7.noarch 20/44 Installing : perl-File-Path-2.09-2.el7.noarch 21/44 Installing : perl-threads-shared-1.43-6.el7.x86_64 22/44 Installing : perl-threads-1.87-4.el7.x86_64 23/44 Installing : perl-Filter-1.49-3.el7.x86_64 24/44 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 25/44 Installing : perl-Getopt-Long-2.40-2.el7.noarch 26/44 Installing : 4:perl-5.16.3-286.el7.x86_64 27/44 Installing : 1:perl-Error-0.17020-2.el7.noarch 28/44 Installing : perl-XML-Parser-2.41-10.el7.x86_64 29/44 Installing : perl-TermReadKey-2.30-20.el7.x86_64 30/44 Installing : perl-Thread-Queue-3.02-2.el7.noarch 31/44 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 32/44 Installing : perl-Test-Harness-3.28-3.el7.noarch 33/44 Installing : rsync-3.0.9-17.el7.x86_64 34/44 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 35/44 Installing : perl-Git-1.8.3.1-6.el7_2.1.noarch 36/44 Installing : git-1.8.3.1-6.el7_2.1.x86_64 37/44 Installing : patch-2.7.1-8.el7.x86_64 38/44 Installing : m4-1.4.16-10.el7.x86_64 39/44 Installing : autoconf-2.69-11.el7.noarch 40/44 Installing : automake-1.13.4-3.el7.noarch 41/44 Installing : gettext-common-devel-0.18.2.1-4.el7.noarch 42/44 Installing : gettext-devel-0.18.2.1-4.el7.x86_64 43/44 Installing : intltool-0.50.2-6.el7.noarch 44/44 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/44 Verifying : perl-XML-Parser-2.41-10.el7.x86_64 2/44 Verifying : perl-threads-shared-1.43-6.el7.x86_64 3/44 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 4/44 Verifying : perl-Exporter-5.68-3.el7.noarch 5/44 Verifying : perl-constant-1.27-2.el7.noarch 6/44 Verifying : perl-PathTools-3.40-5.el7.x86_64 7/44 Verifying : automake-1.13.4-3.el7.noarch 8/44 Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 9/44 Verifying : gettext-common-devel-0.18.2.1-4.el7.noarch 10/44 Verifying : 1:perl-Pod-Escapes-1.04-286.el7.noarch 11/44 Verifying : 4:perl-macros-5.16.3-286.el7.x86_64 12/44 Verifying : 1:perl-Error-0.17020-2.el7.noarch 13/44 Verifying : m4-1.4.16-10.el7.x86_64 14/44 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 15/44 Verifying : 4:perl-5.16.3-286.el7.x86_64 16/44 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 17/44 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 18/44 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 19/44 Verifying : perl-Time-Local-1.2300-2.el7.noarch 20/44 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 21/44 Verifying : patch-2.7.1-8.el7.x86_64 22/44 Verifying : perl-Socket-2.010-3.el7.x86_64 23/44 Verifying : perl-Carp-1.26-244.el7.noarch 24/44 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 25/44 Verifying : perl-Git-1.8.3.1-6.el7_2.1.noarch 26/44 Verifying : 1:perl-parent-0.225-244.el7.noarch 27/44 Verifying : perl-Storable-2.45-3.el7.x86_64 28/44 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 29/44 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 30/44 Verifying : gettext-devel-0.18.2.1-4.el7.x86_64 31/44 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 32/44 Verifying : perl-Encode-2.51-7.el7.x86_64 33/44 Verifying : perl-podlators-2.5.1-3.el7.noarch 34/44 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 35/44 Verifying : autoconf-2.69-11.el7.noarch 36/44 Verifying : intltool-0.50.2-6.el7.noarch 37/44 Verifying : perl-File-Path-2.09-2.el7.noarch 38/44 Verifying : perl-threads-1.87-4.el7.x86_64 39/44 Verifying : perl-Filter-1.49-3.el7.x86_64 40/44 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 41/44 Verifying : git-1.8.3.1-6.el7_2.1.x86_64 42/44 Verifying : rsync-3.0.9-17.el7.x86_64 43/44 Verifying : perl-Test-Harness-3.28-3.el7.noarch 44/44
Installed:
intltool.noarch 0:0.50.2-6.el7
Dependency Installed:
autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7
gettext-common-devel.noarch 0:0.18.2.1-4.el7 gettext-devel.x86_64 0:0.18.2.1-4.el7
git.x86_64 0:1.8.3.1-6.el7_2.1 libgnome-keyring.x86_64 0:3.8.0-3.el7
m4.x86_64 0:1.4.16-10.el7 patch.x86_64 0:2.7.1-8.el7
perl.x86_64 4:5.16.3-286.el7 perl-Carp.noarch 0:1.26-244.el7
perl-Data-Dumper.x86_64 0:2.145-3.el7 perl-Encode.x86_64 0:2.51-7.el7
perl-Error.noarch 1:0.17020-2.el7 perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-2.el7
perl-Git.noarch 0:1.8.3.1-6.el7_2.1 perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-286.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-3.el7 perl-Storable.x86_64 0:2.45-3.el7
perl-TermReadKey.x86_64 0:2.30-20.el7 perl-Test-Harness.noarch 0:3.28-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Thread-Queue.noarch 0:3.02-2.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7
perl-XML-Parser.x86_64 0:2.41-10.el7 perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-286.el7 perl-macros.x86_64 4:5.16.3-286.el7
perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7
rsync.x86_64 0:3.0.9-17.el7
Complete!
[root@localhost libxfce4util-4.12.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether NLS is requested... yes
checking for intltool >= 0.31... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.16.3
checking for perl5... no
checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for gethostname... yes
checking for getpwnam... yes
checking for setenv... yes
checking for setlocale... yes
checking for strdup... yes
checking for unsetenv... yes
checking for bind_textdomain_codeset... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... am ar ast bg bn ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt pt_BR ro ru si sk sq sr sv th tr ug uk ur ur_PK uz zh_CN zh_HK zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.24.0... not found
*** The required package glib-2.0 was not found on your system.
*** Please install glib-2.0 (atleast version 2.24.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
[root@localhost libxfce4util-4.12.1]# yum search glib2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
=========================================== N/S matched: glib2 ===========================================compat-libpackagekit-glib2-16.i686 : Compatibility package with PackageKit 0.8 libraries
compat-libpackagekit-glib2-16.x86_64 : Compatibility package with PackageKit 0.8 libraries
glib2.i686 : A library of handy utility functions
glib2.x86_64 : A library of handy utility functions
glib2-devel.i686 : A library of handy utility functions
glib2-devel.x86_64 : A library of handy utility functions
glib2-doc.noarch : A library of handy utility functions
glib2-fam.x86_64 : FAM monitoring module for GIO
pulseaudio-libs-glib2.i686 : GLIB 2.x bindings for PulseAudio clients
pulseaudio-libs-glib2.x86_64 : GLIB 2.x bindings for PulseAudio clients
spice-glib-devel.i686 : Development files to build Glib2 applications with spice-glib-2.0
spice-glib-devel.x86_64 : Development files to build Glib2 applications with spice-glib-2.0
Name and summary matches only, use "search all" for everything.
[root@localhost libxfce4util-4.12.1]# yum install glib2-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package glib2-devel.x86_64 0:2.42.2-5.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================== Package Arch Version Repository Size
==========================================================================================================Installing:
glib2-devel x86_64 2.42.2-5.el7 base 448 k
Transaction Summary
==========================================================================================================Install 1 Package
Total download size: 448 k
Installed size: 2.4 M
Is this ok [y/d/N]: y
Downloading packages:
glib2-devel-2.42.2-5.el7.x86_64.rpm | 448 kB 00:00:00 Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : glib2-devel-2.42.2-5.el7.x86_64 1/1 Verifying : glib2-devel-2.42.2-5.el7.x86_64 1/1
Installed:
glib2-devel.x86_64 0:2.42.2-5.el7
Complete!
[root@localhost libxfce4util-4.12.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether NLS is requested... yes
checking for intltool >= 0.31... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.16.3
checking for perl5... no
checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for gethostname... yes
checking for getpwnam... yes
checking for setenv... yes
checking for setlocale... yes
checking for strdup... yes
checking for unsetenv... yes
checking for bind_textdomain_codeset... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... am ar ast bg bn ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt pt_BR ro ru si sk sq sr sv th tr ug uk ur ur_PK uz zh_CN zh_HK zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.24.0... 2.42.2
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for gtk-doc... no
configure: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.0 is not found.
checking for gtkdoc-check... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking whether putenv() implementation is broken... yes
checking whether to build with debugging support... minimum
checking whether /usr/bin/ld -m elf_x86_64 accepts --as-needed... yes
checking whether /usr/bin/ld -m elf_x86_64 accepts -O1... yes
checking whether gcc supports the GNUC visibility attribute... yes
checking if gcc supports -Wno-sign-compare... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/version.xml
config.status: creating docs/Makefile
config.status: creating libxfce4util/libxfce4util-1.0.pc
config.status: creating libxfce4util/libxfce4util-config.h
config.status: creating libxfce4util/Makefile
config.status: creating po/Makefile.in
config.status: creating xfce4-kiosk-query/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Build Configuration:
* Debug Support: minimum
* GNU Visibility: yes
[root@localhost libxfce4util-4.12.1]# make
make all-recursive
make[1]: Entering directory `/root/src/libxfce4util-4.12.1'
Making all in libxfce4util
make[2]: Entering directory `/root/src/libxfce4util-4.12.1/libxfce4util'
make all-am
make[3]: Entering directory `/root/src/libxfce4util-4.12.1/libxfce4util'
CC libxfce4util_la-libxfce4util-aliasdef.lo
CC libxfce4util_la-libxfce4util-config.lo
CC libxfce4util_la-libxfce4util-private.lo
CC libxfce4util_la-xfce-fileutils.lo
CC libxfce4util_la-xfce-i18n.lo
CC libxfce4util_la-xfce-kiosk.lo
CC libxfce4util_la-xfce-license.lo
CC libxfce4util_la-xfce-miscutils.lo
CC libxfce4util_la-xfce-posix-signal-handler.lo
CC libxfce4util_la-xfce-rc.lo
CC libxfce4util_la-xfce-rc-config.lo
CC libxfce4util_la-xfce-rc-simple.lo
CC libxfce4util_la-xfce-resource.lo
CC libxfce4util_la-xfce-utf8.lo
CCLD libxfce4util.la
make[3]: Leaving directory `/root/src/libxfce4util-4.12.1/libxfce4util'
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1/libxfce4util'
Making all in docs
make[2]: Entering directory `/root/src/libxfce4util-4.12.1/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1/docs'
Making all in po
make[2]: Entering directory `/root/src/libxfce4util-4.12.1/po'
MSGFMT am.gmo
MSGFMT ar.gmo
MSGFMT ast.gmo
MSGFMT bg.gmo
MSGFMT bn.gmo
MSGFMT ca.gmo
MSGFMT cs.gmo
MSGFMT da.gmo
MSGFMT de.gmo
MSGFMT el.gmo
MSGFMT en_AU.gmo
MSGFMT en_GB.gmo
MSGFMT es.gmo
MSGFMT et.gmo
MSGFMT eu.gmo
MSGFMT fi.gmo
MSGFMT fr.gmo
MSGFMT gl.gmo
MSGFMT he.gmo
MSGFMT hr.gmo
MSGFMT hu.gmo
MSGFMT id.gmo
MSGFMT is.gmo
MSGFMT it.gmo
MSGFMT ja.gmo
MSGFMT kk.gmo
MSGFMT ko.gmo
MSGFMT lt.gmo
MSGFMT lv.gmo
MSGFMT ms.gmo
MSGFMT nb.gmo
MSGFMT nl.gmo
MSGFMT nn.gmo
MSGFMT oc.gmo
MSGFMT pa.gmo
MSGFMT pl.gmo
MSGFMT pt.gmo
MSGFMT pt_BR.gmo
MSGFMT ro.gmo
MSGFMT ru.gmo
MSGFMT si.gmo
MSGFMT sk.gmo
MSGFMT sq.gmo
MSGFMT sr.gmo
MSGFMT sv.gmo
MSGFMT th.gmo
MSGFMT tr.gmo
MSGFMT ug.gmo
MSGFMT uk.gmo
MSGFMT ur.gmo
MSGFMT ur_PK.gmo
MSGFMT uz.gmo
MSGFMT zh_CN.gmo
MSGFMT zh_HK.gmo
MSGFMT zh_TW.gmo
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1/po'
Making all in xfce4-kiosk-query
make[2]: Entering directory `/root/src/libxfce4util-4.12.1/xfce4-kiosk-query'
CC xfce4_kiosk_query-main.o
CCLD xfce4-kiosk-query
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1/xfce4-kiosk-query'
make[2]: Entering directory `/root/src/libxfce4util-4.12.1'
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1'
make[1]: Leaving directory `/root/src/libxfce4util-4.12.1'
[root@localhost libxfce4util-4.12.1]# make install
Making install in libxfce4util
make[1]: Entering directory `/root/src/libxfce4util-4.12.1/libxfce4util'
make install-am
make[2]: Entering directory `/root/src/libxfce4util-4.12.1/libxfce4util'
make[3]: Entering directory `/root/src/libxfce4util-4.12.1/libxfce4util'
/usr/bin/mkdir -p '/usr/local/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libxfce4util.la '/usr/local/lib'
libtool: install: /usr/bin/install -c -m 644 .libs/libxfce4util.so.7.0.0 /usr/local/lib/libxfce4util.so.7.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libxfce4util.so.7.0.0 libxfce4util.so.7 || { rm -f libxfce4util.so.7 && ln -s libxfce4util.so.7.0.0 libxfce4util.so.7; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libxfce4util.so.7.0.0 libxfce4util.so || { rm -f libxfce4util.so && ln -s libxfce4util.so.7.0.0 libxfce4util.so; }; })
libtool: install: /usr/bin/install -c -m 644 .libs/libxfce4util.lai /usr/local/lib/libxfce4util.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib
/usr/bin/mkdir -p '/usr/local/include/xfce4/libxfce4util'
/usr/bin/install -c -m 644 xfce-debug.h xfce-fileutils.h xfce-generics.h xfce-i18n.h xfce-kiosk.h xfce-license.h xfce-miscutils.h xfce-posix-signal-handler.h xfce-rc.h xfce-resource.h xfce-utf8.h libxfce4util.h libxfce4util-config.h '/usr/local/include/xfce4/libxfce4util'
/usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
/usr/bin/install -c -m 644 libxfce4util-1.0.pc '/usr/local/lib/pkgconfig'
make[3]: Leaving directory `/root/src/libxfce4util-4.12.1/libxfce4util'
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1/libxfce4util'
make[1]: Leaving directory `/root/src/libxfce4util-4.12.1/libxfce4util'
Making install in docs
make[1]: Entering directory `/root/src/libxfce4util-4.12.1/docs'
make[2]: Entering directory `/root/src/libxfce4util-4.12.1/docs'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/install -c -m 644 ./html/home.png
/usr/bin/install -c -m 644 ./html/index.html
/usr/bin/install -c -m 644 ./html/index.sgml
/usr/bin/install -c -m 644 ./html/left-insensitive.png
/usr/bin/install -c -m 644 ./html/left.png
/usr/bin/install -c -m 644 ./html/libxfce4util-core.html
/usr/bin/install -c -m 644 ./html/libxfce4util-datatypes.html
/usr/bin/install -c -m 644 ./html/libxfce4util.devhelp2
/usr/bin/install -c -m 644 ./html/libxfce4util-File-Utilities.html
/usr/bin/install -c -m 644 ./html/libxfce4util-fundamentals.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Internationalisation.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Miscellaneous-Utilities.html
/usr/bin/install -c -m 644 ./html/libxfce4util-POSIX-Signal-Handling.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Resource-Config-File-Support.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Resource-lookup-functions.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Software-Licenses.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Unicode-Support-Functions.html
/usr/bin/install -c -m 644 ./html/libxfce4util-utilities.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Version-Information.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Xfce-Generics.html
/usr/bin/install -c -m 644 ./html/libxfce4util-Xfce-Kiosk-functions.html
/usr/bin/install -c -m 644 ./html/reference.html
/usr/bin/install -c -m 644 ./html/right-insensitive.png
/usr/bin/install -c -m 644 ./html/right.png
/usr/bin/install -c -m 644 ./html/style.css
/usr/bin/install -c -m 644 ./html/up-insensitive.png
/usr/bin/install -c -m 644 ./html/up.png
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1/docs'
make[1]: Leaving directory `/root/src/libxfce4util-4.12.1/docs'
Making install in po
make[1]: Entering directory `/root/src/libxfce4util-4.12.1/po'
linguas="am ar ast bg bn ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt pt_BR ro ru si sk sq sr sv th tr ug uk ur ur_PK uz zh_CN zh_HK zh_TW "; \
for lang in $linguas; do \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
/bin/sh /root/src/libxfce4util-4.12.1/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/libxfce4util.mo; \
echo "installing $lang.gmo as $dir/libxfce4util.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/libxfce4util.mo; \
echo "installing ./$lang.gmo as" \
"$dir/libxfce4util.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/libxfce4util.mo.m; \
echo "installing $lang.gmo.m as $dir/libxfce4util.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/libxfce4util.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/libxfce4util.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing am.gmo as /usr/local/share/locale/am/LC_MESSAGES/libxfce4util.mo
installing ar.gmo as /usr/local/share/locale/ar/LC_MESSAGES/libxfce4util.mo
installing ast.gmo as /usr/local/share/locale/ast/LC_MESSAGES/libxfce4util.mo
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/libxfce4util.mo
installing bn.gmo as /usr/local/share/locale/bn/LC_MESSAGES/libxfce4util.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/libxfce4util.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/libxfce4util.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/libxfce4util.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/libxfce4util.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/libxfce4util.mo
installing en_AU.gmo as /usr/local/share/locale/en_AU/LC_MESSAGES/libxfce4util.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/libxfce4util.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/libxfce4util.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/libxfce4util.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/libxfce4util.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/libxfce4util.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/libxfce4util.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/libxfce4util.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/libxfce4util.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/libxfce4util.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/libxfce4util.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/libxfce4util.mo
installing is.gmo as /usr/local/share/locale/is/LC_MESSAGES/libxfce4util.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/libxfce4util.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/libxfce4util.mo
installing kk.gmo as /usr/local/share/locale/kk/LC_MESSAGES/libxfce4util.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/libxfce4util.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/libxfce4util.mo
installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/libxfce4util.mo
installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/libxfce4util.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/libxfce4util.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/libxfce4util.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/libxfce4util.mo
installing oc.gmo as /usr/local/share/locale/oc/LC_MESSAGES/libxfce4util.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/libxfce4util.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/libxfce4util.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/libxfce4util.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/libxfce4util.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/libxfce4util.mo
installing si.gmo as /usr/local/share/locale/si/LC_MESSAGES/libxfce4util.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/libxfce4util.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/libxfce4util.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/libxfce4util.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/libxfce4util.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/libxfce4util.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/libxfce4util.mo
installing ug.gmo as /usr/local/share/locale/ug/LC_MESSAGES/libxfce4util.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/libxfce4util.mo
installing ur.gmo as /usr/local/share/locale/ur/LC_MESSAGES/libxfce4util.mo
installing ur_PK.gmo as /usr/local/share/locale/ur_PK/LC_MESSAGES/libxfce4util.mo
installing uz.gmo as /usr/local/share/locale/uz/LC_MESSAGES/libxfce4util.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/libxfce4util.mo
installing zh_HK.gmo as /usr/local/share/locale/zh_HK/LC_MESSAGES/libxfce4util.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/libxfce4util.mo
make[1]: Leaving directory `/root/src/libxfce4util-4.12.1/po'
Making install in xfce4-kiosk-query
make[1]: Entering directory `/root/src/libxfce4util-4.12.1/xfce4-kiosk-query'
make[2]: Entering directory `/root/src/libxfce4util-4.12.1/xfce4-kiosk-query'
/usr/bin/mkdir -p '/usr/local/sbin'
/bin/sh ../libtool --mode=install /usr/bin/install -c xfce4-kiosk-query '/usr/local/sbin'
libtool: install: /usr/bin/install -c .libs/xfce4-kiosk-query /usr/local/sbin/xfce4-kiosk-query
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1/xfce4-kiosk-query'
make[1]: Leaving directory `/root/src/libxfce4util-4.12.1/xfce4-kiosk-query'
make[1]: Entering directory `/root/src/libxfce4util-4.12.1'
make[2]: Entering directory `/root/src/libxfce4util-4.12.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/src/libxfce4util-4.12.1'
make[1]: Leaving directory `/root/src/libxfce4util-4.12.1'
[root@localhost libxfce4util-4.12.1]# cd ..
[root@localhost src]# cd exo-0.10.3
[root@localhost exo-0.10.3]# ls
acinclude.m4 config.sub exo icons Makefile.am README
aclocal.m4 configure exo-csource INSTALL Makefile.in tests
AUTHORS configure.ac exo-desktop-item-edit install-sh missing THANKS
ChangeLog COPYING exo-helper intltool-extract.in mkinstalldirs TODO
compile COPYING.LIB exo-open intltool-merge.in NEWS
config.guess depcomp gtk-doc.make intltool-update.in pixmaps
config.h.in docs HACKING ltmain.sh po
[root@localhost exo-0.10.3]# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking if building for some Win32 platform... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.16.3
checking for perl5... no
checking for perl... perl
checking for perl module URI::Escape... no
checking for perl module URI::file... no
checking for perl module URI::URL... no
configure: error: Atleast one of the required Perl modules (URI::Escape, URI::file and URI::URL) was not found on your system
[root@localhost exo-0.10.3]# yum install perl-URI
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
--> Running transaction check
---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
--> Running transaction check
---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================== Package Arch Version Repository Size
==========================================================================================================Installing:
perl-URI noarch 1.60-9.el7 base 106 k
Installing for dependencies:
perl-Business-ISBN noarch 2.06-2.el7 base 25 k
perl-Business-ISBN-Data noarch 20120719.001-2.el7 base 24 k
Transaction Summary
==========================================================================================================Install 1 Package (+2 Dependent packages)
Total download size: 156 k
Installed size: 390 k
Is this ok [y/d/N]: y
Downloading packages:
(1/3): perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm | 24 kB 00:00:00 (2/3): perl-Business-ISBN-2.06-2.el7.noarch.rpm | 25 kB 00:00:00 (3/3): perl-URI-1.60-9.el7.noarch.rpm | 106 kB 00:00:00 ----------------------------------------------------------------------------------------------------------Total 476 kB/s | 156 kB 00:00:00 Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 1/3 Installing : perl-Business-ISBN-2.06-2.el7.noarch 2/3 Installing : perl-URI-1.60-9.el7.noarch 3/3 Verifying : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 1/3 Verifying : perl-URI-1.60-9.el7.noarch 2/3 Verifying : perl-Business-ISBN-2.06-2.el7.noarch 3/3
Installed:
perl-URI.noarch 0:1.60-9.el7
Dependency Installed:
perl-Business-ISBN.noarch 0:2.06-2.el7 perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
Complete!
[root@localhost exo-0.10.3]#
[root@localhost exo-0.10.3]#
[root@localhost exo-0.10.3]# yum install gtk2-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.163.com
* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package gtk2-devel.x86_64 0:2.24.28-8.el7 will be installed
--> Processing Dependency: gtk2 = 2.24.28-8.el7 for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: pango-devel >= 1.20.0-1 for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: cairo-devel >= 1.6.0-1 for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: atk-devel >= 1.29.4-2 for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: pkgconfig(pangoft2) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: pkgconfig(pangocairo) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: pkgconfig(pango) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: pkgconfig(gdk-pixbuf-2.0) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: pkgconfig(cairo) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: pkgconfig(atk) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libpng-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXrandr-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXinerama-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXi-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXfixes-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXext-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXcursor-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXcomposite-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libX11-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: gdk-pixbuf2-devel for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libgailutil.so.18()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libfontconfig.so.1()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: gtk2-devel-2.24.28-8.el7.x86_64
--> Running transaction check
---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
---> Package atk-devel.x86_64 0:2.14.0-1.el7 will be installed
---> Package cairo.x86_64 0:1.14.2-1.el7 will be installed
--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
---> Package cairo-devel.x86_64 0:1.14.2-1.el7 will be installed
--> Processing Dependency: pkgconfig(xrender) >= 0.6 for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(xcb-render) >= 1.6 for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(xcb) >= 1.6 for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(pixman-1) >= 0.30.0 for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(freetype2) >= 9.7.3 for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(fontconfig) >= 2.2.95 for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(xcb-shm) for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(gl) for package: cairo-devel-1.14.2-1.el7.x86_64
--> Processing Dependency: pkgconfig(egl) for package: cairo-devel-1.14.2-1.el7.x86_64
---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed
--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
---> Package gdk-pixbuf2-devel.x86_64 0:2.31.6-3.el7 will be installed
---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
--> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
---> Package libX11-devel.x86_64 0:1.6.3-2.el7 will be installed
--> Processing Dependency: pkgconfig(xproto) for package: libX11-devel-1.6.3-2.el7.x86_64
--> Processing Dependency: pkgconfig(kbproto) for package: libX11-devel-1.6.3-2.el7.x86_64
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
---> Package libXcursor-devel.x86_64 0:1.1.14-2.1.el7 will be installed
---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXext-devel.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed
---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
---> Package libXi-devel.x86_64 0:1.7.4-2.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXinerama-devel.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
---> Package libXrandr-devel.x86_64 0:1.4.2-2.el7 will be installed
---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
---> Package libpng-devel.x86_64 2:1.5.13-7.el7_2 will be installed
--> Processing Dependency: zlib-devel(x86-64) for package: 2:libpng-devel-1.5.13-7.el7_2.x86_64
---> Package pango.x86_64 0:1.36.8-2.el7 will be installed
--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.36.8-2.el7.x86_64
---> Package pango-devel.x86_64 0:1.36.8-2.el7 will be installed
--> Processing Dependency: pkgconfig(xft) for package: pango-devel-1.36.8-2.el7.x86_64
--> Processing Dependency: pkgconfig(harfbuzz) for package: pango-devel-1.36.8-2.el7.x86_64
--> Running transaction check
---> Package cups-libs.x86_64 1:1.6.3-22.el7 will be installed
---> Package fontconfig-devel.x86_64 0:2.10.95-7.el7 will be installed
--> Processing Dependency: pkgconfig(expat) for package: fontconfig-devel-2.10.95-7.el7.x86_64
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package freetype-devel.x86_64 0:2.4.11-11.el7 will be installed
---> Package harfbuzz.x86_64 0:0.9.36-1.el7 will be installed
--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.36-1.el7.x86_64
---> Package harfbuzz-devel.x86_64 0:0.9.36-1.el7 will be installed
--> Processing Dependency: harfbuzz-icu(x86-64) = 0.9.36-1.el7 for package: harfbuzz-devel-0.9.36-1.el7.x86_64
--> Processing Dependency: pkgconfig(icu-uc) for package: harfbuzz-devel-0.9.36-1.el7.x86_64
--> Processing Dependency: libharfbuzz-icu.so.0()(64bit) for package: harfbuzz-devel-0.9.36-1.el7.x86_64
---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
---> Package jasper-libs.x86_64 0:1.900.1-29.el7 will be installed
---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
---> Package libXft-devel.x86_64 0:2.3.2-2.el7 will be installed
---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
---> Package libtiff.x86_64 0:4.0.3-25.el7_2 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-25.el7_2.x86_64
---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
---> Package libxcb-devel.x86_64 0:1.11-4.el7 will be installed
--> Processing Dependency: pkgconfig(xau) >= 0.99.2 for package: libxcb-devel-1.11-4.el7.x86_64
---> Package mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
--> Processing Dependency: mesa-libgbm = 10.6.5-3.20150824.el7 for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
---> Package mesa-libEGL-devel.x86_64 0:10.6.5-3.20150824.el7 will be installed
--> Processing Dependency: pkgconfig(xshmfence) >= 1.1 for package: mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64
--> Processing Dependency: pkgconfig(libdrm) >= 2.4.38 for package: mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64
--> Processing Dependency: pkgconfig(xxf86vm) for package: mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64
--> Processing Dependency: pkgconfig(xdamage) for package: mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64
---> Package mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
--> Processing Dependency: mesa-libglapi = 10.6.5-3.20150824.el7 for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
---> Package mesa-libGL-devel.x86_64 0:10.6.5-3.20150824.el7 will be installed
--> Processing Dependency: gl-manpages for package: mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64
---> Package pixman.x86_64 0:0.32.6-3.el7 will be installed
---> Package pixman-devel.x86_64 0:0.32.6-3.el7 will be installed
---> Package xorg-x11-proto-devel.noarch 0:7.7-12.el7 will be installed
---> Package zlib-devel.x86_64 0:1.2.7-15.el7 will be installed
--> Running transaction check
---> Package expat-devel.x86_64 0:2.1.0-8.el7 will be installed
---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed
---> Package graphite2.x86_64 0:1.3.6-1.el7_2 will be installed
---> Package harfbuzz-icu.x86_64 0:0.9.36-1.el7 will be installed
--> Processing Dependency: libicuuc.so.50()(64bit) for package: harfbuzz-icu-0.9.36-1.el7.x86_64
--> Processing Dependency: libicudata.so.50()(64bit) for package: harfbuzz-icu-0.9.36-1.el7.x86_64
---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libdrm-devel.x86_64 0:2.4.60-3.el7 will be installed
---> Package libicu-devel.x86_64 0:50.1.2-15.el7 will be installed
---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
---> Package libxshmfence-devel.x86_64 0:1.2-1.el7 will be installed
---> Package mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 will be installed
---> Package mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 will be installed
--> Running transaction check
---> Package libicu.x86_64 0:50.1.2-15.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================== Package Arch Version Repository Size
==========================================================================================================Installing:
gtk2-devel x86_64 2.24.28-8.el7 base 2.9 M
Installing for dependencies:
atk x86_64 2.14.0-1.el7 base 251 k
atk-devel x86_64 2.14.0-1.el7 base 179 k
cairo x86_64 1.14.2-1.el7 base 711 k
cairo-devel x86_64 1.14.2-1.el7 base 349 k
cups-libs x86_64 1:1.6.3-22.el7 base 355 k
expat-devel x86_64 2.1.0-8.el7 base 56 k
fontconfig x86_64 2.10.95-7.el7 base 228 k
fontconfig-devel x86_64 2.10.95-7.el7 base 128 k
fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
freetype-devel x86_64 2.4.11-11.el7 base 356 k
gdk-pixbuf2 x86_64 2.31.6-3.el7 base 559 k
gdk-pixbuf2-devel x86_64 2.31.6-3.el7 base 216 k
gl-manpages noarch 1.1-7.20130122.el7 base 994 k
graphite2 x86_64 1.3.6-1.el7_2 updates 112 k
gtk2 x86_64 2.24.28-8.el7 base 3.4 M
harfbuzz x86_64 0.9.36-1.el7 base 156 k
harfbuzz-devel x86_64 0.9.36-1.el7 base 104 k
harfbuzz-icu x86_64 0.9.36-1.el7 base 11 k
hicolor-icon-theme noarch 0.12-7.el7 base 42 k
jasper-libs x86_64 1.900.1-29.el7 base 149 k
jbigkit-libs x86_64 2.0-11.el7 base 46 k
libX11 x86_64 1.6.3-2.el7 base 605 k
libX11-common noarch 1.6.3-2.el7 base 162 k
libX11-devel x86_64 1.6.3-2.el7 base 980 k
libXau x86_64 1.0.8-2.1.el7 base 29 k
libXau-devel x86_64 1.0.8-2.1.el7 base 14 k
libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
libXcomposite-devel x86_64 0.4.4-4.1.el7 base 16 k
libXcursor x86_64 1.1.14-2.1.el7 base 30 k
libXcursor-devel x86_64 1.1.14-2.1.el7 base 23 k
libXdamage x86_64 1.1.4-4.1.el7 base 20 k
libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k
libXext x86_64 1.3.3-3.el7 base 39 k
libXext-devel x86_64 1.3.3-3.el7 base 75 k
libXfixes x86_64 5.0.1-2.1.el7 base 18 k
libXfixes-devel x86_64 5.0.1-2.1.el7 base 13 k
libXft x86_64 2.3.2-2.el7 base 58 k
libXft-devel x86_64 2.3.2-2.el7 base 19 k
libXi x86_64 1.7.4-2.el7 base 40 k
libXi-devel x86_64 1.7.4-2.el7 base 105 k
libXinerama x86_64 1.1.3-2.1.el7 base 14 k
libXinerama-devel x86_64 1.1.3-2.1.el7 base 13 k
libXrandr x86_64 1.4.2-2.el7 base 26 k
libXrandr-devel x86_64 1.4.2-2.el7 base 21 k
libXrender x86_64 0.9.8-2.1.el7 base 25 k
libXrender-devel x86_64 0.9.8-2.1.el7 base 16 k
libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
libXxf86vm-devel x86_64 1.1.3-2.1.el7 base 18 k
libdrm-devel x86_64 2.4.60-3.el7 base 92 k
libicu x86_64 50.1.2-15.el7 base 6.9 M
libicu-devel x86_64 50.1.2-15.el7 base 702 k
libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
libpng-devel x86_64 2:1.5.13-7.el7_2 updates 122 k
libthai x86_64 0.1.14-9.el7 base 187 k
libtiff x86_64 4.0.3-25.el7_2 updates 169 k
libxcb x86_64 1.11-4.el7 base 189 k
libxcb-devel x86_64 1.11-4.el7 base 1.1 M
libxshmfence x86_64 1.2-1.el7 base 7.2 k
libxshmfence-devel x86_64 1.2-1.el7 base 5.4 k
mesa-libEGL x86_64 10.6.5-3.20150824.el7 base 74 k
mesa-libEGL-devel x86_64 10.6.5-3.20150824.el7 base 27 k
mesa-libGL x86_64 10.6.5-3.20150824.el7 base 184 k
mesa-libGL-devel x86_64 10.6.5-3.20150824.el7 base 147 k
mesa-libgbm x86_64 10.6.5-3.20150824.el7 base 40 k
mesa-libglapi x86_64 10.6.5-3.20150824.el7 base 39 k
pango x86_64 1.36.8-2.el7 base 287 k
pango-devel x86_64 1.36.8-2.el7 base 319 k
pixman x86_64 0.32.6-3.el7 base 254 k
pixman-devel x86_64 0.32.6-3.el7 base 20 k
xorg-x11-proto-devel noarch 7.7-12.el7 base 281 k
zlib-devel x86_64 1.2.7-15.el7 base 50 k
Transaction Summary
==========================================================================================================Install 1 Package (+72 Dependent packages)
Total download size: 25 M
Installed size: 100 M
Is this ok [y/d/N]: y
Downloading packages:
(1/73): atk-devel-2.14.0-1.el7.x86_64.rpm | 179 kB 00:00:00 (2/73): atk-2.14.0-1.el7.x86_64.rpm | 251 kB 00:00:00 (3/73): expat-devel-2.1.0-8.el7.x86_64.rpm | 56 kB 00:00:00 (4/73): cups-libs-1.6.3-22.el7.x86_64.rpm | 355 kB 00:00:00 (5/73): fontconfig-2.10.95-7.el7.x86_64.rpm | 228 kB 00:00:00 (6/73): cairo-devel-1.14.2-1.el7.x86_64.rpm | 349 kB 00:00:00 (7/73): fontconfig-devel-2.10.95-7.el7.x86_64.rpm | 128 kB 00:00:00 (8/73): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00:00 (9/73): gdk-pixbuf2-devel-2.31.6-3.el7.x86_64.rpm | 216 kB 00:00:00 (10/73): freetype-devel-2.4.11-11.el7.x86_64.rpm | 356 kB 00:00:00 (11/73): gl-manpages-1.1-7.20130122.el7.noarch.rpm | 994 kB 00:00:00 (12/73): gdk-pixbuf2-2.31.6-3.el7.x86_64.rpm | 559 kB 00:00:00 (13/73): graphite2-1.3.6-1.el7_2.x86_64.rpm | 112 kB 00:00:00 (14/73): harfbuzz-0.9.36-1.el7.x86_64.rpm | 156 kB 00:00:00 (15/73): cairo-1.14.2-1.el7.x86_64.rpm | 711 kB 00:00:01 (16/73): gtk2-devel-2.24.28-8.el7.x86_64.rpm | 2.9 MB 00:00:00 (17/73): harfbuzz-devel-0.9.36-1.el7.x86_64.rpm | 104 kB 00:00:00 (18/73): gtk2-2.24.28-8.el7.x86_64.rpm | 3.4 MB 00:00:01 (19/73): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00:00 (20/73): jasper-libs-1.900.1-29.el7.x86_64.rpm | 149 kB 00:00:00 (21/73): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00:00 (22/73): libX11-1.6.3-2.el7.x86_64.rpm | 605 kB 00:00:00 (23/73): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00:00 (24/73): libX11-devel-1.6.3-2.el7.x86_64.rpm | 980 kB 00:00:00 (25/73): libXau-devel-1.0.8-2.1.el7.x86_64.rpm | 14 kB 00:00:00 (26/73): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00:00 (27/73): libX11-common-1.6.3-2.el7.noarch.rpm | 162 kB 00:00:00 (28/73): libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm | 16 kB 00:00:00 (29/73): libXcursor-1.1.14-2.1.el7.x86_64.rpm | 30 kB 00:00:00 (30/73): libXcursor-devel-1.1.14-2.1.el7.x86_64.rpm | 23 kB 00:00:00 (31/73): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00:00 (32/73): harfbuzz-icu-0.9.36-1.el7.x86_64.rpm | 11 kB 00:00:00 (33/73): libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm | 9.7 kB 00:00:00 (34/73): libXext-1.3.3-3.el7.x86_64.rpm | 39 kB 00:00:00 (35/73): libXext-devel-1.3.3-3.el7.x86_64.rpm | 75 kB 00:00:00 (36/73): libXft-2.3.2-2.el7.x86_64.rpm | 58 kB 00:00:00 (37/73): libXft-devel-2.3.2-2.el7.x86_64.rpm | 19 kB 00:00:00 (38/73): libXfixes-devel-5.0.1-2.1.el7.x86_64.rpm | 13 kB 00:00:00 (39/73): libXi-1.7.4-2.el7.x86_64.rpm | 40 kB 00:00:00 (40/73): libXi-devel-1.7.4-2.el7.x86_64.rpm | 105 kB 00:00:00 (41/73): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00:00 (42/73): libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm | 13 kB 00:00:00 (43/73): libXrandr-1.4.2-2.el7.x86_64.rpm | 26 kB 00:00:00 (44/73): libXrandr-devel-1.4.2-2.el7.x86_64.rpm | 21 kB 00:00:00 (45/73): libXrender-0.9.8-2.1.el7.x86_64.rpm | 25 kB 00:00:00 (46/73): libXrender-devel-0.9.8-2.1.el7.x86_64.rpm | 16 kB 00:00:00 (47/73): libXxf86vm-1.1.3-2.1.el7.x86_64.rpm | 17 kB 00:00:00 (48/73): libXxf86vm-devel-1.1.3-2.1.el7.x86_64.rpm | 18 kB 00:00:00 (49/73): libdrm-devel-2.4.60-3.el7.x86_64.rpm | 92 kB 00:00:00 (50/73): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:00:00 (51/73): libicu-devel-50.1.2-15.el7.x86_64.rpm | 702 kB 00:00:00 (52/73): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00:00 (53/73): libXfixes-5.0.1-2.1.el7.x86_64.rpm | 18 kB 00:00:00 (54/73): libxcb-1.11-4.el7.x86_64.rpm | 189 kB 00:00:00 (55/73): libtiff-4.0.3-25.el7_2.x86_64.rpm | 169 kB 00:00:00 (56/73): libxcb-devel-1.11-4.el7.x86_64.rpm | 1.1 MB 00:00:00 (57/73): libxshmfence-devel-1.2-1.el7.x86_64.rpm | 5.4 kB 00:00:00 (58/73): mesa-libEGL-10.6.5-3.20150824.el7.x86_64.rpm | 74 kB 00:00:00 (59/73): libxshmfence-1.2-1.el7.x86_64.rpm | 7.2 kB 00:00:00 (60/73): mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64.rpm | 27 kB 00:00:00 (61/73): libpng-1.5.13-7.el7_2.x86_64.rpm | 213 kB 00:00:00 (62/73): mesa-libgbm-10.6.5-3.20150824.el7.x86_64.rpm | 40 kB 00:00:00 (63/73): mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64.rpm | 147 kB 00:00:00 (64/73): mesa-libglapi-10.6.5-3.20150824.el7.x86_64.rpm | 39 kB 00:00:00 (65/73): pango-1.36.8-2.el7.x86_64.rpm | 287 kB 00:00:00 (66/73): mesa-libGL-10.6.5-3.20150824.el7.x86_64.rpm | 184 kB 00:00:00 (67/73): pixman-0.32.6-3.el7.x86_64.rpm | 254 kB 00:00:00 (68/73): pixman-devel-0.32.6-3.el7.x86_64.rpm | 20 kB 00:00:00 (69/73): xorg-x11-proto-devel-7.7-12.el7.noarch.rpm | 281 kB 00:00:00 (70/73): zlib-devel-1.2.7-15.el7.x86_64.rpm | 50 kB 00:00:00 (71/73): pango-devel-1.36.8-2.el7.x86_64.rpm | 319 kB 00:00:00 (72/73): libpng-devel-1.5.13-7.el7_2.x86_64.rpm | 122 kB 00:00:04 (73/73): libicu-50.1.2-15.el7.x86_64.rpm | 6.9 MB 00:00:04 ----------------------------------------------------------------------------------------------------------Total 3.4 MB/s | 25 MB 00:00:07 Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : xorg-x11-proto-devel-7.7-12.el7.noarch 1/73 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 2/73 Installing : graphite2-1.3.6-1.el7_2.x86_64 3/73 Installing : harfbuzz-0.9.36-1.el7.x86_64 4/73 Installing : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 5/73 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 6/73 Installing : atk-2.14.0-1.el7.x86_64 7/73 Installing : libicu-50.1.2-15.el7.x86_64 8/73 Installing : libXau-1.0.8-2.1.el7.x86_64 9/73 Installing : libxcb-1.11-4.el7.x86_64 10/73 Installing : libxshmfence-1.2-1.el7.x86_64 11/73 Installing : libxshmfence-devel-1.2-1.el7.x86_64 12/73 Installing : zlib-devel-1.2.7-15.el7.x86_64 13/73 Installing : freetype-devel-2.4.11-11.el7.x86_64 14/73 Installing : 2:libpng-devel-1.5.13-7.el7_2.x86_64 15/73 Installing : pixman-0.32.6-3.el7.x86_64 16/73 Installing : libdrm-devel-2.4.60-3.el7.x86_64 17/73 Installing : pixman-devel-0.32.6-3.el7.x86_64 18/73 Installing : libXau-devel-1.0.8-2.1.el7.x86_64 19/73 Installing : libxcb-devel-1.11-4.el7.x86_64 20/73 Installing : libicu-devel-50.1.2-15.el7.x86_64 21/73 Installing : harfbuzz-icu-0.9.36-1.el7.x86_64 22/73 Installing : atk-devel-2.14.0-1.el7.x86_64 23/73 Installing : jasper-libs-1.900.1-29.el7.x86_64 24/73 Installing : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 25/73 Installing : libthai-0.1.14-9.el7.x86_64 26/73 Installing : libX11-common-1.6.3-2.el7.noarch 27/73 Installing : libX11-1.6.3-2.el7.x86_64 28/73 Installing : libX11-devel-1.6.3-2.el7.x86_64 29/73 Installing : libXext-1.3.3-3.el7.x86_64 30/73 Installing : libXext-devel-1.3.3-3.el7.x86_64 31/73 Installing : libXrender-0.9.8-2.1.el7.x86_64 32/73 Installing : libXfixes-5.0.1-2.1.el7.x86_64 33/73 Installing : libXfixes-devel-5.0.1-2.1.el7.x86_64 34/73 Installing : libXdamage-1.1.4-4.1.el7.x86_64 35/73 Installing : libXrender-devel-0.9.8-2.1.el7.x86_64 36/73 Installing : libXcursor-1.1.14-2.1.el7.x86_64 37/73 Installing : libXrandr-1.4.2-2.el7.x86_64 38/73 Installing : libXinerama-1.1.3-2.1.el7.x86_64 39/73 Installing : libXi-1.7.4-2.el7.x86_64 40/73 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 41/73 Installing : libXdamage-devel-1.1.4-4.1.el7.x86_64 42/73 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 43/73 Installing : mesa-libGL-10.6.5-3.20150824.el7.x86_64 44/73 Installing : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 45/73 Installing : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 46/73 Installing : mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64 47/73 Installing : libXcomposite-devel-0.4.4-4.1.el7.x86_64 48/73 Installing : libXi-devel-1.7.4-2.el7.x86_64 49/73 Installing : libXinerama-devel-1.1.3-2.1.el7.x86_64 50/73 Installing : libXrandr-devel-1.4.2-2.el7.x86_64 51/73 Installing : libXcursor-devel-1.1.14-2.1.el7.x86_64 52/73 Installing : expat-devel-2.1.0-8.el7.x86_64 53/73 Installing : 1:cups-libs-1.6.3-22.el7.x86_64 54/73 Installing : gl-manpages-1.1-7.20130122.el7.noarch 55/73 Installing : mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64 56/73 Installing : jbigkit-libs-2.0-11.el7.x86_64 57/73 Installing : libtiff-4.0.3-25.el7_2.x86_64 58/73 Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 59/73 Installing : gdk-pixbuf2-devel-2.31.6-3.el7.x86_64 60/73 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/73 Installing : fontpackages-filesystem-1.44-8.el7.noarch 62/73 Installing : fontconfig-2.10.95-7.el7.x86_64 63/73 Installing : cairo-1.14.2-1.el7.x86_64 64/73 Installing : fontconfig-devel-2.10.95-7.el7.x86_64 65/73 Installing : cairo-devel-1.14.2-1.el7.x86_64 66/73 Installing : libXft-2.3.2-2.el7.x86_64 67/73 Installing : pango-1.36.8-2.el7.x86_64 68/73 Installing : gtk2-2.24.28-8.el7.x86_64 69/73 Installing : libXft-devel-2.3.2-2.el7.x86_64 70/73 Installing : harfbuzz-devel-0.9.36-1.el7.x86_64 71/73 Installing : pango-devel-1.36.8-2.el7.x86_64 72/73 Installing : gtk2-devel-2.24.28-8.el7.x86_64 73/73 Verifying : libXext-1.3.3-3.el7.x86_64 1/73 Verifying : libXft-devel-2.3.2-2.el7.x86_64 2/73 Verifying : libdrm-devel-2.4.60-3.el7.x86_64 3/73 Verifying : freetype-devel-2.4.11-11.el7.x86_64 4/73 Verifying : libxcb-devel-1.11-4.el7.x86_64 5/73 Verifying : libXrender-devel-0.9.8-2.1.el7.x86_64 6/73 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 7/73 Verifying : libicu-devel-50.1.2-15.el7.x86_64 8/73 Verifying : pixman-0.32.6-3.el7.x86_64 9/73 Verifying : zlib-devel-1.2.7-15.el7.x86_64 10/73 Verifying : libxcb-1.11-4.el7.x86_64 11/73 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/73 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 13/73 Verifying : libxshmfence-1.2-1.el7.x86_64 14/73 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 15/73 Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 16/73 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 17/73 Verifying : jbigkit-libs-2.0-11.el7.x86_64 18/73 Verifying : gtk2-devel-2.24.28-8.el7.x86_64 19/73 Verifying : libXrandr-1.4.2-2.el7.x86_64 20/73 Verifying : libX11-1.6.3-2.el7.x86_64 21/73 Verifying : libxshmfence-devel-1.2-1.el7.x86_64 22/73 Verifying : mesa-libGL-10.6.5-3.20150824.el7.x86_64 23/73 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 24/73 Verifying : atk-2.14.0-1.el7.x86_64 25/73 Verifying : mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64 26/73 Verifying : gl-manpages-1.1-7.20130122.el7.noarch 27/73 Verifying : libXft-2.3.2-2.el7.x86_64 28/73 Verifying : mesa-libEGL-devel-10.6.5-3.20150824.el7.x86_64 29/73 Verifying : libXrender-0.9.8-2.1.el7.x86_64 30/73 Verifying : atk-devel-2.14.0-1.el7.x86_64 31/73 Verifying : harfbuzz-0.9.36-1.el7.x86_64 32/73 Verifying : harfbuzz-devel-0.9.36-1.el7.x86_64 33/73 Verifying : 2:libpng-devel-1.5.13-7.el7_2.x86_64 34/73 Verifying : libXcursor-devel-1.1.14-2.1.el7.x86_64 35/73 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 36/73 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 37/73 Verifying : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 38/73 Verifying : 1:cups-libs-1.6.3-22.el7.x86_64 39/73 Verifying : libXi-devel-1.7.4-2.el7.x86_64 40/73 Verifying : libtiff-4.0.3-25.el7_2.x86_64 41/73 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 42/73 Verifying : libXdamage-devel-1.1.4-4.1.el7.x86_64 43/73 Verifying : pixman-devel-0.32.6-3.el7.x86_64 44/73 Verifying : pango-1.36.8-2.el7.x86_64 45/73 Verifying : libXext-devel-1.3.3-3.el7.x86_64 46/73 Verifying : jasper-libs-1.900.1-29.el7.x86_64 47/73 Verifying : gdk-pixbuf2-devel-2.31.6-3.el7.x86_64 48/73 Verifying : gtk2-2.24.28-8.el7.x86_64 49/73 Verifying : harfbuzz-icu-0.9.36-1.el7.x86_64 50/73 Verifying : libXinerama-devel-1.1.3-2.1.el7.x86_64 51/73 Verifying : libXi-1.7.4-2.el7.x86_64 52/73 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 53/73 Verifying : libXcomposite-devel-0.4.4-4.1.el7.x86_64 54/73 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 55/73 Verifying : libXau-1.0.8-2.1.el7.x86_64 56/73 Verifying : expat-devel-2.1.0-8.el7.x86_64 57/73 Verifying : libX11-common-1.6.3-2.el7.noarch 58/73 Verifying : libicu-50.1.2-15.el7.x86_64 59/73 Verifying : cairo-1.14.2-1.el7.x86_64 60/73 Verifying : fontconfig-2.10.95-7.el7.x86_64 61/73 Verifying : graphite2-1.3.6-1.el7_2.x86_64 62/73 Verifying : cairo-devel-1.14.2-1.el7.x86_64 63/73 Verifying : libthai-0.1.14-9.el7.x86_64 64/73 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 65/73 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 66/73 Verifying : libXfixes-devel-5.0.1-2.1.el7.x86_64 67/73 Verifying : fontconfig-devel-2.10.95-7.el7.x86_64 68/73 Verifying : libXrandr-devel-1.4.2-2.el7.x86_64 69/73 Verifying : libXau-devel-1.0.8-2.1.el7.x86_64 70/73 Verifying : xorg-x11-proto-devel-7.7-12.el7.noarch 71/73 Verifying : pango-devel-1.36.8-2.el7.x86_64 72/73 Verifying : libX11-devel-1.6.3-2.el7.x86_64 73/73
Installed:
gtk2-devel.x86_64 0:2.24.28-8.el7
Dependency Installed:
atk.x86_64 0:2.14.0-1.el7 atk-devel.x86_64 0:2.14.0-1.el7 cairo.x86_64 0:1.14.2-1.el7 cairo-devel.x86_64 0:1.14.2-1.el7 cups-libs.x86_64 1:1.6.3-22.el7 expat-devel.x86_64 0:2.1.0-8.el7 fontconfig.x86_64 0:2.10.95-7.el7 fontconfig-devel.x86_64 0:2.10.95-7.el7 fontpackages-filesystem.noarch 0:1.44-8.el7 freetype-devel.x86_64 0:2.4.11-11.el7 gdk-pixbuf2.x86_64 0:2.31.6-3.el7 gdk-pixbuf2-devel.x86_64 0:2.31.6-3.el7 gl-manpages.noarch 0:1.1-7.20130122.el7 graphite2.x86_64 0:1.3.6-1.el7_2 gtk2.x86_64 0:2.24.28-8.el7 harfbuzz.x86_64 0:0.9.36-1.el7 harfbuzz-devel.x86_64 0:0.9.36-1.el7 harfbuzz-icu.x86_64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.x86_64 0:1.900.1-29.el7 jbigkit-libs.x86_64 0:2.0-11.el7 libX11.x86_64 0:1.6.3-2.el7 libX11-common.noarch 0:1.6.3-2.el7 libX11-devel.x86_64 0:1.6.3-2.el7 libXau.x86_64 0:1.0.8-2.1.el7 libXau-devel.x86_64 0:1.0.8-2.1.el7 libXcomposite.x86_64 0:0.4.4-4.1.el7 libXcomposite-devel.x86_64 0:0.4.4-4.1.el7 libXcursor.x86_64 0:1.1.14-2.1.el7 libXcursor-devel.x86_64 0:1.1.14-2.1.el7 libXdamage.x86_64 0:1.1.4-4.1.el7 libXdamage-devel.x86_64 0:1.1.4-4.1.el7 libXext.x86_64 0:1.3.3-3.el7 libXext-devel.x86_64 0:1.3.3-3.el7 libXfixes.x86_64 0:5.0.1-2.1.el7 libXfixes-devel.x86_64 0:5.0.1-2.1.el7 libXft.x86_64 0:2.3.2-2.el7 libXft-devel.x86_64 0:2.3.2-2.el7 libXi.x86_64 0:1.7.4-2.el7 libXi-devel.x86_64 0:1.7.4-2.el7 libXinerama.x86_64 0:1.1.3-2.1.el7 libXinerama-devel.x86_64 0:1.1.3-2.1.el7 libXrandr.x86_64 0:1.4.2-2.el7 libXrandr-devel.x86_64 0:1.4.2-2.el7 libXrender.x86_64 0:0.9.8-2.1.el7 libXrender-devel.x86_64 0:0.9.8-2.1.el7 libXxf86vm.x86_64 0:1.1.3-2.1.el7 libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 libdrm-devel.x86_64 0:2.4.60-3.el7 libicu.x86_64 0:50.1.2-15.el7 libicu-devel.x86_64 0:50.1.2-15.el7 libjpeg-turbo.x86_64 0:1.2.90-5.el7 libpng.x86_64 2:1.5.13-7.el7_2 libpng-devel.x86_64 2:1.5.13-7.el7_2 libthai.x86_64 0:0.1.14-9.el7 libtiff.x86_64 0:4.0.3-25.el7_2 libxcb.x86_64 0:1.11-4.el7 libxcb-devel.x86_64 0:1.11-4.el7 libxshmfence.x86_64 0:1.2-1.el7 libxshmfence-devel.x86_64 0:1.2-1.el7 mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 mesa-libEGL-devel.x86_64 0:10.6.5-3.20150824.el7 mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 mesa-libGL-devel.x86_64 0:10.6.5-3.20150824.el7 mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 pango.x86_64 0:1.36.8-2.el7 pango-devel.x86_64 0:1.36.8-2.el7 pixman.x86_64 0:0.32.6-3.el7 pixman-devel.x86_64 0:0.32.6-3.el7 xorg-x11-proto-devel.noarch 0:7.7-12.el7 zlib-devel.x86_64 0:1.2.7-15.el7
Complete!
[root@localhost exo-0.10.3]#
[root@localhost exo-0.10.3]#
[root@localhost exo-0.10.3]#
[root@localhost exo-0.10.3]#
[root@localhost exo-0.10.3]#
[root@localhost exo-0.10.3]# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking if building for some Win32 platform... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.16.3
checking for perl5... no
checking for perl... perl
checking for perl module URI::Escape... ok
checking for perl module URI::file... ok
checking for perl module URI::URL... ok
checking for ANSI C header files... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking mmintrin.h usability... yes
checking mmintrin.h presence... yes
checking for mmintrin.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... ar ast be bg bn ca cs da de el en_AU en_GB es et eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru si sk sl sq sr sv te th tr ug uk ur_PK ur vi zh_CN zh_HK zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.30.0... 2.42.2
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gio-2.0 >= 2.30.0... 2.42.2
checking GIO_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-2.0 >= 2.24.0... 2.24.28
checking GTK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/harfbuzz
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gthread-2.0 >= 2.30.0... 2.42.2
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4util-1.0 >= 4.10.0... not found
*** The required package libxfce4util-1.0 was not found on your system.
*** Please install libxfce4util-1.0 (atleast version 4.10.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
[root@localhost exo-0.10.3]#
ToZ: Added code tags
Last edited by ToZ (2016-08-04 14:39:36)
Offline
Might be a little easier to read all that if you enclose the terminal output within CODE tags. See:
https://forum.xfce.org/help.php#bbcode
Regards,
MDM
Offline
@maoyufeng, I added the code tags for you. Next time please follow the instructions that MDM linked to - it makes it much easier to read and process.
As to your problem, it looks like libxfce4util is being installed into /usr/local. Is this your intent? If so, you'll need to edit the PKG_CONFIG_PATH to point there. Otherwise, you need to specify a prefix to point to /usr to your libxfce4util (and all other Xfce) packages so that the libraries and support files are installed into the proper locations:
./configure --prefix=/usr
But once again, why are you building Xfce? If your intent is to run Xfce in CentOS7, just install it from the repositories - it will be much easier.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
@ToZ,Thank you very much.
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Run this command before configure the exo,then my problem solved.
I try to build Xfce because I'm curious about install software without yum(I am a newbie).
Thanks again!
Last edited by maoyufeng (2016-08-05 06:56:39)
Offline
Pages: 1
[ Generated in 0.018 seconds, 8 queries executed - Memory usage: 1.25 MiB (Peak: 1.67 MiB) ]