Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-08-27 03:57:12

zigzog
Member
Registered: 2019-08-27
Posts: 9

upgrading to 4.14 by building source

Hello every one, I tried to upgrade to the latest Xfce4.14, and it seems that building source is the only way for now.
My laptop installed Debian buster and Xfce4.12 with the default lightdm.
Here is my problem:

I downloaded the tarball and built by following the doc from https://docs.xfce.org/xfce/building.
the building and installation is OK.
then after reboot, I input my username and password, I got an error:


Unable to load a failsafe session
Unable to determine failsafe session name. Possible causes xconfd isn't running (D-Bus setup problem);
environment variable $XDG_CONFIG_DIRS is set incorrectly (must include "/etc") or xfce4-session is installed incorrectly.

my building is like :
./configure --prefix=${PREFIX} --disable-debug
make
sudo make install

and the PREFIX is /usr

I didn't find any document about what to do after build and installation and I'm not familier to X system, it seems quit complex and not easy to understand in a short time.

I had also built and installed it to /opt/xfce4, but do not know how to make it run correctly.

Any one give me some directions? thanks a lot and I hope there is even a simple document about what to do after a manually upgrading installation

Last edited by zigzog (2019-08-27 09:50:54)

Offline

#2 2019-08-27 11:02:16

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: upgrading to 4.14 by building source

zigzog wrote:

Unable to load a failsafe session
Unable to determine failsafe session name. Possible causes xconfd isn't running (D-Bus setup problem);

IS xfconfd running?

environment variable $XDG_CONFIG_DIRS is set incorrectly (must include "/etc") or xfce4-session is installed incorrectly.

What is $XDG_CONFIG_DIRS set to?

my building is like :
./configure --prefix=${PREFIX} --disable-debug
make
sudo make install

and the PREFIX is /usr

Did you build all of Xfce components with the prefix set as /usr?

.

Can you provide your full set of commands and the output for your build of xfce4-session?

I wonder if its possible to use MX-Linux's repositories to install Xfce 4.14. Jerry (MX-Linux team) is a member here and maybe he knows if its possible.

Otherwise, it may be easier to use a distro that already has Xfce 4.14 in its repositories. This is not an easy task, as you can see.


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

#3 2019-08-28 02:44:07

zigzog
Member
Registered: 2019-08-27
Posts: 9

Re: upgrading to 4.14 by building source

ToZ, thanks for replying.

IS xfconfd running?

It is not running, maybe the reason is that my GUI desktop can only stay in the login window.

What is $XDG_CONFIG_DIRS set to?

I printed it in tty1, it is empty.
I can not test it in tty7.

Did you build all of Xfce components with the prefix set as /usr?

Yes, all in the tarball and all set as /usr, by the order that document said.
Here is the list:
garcon-0.6.4.tar.bz2
libxfce4ui-4.14.1.tar.bz2
libxfce4util-4.14.0.tar.bz2
Thunar-1.8.9.tar.bz2
thunar-volman-0.9.5.tar.bz2
tumbler-0.2.7.tar.bz2
xfce4-appfinder-4.14.0.tar.bz2
xfce4-panel-4.14.0.tar.bz2
xfce4-power-manager-1.6.5.tar.bz2
xfce4-session-4.14.0.tar.bz2
xfce4-settings-4.14.0.tar.bz2
xfconf-4.14.1.tar.bz2
xfdesktop-4.14.1.tar.bz2
xfwm4-4.14.0.tar.bz2

only xfce4-dev-tools-4.14.0.tar.bz2 is the exception, for I did not build from Git.

Can you provide your full set of commands and the output for your build of xfce4-session?

My build commands are here:
sudo apt install build-essential
sudo apt install libglib2.0-dev
sudo apt install libgtk-3-dev
export PREFIX=/opt/xfce4
./configure --prefix=${PREFIX} --disable-debug
make
sudo make install

The last 3 lines repeat for each component.

The output is too long I will post them in the next replies.

And I wil try the MX-Linux's repositories, thank you.

Offline

#4 2019-08-28 02:56:56

zigzog
Member
Registered: 2019-08-27
Posts: 9

Re: upgrading to 4.14 by building source

Here is the config log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by xfce4-session configure 4.14.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr --disable-debug

## --------- ##
## Platform. ##
## --------- ##

