You are not logged in.
Pages: 1
hi, I am new for xfce, follow the installation instruction document, https://docs.xfce.org/xfce/building
Compiling and installing
Next step is compiling the various packages following the dependency chain above. If you have downloaded the tarballs, you will need to unpack them before going on. Inside each package directory you should run the following command:
./configure --prefix=${PREFIX} && make && make install
*********************
in every dir of packing, I run as below:
./configure --prefix=/home/xfce && make && make install
then I find something is installed only when in dir: libxfce4util-4.12.1
*********************
when I run make in other dir, such as xfconf-4.12.0
system show error as below:
[root@host xfconf-4.12.0]# make
make: *** No targets specified and no makefile found. Stop.
-------------------------------------------------------------------------------------
what I should do? how to write the command? example in dir xfconf-4.12.0, how I can install this package?
Offline
Hello and welcome.
I assume that you are using the tarred release files from http://archive.xfce.org/src/.
[root@host xfconf-4.12.0]# make
make: *** No targets specified and no makefile found. Stop.
Are you sure you ran the ./configure command here?
Also, why are you setting prefix to /home/xfce as opposed to the usual /usr or /usr/local (or whatever is standard on CentOS)?
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
hi Moderator, thanks for reply
yes, in every dir, I run ./configure first, after that, I try make and make install, according installation instruction document, https://docs.xfce.org/xfce/building, I should do this way in every dir, but there only 2 or 3 dir work in this way, in other dir, system show error:
[root@host xfconf-4.12.0]# make
make: *** No targets specified and no makefile found. Stop
I try /home/xfce because I want to check what installed, it this possible reason for not successful installation?
Offline
I get the document from http://archive.xfce.org/xfce/4.12/fat_tarballs/
Offline
If I take the same tarball, extract xfconf, it works for me:
[toz@archi xfconf-4.12.0]$ ./configure --prefix=/usr
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' 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... /bin/grep
checking for egrep... /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 make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /bin/intltool-update
checking for intltool-merge... /bin/intltool-merge
checking for intltool-extract... /bin/intltool-extract
checking for xgettext... /bin/xgettext
checking for msgmerge... /bin/msgmerge
checking for msgfmt... /bin/msgfmt
checking for gmsgfmt... /bin/msgfmt
checking for perl... /bin/perl
checking for perl >= 5.8.1... 5.26.1
checking for XML::Parser... ok
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... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
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 /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 /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... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/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 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 grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 for unistd.h... (cached) yes
checking for fdatasync... yes
checking for fsync... yes
checking for setlocale... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /bin/msgfmt
checking for xgettext... (cached) /bin/xgettext
checking for catalogs to be installed... ar ast bg bn ca cs da de el en_AU en_GB es 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 sr sv te th tr ug uk ur ur_PK 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... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobject-2.0 >= 2.30.0... 2.54.3
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gthread-2.0 >= 2.30.0... 2.54.3
checking GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTHREAD_LIBS... -lgthread-2.0 -pthread -lglib-2.0
checking for pkg-config... (cached) /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4util-1.0 >= 4.10.0... 4.13.1git-5577876
checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for dbus-1 >= 1.1.0... 1.12.4
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
checking DBUS_LIBS... -ldbus-1
checking for pkg-config... (cached) /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for dbus-glib-1 >= 0.84... 0.110
checking DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
checking for perl5.8... no
checking for perl5.6... no
checking for perl5... no
checking for perl... /bin/perl
checking for perl modules: ExtUtils::Depends, ExtUtils::PkgConfig, Glib... yes
checking alignment of guchar... 1
checking alignment of gchar... 1
checking alignment of guint16... 2
checking alignment of gint16... 2
checking alignment of guint32... 4
checking alignment of gint32... 4
checking alignment of guint64... 8
checking alignment of gint64... 8
checking alignment of gfloat... 4
checking alignment of gdouble... 8
checking alignment of gboolean... 4
checking alignment of gpointer... 8
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /bin/gtkdoc-check
checking for gtkdoc-rebase... /bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking whether to build with debugging support... minimum
checking if gcc supports -Wno-sign-compare... yes
checking if gcc supports -Wall... yes
checking if gcc supports -Werror... yes
checking if gcc supports -Wno-unused-parameter... yes
checking whether gcc supports the GNUC visibility attribute... yes
checking if gcc supports -xldscope=hidden... no
checking if gcc supports -fvisibility=hidden... yes
checking whether /bin/ld -m elf_x86_64 accepts --as-needed... yes
checking whether /bin/ld -m elf_x86_64 accepts -O1... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating common/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/version.xml
config.status: creating docs/spec/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating tests/set-properties/Makefile
config.status: creating tests/has-properties/Makefile
config.status: creating tests/get-properties/Makefile
config.status: creating tests/reset-properties/Makefile
config.status: creating tests/object-bindings/Makefile
config.status: creating tests/property-changed-signal/Makefile
config.status: creating xfconf/Makefile
config.status: creating xfconf/libxfconf-0.pc
config.status: creating xfconf-perl/Makefile.PL
config.status: creating xfconf-perl/Makefile
config.status: creating xfconf-perl/Xfconf.pm
config.status: creating xfconf-perl/xs/Makefile
config.status: creating xfconf-query/Makefile
config.status: creating xfconfd/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
[toz@archi xfconf-4.12.0]$
[toz@archi xfconf-4.12.0]$ make
make all-recursive
make[1]: Entering directory '/tmp/xfconf-4.12.0'
Making all in common
make[2]: Entering directory '/tmp/xfconf-4.12.0/common'
make all-am
make[3]: Entering directory '/tmp/xfconf-4.12.0/common'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/common'
make[2]: Leaving directory '/tmp/xfconf-4.12.0/common'
Making all in xfconf
make[2]: Entering directory '/tmp/xfconf-4.12.0/xfconf'
make all-am
make[3]: Entering directory '/tmp/xfconf-4.12.0/xfconf'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/xfconf'
make[2]: Leaving directory '/tmp/xfconf-4.12.0/xfconf'
Making all in xfconfd
make[2]: Entering directory '/tmp/xfconf-4.12.0/xfconfd'
make all-am
make[3]: Entering directory '/tmp/xfconf-4.12.0/xfconfd'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/xfconfd'
make[2]: Leaving directory '/tmp/xfconf-4.12.0/xfconfd'
Making all in xfconf-query
make[2]: Entering directory '/tmp/xfconf-4.12.0/xfconf-query'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/xfconf-4.12.0/xfconf-query'
Making all in xfconf-perl
make[2]: Entering directory '/tmp/xfconf-4.12.0/xfconf-perl'
Making all in xs
make[3]: Entering directory '/tmp/xfconf-4.12.0/xfconf-perl/xs'
if test "../.." != "../.."; then \
for f in Xfconf.xs XfconfBinding.xs XfconfChannel.xs; do \
test -f $f || ln -s ./$f $f; \
done; \
fi
make[3]: Leaving directory '/tmp/xfconf-4.12.0/xfconf-perl/xs'
make[3]: Entering directory '/tmp/xfconf-4.12.0/xfconf-perl'
if test ".." != ".."; then \
for f in copyright.pod doctypes xfconfperl.h xfconfperl.maps xs_files; do \
test -f $f || ln -s ./$f $f; \
done; \
fi
top_builddir=".." /bin/perl Makefile.PL PREFIX="/usr"
Loaded 3 xs files from xs_files
WARNING: Setting ABSTRACT via file 'Xfconf.pm' failed
at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 754.
Unrecognized argument in LIBS ignored: '-pthread'
Generating a Unix-style Makefile.perl
Writing Makefile.perl for Xfce4::Xfconf
Writing MYMETA.yml and MYMETA.json
make -f Makefile.perl
make[4]: Entering directory '/tmp/xfconf-4.12.0/xfconf-perl'
Skip blib/arch/Xfce4/Xfconf/Install/Files.pm (unchanged)
Skip blib/lib/Xfce4/Xfconf.pm (unchanged)
Skip blib/arch/Xfce4/Xfconf/Install/xfconfperl-autogen.h (unchanged)
Skip blib/arch/Xfce4/Xfconf/Install/xfconfperl.typemap (unchanged)
Skip blib/arch/Xfce4/Xfconf/Install/xfconfperl.h (unchanged)
Running Mkbootstrap for Xfconf ()
chmod 644 "Xfconf.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Xfconf.bs blib/arch/auto/Xfce4/Xfconf/Xfconf.bs 644
[ XS xs/Xfconf.xs ]
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in Xfconf.xs, line 41
mv xs/Xfconf.xsc xs/Xfconf.c
[ CC xs/Xfconf.c ]
[ XS xs/XfconfBinding.xs ]
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in XfconfBinding.xs, line 47
mv xs/XfconfBinding.xsc xs/XfconfBinding.c
[ CC xs/XfconfBinding.c ]
[ XS xs/XfconfChannel.xs ]
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in XfconfChannel.xs, line 87
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in XfconfChannel.xs, line 220
mv xs/XfconfChannel.xsc xs/XfconfChannel.c
[ CC xs/XfconfChannel.c ]
rm -f blib/arch/auto/Xfce4/Xfconf/Xfconf.so
[ LD blib/arch/auto/Xfce4/Xfconf/Xfconf.so ]
chmod 755 blib/arch/auto/Xfce4/Xfconf/Xfconf.so
Manifying 1 pod document
make[4]: Leaving directory '/tmp/xfconf-4.12.0/xfconf-perl'
make[3]: Leaving directory '/tmp/xfconf-4.12.0/xfconf-perl'
make[2]: Leaving directory '/tmp/xfconf-4.12.0/xfconf-perl'
Making all in po
make[2]: Entering directory '/tmp/xfconf-4.12.0/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/xfconf-4.12.0/po'
Making all in docs
make[2]: Entering directory '/tmp/xfconf-4.12.0/docs'
Making all in reference
make[3]: Entering directory '/tmp/xfconf-4.12.0/docs/reference'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/docs/reference'
Making all in spec
make[3]: Entering directory '/tmp/xfconf-4.12.0/docs/spec'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/docs/spec'
make[3]: Entering directory '/tmp/xfconf-4.12.0/docs'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/docs'
make[2]: Leaving directory '/tmp/xfconf-4.12.0/docs'
Making all in tests
make[2]: Entering directory '/tmp/xfconf-4.12.0/tests'
Making all in set-properties
make[3]: Entering directory '/tmp/xfconf-4.12.0/tests/set-properties'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/tests/set-properties'
Making all in has-properties
make[3]: Entering directory '/tmp/xfconf-4.12.0/tests/has-properties'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/tests/has-properties'
Making all in get-properties
make[3]: Entering directory '/tmp/xfconf-4.12.0/tests/get-properties'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/tests/get-properties'
Making all in reset-properties
make[3]: Entering directory '/tmp/xfconf-4.12.0/tests/reset-properties'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/tests/reset-properties'
Making all in property-changed-signal
make[3]: Entering directory '/tmp/xfconf-4.12.0/tests/property-changed-signal'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/tests/property-changed-signal'
Making all in object-bindings
make[3]: Entering directory '/tmp/xfconf-4.12.0/tests/object-bindings'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/tests/object-bindings'
make[3]: Entering directory '/tmp/xfconf-4.12.0/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/xfconf-4.12.0/tests'
make[2]: Leaving directory '/tmp/xfconf-4.12.0/tests'
make[2]: Entering directory '/tmp/xfconf-4.12.0'
make[2]: Leaving directory '/tmp/xfconf-4.12.0'
make[1]: Leaving directory '/tmp/xfconf-4.12.0'
[toz@archi xfconf-4.12.0]$
Perhaps you can post your full output as I have.
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@host tmp]# cd xfconf-4.12.0
[root@host xfconf-4.12.0]# ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /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... /bin/grep
checking for egrep... /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 make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.41.0 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.10.1
checking for XML::Parser... ok
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /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 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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-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) 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 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 grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 for unistd.h... (cached) yes
checking for fdatasync... yes
checking for fsync... yes
checking for setlocale... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... 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 bg bn ca cs da de el en_AU en_GB es 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 sr sv te th tr ug uk ur ur_PK 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 gobject-2.0 >= 2.30.0... found, but 2.28.8
*** The required package gobject-2.0 was found on your system,
*** but the installed version (2.28.8) is too old.
*** Please upgrade gobject-2.0 to atleast version 2.30.0, or adjust
*** the PKG_CONFIG_PATH environment variable if you installed
*** the new version of the package in a nonstandard prefix so
*** pkg-config is able to find it.
[root@host xfconf-4.12.0]#
Last edited by hyb (2018-02-11 02:36:12)
Offline
[root@host xfconf-4.12.0]# make
make: *** No targets specified and no makefile found. Stop.
[root@host xfconf-4.12.0]# pwd
/tmp/xfconf-4.12.0
[root@host xfconf-4.12.0]#
Offline
hi, I do all same as your way, then fail again, so it may because my centos problem?
my system is from https://bwh1.net, VPS in US
Last edited by hyb (2018-02-11 02:41:07)
Offline
[root@host xfconf-4.12.0]# ls
= config.h.in docs missing TODO
aclocal.m4 config.log gtk-doc.make mkinstalldirs xfconf
AUTHORS config.sub INSTALL NEWS xfconfd
ChangeLog configure install-sh po xfconf-perl
common configure.ac ltmain.sh README xfconf-query
compile COPYING Makefile.am test-driver
config.guess depcomp Makefile.in tests
[root@host xfconf-4.12.0]# pwd
/tmp/xfconf-4.12.0
[root@host xfconf-4.12.0]#
Offline
From your configure command:
checking for gobject-2.0 >= 2.30.0... found, but 2.28.8
*** The required package gobject-2.0 was found on your system,
*** but the installed version (2.28.8) is too old.
*** Please upgrade gobject-2.0 to atleast version 2.30.0, or adjust
*** the PKG_CONFIG_PATH environment variable if you installed
*** the new version of the package in a nonstandard prefix so
*** pkg-config is able to find it.
The version of gobject-2.0 is too old to compile Xfce 4.12.
If you are looking at just getting a version of Xfce installed, I think version 4.8 is in the EPEL repository. See: https://www.digitalocean.com/community/ … os-6-5-x64.
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@host tmp]# wget https://mirrors.ustc.edu.cn/epel/6/i386/epel-release-6-8.n oarch.rpm
--2018-02-10 22:08:57-- https://mirrors.ustc.edu.cn/epel/6/i386/epel-release-6- 8.noarch.rpm
Resolving mirrors.ustc.edu.cn... 218.104.71.170, 202.141.176.110, 2001:da8:d800: 95::110
Connecting to mirrors.ustc.edu.cn|218.104.71.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14540 (14K) [application/x-redhat-package-manager]
Saving to: “epel-release-6-8.noarch.rpm”
100%[======================================>] 14,540 --.-K/s in 0s
2018-02-10 22:08:58 (766 MB/s) - “epel-release-6-8.noarch.rpm” saved [14540/1454 0]
[root@host tmp]# ls
coffee-hvlQTw.tmp tumbler-0.1.31.tar.bz2
epel-release-6-8.noarch.rpm xfce4-appfinder-4.12.0.tar.bz2
espresso-ZYetBN.tmp xfce4-dev-tools-4.12.0
exo-0.10.3.tar.bz2 xfce4-dev-tools-4.12.0.tar.bz2
garcon-0.4.0.tar.bz2 xfce4-panel-4.12.0.tar.bz2
gtk-xfce-engine-2.10.0.tar.bz2 xfce4-power-manager-1.4.3.tar.bz2
libxfce4ui-4.12.0.tar.bz2 xfce4-session-4.12.0.tar.bz2
libxfce4util-4.12.1 xfce4-settings-4.12.0.tar.bz2
libxfce4util-4.12.1.tar.bz2 xfconf-4.12.0
sandwich-lzTVAG.tmp xfconf-4.12.0.tar.bz2
Thunar-1.6.6.tar.bz2 xfdesktop-4.12.0.tar.bz2
thunar-volman-0.8.1.tar.bz2 xfwm4-4.12.0.tar.bz2
[root@host tmp]# rpm -ivh epel-release-6-8.noarch.rpm
Preparing... ########################################### [100%]
package epel-release-6-8.noarch is already installed
[root@host tmp]# yum -y groupinstall Xfce
Loaded plugins: fastestmirror
Setting up Group Process
Loading mirror speeds from cached hostfile
* base: mirrors.usc.edu
* elrepo-kernel: repos.lax-noc.com
* extras: mirror.keystealth.org
* updates: mirror.chpc.utah.edu
base | 3.7 kB 00:00
elrepo-kernel | 2.9 kB 00:00
extras | 3.3 kB 00:00
updates | 3.4 kB 00:00
Warning: Group Xfce does not exist.
Error: No packages in any requested group available to install or update
[root@host tmp]#
Offline
[root@host tmp]# getconf LONG_BIT
32
[root@host tmp]#
Offline
my system is 32, not 64, so I should download i386 version?
I tried this way before, failed already. that's why I try to install from download src.
so final way is that I have reinstall centos system?
Offline
Yes, you should use the 32 bit version. It is interesting that the Xfce group doesn't exist. What does the following return?
yum grouplist
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
hi, I give up now, reinstall centos 7 64 now, it take me 24 hours to study this, and not find way,
I will try again with new system later
Offline
login as: root
root@176.122.160.254's password:
Last login: Sat Feb 10 22:40:04 2018
[root@host ~]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-rel ease-6-8.noarch.rpm
-bash: wget: command not found
[root@host ~]# cd /tmp
[root@host tmp]# ls
[root@host tmp]# yum install wget
Loaded plugins: fastestmirror
base | 3.6 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
(1/4): base/7/x86_64/group_gz | 156 kB 00:00
(2/4): extras/7/x86_64/primary_db | 166 kB 00:00
(3/4): updates/7/x86_64/primary_db | 6.0 MB 00:00
(4/4): base/7/x86_64/primary_db | 5.7 MB 00:02
Determining fastest mirrors
* base: repos-lax.psychz.net
* extras: repos.lax.quadranet.com
* updates: mirror.sjc02.svwh.net
Resolving Dependencies
--> Running transaction check
---> Package wget.x86_64 0:1.14-15.el7_4.1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
wget x86_64 1.14-15.el7_4.1 updates 547 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 547 k
Installed size: 2.0 M
Is this ok [y/d/N]: y
Downloading packages:
wget-1.14-15.el7_4.1.x86_64.rpm | 547 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : wget-1.14-15.el7_4.1.x86_64 1/1
Verifying : wget-1.14-15.el7_4.1.x86_64 1/1
Installed:
wget.x86_64 0:1.14-15.el7_4.1
Complete!
[root@host tmp]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-r elease-6-8.noarch.rpm
--2018-02-10 22:45:45-- http://download.fedoraproject.org/pub/epel/6/x86_64/epe l-release-6-8.noarch.rpm
Resolving download.fedoraproject.org (download.fedoraproject.org)... 67.219.144. 68, 152.19.134.198, 152.19.134.142, ...
Connecting to download.fedoraproject.org (download.fedoraproject.org)|67.219.144 .68|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirrors.lug.mtu.edu/epel/6/x86_64/epel-release-6-8.noarch.rpm [following]
--2018-02-10 22:45:46-- https://mirrors.lug.mtu.edu/epel/6/x86_64/epel-release- 6-8.noarch.rpm
Resolving mirrors.lug.mtu.edu (mirrors.lug.mtu.edu)... 141.219.188.21, 2001:48a8 :63:1c3::dead:beef
Connecting to mirrors.lug.mtu.edu (mirrors.lug.mtu.edu)|141.219.188.21|:443... c onnected.
HTTP request sent, awaiting response... 200 OK
Length: 14540 (14K) [application/x-redhat-package-manager]
Saving to: ‘epel-release-6-8.noarch.rpm’
100%[======================================>] 14,540 --.-K/s in 0s
2018-02-10 22:45:46 (240 MB/s) - ‘epel-release-6-8.noarch.rpm’ saved [14540/1454 0]
[root@host tmp]# rpm -ivh epel-release-6-8.noarch.rpm
warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 060 8b895: NOKEY
Preparing... ################################# [100%]
package epel-release-7-9.noarch (which is newer than epel-release-6-8.no arch) is already installed
file /etc/yum.repos.d/epel-testing.repo from install of epel-release-6-8 .noarch conflicts with file from package epel-release-7-9.noarch
file /etc/yum.repos.d/epel.repo from install of epel-release-6-8.noarch conflicts with file from package epel-release-7-9.noarch
[root@host tmp]# yum groupinstall Xfce
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
* base: repos-lax.psychz.net
* extras: repos.lax.quadranet.com
* updates: mirror.sjc02.svwh.net
Warning: group Xfce does not exist.
Maybe run: yum groups mark install (see man yum)
Error: No packages in any requested group available to install or update
[root@host tmp]# yum grouplist
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
* base: repos-lax.psychz.net
* extras: repos.lax.quadranet.com
* updates: mirror.sjc02.svwh.net
Available Environment Groups:
Minimal Install
Compute Node
Infrastructure Server
File and Print Server
Basic Web Server
Virtualization Host
Server with GUI
GNOME Desktop
KDE Plasma Workspaces
Development and Creative Workstation
Available Groups:
Compatibility Libraries
Console Internet Tools
Development Tools
Graphical Administration Tools
Legacy UNIX Compatibility
Scientific Support
Security Tools
Smart Card Support
System Administration Tools
System Management
Done
[root@host tmp]#
Offline
bad news: I re-install system with centos 7 64, and run command as above, fail again.
does xfce support VPS server installation?
Last edited by hyb (2018-02-11 03:50:18)
Offline
Offline
thanks all!
I reinstall system again, finally I can install xfce4-dev-tools and libxfce4util now,
when I go to xfconf-4.12.0, run ./configure --prefix=/usr ,system show error *** *** The required package dbus-glib-1 was not found on your system.
anyone meet this problem and how to resolve ?
[root@host src]# cd xfconf-4.12.0
[root@host xfconf-4.12.0]# ./configure --prefix=/usr
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 make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.40.6 found
checking for intltool-update... /usr/local/bin/intltool-update
checking for intltool-merge... /usr/local/bin/intltool-merge
checking for intltool-extract... /usr/local/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 XML::Parser... ok
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 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-li nux-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 libr aries... 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 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 grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 for unistd.h... (cached) yes
checking for fdatasync... yes
checking for fsync... yes
checking for setlocale... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... 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 bg bn ca cs da de el en_AU en_G B es 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 sr sv te th tr ug uk ur ur_PK 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 gobject-2.0 >= 2.30.0... 2.50.3
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GLIB_LIBS... -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 gthread-2.0 >= 2.30.0... 2.50.3
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... 4.12.1
checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/ usr/lib64/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -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 dbus-1 >= 1.1.0... 1.6.12
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include
checking DBUS_LIBS... -L/lib64 -ldbus-1
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for dbus-glib-1 >= 0.84... not found
*** The required package dbus-glib-1 was not found on your system.
*** Please install dbus-glib-1 (atleast version 0.84) 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@host xfconf-4.12.0]# export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH" [root@host xfconf-4.12.0]# ./configure --prefix=/usr
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 make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.40.6 found
checking for intltool-update... /usr/local/bin/intltool-update
checking for intltool-merge... /usr/local/bin/intltool-merge
checking for intltool-extract... /usr/local/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 XML::Parser... ok
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 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 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 grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 for unistd.h... (cached) yes
checking for fdatasync... yes
checking for fsync... yes
checking for setlocale... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... 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 bg bn ca cs da de el en_AU en_GB es 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 sr sv te th tr ug uk ur ur_PK 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 gobject-2.0 >= 2.30.0... 2.50.3
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GLIB_LIBS... -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 gthread-2.0 >= 2.30.0... 2.50.3
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... 4.12.1
checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -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 dbus-1 >= 1.1.0... 1.6.12
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include
checking DBUS_LIBS... -L/lib64 -ldbus-1
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for dbus-glib-1 >= 0.84... not found
*** The required package dbus-glib-1 was not found on your system.
*** Please install dbus-glib-1 (atleast version 0.84) 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@host xfconf-4.12.0]# export CFLAGS="-O2 -pipe"
[root@host xfconf-4.12.0]# ./configure --prefix=/usr
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 make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.40.6 found
checking for intltool-update... /usr/local/bin/intltool-update
checking for intltool-merge... /usr/local/bin/intltool-merge
checking for intltool-extract... /usr/local/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 XML::Parser... ok
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 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 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 grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 for unistd.h... (cached) yes
checking for fdatasync... yes
checking for fsync... yes
checking for setlocale... yes
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... 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 bg bn ca cs da de el en_AU en_GB es 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 sr sv te th tr ug uk ur ur_PK 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 gobject-2.0 >= 2.30.0... 2.50.3
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GLIB_LIBS... -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 gthread-2.0 >= 2.30.0... 2.50.3
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... 4.12.1
checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -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 dbus-1 >= 1.1.0... 1.6.12
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include
checking DBUS_LIBS... -L/lib64 -ldbus-1
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for dbus-glib-1 >= 0.84... not found
*** The required package dbus-glib-1 was not found on your system.
*** Please install dbus-glib-1 (atleast version 0.84) 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@host xfconf-4.12.0]# *** The required package dbus-glib-1 was not found on your system.
Last edited by hyb (2018-02-11 06:54:00)
Offline
Follow @ozjd's link for info on locating Xfce packages. For whatever reason, there is no longer an Xfce group to install.
As for the build question, the message is pretty self-explanatory - install dbus-glib. Howver, the first option is probably your better choice.
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
Pages: 1
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 897.16 KiB (Peak: 986 KiB) ]