hostname = debianvm
uname -m = x86_64
uname -r = 4.19.0-5-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2445: checking whether make sets $(MAKE)
configure:2467: result: yes
configure:2522: checking for a BSD-compatible install
configure:2590: result: /usr/bin/install -c
configure:2601: checking whether build environment is sane
configure:2656: result: yes
configure:2805: checking for a thread-safe mkdir -p
configure:2844: result: /usr/bin/mkdir -p
configure:2851: checking for gawk
configure:2881: result: no
configure:2851: checking for mawk
configure:2867: found /usr/bin/mawk
configure:2878: result: mawk
configure:2909: checking whether make supports nested variables
configure:2926: result: yes
configure:3015: checking whether UID '1000' is supported by ustar format
configure:3018: result: yes
configure:3025: checking whether GID '1000' is supported by ustar format
configure:3028: result: yes
configure:3036: checking how to create a ustar tar archive
configure:3047: tar --version
tar (GNU tar) 1.30
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <[url]https://gnu.org/licenses/gpl.html[/url]>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3050: $? = 0
configure:3090: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3093: $? = 0
configure:3097: tar -xf - <conftest.tar
configure:3100: $? = 0
configure:3102: cat conftest.dir/file
GrepMe
configure:3105: $? = 0
configure:3118: result: gnutar
configure:3172: checking whether to enable maintainer-specific portions of Makefiles
configure:3181: result: no
configure:3205: checking whether make supports nested variables
configure:3222: result: yes
configure:3248: checking whether make supports the include directive
configure:3263: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3266: $? = 0
configure:3285: result: yes (GNU style)
configure:3355: checking for gcc
configure:3371: found /usr/bin/gcc
configure:3382: result: gcc
configure:3611: checking for C compiler version
configure:3620: gcc --version >&5
gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3631: $? = 0
configure:3620: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6) 
configure:3631: $? = 0
configure:3620: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3631: $? = 1
configure:3620: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3631: $? = 1
configure:3651: checking whether the C compiler works
configure:3673: gcc    conftest.c  >&5
configure:3677: $? = 0
configure:3725: result: yes
configure:3728: checking for C compiler default output file name
configure:3730: result: a.out
configure:3736: checking for suffix of executables
configure:3743: gcc -o conftest    conftest.c  >&5
configure:3747: $? = 0
configure:3769: result: 
configure:3791: checking whether we are cross compiling
configure:3799: gcc -o conftest    conftest.c  >&5
configure:3803: $? = 0
configure:3810: ./conftest
configure:3814: $? = 0
configure:3802: result: no
configure:3807: checking for suffix of object files
configure:3829: gcc -c   conftest.c >&5
configure:3833: $? = 0
configure:3854: result: o
configure:3858: checking whether we are using the GNU C compiler
configure:3877: gcc -c   conftest.c >&5
configure:3877: $? = 0
configure:3886: result: yes
configure:3895: checking whether gcc accepts -g
configure:3915: gcc -c -g  conftest.c >&5
configure:3915: $? = 0
configure:3956: result: yes
configure:3973: checking for gcc option to accept ISO C89
configure:4036: gcc  -c -g -O2  conftest.c >&5
configure:4036: $? = 0
configure:4049: result: none needed
configure:4074: checking whether gcc understands -c and -o together
configure:4096: gcc -c conftest.c -o conftest2.o
configure:4099: $? = 0
configure:4096: gcc -c conftest.c -o conftest2.o
configure:4099: $? = 0
configure:4111: result: yes
configure:4130: checking dependency style of gcc
configure:4241: result: gcc3
configure:4262: checking how to run the C preprocessor
configure:4293: gcc -E  conftest.c
configure:4293: $? = 0
configure:4307: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4332: result: gcc -E
configure:4352: gcc -E  conftest.c
configure:4352: $? = 0
configure:4366: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4395: checking for grep that handles long lines and -e
configure:4453: result: /usr/bin/grep
configure:4458: checking for egrep
configure:4520: result: /usr/bin/grep -E
configure:4525: checking for ANSI C header files
configure:4545: gcc -c -g -O2  conftest.c >&5
configure:4545: $? = 0
configure:4618: gcc -o conftest -g -O2   conftest.c  >&5
configure:4618: $? = 0
configure:4618: ./conftest
configure:4618: $? = 0
configure:4629: result: yes
configure:4642: checking for sys/types.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for sys/stat.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for stdlib.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for string.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for memory.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for strings.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for inttypes.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for stdint.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4642: checking for unistd.h
configure:4642: gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4642: result: yes
configure:4655: checking minix/config.h usability
configure:4655: gcc -c -g -O2  conftest.c >&5
conftest.c:54:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4655: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4655: result: no
configure:4655: checking minix/config.h presence
configure:4655: gcc -E  conftest.c
conftest.c:21:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4655: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4655: result: no
configure:4655: checking for minix/config.h
configure:4655: result: no
configure:4676: checking whether it is safe to define __EXTENSIONS__
configure:4694: gcc -c -g -O2  conftest.c >&5
configure:4694: $? = 0
configure:4701: result: yes
configure:4733: checking for gawk
configure:4760: result: mawk
configure:4819: checking for gcc
configure:4846: result: gcc
configure:5075: checking for C compiler version
configure:5084: gcc --version >&5
gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5095: $? = 0
configure:5084: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6) 
configure:5095: $? = 0
configure:5084: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5095: $? = 1
configure:5084: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5095: $? = 1
configure:5099: checking whether we are using the GNU C compiler
configure:5127: result: yes
configure:5136: checking whether gcc accepts -g
configure:5197: result: yes
configure:5214: checking for gcc option to accept ISO C89
configure:5290: result: none needed
configure:5315: checking whether gcc understands -c and -o together
configure:5352: result: yes
configure:5371: checking dependency style of gcc
configure:5482: result: gcc3
configure:5498: checking whether ln -s works
configure:5502: result: yes
configure:5509: checking whether make sets $(MAKE)
configure:5531: result: yes
configure:5542: checking whether NLS is requested
configure:5551: result: yes
configure:5569: checking for intltool >= 0.35
configure:5571: result: 0.51.0 found
configure:5579: checking for intltool-update
configure:5597: found /usr/bin/intltool-update
configure:5609: result: /usr/bin/intltool-update
configure:5619: checking for intltool-merge
configure:5637: found /usr/bin/intltool-merge
configure:5649: result: /usr/bin/intltool-merge
configure:5659: checking for intltool-extract
configure:5677: found /usr/bin/intltool-extract
configure:5689: result: /usr/bin/intltool-extract
configure:5843: checking for xgettext
configure:5861: found /usr/bin/xgettext
configure:5873: result: /usr/bin/xgettext
configure:5883: checking for msgmerge
configure:5901: found /usr/bin/msgmerge
configure:5913: result: /usr/bin/msgmerge
configure:5923: checking for msgfmt
configure:5941: found /usr/bin/msgfmt
configure:5953: result: /usr/bin/msgfmt
configure:5963: checking for gmsgfmt
configure:5994: result: /usr/bin/msgfmt
configure:6014: checking for perl
configure:6032: found /usr/bin/perl
configure:6044: result: /usr/bin/perl
configure:6055: checking for perl >= 5.8.1
configure:6062: result: 5.28.1
configure:6082: checking for a sed that does not truncate output
configure:6146: result: /usr/bin/sed
configure:6182: checking build system type
configure:6196: result: x86_64-pc-linux-gnu
configure:6216: checking host system type
configure:6229: result: x86_64-pc-linux-gnu
configure:6270: checking how to print strings
configure:6297: result: printf
configure:6318: checking for a sed that does not truncate output
configure:6382: result: /usr/bin/sed
configure:6400: checking for fgrep
configure:6462: result: /usr/bin/grep -F
configure:6497: checking for ld used by gcc
configure:6564: result: /usr/bin/ld
configure:6571: checking if the linker (/usr/bin/ld) is GNU ld
configure:6586: result: yes
configure:6598: checking for BSD- or MS-compatible name lister (nm)
configure:6652: result: /usr/bin/nm -B
configure:6782: checking the name lister (/usr/bin/nm -B) interface
configure:6789: gcc -c -g -O2  conftest.c >&5
configure:6792: /usr/bin/nm -B "conftest.o"
configure:6795: output
0000000000000000 B some_variable
configure:6796: result: BSD nm
configure:6800: checking the maximum length of command line arguments
configure:6931: result: 1572864
configure:6979: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:7019: result: func_convert_file_noop
configure:7026: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:7046: result: func_convert_file_noop
configure:7053: checking for /usr/bin/ld option to reload object files
configure:7060: result: -r
configure:7134: checking for objdump
configure:7150: found /usr/bin/objdump
configure:7161: result: objdump
configure:7193: checking how to recognize dependent libraries
configure:7393: result: pass_all
configure:7478: checking for dlltool
configure:7508: result: no
configure:7538: checking how to associate runtime and link libraries
configure:7565: result: printf %s\n
configure:7625: checking for ar
configure:7641: found /usr/bin/ar
configure:7652: result: ar
configure:7689: checking for archiver @FILE support
configure:7706: gcc -c -g -O2  conftest.c >&5
configure:7706: $? = 0
configure:7709: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7712: $? = 0
configure:7717: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7720: $? = 1
configure:7719: result: @
configure:7777: checking for strip
configure:7793: found /usr/bin/strip
configure:7804: result: strip
configure:7876: checking for ranlib
configure:7892: found /usr/bin/ranlib
configure:7903: result: ranlib
configure:8005: checking command to parse /usr/bin/nm -B output from gcc object
configure:8158: gcc -c -g -O2  conftest.c >&5
configure:8161: $? = 0
configure:8165: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:8231: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:8234: $? = 0
configure:8272: result: ok
configure:8319: checking for sysroot
configure:8349: result: no
configure:8356: checking for a working dd
configure:8394: result: /usr/bin/dd
configure:8398: checking how to truncate binary pipes
configure:8413: result: /usr/bin/dd bs=4096 count=1
configure:8549: gcc -c -g -O2  conftest.c >&5
configure:8552: $? = 0
configure:8742: checking for mt
configure:8758: found /usr/bin/mt
configure:8769: result: mt
configure:8792: checking if mt is a manifest tool
configure:8798: mt '-?'
configure:8806: result: no
configure:9480: checking for dlfcn.h
configure:9480: gcc -c -g -O2  conftest.c >&5
configure:9480: $? = 0
configure:9480: result: yes
configure:9735: checking for objdir
configure:9750: result: .libs
configure:10014: checking if gcc supports -fno-rtti -fno-exceptions
configure:10032: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:10036: $? = 0
configure:10049: result: no
configure:10413: checking for gcc option to produce PIC
configure:10420: result: -fPIC -DPIC
configure:10428: checking if gcc PIC flag -fPIC -DPIC works
configure:10446: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:10450: $? = 0
configure:10463: result: yes
configure:10492: checking if gcc static flag -static works
configure:10520: result: yes
configure:10535: checking if gcc supports -c -o file.o
configure:10556: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10560: $? = 0
configure:10582: result: yes
configure:10590: checking if gcc supports -c -o file.o
configure:10637: result: yes
configure:10670: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11933: result: yes
configure:11970: checking whether -lc should be explicitly linked in
configure:11978: gcc -c -g -O2  conftest.c >&5
configure:11981: $? = 0
configure:11996: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:11999: $? = 0
configure:12013: result: no
configure:12173: checking dynamic linker characteristics
configure:12754: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12754: $? = 0
configure:13003: result: GNU/Linux ld.so
configure:13125: checking how to hardcode library paths into programs
configure:13150: result: immediate
configure:13698: checking whether stripping libraries is possible
configure:13703: result: yes
configure:13738: checking if libtool supports shared libraries
configure:13740: result: yes
configure:13743: checking whether to build shared libraries
configure:13768: result: yes
configure:13771: checking whether to build static libraries
configure:13775: result: no
configure:10589: checking for ANSI C header files
configure:10693: result: yes
configure:10707: checking errno.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking errno.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for errno.h
configure:10707: result: yes
configure:10707: checking fcntl.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking fcntl.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for fcntl.h
configure:10707: result: yes
configure:10707: checking netdb.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking netdb.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for netdb.h
configure:10707: result: yes
configure:10707: checking signal.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking signal.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for signal.h
configure:10707: result: yes
configure:10707: checking stdarg.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking stdarg.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for stdarg.h
configure:10707: result: yes
configure:10707: checking sys/resource.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking sys/resource.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for sys/resource.h
configure:10707: result: yes
configure:10707: checking sys/socket.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking sys/socket.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for sys/socket.h
configure:10707: result: yes
configure:10707: checking sys/time.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking sys/time.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for sys/time.h
configure:10707: result: yes
configure:10707: checking sys/wait.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking sys/wait.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for sys/wait.h
configure:10707: result: yes
configure:10707: checking sys/utsname.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking sys/utsname.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for sys/utsname.h
configure:10707: result: yes
configure:10707: checking time.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking time.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for time.h
configure:10707: result: yes
configure:10707: checking for unistd.h
configure:10707: result: yes
configure:10707: checking sys/sysctl.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking sys/sysctl.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for sys/sysctl.h
configure:10707: result: yes
configure:10707: checking math.h usability
configure:10707: gcc -c -g -O2  conftest.c >&5
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking math.h presence
configure:10707: gcc -E  conftest.c
configure:10707: $? = 0
configure:10707: result: yes
configure:10707: checking for math.h
configure:10707: result: yes
configure:10707: checking for sys/types.h
configure:10707: result: yes
configure:10720: checking for getaddrinfo
configure:10720: gcc -o conftest -g -O2   conftest.c  >&5
configure:10720: $? = 0
configure:10720: result: yes
configure:10720: checking for gethostbyname
configure:10720: gcc -o conftest -g -O2   conftest.c  >&5
configure:10720: $? = 0
configure:10720: result: yes
configure:10720: checking for gethostname
configure:10720: gcc -o conftest -g -O2   conftest.c  >&5
configure:10720: $? = 0
configure:10720: result: yes
configure:10720: checking for setsid
configure:10720: gcc -o conftest -g -O2   conftest.c  >&5
configure:10720: $? = 0
configure:10720: result: yes
configure:10720: checking for strdup
configure:10720: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:71:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch]
 char strdup ();
      ^~~~~~
configure:10720: $? = 0
configure:10720: result: yes
configure:10731: checking for inline
configure:10747: gcc -c -g -O2  conftest.c >&5
configure:10747: $? = 0
configure:10755: result: inline
configure:10773: checking for mode_t
configure:10773: gcc -c -g -O2  conftest.c >&5
configure:10773: $? = 0
configure:10773: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:21: error: expected expression before ')' token
 if (sizeof ((mode_t)))
                     ^
configure:10773: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETSID 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10773: result: yes
configure:10784: checking for pid_t
configure:10784: gcc -c -g -O2  conftest.c >&5
configure:10784: $? = 0
configure:10784: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:10784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETSID 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10784: result: yes
configure:10795: checking for size_t
configure:10795: gcc -c -g -O2  conftest.c >&5
configure:10795: $? = 0
configure:10795: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:10795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETSID 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10795: result: yes
configure:10810: checking for stdlib.h
configure:10810: result: yes
configure:10820: checking for GNU libc compatible malloc
configure:10844: gcc -o conftest -g -O2   conftest.c  >&5
configure:10844: $? = 0
configure:10844: ./conftest
configure:10844: $? = 0
configure:10854: result: yes
configure:10964: checking for cos in -lm
configure:10989: gcc -o conftest -g -O2   conftest.c -lm   >&5
conftest.c:58:6: warning: conflicting types for built-in function 'cos' [-Wbuiltin-declaration-mismatch]
 char cos ();
      ^~~
configure:10989: $? = 0
configure:10998: result: yes
configure:11010: checking for X
configure:11118: gcc -E  conftest.c
configure:11118: $? = 0
configure:11149: gcc -o conftest -g -O2   conftest.c -lX11  >&5
configure:11149: $? = 0
configure:11199: result: libraries , headers 
configure:11298: gcc -o conftest -g -O2   conftest.c   -lX11 >&5
configure:11298: $? = 0
configure:11396: checking for gethostbyname
configure:11396: result: yes
configure:11493: checking for connect
configure:11493: gcc -o conftest -g -O2   conftest.c  >&5
configure:11493: $? = 0
configure:11493: result: yes
configure:11542: checking for remove
configure:11542: gcc -o conftest -g -O2   conftest.c  >&5
configure:11542: $? = 0
configure:11542: result: yes
configure:11591: checking for shmat
configure:11591: gcc -o conftest -g -O2   conftest.c  >&5
configure:11591: $? = 0
configure:11591: result: yes
configure:11649: checking for IceConnectionNumber in -lICE
configure:11674: gcc -o conftest -g -O2   conftest.c -lICE   >&5
configure:11674: $? = 0
configure:11683: result: yes
configure:11698: checking for main in -lX11
configure:11717: gcc -o conftest -g -O2   conftest.c -lX11   -lSM -lICE    >&5
configure:11717: $? = 0
configure:11726: result: yes
configure:11771: checking for SmcSaveYourselfDone in -lSM
configure:11796: gcc -o conftest -g -O2   conftest.c -lSM    -lSM -lICE -lX11 -lICE  >&5
configure:11796: $? = 0
configure:11805: result: yes
configure:11831: checking for _IceTransNoListen
configure:11831: gcc -o conftest -g -O2   conftest.c    -lSM -lICE -lX11 >&5
configure:11831: $? = 0
configure:11831: result: yes
configure:11855: checking locale.h usability
configure:11855: gcc -c -g -O2  conftest.c >&5
configure:11855: $? = 0
configure:11855: result: yes
configure:11855: checking locale.h presence
configure:11855: gcc -E  conftest.c
configure:11855: $? = 0
configure:11855: result: yes
configure:11855: checking for locale.h
configure:11855: result: yes
configure:11866: checking for LC_MESSAGES
configure:11882: gcc -o conftest -g -O2   conftest.c  >&5
configure:11882: $? = 0
configure:11890: result: yes
configure:11908: checking for CFPreferencesCopyAppValue
configure:11926: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:57:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:11926: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETSID 1
| #define HAVE_STRDUP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBSM 1
| #define HAVE__ICETRANSNOLISTEN 1
| #define GETTEXT_PACKAGE "xfce4-session"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:11935: result: no
configure:11942: checking for CFLocaleCopyCurrent
configure:11960: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:57:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:11960: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfce4-session"
| #define PACKAGE_TARNAME "xfce4-session"
| #define PACKAGE_VERSION "4.14.0"
| #define PACKAGE_STRING "xfce4-session 4.14.0"
| #define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
| #define PACKAGE_URL ""
| #define PACKAGE "xfce4-session"
| #define VERSION "4.14.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_SETSID 1
| #define HAVE_STRDUP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBSM 1
| #define HAVE__ICETRANSNOLISTEN 1
| #define GETTEXT_PACKAGE "xfce4-session"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:11969: result: no
configure:11983: checking libintl.h usability
configure:11983: gcc -c -g -O2  conftest.c >&5
configure:11983: $? = 0
configure:11983: result: yes
configure:11983: checking libintl.h presence
configure:11983: gcc -E  conftest.c
configure:11983: $? = 0
configure:11983: result: yes
configure:11983: checking for libintl.h
configure:11983: result: yes
configure:11991: checking for ngettext in libc
configure:12009: gcc -o conftest -g -O2   conftest.c  >&5
configure:12009: $? = 0
configure:12018: result: yes
configure:12022: checking for dgettext in libc
configure:12040: gcc -o conftest -g -O2   conftest.c  >&5
configure:12040: $? = 0
configure:12049: result: yes
configure:12056: checking for bind_textdomain_codeset
configure:12056: gcc -o conftest -g -O2   conftest.c  >&5
configure:12056: $? = 0
configure:12056: result: yes
configure:12332: checking for msgfmt
configure:12359: result: /usr/bin/msgfmt
configure:12370: checking for dcgettext
configure:12370: gcc -o conftest -g -O2   conftest.c   >&5
conftest.c:82:6: warning: conflicting types for built-in function 'dcgettext' [-Wbuiltin-declaration-mismatch]
 char dcgettext ();
      ^~~~~~~~~
configure:12370: $? = 0
configure:12370: result: yes
configure:12380: checking if msgfmt accepts -c
configure:12395: $MSGFMT -c -o /dev/null conftest.foo
conftest.foo:3: warning: header field 'Language' missing in header
configure:12398: $? = 0
configure:12400: result: yes
configure:12410: checking for gmsgfmt
configure:12441: result: /usr/bin/msgfmt
configure:12451: checking for xgettext
configure:12478: result: /usr/bin/xgettext
configure:12497: gcc -o conftest -g -O2   conftest.c   >&5
configure:12497: $? = 0
configure:12579: checking for catalogs to be installed
configure:12604: result:  am ar ast be bg bn ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM id ie 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
configure:12637: checking for bind_textdomain_codeset
configure:12637: result: yes
configure:12643: checking for locales directory
configure:12659: result: ${datarootdir}/locale
configure:12663: checking for additional xgettext flags
configure:12671: result: --keyword=Q_ --from-code=UTF-8
configure:12735: checking for pkg-config
configure:12753: found /usr/bin/pkg-config
configure:12765: result: /usr/bin/pkg-config
configure:12790: checking pkg-config is at least version 0.9.0
configure:12793: result: yes
configure:12815: checking for libxfce4util-1.0 >= 4.12.0
configure:12819: result: 4.14.0
configure:12822: checking LIBXFCE4UTIL_CFLAGS
configure:12825: result: -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/xfce4
configure:12828: checking LIBXFCE4UTIL_LIBS
configure:12831: result: -lxfce4util -lglib-2.0
configure:12930: checking for pkg-config
configure:12960: result: /usr/bin/pkg-config
configure:12985: checking pkg-config is at least version 0.9.0
configure:12988: result: yes
configure:13010: checking for libxfce4ui-2 >= 4.12.0
configure:13014: result: 4.14.1
configure:13017: checking LIBXFCE4UI_CFLAGS
configure:13020: result: -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/xfce4/libxfce4ui-2 -I/usr/include/xfce4
configure:13023: checking LIBXFCE4UI_LIBS
configure:13026: result: -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
configure:13125: checking for pkg-config
configure:13155: result: /usr/bin/pkg-config
configure:13180: checking pkg-config is at least version 0.9.0
configure:13183: result: yes
configure:13205: checking for gtk+-3.0 >= 3.22.0
configure:13209: result: 3.24.5
configure:13212: checking GTK_CFLAGS
configure:13215: result: -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
configure:13218: checking GTK_LIBS
configure:13221: result: -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
configure:13320: checking for pkg-config
configure:13350: result: /usr/bin/pkg-config
configure:13375: checking pkg-config is at least version 0.9.0
configure:13378: result: yes
configure:13400: checking for gio-2.0 >= 2.42.0
configure:13404: result: 2.58.3
configure:13407: checking GIO_CFLAGS
configure:13410: result: -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
configure:13413: checking GIO_LIBS
configure:13416: result: -lgio-2.0 -lgobject-2.0 -lglib-2.0
configure:13515: checking for pkg-config
configure:13545: result: /usr/bin/pkg-config
configure:13570: checking pkg-config is at least version 0.9.0
configure:13573: result: yes
configure:13595: checking for gmodule-2.0 >= 2.42.0
configure:13599: result: 2.58.3
configure:13602: checking GMODULE_CFLAGS
configure:13605: result: -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
configure:13608: checking GMODULE_LIBS
configure:13611: result: -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
configure:13710: checking for pkg-config
configure:13740: result: /usr/bin/pkg-config
configure:13765: checking pkg-config is at least version 0.9.0
configure:13768: result: yes
configure:13790: checking for libwnck-3.0 >= 3.10
configure:13794: result: 3.30.0
configure:13797: checking LIBWNCK_CFLAGS
configure:13800: result: -pthread -I/usr/include/libwnck-3.0 -I/usr/include/startup-notification-1.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
configure:13803: checking LIBWNCK_LIBS
configure:13806: result: -lwnck-3 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
configure:13905: checking for pkg-config
configure:13935: result: /usr/bin/pkg-config
configure:13960: checking pkg-config is at least version 0.9.0
configure:13963: result: yes
configure:13985: checking for libxfconf-0 >= 4.12.0
configure:13989: result: 4.14.1
configure:13992: checking XFCONF_CFLAGS
configure:13995: result: -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/xfce4/xfconf-0
configure:13998: checking XFCONF_LIBS
configure:14001: result: -lxfconf-0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
configure:14255: checking for optional package polkit-gobject-1 >= 0.102
configure:14257: result: not found
configure:14300: checking whether to build with debugging support
configure:14378: result: no
configure:14398: checking whether /usr/bin/ld -m elf_x86_64 accepts --as-needed
configure:14403: result: yes
configure:14412: checking whether /usr/bin/ld -m elf_x86_64 accepts -O1
configure:14417: result: yes
configure:14430: checking for iceauth
configure:14448: found /usr/bin/iceauth
configure:14460: result: /usr/bin/iceauth
configure:14478: checking what xsession-prefix to use
configure:14490: result: /usr
configure:14500: checking whether to enable X11R5 session management
configure:14509: result: yes
configure:14662: checking that generated files are newer than configure
configure:14668: result: done
configure:14711: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by xfce4-session config.status 4.14.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on debianvm

config.status:1293: creating Makefile
config.status:1293: creating doc/Makefile
config.status:1293: creating icons/Makefile
config.status:1293: creating icons/48x48-actions/Makefile
config.status:1293: creating icons/48x48/Makefile
config.status:1293: creating icons/128x128/Makefile
config.status:1293: creating icons/scalable/Makefile
config.status:1293: creating libxfsm/Makefile
config.status:1293: creating po/Makefile.in
config.status:1293: creating settings/Makefile
config.status:1293: creating scripts/Makefile
config.status:1293: creating scripts/xinitrc.in
config.status:1293: creating xfce4-session/Makefile
config.status:1293: creating xfce4-session-logout/Makefile
config.status:1293: creating xfsm-shutdown-helper/Makefile
config.status:1293: creating config.h
config.status:1474: config.h is unchanged
config.status:1522: executing depfiles commands
config.status:1599: cd libxfsm       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:1604: $? = 0
config.status:1599: cd settings       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:1604: $? = 0
config.status:1599: cd xfce4-session       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:1604: $? = 0
config.status:1599: cd xfce4-session-logout       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:1604: $? = 0
config.status:1599: cd xfsm-shutdown-helper       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:1604: $? = 0
config.status:1522: executing libtool commands
config.status:1522: executing default-1 commands
config.status:1522: executing po/stamp-it commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__IceTransNoListen=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_remove=yes
ac_cv_func_setsid=yes
ac_cv_func_shmat=yes
ac_cv_func_strdup=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_SM_SmcSaveYourselfDone=yes
ac_cv_lib_X11_main=yes
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ICEAUTH=/usr/bin/iceauth
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
am_cv_val_LC_MESSAGES=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
xdt_cv_POLKIT_check=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/zzg/xfce4-src/xfce4-session-4.14.0/missing aclocal-1.16'
ALL_LINGUAS='am ar ast be bg bn ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM id ie 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 '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/zzg/xfce4-src/xfce4-session-4.14.0/missing autoconf'
AUTOHEADER='${SHELL} /home/zzg/xfce4-src/xfce4-session-4.14.0/missing autoheader'
AUTOMAKE='${SHELL} /home/zzg/xfce4-src/xfce4-session-4.14.0/missing automake-1.16'
AWK='mawk'
BACKEND='linux'
CATALOGS=' am.gmo ar.gmo ast.gmo be.gmo bg.gmo bn.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_AU.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo gl.gmo he.gmo hr.gmo hu.gmo hy_AM.gmo id.gmo ie.gmo is.gmo it.gmo ja.gmo kk.gmo ko.gmo lt.gmo lv.gmo ms.gmo nb.gmo nl.gmo nn.gmo oc.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo te.gmo th.gmo tr.gmo ug.gmo uk.gmo ur_PK.gmo ur.gmo vi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GETTEXT_PACKAGE='xfce4-session'
GIO_CFLAGS='-pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
GIO_REQUIRED_VERSION='2.42.0'
GIO_VERSION='2.58.3'
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
GMODULE_REQUIRED_VERSION='2.42.0'
GMODULE_VERSION='2.58.3'
GMOFILES=' am.gmo ar.gmo ast.gmo be.gmo bg.gmo bn.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_AU.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo gl.gmo he.gmo hr.gmo hu.gmo hy_AM.gmo id.gmo ie.gmo is.gmo it.gmo ja.gmo kk.gmo ko.gmo lt.gmo lv.gmo ms.gmo nb.gmo nl.gmo nn.gmo oc.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo si.gmo sk.gmo sl.gmo sq.gmo sr.gmo sv.gmo te.gmo th.gmo tr.gmo ug.gmo uk.gmo ur_PK.gmo ur.gmo vi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
GMSGFMT='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
GTK_REQUIRED_VERSION='3.22.0'
GTK_VERSION='3.24.5'
HAVE_OS_CYGWIN_FALSE=''
HAVE_OS_CYGWIN_TRUE='#'
HAVE_POLKIT_FALSE=''
HAVE_POLKIT_TRUE='#'
HELPER_PATH_PREFIX='${exec_prefix}/lib'
ICEAUTH='/usr/bin/iceauth'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/bin/intltool-update'
INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL__v_MERGE_0='@echo "  ITMRG " $@;'
INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
INTL_MACOSX_LIBS=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' -Wl,--as-needed -Wl,-O1'
LIBM='-lm'
LIBOBJS=''
LIBS=''
LIBSM_CFLAGS=''
LIBSM_LDFLAGS=''
LIBSM_LIBS=' -lSM -lICE -lX11'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBWNCK_CFLAGS='-pthread -I/usr/include/libwnck-3.0 -I/usr/include/startup-notification-1.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
LIBWNCK_LIBS='-lwnck-3 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
LIBWNCK_REQUIRED_VERSION='3.10'
LIBWNCK_VERSION='3.30.0'
LIBX11_CFLAGS=''
LIBX11_LDFLAGS=''
LIBX11_LIBS=' -lSM -lICE -lX11'
LIBXFCE4UI_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/xfce4/libxfce4ui-2 -I/usr/include/xfce4'
LIBXFCE4UI_LIBS='-lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0'
LIBXFCE4UI_REQUIRED_VERSION='4.12.0'
LIBXFCE4UI_VERSION='4.14.1'
LIBXFCE4UTIL_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/xfce4'
LIBXFCE4UTIL_LIBS='-lxfce4util -lglib-2.0'
LIBXFCE4UTIL_REQUIRED_VERSION='4.12.0'
LIBXFCE4UTIL_VERSION='4.14.0'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/zzg/xfce4-src/xfce4-session-4.14.0/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xfce4-session'
PACKAGE_BUGREPORT='https://bugzilla.xfce.org/'
PACKAGE_NAME='xfce4-session'
PACKAGE_STRING='xfce4-session 4.14.0'
PACKAGE_TARNAME='xfce4-session'
PACKAGE_URL=''
PACKAGE_VERSION='4.14.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POFILES=' am.po ar.po ast.po be.po bg.po bn.po ca.po cs.po da.po de.po el.po en_AU.po en_GB.po eo.po es.po et.po eu.po fi.po fr.po gl.po he.po hr.po hu.po hy_AM.po id.po ie.po is.po it.po ja.po kk.po ko.po lt.po lv.po ms.po nb.po nl.po nn.po oc.po pa.po pl.po pt_BR.po pt.po ro.po ru.po si.po sk.po sl.po sq.po sr.po sv.po te.po th.po tr.po ug.po uk.po ur_PK.po ur.po vi.po zh_CN.po zh_HK.po zh_TW.po'
POLKIT_CFLAGS=''
POLKIT_LIBS=''
POLKIT_REQUIRED_VERSION=''
POLKIT_VERSION=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
USE_NLS='yes'
VERSION='4.14.0'
XFCONF_CFLAGS='-pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/xfce4/xfconf-0'
XFCONF_LIBS='-lxfconf-0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
XFCONF_REQUIRED_VERSION='4.12.0'
XFCONF_VERSION='4.14.1'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_ARGS='--keyword=Q_ --from-code=UTF-8'
XMKMF=''
XSESSION_PREFIX='/usr'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/zzg/xfce4-src/xfce4-session-4.14.0/install-sh'
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "xfce4-session"
#define PACKAGE_TARNAME "xfce4-session"
#define PACKAGE_VERSION "4.14.0"
#define PACKAGE_STRING "xfce4-session 4.14.0"
#define PACKAGE_BUGREPORT "[url]https://bugzilla.xfce.org/[/url]"
#define PACKAGE_URL ""
#define PACKAGE "xfce4-session"
#define VERSION "4.14.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETDB_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_MATH_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_SETSID 1
#define HAVE_STRDUP 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_LIBX11 1
#define HAVE_LIBSM 1
#define HAVE__ICETRANSNOLISTEN 1
#define GETTEXT_PACKAGE "xfce4-session"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_42
#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_42
#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_20
#define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_20
#define ICEAUTH_CMD "/usr/bin/iceauth"
#define LEGACY_SESSION_MANAGEMENT 1
#define BACKEND "linux"
#define BACKEND_TYPE_LINUX 1

configure: exit 0

ToZ: added code tags

Last edited by ToZ (2019-08-28 10:56:07)

Offline

#5 2019-08-28 02:58:20

zigzog
Member
Registered: 2019-08-27
Posts: 9

Re: upgrading to 4.14 by building source

Here is the make log, for I did not preserve the log before, I ran it again now.

make  all-recursive
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'
Making all in libxfsm
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/libxfsm'
  CC       libxfsm_la-xfsm-util.lo
  CCLD     libxfsm.la
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/libxfsm'
Making all in doc
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/doc'
Making all in icons
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
Making all in 48x48-actions
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48-actions'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48-actions'
Making all in 48x48
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48'
Making all in 128x128
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/128x128'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/128x128'
Making all in scalable
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/scalable'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/scalable'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
Making all in po
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/po'
Making all in settings
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
make  all-am
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
  CC       xfce4_session_settings-main.o
  CC       xfce4_session_settings-session-editor.o
  CC       xfce4_session_settings-xfae-dialog.o
  CC       xfce4_session_settings-xfae-model.o
  CC       xfce4_session_settings-xfae-window.o
  CC       xfce4_session_settings-xfce4-session-marshal.o
  CC       xfce4_session_settings-xfsm-client-dbus-client.o
  CC       xfce4_session_settings-xfsm-manager-dbus-client.o
  CCLD     xfce4-session-settings
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
Making all in scripts
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/scripts'
rm -f startxfce4 startxfce4.tmp
/usr/bin/sed -e "s,@_datadir_\@,/usr/share,g" -e "s,@_libdir_\@,/usr/lib,g" -e "s,@_docdir_\@,$(dirname /usr/share/doc/xfce4-session),g" -e "s,@_sysconfdir_\@,/usr/etc,g" ./startxfce4.in >startxfce4.tmp
mv startxfce4.tmp startxfce4
rm -f xinitrc xinitrc.tmp
/usr/bin/sed -e "s,@_datadir_\@,/usr/share,g" -e "s,@_libdir_\@,/usr/lib,g" -e "s,@_docdir_\@,$(dirname /usr/share/doc/xfce4-session),g" -e "s,@_sysconfdir_\@,/usr/etc,g" xinitrc.in >xinitrc.tmp
mv xinitrc.tmp xinitrc
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/scripts'
Making all in xfce4-session
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
make  all-am
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
  CC       xfce4_session-xfsm-client-dbus.o
  CC       xfce4_session-xfsm-manager-dbus.o
  CC       xfce4_session-xfsm-marshal.o
  CC       xfce4_session-ice-layer.o
  CC       xfce4_session-main.o
  CC       xfce4_session-sm-layer.o
  CC       xfce4_session-xfsm-chooser.o
  CC       xfce4_session-xfsm-client.o
  CC       xfce4_session-xfsm-compat-gnome.o
  CC       xfce4_session-xfsm-compat-kde.o
  CC       xfce4_session-xfsm-consolekit.o
  CC       xfce4_session-xfsm-dns.o
  CC       xfce4_session-xfsm-error.o
  CC       xfce4_session-xfsm-fadeout.o
  CC       xfce4_session-xfsm-global.o
  CC       xfce4_session-xfsm-legacy.o
  CC       xfce4_session-xfsm-logout-dialog.o
  CC       xfce4_session-xfsm-manager.o
  CC       xfce4_session-xfsm-properties.o
  CC       xfce4_session-xfsm-shutdown-fallback.o
  CC       xfce4_session-xfsm-shutdown.o
  CC       xfce4_session-xfsm-startup.o
  CC       xfce4_session-xfce-screensaver.o
  CC       xfce4_session-xfsm-systemd.o
  CCLD     xfce4-session
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
Making all in xfce4-session-logout
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session-logout'
  CC       xfce4_session_logout-main.o
  CCLD     xfce4-session-logout
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session-logout'
Making all in xfsm-shutdown-helper
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfsm-shutdown-helper'
  CC       xfsm_shutdown_helper-main.o
  CCLD     xfsm-shutdown-helper
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfsm-shutdown-helper'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'

ToZ: added code tags

Last edited by ToZ (2019-08-28 10:57:06)

Offline

#6 2019-08-28 03:00:49

zigzog
Member
Registered: 2019-08-27
Posts: 9

Re: upgrading to 4.14 by building source

Here is the install log:

Making install in libxfsm
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/libxfsm'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/libxfsm'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/libxfsm'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/libxfsm'
Making install in doc
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/doc'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/doc'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/doc'
Making install in icons
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
Making install in 48x48-actions
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48-actions'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48-actions'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/share/icons/hicolor/48x48/actions'
 /usr/bin/install -c -m 644 xfsm-hibernate.png xfsm-logout.png xfsm-reboot.png xfsm-shutdown.png xfsm-suspend.png '/usr/share/icons/hicolor/48x48/actions'
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48-actions'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48-actions'
Making install in 48x48
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 xfce4-session.png '/usr/share/icons/hicolor/48x48/apps'
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/48x48'
Making install in 128x128
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/128x128'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/128x128'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/share/icons/hicolor/128x128/apps'
 /usr/bin/install -c -m 644 xfce4-session.png '/usr/share/icons/hicolor/128x128/apps'
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/128x128'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/128x128'
Making install in scalable
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/scalable'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/scalable'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/share/icons/hicolor/scalable/apps'
 /usr/bin/install -c -m 644 xfce4-session.svg '/usr/share/icons/hicolor/scalable/apps'
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/scalable'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons/scalable'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
make[3]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[4]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
Updating Gtk icon cache.
make[4]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/icons'
Making install in po
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/po'
linguas="am ar ast be bg bn ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM id ie 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 "; \
for lang in $linguas; do \
  dir=/usr/share/locale/$lang/LC_MESSAGES; \
  /bin/bash /home/zzg/xfce4-src/xfce4-session-4.14.0/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/xfce4-session.mo; \
    echo "installing $lang.gmo as $dir/xfce4-session.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/xfce4-session.mo; \
    echo "installing ./$lang.gmo as" \
	 "$dir/xfce4-session.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/xfce4-session.mo.m; \
    echo "installing $lang.gmo.m as $dir/xfce4-session.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
	$dir/xfce4-session.mo.m; \
      echo "installing ./$lang.gmo.m as" \
	   "$dir/xfce4-session.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing am.gmo as /usr/share/locale/am/LC_MESSAGES/xfce4-session.mo
installing ar.gmo as /usr/share/locale/ar/LC_MESSAGES/xfce4-session.mo
installing ast.gmo as /usr/share/locale/ast/LC_MESSAGES/xfce4-session.mo
installing be.gmo as /usr/share/locale/be/LC_MESSAGES/xfce4-session.mo
installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/xfce4-session.mo
installing bn.gmo as /usr/share/locale/bn/LC_MESSAGES/xfce4-session.mo
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/xfce4-session.mo
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/xfce4-session.mo
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/xfce4-session.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/xfce4-session.mo
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/xfce4-session.mo
installing en_AU.gmo as /usr/share/locale/en_AU/LC_MESSAGES/xfce4-session.mo
installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/xfce4-session.mo
installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/xfce4-session.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/xfce4-session.mo
installing et.gmo as /usr/share/locale/et/LC_MESSAGES/xfce4-session.mo
installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/xfce4-session.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/xfce4-session.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/xfce4-session.mo
installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/xfce4-session.mo
installing he.gmo as /usr/share/locale/he/LC_MESSAGES/xfce4-session.mo
installing hr.gmo as /usr/share/locale/hr/LC_MESSAGES/xfce4-session.mo
installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/xfce4-session.mo
installing hy_AM.gmo as /usr/share/locale/hy_AM/LC_MESSAGES/xfce4-session.mo
installing id.gmo as /usr/share/locale/id/LC_MESSAGES/xfce4-session.mo
installing ie.gmo as /usr/share/locale/ie/LC_MESSAGES/xfce4-session.mo
installing is.gmo as /usr/share/locale/is/LC_MESSAGES/xfce4-session.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/xfce4-session.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/xfce4-session.mo
installing kk.gmo as /usr/share/locale/kk/LC_MESSAGES/xfce4-session.mo
installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/xfce4-session.mo
installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/xfce4-session.mo
installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/xfce4-session.mo
installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/xfce4-session.mo
installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/xfce4-session.mo
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/xfce4-session.mo
installing nn.gmo as /usr/share/locale/nn/LC_MESSAGES/xfce4-session.mo
installing oc.gmo as /usr/share/locale/oc/LC_MESSAGES/xfce4-session.mo
installing pa.gmo as /usr/share/locale/pa/LC_MESSAGES/xfce4-session.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/xfce4-session.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/xfce4-session.mo
installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/xfce4-session.mo
installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/xfce4-session.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/xfce4-session.mo
installing si.gmo as /usr/share/locale/si/LC_MESSAGES/xfce4-session.mo
installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/xfce4-session.mo
installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/xfce4-session.mo
installing sq.gmo as /usr/share/locale/sq/LC_MESSAGES/xfce4-session.mo
installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/xfce4-session.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/xfce4-session.mo
installing te.gmo as /usr/share/locale/te/LC_MESSAGES/xfce4-session.mo
installing th.gmo as /usr/share/locale/th/LC_MESSAGES/xfce4-session.mo
installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/xfce4-session.mo
installing ug.gmo as /usr/share/locale/ug/LC_MESSAGES/xfce4-session.mo
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/xfce4-session.mo
installing ur_PK.gmo as /usr/share/locale/ur_PK/LC_MESSAGES/xfce4-session.mo
installing ur.gmo as /usr/share/locale/ur/LC_MESSAGES/xfce4-session.mo
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/xfce4-session.mo
installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo
installing zh_HK.gmo as /usr/share/locale/zh_HK/LC_MESSAGES/xfce4-session.mo
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/po'
Making install in settings
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
make  install-am
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
 /usr/bin/mkdir -p '/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c xfce4-session-settings '/usr/bin'
libtool: install: /usr/bin/install -c xfce4-session-settings /usr/bin/xfce4-session-settings
 /usr/bin/mkdir -p '/usr/share/applications'
 /usr/bin/install -c -m 644 xfce-session-settings.desktop '/usr/share/applications'
 /usr/bin/mkdir -p '/usr/etc/xdg/xfce4/xfconf/xfce-perchannel-xml'
 /usr/bin/install -c -m 644 xfce4-session.xml '/usr/etc/xdg/xfce4/xfconf/xfce-perchannel-xml'
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/settings'
Making install in scripts
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/scripts'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/scripts'
 /usr/bin/mkdir -p '/usr/bin'
 /usr/bin/install -c startxfce4 xflock4 '/usr/bin'
 /usr/bin/mkdir -p '/usr/etc/xdg/autostart'
 /usr/bin/install -c -m 644 xscreensaver.desktop '/usr/etc/xdg/autostart'
 /usr/bin/mkdir -p '/usr/etc/xdg/xfce4'
 /usr/bin/install -c -m 644 xinitrc Xft.xrdb '/usr/etc/xdg/xfce4'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/scripts'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/scripts'
Making install in xfce4-session
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
make  install-am
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
make[3]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
 /usr/bin/mkdir -p '/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c xfce4-session '/usr/bin'
libtool: install: /usr/bin/install -c xfce4-session /usr/bin/xfce4-session
 /usr/bin/mkdir -p '/usr/share/man/man1'
 /usr/bin/install -c -m 644 xfce4-session.1 '/usr/share/man/man1'
make[3]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session'
Making install in xfce4-session-logout
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session-logout'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session-logout'
 /usr/bin/mkdir -p '/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c xfce4-session-logout '/usr/bin'
libtool: install: /usr/bin/install -c xfce4-session-logout /usr/bin/xfce4-session-logout
 /usr/bin/mkdir -p '/usr/share/applications'
 /usr/bin/install -c -m 644 xfce4-session-logout.desktop '/usr/share/applications'
 /usr/bin/mkdir -p '/usr/share/man/man1'
 /usr/bin/install -c -m 644 xfce4-session-logout.1 '/usr/share/man/man1'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session-logout'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfce4-session-logout'
Making install in xfsm-shutdown-helper
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfsm-shutdown-helper'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfsm-shutdown-helper'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/lib/xfce4/session'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c xfsm-shutdown-helper '/usr/lib/xfce4/session'
libtool: install: /usr/bin/install -c xfsm-shutdown-helper /usr/lib/xfce4/session/xfsm-shutdown-helper
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfsm-shutdown-helper'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0/xfsm-shutdown-helper'
make[1]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'
make[2]: Entering directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/share/xsessions'
 /usr/bin/install -c -m 644 xfce.desktop '/usr/share/xsessions'
make[2]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'
make[1]: Leaving directory '/home/zzg/xfce4-src/xfce4-session-4.14.0'

ToZ: added code tags

Last edited by ToZ (2019-08-28 10:56:31)

Offline

#7 2019-08-28 12:20:46

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: upgrading to 4.14 by building source

Do you have an ~/.xsession-errors log file? If so, can you post back its content after an unsuccessful attempt to log in?


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

#8 2019-08-29 07:16:31

zigzog
Member
Registered: 2019-08-27
Posts: 9

Re: upgrading to 4.14 by building source

Yes, that file exists, but I tried to switch to debian test repository yesterday, and after an "apt upgrade", things get right. so I do not know if the file is related to the error. Here it is:

Xsession: X session started for zzg at 2019年 08月 28日 星期三 13:53:34 CST
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting XAUTHORITY=/home/zzg/.Xauthority
localuser:zzg being added to access control list
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting USER=zzg
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting HOME=/home/zzg
dbus-update-activation-environment: setting QT4_IM_MODULE=fcitx
dbus-update-activation-environment: setting DESKTOP_SESSION=lightdm-xsession
dbus-update-activation-environment: setting XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting IM_CONFIG_PHASE=1
dbus-update-activation-environment: setting LOGNAME=zzg
dbus-update-activation-environment: setting GTK_IM_MODULE=fcitx
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting LANG=zh_CN.UTF-8
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=lightdm-xsession
dbus-update-activation-environment: setting XAUTHORITY=/home/zzg/.Xauthority
dbus-update-activation-environment: setting XMODIFIERS=@im=fcitx
dbus-update-activation-environment: setting XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/zzg
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting GDMSESSION=lightdm-xsession
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting QT_IM_MODULE=fcitx
dbus-update-activation-environment: setting PWD=/home/zzg
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
dbus-update-activation-environment: setting CLUTTER_IM_MODULE=fcitx
/usr/bin/x-session-manager: X server already running on display :0
xfce4-session-Message: 13:53:34.496: SSH authentication agent is already running
gpg-agent[770]: 警告: “--write-env-file” 是一个废弃的选项 - 此选项不会产生作用
gpg-agent: 一个 gpg-agent 实例正在运行 - 不启动新的实例

(xfce4-session:747): xfce4-session-WARNING **: 13:53:34.521: gpg-agent returned no PID in the variables

** (xfdesktop:794): WARNING **: 13:53:35.259: Thumbnailer failed calling GetFlavors

(xfce4-session:747): xfce4-session-WARNING **: 13:53:35.339: Unable to launch "xfce4-power-manager" (specified by autostart/xfce4-power-manager.desktop): Failed to execute child process “xfce4-power-manager” (没有那个文件或目录)

(xfdesktop:794): GLib-GObject-WARNING **: 14:43:29.393: invalid uninstantiatable type '(null)' in cast to 'GarconMenuItemAction'

(xfdesktop:794): garcon-CRITICAL **: 14:43:29.394: garcon_menu_item_action_get_name: assertion 'GARCON_IS_MENU_ITEM_ACTION (action)' failed

(xfdesktop:794): GLib-GObject-WARNING **: 14:43:29.394: invalid uninstantiatable type '(null)' in cast to 'GarconMenuItemAction'

(xfdesktop:794): garcon-CRITICAL **: 14:43:29.394: garcon_menu_item_action_get_name: assertion 'GARCON_IS_MENU_ITEM_ACTION (action)' failed

(xfdesktop:794): GLib-GObject-WARNING **: 14:43:29.394: invalid uninstantiatable type '(null)' in cast to 'GarconMenuItemAction'

(xfdesktop:794): garcon-CRITICAL **: 14:43:29.394: garcon_menu_item_action_get_name: assertion 'GARCON_IS_MENU_ITEM_ACTION (action)' failed

** (xfdesktop:17987): WARNING **: 14:43:36.233: Thumbnailer failed calling GetFlavors
xfwm4: Fatal IO error 11 (资源暂时不可用) on X server :0.0.
xfce4-session: Fatal IO error 11 (资源暂时不可用) on X server :0.
PolicyKit daemon disconnected from the bus.
We are no longer a registered authentication agent.

(xfsettingsd:792): libxfce4ui-WARNING **: 14:48:35.478: ICE I/O Error

(xfsettingsd:792): libxfce4ui-WARNING **: 14:48:35.478: Disconnected from session manager.

(xfce4-panel:791): libxfce4ui-WARNING **: 14:48:35.510: ICE I/O Error
xfdesktop: Fatal IO error 11 (资源暂时不可用) on X server :0.0.

Hope some chinese characters not effect.

Offline

#9 2019-08-29 07:17:54

zigzog
Member
Registered: 2019-08-27
Posts: 9

Re: upgrading to 4.14 by building source

Using test repo is not my favor, because I do not want to upgrade so much components.

Offline

#10 2019-10-11 00:10:35

somethingwittyhere
Member
Registered: 2017-09-12
Posts: 7

Re: upgrading to 4.14 by building source

There's backports of 4.14 for Debian Stretch, Buster, and Raspian 9 and 10 repositories here: https://build.opensuse.org/project/show … :xfce-4.14

I'm the lead packager for MX, though Tim did most of the 4.1.4 packaging.

Instructions to add the repo and its key on Buster are (as root):

echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser:/xfce-4.14/Debian_10.0/ /' > /etc/apt/sources.list.d/home:stevenpusser:xfce-4.14.list

rm -f Release.key && wget -nv https://download.opensuse.org/repositories/home:stevenpusser:xfce-4.14/Debian_10.0/Release.key -O Release.key

apt-key add - < Release.key && rm -f Release.key

apt update 

And now apt should see the new packages as updates.

Offline

#11 2019-10-14 07:29:23

zigzog
Member
Registered: 2019-08-27
Posts: 9

Re: upgrading to 4.14 by building source

Thank you very much for your reply.
After my previous failure, I finally found a way to use stable and test repo together in my Debian Buster (Xfce4.14 is in test repo), and now on my laptop, only xfce part is upgraded from test.
But your way seems easier, it is better if I read it ealier. lol



somethingwittyhere wrote:

There's backports of 4.14 for Debian Stretch, Buster, and Raspian 9 and 10 repositories here: https://build.opensuse.org/project/show … :xfce-4.14

I'm the lead packager for MX, though Tim did most of the 4.1.4 packaging.

Instructions to add the repo and its key on Buster are (as root):

echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser:/xfce-4.14/Debian_10.0/ /' > /etc/apt/sources.list.d/home:stevenpusser:xfce-4.14.list

rm -f Release.key && wget -nv https://download.opensuse.org/repositories/home:stevenpusser:xfce-4.14/Debian_10.0/Release.key -O Release.key

apt-key add - < Release.key && rm -f Release.key

apt update 

And now apt should see the new packages as updates.

Offline

Board footer

Powered by FluxBB