You are not logged in.

#1 2021-08-10 13:52:57

69-year-old
Member
Registered: 2021-08-10
Posts: 15

[SOLVED] configure: error: C compiler cannot create executables

i am trying to install gnome-screensaver  from the aur (it happens with all packages from aur except few ) and this is the output

==> Validating source files with sha256sums...
    2.13.c.4.tar.gz ... Passed
==> Extracting sources...
  -> Extracting 2.13.c.4.tar.gz with bsdtar
==> Starting build()...
configure.ac:118: installing './ar-lib'
configure.ac:53: installing './compile'
configure.ac:7: installing './config.guess'
configure.ac:7: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
Makefile.am: installing './depcomp'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
continue configure in default builddir "./x86_64-pc-linux-gnu"
....exec /bin/sh .././configure "--srcdir=.." "--enable-builddir=x86_64-pc-linux-gnu" "linux
gnu"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gawk... (cached) gawk
checking for GNU make... make
checking for a sed that does not truncate output... /usr/bin/sed
checking whether to build with code coverage support... no
checking whether to enable debugging... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/hemagna/.cache/aur_builds/i3lock-color/src/i3lock-color-2.13.c.4/x86_64-pc-linux-gnu':
configure: error: C compiler cannot create executables
See `config.log' for more details
==> ERROR: A failure occurred in build().
    Aborting...
error:  failed to build dependency pkgconf

here is my config.log

bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gsettingsschemadir=''
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/hemagna/.cache/aur_builds/gnome-screensaver/src/gnome-screensaver-3.6.1/install-sh'
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='${exec_prefix}/lib'
libexecdir='/usr/lib/gnome-screensaver'
localedir='${datarootdir}/locale'
localstatedir='/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='/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "gnome-screensaver"
#define PACKAGE_TARNAME "gnome-screensaver"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "gnome-screensaver 3.6.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
#define PACKAGE_URL ""
#define PACKAGE "gnome-screensaver"
#define VERSION "3.6.1"

configure: exit 77

Last edited by 69-year-old (2021-08-13 05:18:15)

Offline

#2 2021-08-10 14:11:05

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,525

Re: [SOLVED] configure: error: C compiler cannot create executables

You posted the same thing twice, you missed config.log.

Offline

#3 2021-08-10 14:15:24

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,448
Website

Re: [SOLVED] configure: error: C compiler cannot create executables

Please post the output of the following:

pacman -Sgq base-devel | pacman -Qk -

"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2021-08-10 14:22:42

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] configure: error: C compiler cannot create executables

Moving to AUR issues.

Offline

#5 2021-08-10 15:57:08

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

Scimmia wrote:

You posted the same thing twice, you missed config.log.

here it is :

bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gsettingsschemadir=''
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/hemagna/.cache/aur_builds/gnome-screensaver/src/gnome-screensaver-3.6.1/install-sh'
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='${exec_prefix}/lib'
libexecdir='/usr/lib/gnome-screensaver'
localedir='${datarootdir}/locale'
localstatedir='/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='/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "gnome-screensaver"
#define PACKAGE_TARNAME "gnome-screensaver"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "gnome-screensaver 3.6.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
#define PACKAGE_URL ""
#define PACKAGE "gnome-screensaver"
#define VERSION "3.6.1"

configure: exit 77

Last edited by 69-year-old (2021-08-10 16:08:45)

Offline

#6 2021-08-10 16:03:05

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

Trilby wrote:

Please post the output of the following:

pacman -Sgq base-devel | pacman -Qk -
autoconf: 78 total files, 0 missing files
automake: 137 total files, 0 missing files
binutils: 390 total files, 0 missing files
bison: 321 total files, 0 missing files
fakeroot: 43 total files, 0 missing files
file: 26 total files, 0 missing files
findutils: 132 total files, 0 missing files
flex: 99 total files, 0 missing files
gawk: 131 total files, 0 missing files
gcc: 2556 total files, 0 missing files
gettext: 327 total files, 0 missing files
grep: 143 total files, 0 missing files
groff: 629 total files, 0 missing files
gzip: 32 total files, 0 missing files
libtool: 77 total files, 0 missing files
m4: 90 total files, 0 missing files
make: 101 total files, 0 missing files
pacman: 391 total files, 0 missing files
patch: 7 total files, 0 missing files
pkgconf: 43 total files, 0 missing files
sed: 127 total files, 0 missing files
sudo: 221 total files, 0 missing files
texinfo: 560 total files, 0 missing files
which: 9 total files, 0 missing files

Last edited by 69-year-old (2021-08-10 16:03:22)

Offline

#7 2021-08-10 18:43:17

loqs
Member
Registered: 2014-03-06
Posts: 18,759

Re: [SOLVED] configure: error: C compiler cannot create executables

Please put the following commands just before the call to configure in a failing PKGBUILD and post the output they produce:

printenv
which -a cc
which -a gcc

Offline

#8 2021-08-11 02:19:07

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

I'll send the output when I am at my computer... I love the community...

Offline

#9 2021-08-11 09:09:07

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

I just noticed something interesting in my output...  It says 

error:  failed to build dependency pkgconf

And not
Gnome-screensaver

Offline

#10 2021-08-11 09:13:37

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

Also it seems the error is coming from i3lock-color and not gnome-screensaver

Offline

#11 2021-08-11 09:22:09

loqs
Member
Registered: 2014-03-06
Posts: 18,759

Re: [SOLVED] configure: error: C compiler cannot create executables

If no one has posted since your last post please edit that post rather creating a new post so as not to bump the thread.
What is the output of makepkg for the following PKGBUILD

pkgname=NAME
pkgver=1
pkgrel=1
arch=('any')
url=""
license=('GPL')

build() {
	type -a cc
	type -a gcc
	printenv
}

package() {
	:
}

Offline

#12 2021-08-11 14:50:47

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

loqs wrote:

Please put the following commands just before the call to configure in a failing PKGBUILD and post the output they produce:

printenv
which -a cc
which -a gcc

The STDERR :

warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'testing' not recognized.
    gnome-screensaver-3.6.1.tar.xz ... Passed
    gnome-screensaver.pam ... Passed
    move-desktop-file.patch ... Passed
    fix-autoconf.patch ... Passed
    fix-systemd-support.patch ... Passed
    lock_screen_on_suspend.patch ... Passed
    lightdm_switch_user.patch ... Passed
    use-screensaver-background.patch ... Passed
    recenter.patch ... Passed
    gnome-desktop-3.36.patch ... Passed
configure.ac:18: warning: The macro `AC_ISC_POSIX' is obsolete.
configure.ac:18: You should run autoupdate.
./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from...
configure.ac:18: the top level
configure.ac:21: warning: The macro `AC_STDC_HEADERS' is obsolete.
configure.ac:21: You should run autoupdate.
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:21: the top level
configure.ac:21: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:21: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:21: the top level
configure.ac:22: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:22: You should run autoupdate.
aclocal.m4:1072: AC_PROG_LIBTOOL is expanded from...
configure.ac:22: the top level
configure.ac:25: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:25: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:25: the top level
configure.ac:36: warning: The macro `GLIB_GNU_GETTEXT' is obsolete.
configure.ac:36: You should run autoupdate.
aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:36: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
aclocal.m4:73: GLIB_LC_MESSAGES is expanded from...
aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:36: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from...
./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
aclocal.m4:172: GLIB_WITH_NLS is expanded from...
aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:36: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from...
./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
aclocal.m4:172: GLIB_WITH_NLS is expanded from...
aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
configure.ac:36: the top level
configure.ac:36: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete.
configure.ac:36: You should run autoupdate.
./lib/autoconf/status.m4:1025: AC_OUTPUT_COMMANDS is expanded from...
aclocal.m4:172: GLIB_WITH_NLS is expanded from...
aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
configure.ac:36: the top level
configure.ac:93: warning: The macro `GNOME_COMPILE_WARNINGS' is obsolete.
configure.ac:93: You should run autoupdate.
aclocal.m4:524: GNOME_COMPILE_WARNINGS is expanded from...
configure.ac:93: the top level
configure.ac:93: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:93: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
aclocal.m4:524: GNOME_COMPILE_WARNINGS is expanded from...
configure.ac:93: the top level
configure.ac:140: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:140: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:140: the top level
configure.ac:470: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:470: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:193: AC_TRY_X_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
configure.ac:470: the top level
configure.ac:524: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:524: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
configure.ac:524: the top level
configure.ac:524: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:524: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2823: _AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2839: AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
configure.ac:524: the top level
configure.ac:698: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:698: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:698: the top level
configure.ac:721: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:721: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:721: the top level
configure.ac:739: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:739: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:739: the top level
configure.ac:759: warning: AC_OUTPUT should be used without arguments.
configure.ac:759: You should run autoupdate.
configure.ac:18: installing './compile'
configure.ac:10: installing './missing'
src/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am: installing './depcomp'
configure: error: in `/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1':
configure: error: C compiler cannot create executables
See `config.log' for more details
==> ERROR: A failure occurred in build().
    Aborting...

And STDOUT :

==> Making package: gnome-screensaver 3.6.1-17 (Wednesday 11 August 2021 08:09:20 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found gnome-screensaver-3.6.1.tar.xz
  -> Found gnome-screensaver.pam
  -> Found move-desktop-file.patch
  -> Found fix-autoconf.patch
  -> Found fix-systemd-support.patch
  -> Found lock_screen_on_suspend.patch
  -> Found lightdm_switch_user.patch
  -> Found use-screensaver-background.patch
  -> Found recenter.patch
  -> Found gnome-desktop-3.36.patch
==> Validating source files with sha256sums...
==> Extracting sources...
  -> Extracting gnome-screensaver-3.6.1.tar.xz with bsdtar
==> Starting prepare()...
patching file src/Makefile.am
patching file src/gnome-screensaver.desktop.in.in
patching file configure.ac
patching file src/gs-listener-dbus.c
Hunk #2 succeeded at 749 (offset 632 lines).
Hunk #3 succeeded at 1408 (offset 1002 lines).
patching file src/gs-listener-dbus.c
Hunk #1 succeeded at 862 (offset -9 lines).
Hunk #2 succeeded at 1372 (offset -9 lines).
patching file src/gs-lock-plug.c
Hunk #1 succeeded at 147 (offset -1 lines).
Hunk #2 succeeded at 1054 (offset -4 lines).
patching file src/gs-manager.c
patching file src/gs-window-x11.c
patching file src/gs-manager.c
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
==> Removing existing $pkgdir/ directory...
==> Starting build()...
SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
WINDOWID=29360134
LESS=-R
LANGUAGE=en_IN.UTF-8
I3SOCK=/run/user/1000/i3/ipc-socket.817
_P9K_TTY=/dev/pts/0
TEXTDOMAINDIR=/usr/share/locale
P9K_TTY=old
DESKTOP_SESSION=i3
XDG_SEAT=seat0
PWD=/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1
SOURCE_DATE_EPOCH=1628692758
LOGNAME=hemagna
XDG_SESSION_TYPE=x11
SYSTEMD_EXEC_PID=741
CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS
XAUTHORITY=/home/hemagna/.Xauthority
DESKTOP_STARTUP_ID=i3/rofi-sensible-terminal/817-7-archlinux_TIME345225
MOTD_SHOWN=pam
COMMAND_MODE=legacy
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
HOME=/home/hemagna
LANG=en_IN.UTF-8
XDG_CURRENT_DESKTOP=i3
INVOCATION_ID=744954aec6d849db9807dd7df9b2f79d
XDG_SESSION_CLASS=user
TERM=st-256color
ZSH=/home/hemagna/.oh-my-zsh
USER=hemagna
DISPLAY=:0
SHLVL=2
PAGER=less
LC_MESSAGES=en_IN.UTF-8
XDG_VTNR=1
XDG_SESSION_ID=1
XDG_RUNTIME_DIR=/run/user/1000
P9K_SSH=0
JOURNAL_STREAM=8:25130
XDG_DATA_DIRS=/home/hemagna/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop
CHOST=x86_64-pc-linux-gnu
PATH=/home/hemagna/cmds:/home/hemagna/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wno-error=return-type
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/hemagna
OLDPWD=/home/hemagna/gnome-screensaver/src
TEXTDOMAIN=pacman-scripts
_=/usr/bin/printenv
/usr/bin/cc
/usr/bin/gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '984' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.34.0
checking for XML::Parser... ok
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... no

and the output of

pkgname=NAME
pkgver=1
pkgrel=1
arch=('any')
url=""
license=('GPL')

build() {
	type -a cc
	type -a gcc
	printenv
}

package() {
	:
}

STDOUT:

==> Making package: NAME 1-1 (Wednesday 11 August 2021 08:16:25 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> Extracting sources...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
cc is /usr/bin/cc
gcc is /usr/bin/gcc
SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
WINDOWID=29360134
LESS=-R
LANGUAGE=en_IN.UTF-8
I3SOCK=/run/user/1000/i3/ipc-socket.817
_P9K_TTY=/dev/pts/0
TEXTDOMAINDIR=/usr/share/locale
P9K_TTY=old
DESKTOP_SESSION=i3
XDG_SEAT=seat0
PWD=/home/hemagna/testpkg/src
SOURCE_DATE_EPOCH=1628693184
LOGNAME=hemagna
XDG_SESSION_TYPE=x11
SYSTEMD_EXEC_PID=741
CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS
XAUTHORITY=/home/hemagna/.Xauthority
DESKTOP_STARTUP_ID=i3/rofi-sensible-terminal/817-7-archlinux_TIME345225
MOTD_SHOWN=pam
COMMAND_MODE=legacy
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
HOME=/home/hemagna
LANG=en_IN.UTF-8
XDG_CURRENT_DESKTOP=i3
INVOCATION_ID=744954aec6d849db9807dd7df9b2f79d
XDG_SESSION_CLASS=user
TERM=st-256color
ZSH=/home/hemagna/.oh-my-zsh
USER=hemagna
DISPLAY=:0
SHLVL=2
PAGER=less
LC_MESSAGES=en_IN.UTF-8
XDG_VTNR=1
XDG_SESSION_ID=1
XDG_RUNTIME_DIR=/run/user/1000
P9K_SSH=0
JOURNAL_STREAM=8:25130
XDG_DATA_DIRS=/home/hemagna/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop
CHOST=x86_64-pc-linux-gnu
PATH=/home/hemagna/cmds:/home/hemagna/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/hemagna
OLDPWD=/home/hemagna/testpkg
TEXTDOMAIN=pacman-scripts
_=/usr/bin/printenv
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "NAME"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: NAME 1-1 (Wednesday 11 August 2021 08:16:54 PM)
==> Installing package NAME with pacman -U...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) NAME-1-1


[?25h

STDERR :

warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'multilib-testing' not recognized.
:: Proceed with installation? [Y/n] 
Interrupt signal received
==> ERROR: Aborted by user! Exiting...

Offline

#13 2021-08-11 14:55:28

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,448
Website

Re: [SOLVED] configure: error: C compiler cannot create executables

I doubt it's related, but you should fix the typo in your mirrorlist - or just remove a lot of it, there's no reason to list 112 (or more) mirrors.  I'm also curious why it was detected for different repos on each attempt.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#14 2021-08-11 15:01:14

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

Trilby wrote:

I doubt it's related, but you should fix the typo in your mirrorlist - or just remove a lot of it, there's no reason to list 112 (or more) mirrors.  I'm also curious why it was detected for different repos on each attempt.

I have 112 for redundancy ... oh and it was detected for different repos cuz  i have a ton of them so i shortened it here is the full list :

warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'core' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'core' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'extra' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'extra' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'community-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'community-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'community' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'community' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'multilib-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'multilib-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'multilib' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'multilib' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'core' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'core' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'extra' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'extra' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'community-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'community-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'community' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'community' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'multilib-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'multilib-testing' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 112: directive 'erver' in section 'multilib' not recognized.
warning: config file /etc/pacman.d/mirrorlist, line 274: directive 'erver' in section 'multilib' not recognized.

And i cant be bothered to fix it and as i understand, it doesn't really matter

Last edited by 69-year-old (2021-08-11 15:04:04)

Offline

#15 2021-08-11 15:23:35

loqs
Member
Registered: 2014-03-06
Posts: 18,759

Re: [SOLVED] configure: error: C compiler cannot create executables

Some of the config.log you posted for gnome-screensaver seems to be missing.  Here is the one produced on this system:

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

It was created by gnome-screensaver configure 3.6.1, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/gnome-screensaver --with-mit-ext --without-console-kit --with-systemd

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

hostname = builduser
uname -m = x86_64
uname -r = 5.13.7-1-stable
uname -s = Linux
uname -v = #1 SMP Sat, 31 Jul 2021 07:32:10 +0000

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

/bin/arch              = unknown
/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/sbin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /usr/bin/site_perl/
PATH: /usr/bin/vendor_perl/
PATH: /usr/bin/core_perl/


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

configure:2605: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh
configure:2618:  trying ./
configure:2647:   ./config.guess found
configure:2647:   ./config.sub found
configure:2647:   ./ltmain.sh found
configure:2647:   ./compile found
configure:2647:   ./missing found
configure:2629:   ./install-sh found
configure:2779: checking for a BSD-compatible install
configure:2852: result: /usr/bin/install -c
configure:2863: checking whether build environment is sane
configure:2918: result: yes
configure:3077: checking for a race-free mkdir -p
configure:3121: result: /usr/bin/mkdir -p
configure:3128: checking for gawk
configure:3149: found /usr/bin/gawk
configure:3160: result: gawk
configure:3171: checking whether make sets $(MAKE)
configure:3194: result: yes
configure:3224: checking whether make supports nested variables
configure:3242: result: yes
configure:3327: checking whether UID '1000' is supported by ustar format
configure:3330: result: yes
configure:3337: checking whether GID '100' is supported by ustar format
configure:3340: result: yes
configure:3348: checking how to create a ustar tar archive
configure:3359: tar --version
tar (GNU tar) 1.34
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
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:3362: $? = 0
configure:3402: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3405: $? = 0
configure:3409: tar -xf - <conftest.tar
configure:3412: $? = 0
configure:3414: cat conftest.dir/file
GrepMe
configure:3417: $? = 0
configure:3431: result: gnutar
configure:3507: checking whether make supports nested variables
configure:3525: result: yes
configure:3541: checking whether to enable maintainer-specific portions of Makefiles
configure:3551: result: yes
configure:3566: checking whether NLS is requested
configure:3576: result: yes
configure:3594: checking for intltool >= 0.35.0
configure:3596: result: 0.51.0 found
configure:3604: checking for intltool-update
configure:3627: found /usr/bin/intltool-update
configure:3639: result: /usr/bin/intltool-update
configure:3649: checking for intltool-merge
configure:3672: found /usr/bin/intltool-merge
configure:3684: result: /usr/bin/intltool-merge
configure:3694: checking for intltool-extract
configure:3717: found /usr/bin/intltool-extract
configure:3729: result: /usr/bin/intltool-extract
configure:3883: checking for xgettext
configure:3906: found /usr/bin/xgettext
configure:3918: result: /usr/bin/xgettext
configure:3928: checking for msgmerge
configure:3951: found /usr/bin/msgmerge
configure:3963: result: /usr/bin/msgmerge
configure:3973: checking for msgfmt
configure:3996: found /usr/bin/msgfmt
configure:4008: result: /usr/bin/msgfmt
configure:4018: checking for gmsgfmt
configure:4054: result: /usr/bin/msgfmt
configure:4074: checking for perl
configure:4097: found /usr/bin/perl
configure:4109: result: /usr/bin/perl
configure:4120: checking for perl >= 5.8.1
configure:4127: result: 5.34.0
configure:4131: checking for XML::Parser
configure:4134: result: ok
configure:4160: checking whether make supports the include directive
configure:4175: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4178: $? = 0
configure:4197: result: yes (GNU style)
configure:4273: checking for gcc
configure:4294: found /usr/bin/gcc
configure:4305: result: gcc
configure:4658: checking for C compiler version
configure:4667: gcc --version >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 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:4678: $? = 0
configure:4667: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) 
configure:4678: $? = 0
configure:4667: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4667: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4667: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4698: checking whether the C compiler works
configure:4720: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:4724: $? = 0
configure:4774: result: yes
configure:4777: checking for C compiler default output file name
configure:4779: result: a.out
configure:4785: checking for suffix of executables
configure:4792: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:4796: $? = 0
configure:4819: result: 
configure:4841: checking whether we are cross compiling
configure:4849: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:4853: $? = 0
configure:4860: ./conftest
configure:4864: $? = 0
configure:4879: result: no
configure:4884: checking for suffix of object files
configure:4907: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4911: $? = 0
configure:4933: result: o
configure:4937: checking whether the compiler supports GNU C
configure:4957: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4957: $? = 0
configure:4967: result: yes
configure:4978: checking whether gcc accepts -g
configure:4999: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4999: $? = 0
configure:5043: result: yes
configure:5063: checking for gcc option to enable C11 features
configure:5078: gcc  -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5078: $? = 0
configure:5096: result: none needed
configure:5212: checking whether gcc understands -c and -o together
configure:5235: gcc -c conftest.c -o conftest2.o
configure:5238: $? = 0
configure:5235: gcc -c conftest.c -o conftest2.o
configure:5238: $? = 0
configure:5250: result: yes
configure:5269: checking dependency style of gcc
configure:5381: result: gcc3
configure:5397: checking for library containing strerror
configure:5427: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:5427: $? = 0
configure:5447: result: none required
configure:5509: checking for gcc
configure:5541: result: gcc
configure:5894: checking for C compiler version
configure:5903: gcc --version >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 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:5914: $? = 0
configure:5903: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) 
configure:5914: $? = 0
configure:5903: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5914: $? = 1
configure:5903: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5914: $? = 1
configure:5903: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5914: $? = 1
configure:5918: checking whether the compiler supports GNU C
configure:5948: result: yes
configure:5959: checking whether gcc accepts -g
configure:6024: result: yes
configure:6044: checking for gcc option to enable C11 features
configure:6077: result: none needed
configure:6193: checking whether gcc understands -c and -o together
configure:6231: result: yes
configure:6250: checking dependency style of gcc
configure:6362: result: gcc3
configure:6382: checking for stdio.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for stdlib.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for string.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for inttypes.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for stdint.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for strings.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for sys/stat.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for sys/types.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for unistd.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6407: checking for grep that handles long lines and -e
configure:6471: result: /usr/bin/grep
configure:6479: checking for egrep
configure:6547: result: /usr/bin/grep -E
configure:6585: checking build system type
configure:6600: result: x86_64-pc-linux-gnu
configure:6620: checking host system type
configure:6634: result: x86_64-pc-linux-gnu
configure:6675: checking how to print strings
configure:6702: result: printf
configure:6723: checking for a sed that does not truncate output
configure:6793: result: /usr/bin/sed
configure:6811: checking for fgrep
configure:6879: result: /usr/bin/grep -F
configure:6915: checking for ld used by gcc
configure:6983: result: /usr/bin/ld
configure:6990: checking if the linker (/usr/bin/ld) is GNU ld
configure:7006: result: yes
configure:7018: checking for BSD- or MS-compatible name lister (nm)
configure:7073: result: /usr/bin/nm -B
configure:7213: checking the name lister (/usr/bin/nm -B) interface
configure:7221: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7224: /usr/bin/nm -B "conftest.o"
configure:7227: output
0000000000000000 B some_variable
configure:7234: result: BSD nm
configure:7237: checking whether ln -s works
configure:7241: result: yes
configure:7249: checking the maximum length of command line arguments
configure:7381: result: 1572864
configure:7429: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:7470: result: func_convert_file_noop
configure:7477: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:7498: result: func_convert_file_noop
configure:7505: checking for /usr/bin/ld option to reload object files
configure:7513: result: -r
configure:7592: checking for objdump
configure:7613: found /usr/bin/objdump
configure:7624: result: objdump
configure:7656: checking how to recognize dependent libraries
configure:7857: result: pass_all
configure:7947: checking for dlltool
configure:7982: result: no
configure:8012: checking how to associate runtime and link libraries
configure:8040: result: printf %s\n
configure:8105: checking for ar
configure:8126: found /usr/bin/ar
configure:8137: result: ar
configure:8190: checking for archiver @FILE support
configure:8208: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8208: $? = 0
configure:8212: ar cr libconftest.a @conftest.lst >&5
configure:8215: $? = 0
configure:8220: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8223: $? = 1
configure:8235: result: @
configure:8298: checking for strip
configure:8319: found /usr/bin/strip
configure:8330: result: strip
configure:8407: checking for ranlib
configure:8428: found /usr/bin/ranlib
configure:8439: result: ranlib
configure:8541: checking command to parse /usr/bin/nm -B output from gcc object
configure:8695: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8698: $? = 0
configure:8702: /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:8705: $? = 0
configure:8771: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c conftstm.o >&5
configure:8774: $? = 0
configure:8812: result: ok
configure:8859: checking for sysroot
configure:8890: result: no
configure:8897: checking for a working dd
configure:8941: result: /usr/bin/dd
configure:8945: checking how to truncate binary pipes
configure:8961: result: /usr/bin/dd bs=4096 count=1
configure:9098: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9101: $? = 0
configure:9298: checking for mt
configure:9333: result: no
configure:9353: checking if : is a manifest tool
configure:9360: : '-?'
configure:9368: result: no
configure:10094: checking for dlfcn.h
configure:10094: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:10094: $? = 0
configure:10094: result: yes
configure:10353: checking for objdir
configure:10369: result: .libs
configure:10629: checking if gcc supports -fno-rtti -fno-exceptions
configure:10648: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:10652: $? = 0
configure:10665: result: no
configure:11023: checking for gcc option to produce PIC
configure:11031: result: -fPIC -DPIC
configure:11039: checking if gcc PIC flag -fPIC -DPIC works
configure:11058: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:11062: $? = 0
configure:11075: result: yes
configure:11104: checking if gcc static flag -static works
configure:11133: result: yes
configure:11148: checking if gcc supports -c -o file.o
configure:11170: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:11174: $? = 0
configure:11196: result: yes
configure:11204: checking if gcc supports -c -o file.o
configure:11252: result: yes
configure:11285: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12553: result: yes
configure:12590: checking whether -lc should be explicitly linked in
configure:12599: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12602: $? = 0
configure:12617: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:12620: $? = 0
configure:12634: result: no
configure:12794: checking dynamic linker characteristics
configure:13376: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13376: $? = 0
configure:13615: result: GNU/Linux ld.so
configure:13737: checking how to hardcode library paths into programs
configure:13762: result: immediate
configure:14314: checking whether stripping libraries is possible
configure:14323: result: yes
configure:14365: checking if libtool supports shared libraries
configure:14367: result: yes
configure:14370: checking whether to build shared libraries
configure:14395: result: yes
configure:14398: checking whether to build static libraries
configure:14402: result: yes
configure:14444: checking for egrep
configure:14512: result: /usr/bin/grep -E
configure:14531: checking for locale.h
configure:14531: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14531: $? = 0
configure:14531: result: yes
configure:14539: checking for LC_MESSAGES
configure:14556: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14556: $? = 0
configure:14565: result: yes
configure:14583: checking for CFPreferencesCopyAppValue
configure:14602: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
   26 | #include <CoreFoundation/CFPreferences.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14602: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main (void)
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:14612: result: no
configure:14619: checking for CFLocaleCopyCurrent
configure:14638: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
   26 | #include <CoreFoundation/CFLocale.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14638: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main (void)
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:14648: result: no
configure:14662: checking for libintl.h
configure:14662: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14662: $? = 0
configure:14662: result: yes
configure:14671: checking for ngettext in libc
configure:14690: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14690: $? = 0
configure:14700: result: yes
configure:14704: checking for dgettext in libc
configure:14723: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14723: $? = 0
configure:14733: result: yes
configure:14738: checking for bind_textdomain_codeset
configure:14738: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14738: $? = 0
configure:14738: result: yes
configure:15008: checking for msgfmt
configure:15036: result: /usr/bin/msgfmt
configure:15045: checking for dcgettext
configure:15045: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c   >&5
conftest.c:44:6: warning: conflicting types for built-in function 'dcgettext'; expected 'char *(const char *, const char *, int)' [-Wbuiltin-declaration-mismatch]
   44 | char dcgettext ();
      |      ^~~~~~~~~
configure:15045: $? = 0
configure:15045: result: yes
configure:15053: checking if msgfmt accepts -c
configure:15068: $MSGFMT -c -o /dev/null conftest.foo
conftest.foo:3: warning: header field 'Language' missing in header
configure:15071: $? = 0
configure:15073: result: yes
configure:15083: checking for gmsgfmt
configure:15119: result: /usr/bin/msgfmt
configure:15129: checking for xgettext
configure:15157: result: /usr/bin/xgettext
configure:15176: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c   >&5
configure:15176: $? = 0
configure:15390: checking for pkg-config
configure:15413: found /usr/bin/pkg-config
configure:15425: result: /usr/bin/pkg-config
configure:15450: checking pkg-config is at least version 0.16
configure:15453: result: yes
configure:15470: $PKG_CONFIG --exists --print-errors "gio-2.0"
configure:15473: $? = 0
configure:15602: checking for unistd.h
configure:15602: result: yes
configure:15609: checking for crypt.h
configure:15609: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:15609: $? = 0
configure:15609: result: yes
configure:15615: checking for sys/select.h
configure:15615: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:15615: $? = 0
configure:15615: result: yes
configure:15622: checking for select
configure:15622: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15622: $? = 0
configure:15622: result: yes
configure:15628: checking for fcntl
configure:15628: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15628: $? = 0
configure:15628: result: yes
configure:15634: checking for uname
configure:15634: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15634: $? = 0
configure:15634: result: yes
configure:15640: checking for nice
configure:15640: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15640: $? = 0
configure:15640: result: yes
configure:15646: checking for setpriority
configure:15646: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15646: $? = 0
configure:15646: result: yes
configure:15652: checking for getcwd
configure:15652: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15652: $? = 0
configure:15652: result: yes
configure:15658: checking for getwd
configure:15658: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /tmp/ccsSrnch.o: in function `main':
conftest.c:(.text.startup+0x8): warning: the `getwd' function is dangerous and should not be used.
configure:15658: $? = 0
configure:15658: result: yes
configure:15664: checking for putenv
configure:15664: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15664: $? = 0
configure:15664: result: yes
configure:15670: checking for sbrk
configure:15670: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15670: $? = 0
configure:15670: result: yes
configure:15677: checking for sigaction
configure:15677: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15677: $? = 0
configure:15677: result: yes
configure:15683: checking for syslog
configure:15683: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15683: $? = 0
configure:15683: result: yes
configure:15689: checking for realpath
configure:15689: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15689: $? = 0
configure:15689: result: yes
configure:15695: checking for setrlimit
configure:15695: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15695: $? = 0
configure:15695: result: yes
configure:15702: checking for getresuid
configure:15702: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15702: $? = 0
configure:15702: result: yes
configure:15714: checking how to run the C preprocessor
configure:15740: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:203,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:34,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:15740: $? = 0
configure:15755: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:47:10: fatal error: ac_nonexistent.h: No such file or directory
   47 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15755: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15782: result: gcc -E
configure:15796: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:203,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:34,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:15796: $? = 0
configure:15811: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:47:10: fatal error: ac_nonexistent.h: No such file or directory
   47 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15811: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15842: checking for uid_t in sys/types.h
In file included from /usr/include/sys/types.h:25,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:15863: result: yes
configure:15875: checking for setresuid
configure:15875: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15875: $? = 0
configure:15875: result: yes
configure:15881: checking for setenv
configure:15881: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15881: $? = 0
configure:15881: result: yes
configure:15887: checking for unsetenv
configure:15887: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15887: $? = 0
configure:15887: result: yes
configure:15893: checking for clearenv
configure:15893: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15893: $? = 0
configure:15893: result: yes
configure:15902: checking for GNOME_SCREENSAVER
configure:15909: $PKG_CONFIG --exists --print-errors "x11 >= $X11_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
        gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:15920: $? = 0
configure:15938: $PKG_CONFIG --exists --print-errors "x11 >= $X11_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
        gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:15949: $? = 0
configure:16023: result: yes
configure:16032: checking for GNOME_SCREENSAVER_DIALOG
configure:16039: $PKG_CONFIG --exists --print-errors "gthread-2.0
        gtk+-3.0 >= $GTK_REQUIRED_VERSION"
configure:16044: $? = 0
configure:16059: $PKG_CONFIG --exists --print-errors "gthread-2.0
        gtk+-3.0 >= $GTK_REQUIRED_VERSION"
configure:16064: $? = 0
configure:16126: result: yes
configure:16135: checking for GNOME_SCREENSAVER_CAPPLET
configure:16142: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:16149: $? = 0
configure:16165: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:16172: $? = 0
configure:16238: result: yes
configure:16247: checking for GNOME_SCREENSAVER_COMMAND
configure:16254: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gobject-2.0 >= $GLIB_REQUIRED_VERSION"
configure:16259: $? = 0
configure:16274: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gobject-2.0 >= $GLIB_REQUIRED_VERSION"
configure:16279: $? = 0
configure:16341: result: yes
configure:16348: checking for X
configure:16386: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lX11  >&5
configure:16386: $? = 0
configure:16573: result: libraries , headers 
configure:16671: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c   -lX11 >&5
configure:16671: $? = 0
configure:16770: checking for gethostbyname
configure:16770: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16770: $? = 0
configure:16770: result: yes
configure:16868: checking for connect
configure:16868: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16868: $? = 0
configure:16868: result: yes
configure:16918: checking for remove
configure:16918: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16918: $? = 0
configure:16918: result: yes
configure:16968: checking for shmat
configure:16968: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16968: $? = 0
configure:16968: result: yes
configure:17027: checking for IceConnectionNumber in -lICE
configure:17050: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lICE   >&5
configure:17050: $? = 0
configure:17060: result: yes
configure:17077: checking for glib-genmarshal
configure:17100: found /usr/bin/glib-genmarshal
configure:17112: result: /usr/bin/glib-genmarshal
configure:17180: checking whether gcc understands -Wall
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Wstrict-prototypes
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Wstrict-prototypes -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Wnested-externs
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Wnested-externs -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=missing-prototypes
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=missing-prototypes -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=implicit-function-declaration
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=implicit-function-declaration -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=pointer-arith
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=pointer-arith -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=init-self
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=init-self -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=format-security
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]
cc1: some warnings being treated as errors
configure:17193: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_CLEARENV 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:17201: result: no
configure:17180: checking whether gcc understands -Werror=format=2
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=format=2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=missing-include-dirs
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=missing-include-dirs -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=return-type
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17211: checking what warning flags to pass to the C compiler
configure:17213: result:  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type
configure:17225: checking what language compliance flags to pass to the C compiler
configure:17240: result: 
configure:17253: checking for GNOME_SCREENSAVER_SAVER
configure:17260: $PKG_CONFIG --exists --print-errors "$SAVER_MODULES"
configure:17263: $? = 0
configure:17277: $PKG_CONFIG --exists --print-errors "$SAVER_MODULES"
configure:17280: $? = 0
configure:17338: result: yes
configure:17403: checking for xmlto
configure:17439: result: no
configure:17447: checking whether to build DocBook documentation
configure:17474: result: yes
configure:17518: checking for X11/extensions/shape.h
configure:17518: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  conftest.c >&5
configure:17518: $? = 0
configure:17518: result: yes
configure:17597: checking for X11/extensions/scrnsaver.h
configure:17597: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  conftest.c >&5
conftest.c:54:10: fatal error: X11/extensions/scrnsaver.h: No such file or directory
   54 | #include <X11/extensions/scrnsaver.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:17597: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_SHAPE_EXT 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| 
| #include <X11/extensions/scrnsaver.h>
configure:17597: result: no
configure:17895: checking for X11/extensions/xf86vmode.h
configure:17895: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  conftest.c >&5
configure:17895: $? = 0
configure:17895: result: yes
configure:17925: checking for XF86VidModeSetGamma in -lXxf86vm
configure:17948: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L${exec_prefix}/lib   -lSM -lICE -lXext -lX11  conftest.c -lXxf86vm -lXext -lX11  >&5
configure:17948: $? = 0
configure:17958: result: yes
configure:17993: checking for XF86VidModeSetGammaRamp in -lXxf86vm
configure:18016: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L${exec_prefix}/lib   -lSM -lICE -lXext -lX11  conftest.c -lXxf86vm -lXext -lX11  >&5
configure:18016: $? = 0
configure:18026: result: yes
configure:18085: checking for XF86MiscSetGrabKeysState in -lXxf86misc
configure:18108: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L${exec_prefix}/lib   -lSM -lICE -lXext -lX11  conftest.c -lXxf86misc -lXext -lX11  >&5
/usr/bin/ld: cannot find -lXxf86misc
collect2: error: ld returned 1 exit status
configure:18108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_SHAPE_EXT 1
| #define HAVE_XF86VMODE_GAMMA 1
| #define HAVE_XF86VMODE_GAMMA_RAMP 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char XF86MiscSetGrabKeysState ();
| int
| main (void)
| {
| return XF86MiscSetGrabKeysState ();
|   ;
|   return 0;
| }
configure:18118: result: no
configure:18261: checking for pam_start in -lpam
configure:18284: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lpam   >&5
configure:18284: $? = 0
configure:18294: result: yes
configure:18308: checking for sigtimedwait in -lc
configure:18331: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lc   >&5
configure:18331: $? = 0
configure:18341: result: yes
configure:18391: checking how to call pam_strerror
configure:18411: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   61 |                           char *s = pam_strerror(pamh, PAM_SUCCESS);
      |                                     ^~~~~~~~~~~~
configure:18411: $? = 0
configure:18449: result: two arguments
configure:18464: checking for security/pam_modutil.h
configure:18464: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18464: $? = 0
configure:18464: result: yes
configure:18470: checking for security/pam_ext.h
configure:18470: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18470: $? = 0
configure:18470: result: yes
configure:18477: checking for pam_syslog in -lpam
configure:18500: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lpam   >&5
configure:18500: $? = 0
configure:18510: result: yes
configure:18523: checking for const pam_message
conftest.c:58:10: fatal error: /security/pam_appl.h: No such file or directory
   58 | #include </security/pam_appl.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:18554: result: "not found - assume const, Linux-type PAM"
configure:18603: checking for SYSTEMD
configure:18610: $PKG_CONFIG --exists --print-errors "libsystemd"
configure:18613: $? = 0
configure:18627: $PKG_CONFIG --exists --print-errors "libsystemd"
configure:18630: $? = 0
configure:18668: result: yes
configure:18709: checking for LIBGNOMEKBDUI
configure:18716: $PKG_CONFIG --exists --print-errors "libgnomekbdui >= $LIBGNOMEKBDUI_REQUIRED_VERSION libxklavier"
configure:18719: $? = 0
configure:18733: $PKG_CONFIG --exists --print-errors "libgnomekbdui >= $LIBGNOMEKBDUI_REQUIRED_VERSION libxklavier"
configure:18736: $? = 0
configure:18774: result: yes
configure:18853: checking for more warnings
configure:18898: result: no
configure:19035: checking that generated files are newer than configure
configure:19041: result: done
configure:19084: creating ./config.status

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

This file was extended by gnome-screensaver config.status 3.6.1, which was
generated by GNU Autoconf 2.71.  Invocation command line was

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

on builduser

config.status:1308: creating Makefile
config.status:1308: creating po/Makefile.in
config.status:1308: creating src/Makefile
config.status:1308: creating src/gnome-screensaver.desktop.in
config.status:1308: creating data/Makefile
config.status:1308: creating doc/Makefile
config.status:1308: creating doc/gnome-screensaver.xml
config.status:1308: creating config.h
config.status:1537: executing depfiles commands
config.status:1614: cd src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:1619: $? = 0
config.status:1537: executing libtool commands
config.status:1537: executing default-1 commands
config.status:1537: executing po/stamp-it commands

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GLIB_COMPILE_SCHEMAS_set=
ac_cv_env_GLIB_COMPILE_SCHEMAS_value=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_SAVER_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_SAVER_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_SAVER_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_SAVER_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
ac_cv_env_LIBGNOMEKBDUI_CFLAGS_set=
ac_cv_env_LIBGNOMEKBDUI_CFLAGS_value=
ac_cv_env_LIBGNOMEKBDUI_LIBS_set=
ac_cv_env_LIBGNOMEKBDUI_LIBS_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_SYSTEMD_CFLAGS_set=
ac_cv_env_SYSTEMD_CFLAGS_value=
ac_cv_env_SYSTEMD_LIBS_set=
ac_cv_env_SYSTEMD_LIBS_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_bind_textdomain_codeset=yes
ac_cv_func_clearenv=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_fcntl=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getresuid=yes
ac_cv_func_getwd=yes
ac_cv_func_nice=yes
ac_cv_func_putenv=yes
ac_cv_func_realpath=yes
ac_cv_func_remove=yes
ac_cv_func_sbrk=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setpriority=yes
ac_cv_func_setresuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shmat=yes
ac_cv_func_sigaction=yes
ac_cv_func_syslog=yes
ac_cv_func_uname=yes
ac_cv_func_unsetenv=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_X11_extensions_scrnsaver_h=no
ac_cv_header_X11_extensions_shape_h=yes
ac_cv_header_X11_extensions_xf86vmode_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_security_pam_ext_h=yes
ac_cv_header_security_pam_modutil_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_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_Xxf86misc_XF86MiscSetGrabKeysState=no
ac_cv_lib_Xxf86vm_XF86VidModeSetGamma=yes
ac_cv_lib_Xxf86vm_XF86VidModeSetGammaRamp=yes
ac_cv_lib_c_sigtimedwait=yes
ac_cv_lib_pam_pam_start=yes
ac_cv_lib_pam_pam_syslog=yes
ac_cv_objext=o
ac_cv_pam_strerror_args=2
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
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_XMLTO=no
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=gawk
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_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
ac_cv_type_uid_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=no
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'
pkg_cv_GLIB_COMPILE_SCHEMAS=/usr/bin/glib-compile-schemas
pkg_cv_GNOME_SCREENSAVER_CAPPLET_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gsettings-desktop-schemas '
pkg_cv_GNOME_SCREENSAVER_CAPPLET_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/libxml2 '
pkg_cv_GNOME_SCREENSAVER_COMMAND_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid '
pkg_cv_GNOME_SCREENSAVER_COMMAND_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_DIALOG_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
pkg_cv_GNOME_SCREENSAVER_DIALOG_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_LIBS='-lX11 -ldbus-glib-1 -ldbus-1 -lgnome-desktop-3 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_SAVER_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
pkg_cv_GNOME_SCREENSAVER_SAVER_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_LIBGNOMEKBDUI_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/cloudproviders -I/usr/include/libxml2 '
pkg_cv_LIBGNOMEKBDUI_LIBS='-lgnomekbdui -lgnomekbd -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lxklavier '
pkg_cv_SYSTEMD_CFLAGS=
pkg_cv_SYSTEMD_LIBS='-lsystemd '

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










		$(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
		test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
		test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
	$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@
	$(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
	@$(NORMAL_INSTALL)
	@$(NORMAL_UNINSTALL)
	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
	cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
	echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
	fi
	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
	if test -n "$^"; then \
	rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
	test -n "$$files" || exit 0; \
	test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
$(gsettings__enum_file): $(gsettings_ENUM_FILES)
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
.SECONDARY: $(gsettings_SCHEMAS)
ACLOCAL='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' aclocal-1.16 '
ALL_LINGUAS=''
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'
AUTH_LIBS=' -lpam'
AUTH_SCHEME='pam'
AUTOCONF='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' automake-1.16'
AWK='gawk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type'
CPP='gcc -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2'
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DATADIRNAME='share'
DBUS_CFLAGS=' -DDBUS_VERSION_MAJOR=1 -DDBUS_VERSION_MINOR=12 -DDBUS_VERSION_MICRO=20'
DEBUG_CFLAGS='-DG_ENABLE_DEBUG'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DOCBOOK_DOCS_ENABLED_FALSE=''
DOCBOOK_DOCS_ENABLED_TRUE='#'
DOCDIR='${datarootdir}/doc/gnome-screensaver-3.6.1'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
EXEEXT=''
EXPANDED_BINDIR='/usr/bin'
EXPANDED_DATADIR='${prefix}/share'
EXPANDED_LIBDIR='/usr/lib'
EXPANDED_LOCALSTATEDIR='/var'
EXPANDED_SYSCONFDIR='/etc'
FGREP='/usr/bin/grep -F'
GETTEXT_PACKAGE='gnome-screensaver'
GLIB_COMPILE_SCHEMAS='/usr/bin/glib-compile-schemas'
GLIB_GENMARSHAL='/usr/bin/glib-genmarshal'
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GNOME_SCREENSAVER_CAPPLET_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gsettings-desktop-schemas '
GNOME_SCREENSAVER_CAPPLET_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/libxml2 '
GNOME_SCREENSAVER_COMMAND_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid '
GNOME_SCREENSAVER_COMMAND_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_DIALOG_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
GNOME_SCREENSAVER_DIALOG_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_LIBS='-lX11 -ldbus-glib-1 -ldbus-1 -lgnome-desktop-3 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_SAVER_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
GNOME_SCREENSAVER_SAVER_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GREP='/usr/bin/grep'
GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
GSETTINGS_RULES='
HAVE_PAM=''
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,-O1,--sort-common,--as-needed,-z,relro,-z,now'
LIBGNOMEKBDUI_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/cloudproviders -I/usr/include/libxml2 '
LIBGNOMEKBDUI_LIBS='-lgnomekbdui -lgnomekbd -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lxklavier '
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MKINSTALLDIRS='.//mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NEED_SETUID='no'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gnome-screensaver'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver'
PACKAGE_NAME='gnome-screensaver'
PACKAGE_STRING='gnome-screensaver 3.6.1'
PACKAGE_TARNAME='gnome-screensaver'
PACKAGE_URL=''
PACKAGE_VERSION='3.6.1'
PAM_PREFIX='${sysconfdir}'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SAVER_LIBS='  -lSM -lICE -lXext -lX11  -lXxf86vm'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SYSTEMD_CFLAGS=''
SYSTEMD_LIBS='-lsystemd '
USE_NLS='yes'
VERSION='3.6.1'
WARN_CFLAGS=' -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type '
WITH_CONSOLE_KIT=''
WITH_CONSOLE_KIT_FALSE=''
WITH_CONSOLE_KIT_TRUE='#'
XGETTEXT='/usr/bin/xgettext'
XMKMF=''
XMLTO='no'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
all-am: $(gsettings_SCHEMAS:.xml=.valid)
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'
clean-gsettings-schemas:
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
endif'
exec_prefix='${prefix}'
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
ifdef gsettings_ENUM_NAMESPACE
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install-data-am: install-gsettings-schemas
install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
install_sh='${SHELL} /build/gnome-screensaver/src/gnome-screensaver-3.6.1/install-sh'
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='${exec_prefix}/lib'
libexecdir='/usr/lib/gnome-screensaver'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mostlyclean-am: clean-gsettings-schemas
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='/etc'
target_alias=''
uninstall-am: uninstall-gsettings-schemas
uninstall-gsettings-schemas:

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

/* confdefs.h */
#define PACKAGE_NAME "gnome-screensaver"
#define PACKAGE_TARNAME "gnome-screensaver"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "gnome-screensaver 3.6.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
#define PACKAGE_URL ""
#define PACKAGE "gnome-screensaver"
#define VERSION "3.6.1"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define GETTEXT_PACKAGE "gnome-screensaver"
#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 HAVE_UNISTD_H 1
#define HAVE_CRYPT_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SELECT 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#define HAVE_NICE 1
#define HAVE_SETPRIORITY 1
#define HAVE_GETCWD 1
#define HAVE_GETWD 1
#define HAVE_PUTENV 1
#define HAVE_SBRK 1
#define HAVE_SIGACTION 1
#define HAVE_SYSLOG 1
#define HAVE_REALPATH 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETRESUID 1
#define HAVE_SETRESUID 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_CLEARENV 1
#define HAVE_SHAPE_EXT 1
#define HAVE_XF86VMODE_GAMMA 1
#define HAVE_XF86VMODE_GAMMA_RAMP 1
#define PAM_STRERROR_TWO_ARGS 1
#define HAVE_SECURITY_PAM_MODUTIL_H 1
#define HAVE_SECURITY_PAM_EXT_H 1
#define HAVE_PAM_SYSLOG /**/
#define WITH_SYSTEMD 1
#define WITH_KBD_LAYOUT_INDICATOR 1

configure: exit 0

Offline

#16 2021-08-11 15:30:20

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

loqs wrote:

Some of the config.log you posted for gnome-screensaver seems to be missing.  Here is the one produced on this system:

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

It was created by gnome-screensaver configure 3.6.1, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/gnome-screensaver --with-mit-ext --without-console-kit --with-systemd

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

hostname = builduser
uname -m = x86_64
uname -r = 5.13.7-1-stable
uname -s = Linux
uname -v = #1 SMP Sat, 31 Jul 2021 07:32:10 +0000

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

/bin/arch              = unknown
/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/sbin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /usr/bin/site_perl/
PATH: /usr/bin/vendor_perl/
PATH: /usr/bin/core_perl/


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

configure:2605: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh
configure:2618:  trying ./
configure:2647:   ./config.guess found
configure:2647:   ./config.sub found
configure:2647:   ./ltmain.sh found
configure:2647:   ./compile found
configure:2647:   ./missing found
configure:2629:   ./install-sh found
configure:2779: checking for a BSD-compatible install
configure:2852: result: /usr/bin/install -c
configure:2863: checking whether build environment is sane
configure:2918: result: yes
configure:3077: checking for a race-free mkdir -p
configure:3121: result: /usr/bin/mkdir -p
configure:3128: checking for gawk
configure:3149: found /usr/bin/gawk
configure:3160: result: gawk
configure:3171: checking whether make sets $(MAKE)
configure:3194: result: yes
configure:3224: checking whether make supports nested variables
configure:3242: result: yes
configure:3327: checking whether UID '1000' is supported by ustar format
configure:3330: result: yes
configure:3337: checking whether GID '100' is supported by ustar format
configure:3340: result: yes
configure:3348: checking how to create a ustar tar archive
configure:3359: tar --version
tar (GNU tar) 1.34
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
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:3362: $? = 0
configure:3402: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3405: $? = 0
configure:3409: tar -xf - <conftest.tar
configure:3412: $? = 0
configure:3414: cat conftest.dir/file
GrepMe
configure:3417: $? = 0
configure:3431: result: gnutar
configure:3507: checking whether make supports nested variables
configure:3525: result: yes
configure:3541: checking whether to enable maintainer-specific portions of Makefiles
configure:3551: result: yes
configure:3566: checking whether NLS is requested
configure:3576: result: yes
configure:3594: checking for intltool >= 0.35.0
configure:3596: result: 0.51.0 found
configure:3604: checking for intltool-update
configure:3627: found /usr/bin/intltool-update
configure:3639: result: /usr/bin/intltool-update
configure:3649: checking for intltool-merge
configure:3672: found /usr/bin/intltool-merge
configure:3684: result: /usr/bin/intltool-merge
configure:3694: checking for intltool-extract
configure:3717: found /usr/bin/intltool-extract
configure:3729: result: /usr/bin/intltool-extract
configure:3883: checking for xgettext
configure:3906: found /usr/bin/xgettext
configure:3918: result: /usr/bin/xgettext
configure:3928: checking for msgmerge
configure:3951: found /usr/bin/msgmerge
configure:3963: result: /usr/bin/msgmerge
configure:3973: checking for msgfmt
configure:3996: found /usr/bin/msgfmt
configure:4008: result: /usr/bin/msgfmt
configure:4018: checking for gmsgfmt
configure:4054: result: /usr/bin/msgfmt
configure:4074: checking for perl
configure:4097: found /usr/bin/perl
configure:4109: result: /usr/bin/perl
configure:4120: checking for perl >= 5.8.1
configure:4127: result: 5.34.0
configure:4131: checking for XML::Parser
configure:4134: result: ok
configure:4160: checking whether make supports the include directive
configure:4175: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4178: $? = 0
configure:4197: result: yes (GNU style)
configure:4273: checking for gcc
configure:4294: found /usr/bin/gcc
configure:4305: result: gcc
configure:4658: checking for C compiler version
configure:4667: gcc --version >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 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:4678: $? = 0
configure:4667: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) 
configure:4678: $? = 0
configure:4667: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4667: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4667: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4698: checking whether the C compiler works
configure:4720: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:4724: $? = 0
configure:4774: result: yes
configure:4777: checking for C compiler default output file name
configure:4779: result: a.out
configure:4785: checking for suffix of executables
configure:4792: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:4796: $? = 0
configure:4819: result: 
configure:4841: checking whether we are cross compiling
configure:4849: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:4853: $? = 0
configure:4860: ./conftest
configure:4864: $? = 0
configure:4879: result: no
configure:4884: checking for suffix of object files
configure:4907: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4911: $? = 0
configure:4933: result: o
configure:4937: checking whether the compiler supports GNU C
configure:4957: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4957: $? = 0
configure:4967: result: yes
configure:4978: checking whether gcc accepts -g
configure:4999: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4999: $? = 0
configure:5043: result: yes
configure:5063: checking for gcc option to enable C11 features
configure:5078: gcc  -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5078: $? = 0
configure:5096: result: none needed
configure:5212: checking whether gcc understands -c and -o together
configure:5235: gcc -c conftest.c -o conftest2.o
configure:5238: $? = 0
configure:5235: gcc -c conftest.c -o conftest2.o
configure:5238: $? = 0
configure:5250: result: yes
configure:5269: checking dependency style of gcc
configure:5381: result: gcc3
configure:5397: checking for library containing strerror
configure:5427: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:5427: $? = 0
configure:5447: result: none required
configure:5509: checking for gcc
configure:5541: result: gcc
configure:5894: checking for C compiler version
configure:5903: gcc --version >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 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:5914: $? = 0
configure:5903: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) 
configure:5914: $? = 0
configure:5903: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5914: $? = 1
configure:5903: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5914: $? = 1
configure:5903: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5914: $? = 1
configure:5918: checking whether the compiler supports GNU C
configure:5948: result: yes
configure:5959: checking whether gcc accepts -g
configure:6024: result: yes
configure:6044: checking for gcc option to enable C11 features
configure:6077: result: none needed
configure:6193: checking whether gcc understands -c and -o together
configure:6231: result: yes
configure:6250: checking dependency style of gcc
configure:6362: result: gcc3
configure:6382: checking for stdio.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for stdlib.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for string.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for inttypes.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for stdint.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for strings.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for sys/stat.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for sys/types.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6382: checking for unistd.h
configure:6382: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6382: $? = 0
configure:6382: result: yes
configure:6407: checking for grep that handles long lines and -e
configure:6471: result: /usr/bin/grep
configure:6479: checking for egrep
configure:6547: result: /usr/bin/grep -E
configure:6585: checking build system type
configure:6600: result: x86_64-pc-linux-gnu
configure:6620: checking host system type
configure:6634: result: x86_64-pc-linux-gnu
configure:6675: checking how to print strings
configure:6702: result: printf
configure:6723: checking for a sed that does not truncate output
configure:6793: result: /usr/bin/sed
configure:6811: checking for fgrep
configure:6879: result: /usr/bin/grep -F
configure:6915: checking for ld used by gcc
configure:6983: result: /usr/bin/ld
configure:6990: checking if the linker (/usr/bin/ld) is GNU ld
configure:7006: result: yes
configure:7018: checking for BSD- or MS-compatible name lister (nm)
configure:7073: result: /usr/bin/nm -B
configure:7213: checking the name lister (/usr/bin/nm -B) interface
configure:7221: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7224: /usr/bin/nm -B "conftest.o"
configure:7227: output
0000000000000000 B some_variable
configure:7234: result: BSD nm
configure:7237: checking whether ln -s works
configure:7241: result: yes
configure:7249: checking the maximum length of command line arguments
configure:7381: result: 1572864
configure:7429: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:7470: result: func_convert_file_noop
configure:7477: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:7498: result: func_convert_file_noop
configure:7505: checking for /usr/bin/ld option to reload object files
configure:7513: result: -r
configure:7592: checking for objdump
configure:7613: found /usr/bin/objdump
configure:7624: result: objdump
configure:7656: checking how to recognize dependent libraries
configure:7857: result: pass_all
configure:7947: checking for dlltool
configure:7982: result: no
configure:8012: checking how to associate runtime and link libraries
configure:8040: result: printf %s\n
configure:8105: checking for ar
configure:8126: found /usr/bin/ar
configure:8137: result: ar
configure:8190: checking for archiver @FILE support
configure:8208: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8208: $? = 0
configure:8212: ar cr libconftest.a @conftest.lst >&5
configure:8215: $? = 0
configure:8220: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:8223: $? = 1
configure:8235: result: @
configure:8298: checking for strip
configure:8319: found /usr/bin/strip
configure:8330: result: strip
configure:8407: checking for ranlib
configure:8428: found /usr/bin/ranlib
configure:8439: result: ranlib
configure:8541: checking command to parse /usr/bin/nm -B output from gcc object
configure:8695: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8698: $? = 0
configure:8702: /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:8705: $? = 0
configure:8771: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c conftstm.o >&5
configure:8774: $? = 0
configure:8812: result: ok
configure:8859: checking for sysroot
configure:8890: result: no
configure:8897: checking for a working dd
configure:8941: result: /usr/bin/dd
configure:8945: checking how to truncate binary pipes
configure:8961: result: /usr/bin/dd bs=4096 count=1
configure:9098: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9101: $? = 0
configure:9298: checking for mt
configure:9333: result: no
configure:9353: checking if : is a manifest tool
configure:9360: : '-?'
configure:9368: result: no
configure:10094: checking for dlfcn.h
configure:10094: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:10094: $? = 0
configure:10094: result: yes
configure:10353: checking for objdir
configure:10369: result: .libs
configure:10629: checking if gcc supports -fno-rtti -fno-exceptions
configure:10648: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:10652: $? = 0
configure:10665: result: no
configure:11023: checking for gcc option to produce PIC
configure:11031: result: -fPIC -DPIC
configure:11039: checking if gcc PIC flag -fPIC -DPIC works
configure:11058: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:11062: $? = 0
configure:11075: result: yes
configure:11104: checking if gcc static flag -static works
configure:11133: result: yes
configure:11148: checking if gcc supports -c -o file.o
configure:11170: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:11174: $? = 0
configure:11196: result: yes
configure:11204: checking if gcc supports -c -o file.o
configure:11252: result: yes
configure:11285: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12553: result: yes
configure:12590: checking whether -lc should be explicitly linked in
configure:12599: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:12602: $? = 0
configure:12617: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:12620: $? = 0
configure:12634: result: no
configure:12794: checking dynamic linker characteristics
configure:13376: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13376: $? = 0
configure:13615: result: GNU/Linux ld.so
configure:13737: checking how to hardcode library paths into programs
configure:13762: result: immediate
configure:14314: checking whether stripping libraries is possible
configure:14323: result: yes
configure:14365: checking if libtool supports shared libraries
configure:14367: result: yes
configure:14370: checking whether to build shared libraries
configure:14395: result: yes
configure:14398: checking whether to build static libraries
configure:14402: result: yes
configure:14444: checking for egrep
configure:14512: result: /usr/bin/grep -E
configure:14531: checking for locale.h
configure:14531: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14531: $? = 0
configure:14531: result: yes
configure:14539: checking for LC_MESSAGES
configure:14556: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14556: $? = 0
configure:14565: result: yes
configure:14583: checking for CFPreferencesCopyAppValue
configure:14602: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
   26 | #include <CoreFoundation/CFPreferences.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14602: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main (void)
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:14612: result: no
configure:14619: checking for CFLocaleCopyCurrent
configure:14638: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
   26 | #include <CoreFoundation/CFLocale.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14638: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main (void)
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:14648: result: no
configure:14662: checking for libintl.h
configure:14662: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14662: $? = 0
configure:14662: result: yes
configure:14671: checking for ngettext in libc
configure:14690: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14690: $? = 0
configure:14700: result: yes
configure:14704: checking for dgettext in libc
configure:14723: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14723: $? = 0
configure:14733: result: yes
configure:14738: checking for bind_textdomain_codeset
configure:14738: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:14738: $? = 0
configure:14738: result: yes
configure:15008: checking for msgfmt
configure:15036: result: /usr/bin/msgfmt
configure:15045: checking for dcgettext
configure:15045: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c   >&5
conftest.c:44:6: warning: conflicting types for built-in function 'dcgettext'; expected 'char *(const char *, const char *, int)' [-Wbuiltin-declaration-mismatch]
   44 | char dcgettext ();
      |      ^~~~~~~~~
configure:15045: $? = 0
configure:15045: result: yes
configure:15053: checking if msgfmt accepts -c
configure:15068: $MSGFMT -c -o /dev/null conftest.foo
conftest.foo:3: warning: header field 'Language' missing in header
configure:15071: $? = 0
configure:15073: result: yes
configure:15083: checking for gmsgfmt
configure:15119: result: /usr/bin/msgfmt
configure:15129: checking for xgettext
configure:15157: result: /usr/bin/xgettext
configure:15176: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c   >&5
configure:15176: $? = 0
configure:15390: checking for pkg-config
configure:15413: found /usr/bin/pkg-config
configure:15425: result: /usr/bin/pkg-config
configure:15450: checking pkg-config is at least version 0.16
configure:15453: result: yes
configure:15470: $PKG_CONFIG --exists --print-errors "gio-2.0"
configure:15473: $? = 0
configure:15602: checking for unistd.h
configure:15602: result: yes
configure:15609: checking for crypt.h
configure:15609: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:15609: $? = 0
configure:15609: result: yes
configure:15615: checking for sys/select.h
configure:15615: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:15615: $? = 0
configure:15615: result: yes
configure:15622: checking for select
configure:15622: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15622: $? = 0
configure:15622: result: yes
configure:15628: checking for fcntl
configure:15628: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15628: $? = 0
configure:15628: result: yes
configure:15634: checking for uname
configure:15634: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15634: $? = 0
configure:15634: result: yes
configure:15640: checking for nice
configure:15640: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15640: $? = 0
configure:15640: result: yes
configure:15646: checking for setpriority
configure:15646: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15646: $? = 0
configure:15646: result: yes
configure:15652: checking for getcwd
configure:15652: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15652: $? = 0
configure:15652: result: yes
configure:15658: checking for getwd
configure:15658: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /tmp/ccsSrnch.o: in function `main':
conftest.c:(.text.startup+0x8): warning: the `getwd' function is dangerous and should not be used.
configure:15658: $? = 0
configure:15658: result: yes
configure:15664: checking for putenv
configure:15664: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15664: $? = 0
configure:15664: result: yes
configure:15670: checking for sbrk
configure:15670: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15670: $? = 0
configure:15670: result: yes
configure:15677: checking for sigaction
configure:15677: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15677: $? = 0
configure:15677: result: yes
configure:15683: checking for syslog
configure:15683: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15683: $? = 0
configure:15683: result: yes
configure:15689: checking for realpath
configure:15689: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15689: $? = 0
configure:15689: result: yes
configure:15695: checking for setrlimit
configure:15695: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15695: $? = 0
configure:15695: result: yes
configure:15702: checking for getresuid
configure:15702: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15702: $? = 0
configure:15702: result: yes
configure:15714: checking how to run the C preprocessor
configure:15740: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:203,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:34,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:15740: $? = 0
configure:15755: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:47:10: fatal error: ac_nonexistent.h: No such file or directory
   47 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15755: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15782: result: gcc -E
configure:15796: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:203,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h:34,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:15796: $? = 0
configure:15811: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:47:10: fatal error: ac_nonexistent.h: No such file or directory
   47 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15811: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15842: checking for uid_t in sys/types.h
In file included from /usr/include/sys/types.h:25,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:15863: result: yes
configure:15875: checking for setresuid
configure:15875: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15875: $? = 0
configure:15875: result: yes
configure:15881: checking for setenv
configure:15881: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15881: $? = 0
configure:15881: result: yes
configure:15887: checking for unsetenv
configure:15887: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15887: $? = 0
configure:15887: result: yes
configure:15893: checking for clearenv
configure:15893: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:15893: $? = 0
configure:15893: result: yes
configure:15902: checking for GNOME_SCREENSAVER
configure:15909: $PKG_CONFIG --exists --print-errors "x11 >= $X11_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
        gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:15920: $? = 0
configure:15938: $PKG_CONFIG --exists --print-errors "x11 >= $X11_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        dbus-glib-1 >= $DBUS_REQUIRED_VERSION
        gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:15949: $? = 0
configure:16023: result: yes
configure:16032: checking for GNOME_SCREENSAVER_DIALOG
configure:16039: $PKG_CONFIG --exists --print-errors "gthread-2.0
        gtk+-3.0 >= $GTK_REQUIRED_VERSION"
configure:16044: $? = 0
configure:16059: $PKG_CONFIG --exists --print-errors "gthread-2.0
        gtk+-3.0 >= $GTK_REQUIRED_VERSION"
configure:16064: $? = 0
configure:16126: result: yes
configure:16135: checking for GNOME_SCREENSAVER_CAPPLET
configure:16142: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:16149: $? = 0
configure:16165: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION"
configure:16172: $? = 0
configure:16238: result: yes
configure:16247: checking for GNOME_SCREENSAVER_COMMAND
configure:16254: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gobject-2.0 >= $GLIB_REQUIRED_VERSION"
configure:16259: $? = 0
configure:16274: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED_VERSION
        gobject-2.0 >= $GLIB_REQUIRED_VERSION"
configure:16279: $? = 0
configure:16341: result: yes
configure:16348: checking for X
configure:16386: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lX11  >&5
configure:16386: $? = 0
configure:16573: result: libraries , headers 
configure:16671: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c   -lX11 >&5
configure:16671: $? = 0
configure:16770: checking for gethostbyname
configure:16770: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16770: $? = 0
configure:16770: result: yes
configure:16868: checking for connect
configure:16868: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16868: $? = 0
configure:16868: result: yes
configure:16918: checking for remove
configure:16918: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16918: $? = 0
configure:16918: result: yes
configure:16968: checking for shmat
configure:16968: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:16968: $? = 0
configure:16968: result: yes
configure:17027: checking for IceConnectionNumber in -lICE
configure:17050: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lICE   >&5
configure:17050: $? = 0
configure:17060: result: yes
configure:17077: checking for glib-genmarshal
configure:17100: found /usr/bin/glib-genmarshal
configure:17112: result: /usr/bin/glib-genmarshal
configure:17180: checking whether gcc understands -Wall
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Wall -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Wstrict-prototypes
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Wstrict-prototypes -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Wnested-externs
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Wnested-externs -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=missing-prototypes
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=missing-prototypes -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=implicit-function-declaration
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=implicit-function-declaration -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=pointer-arith
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=pointer-arith -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=init-self
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=init-self -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=format-security
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]
cc1: some warnings being treated as errors
configure:17193: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_CLEARENV 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| 
|   ;
|   return 0;
| }
configure:17201: result: no
configure:17180: checking whether gcc understands -Werror=format=2
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=format=2 -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=missing-include-dirs
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=missing-include-dirs -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17180: checking whether gcc understands -Werror=return-type
configure:17193: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -Werror=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:17193: $? = 0
configure:17201: result: yes
configure:17211: checking what warning flags to pass to the C compiler
configure:17213: result:  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type
configure:17225: checking what language compliance flags to pass to the C compiler
configure:17240: result: 
configure:17253: checking for GNOME_SCREENSAVER_SAVER
configure:17260: $PKG_CONFIG --exists --print-errors "$SAVER_MODULES"
configure:17263: $? = 0
configure:17277: $PKG_CONFIG --exists --print-errors "$SAVER_MODULES"
configure:17280: $? = 0
configure:17338: result: yes
configure:17403: checking for xmlto
configure:17439: result: no
configure:17447: checking whether to build DocBook documentation
configure:17474: result: yes
configure:17518: checking for X11/extensions/shape.h
configure:17518: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  conftest.c >&5
configure:17518: $? = 0
configure:17518: result: yes
configure:17597: checking for X11/extensions/scrnsaver.h
configure:17597: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  conftest.c >&5
conftest.c:54:10: fatal error: X11/extensions/scrnsaver.h: No such file or directory
   54 | #include <X11/extensions/scrnsaver.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:17597: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_SHAPE_EXT 1
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| 
| #include <X11/extensions/scrnsaver.h>
configure:17597: result: no
configure:17895: checking for X11/extensions/xf86vmode.h
configure:17895: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  conftest.c >&5
configure:17895: $? = 0
configure:17895: result: yes
configure:17925: checking for XF86VidModeSetGamma in -lXxf86vm
configure:17948: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L${exec_prefix}/lib   -lSM -lICE -lXext -lX11  conftest.c -lXxf86vm -lXext -lX11  >&5
configure:17948: $? = 0
configure:17958: result: yes
configure:17993: checking for XF86VidModeSetGammaRamp in -lXxf86vm
configure:18016: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L${exec_prefix}/lib   -lSM -lICE -lXext -lX11  conftest.c -lXxf86vm -lXext -lX11  >&5
configure:18016: $? = 0
configure:18026: result: yes
configure:18085: checking for XF86MiscSetGrabKeysState in -lXxf86misc
configure:18108: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -I${prefix}/include  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L${exec_prefix}/lib   -lSM -lICE -lXext -lX11  conftest.c -lXxf86misc -lXext -lX11  >&5
/usr/bin/ld: cannot find -lXxf86misc
collect2: error: ld returned 1 exit status
configure:18108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define GETTEXT_PACKAGE "gnome-screensaver"
| #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 HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SELECT 1
| #define HAVE_FCNTL 1
| #define HAVE_UNAME 1
| #define HAVE_NICE 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SBRK 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSLOG 1
| #define HAVE_REALPATH 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETRESUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_SHAPE_EXT 1
| #define HAVE_XF86VMODE_GAMMA 1
| #define HAVE_XF86VMODE_GAMMA_RAMP 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char XF86MiscSetGrabKeysState ();
| int
| main (void)
| {
| return XF86MiscSetGrabKeysState ();
|   ;
|   return 0;
| }
configure:18118: result: no
configure:18261: checking for pam_start in -lpam
configure:18284: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lpam   >&5
configure:18284: $? = 0
configure:18294: result: yes
configure:18308: checking for sigtimedwait in -lc
configure:18331: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lc   >&5
configure:18331: $? = 0
configure:18341: result: yes
configure:18391: checking how to call pam_strerror
configure:18411: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   61 |                           char *s = pam_strerror(pamh, PAM_SUCCESS);
      |                                     ^~~~~~~~~~~~
configure:18411: $? = 0
configure:18449: result: two arguments
configure:18464: checking for security/pam_modutil.h
configure:18464: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18464: $? = 0
configure:18464: result: yes
configure:18470: checking for security/pam_ext.h
configure:18470: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:18470: $? = 0
configure:18470: result: yes
configure:18477: checking for pam_syslog in -lpam
configure:18500: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lpam   >&5
configure:18500: $? = 0
configure:18510: result: yes
configure:18523: checking for const pam_message
conftest.c:58:10: fatal error: /security/pam_appl.h: No such file or directory
   58 | #include </security/pam_appl.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:18554: result: "not found - assume const, Linux-type PAM"
configure:18603: checking for SYSTEMD
configure:18610: $PKG_CONFIG --exists --print-errors "libsystemd"
configure:18613: $? = 0
configure:18627: $PKG_CONFIG --exists --print-errors "libsystemd"
configure:18630: $? = 0
configure:18668: result: yes
configure:18709: checking for LIBGNOMEKBDUI
configure:18716: $PKG_CONFIG --exists --print-errors "libgnomekbdui >= $LIBGNOMEKBDUI_REQUIRED_VERSION libxklavier"
configure:18719: $? = 0
configure:18733: $PKG_CONFIG --exists --print-errors "libgnomekbdui >= $LIBGNOMEKBDUI_REQUIRED_VERSION libxklavier"
configure:18736: $? = 0
configure:18774: result: yes
configure:18853: checking for more warnings
configure:18898: result: no
configure:19035: checking that generated files are newer than configure
configure:19041: result: done
configure:19084: creating ./config.status

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

This file was extended by gnome-screensaver config.status 3.6.1, which was
generated by GNU Autoconf 2.71.  Invocation command line was

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

on builduser

config.status:1308: creating Makefile
config.status:1308: creating po/Makefile.in
config.status:1308: creating src/Makefile
config.status:1308: creating src/gnome-screensaver.desktop.in
config.status:1308: creating data/Makefile
config.status:1308: creating doc/Makefile
config.status:1308: creating doc/gnome-screensaver.xml
config.status:1308: creating config.h
config.status:1537: executing depfiles commands
config.status:1614: cd src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:1619: $? = 0
config.status:1537: executing libtool commands
config.status:1537: executing default-1 commands
config.status:1537: executing po/stamp-it commands

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GLIB_COMPILE_SCHEMAS_set=
ac_cv_env_GLIB_COMPILE_SCHEMAS_value=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_SAVER_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_SAVER_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_SAVER_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_SAVER_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
ac_cv_env_LIBGNOMEKBDUI_CFLAGS_set=
ac_cv_env_LIBGNOMEKBDUI_CFLAGS_value=
ac_cv_env_LIBGNOMEKBDUI_LIBS_set=
ac_cv_env_LIBGNOMEKBDUI_LIBS_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_SYSTEMD_CFLAGS_set=
ac_cv_env_SYSTEMD_CFLAGS_value=
ac_cv_env_SYSTEMD_LIBS_set=
ac_cv_env_SYSTEMD_LIBS_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_bind_textdomain_codeset=yes
ac_cv_func_clearenv=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_fcntl=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getresuid=yes
ac_cv_func_getwd=yes
ac_cv_func_nice=yes
ac_cv_func_putenv=yes
ac_cv_func_realpath=yes
ac_cv_func_remove=yes
ac_cv_func_sbrk=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setpriority=yes
ac_cv_func_setresuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shmat=yes
ac_cv_func_sigaction=yes
ac_cv_func_syslog=yes
ac_cv_func_uname=yes
ac_cv_func_unsetenv=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_X11_extensions_scrnsaver_h=no
ac_cv_header_X11_extensions_shape_h=yes
ac_cv_header_X11_extensions_xf86vmode_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_security_pam_ext_h=yes
ac_cv_header_security_pam_modutil_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_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_Xxf86misc_XF86MiscSetGrabKeysState=no
ac_cv_lib_Xxf86vm_XF86VidModeSetGamma=yes
ac_cv_lib_Xxf86vm_XF86VidModeSetGammaRamp=yes
ac_cv_lib_c_sigtimedwait=yes
ac_cv_lib_pam_pam_start=yes
ac_cv_lib_pam_pam_syslog=yes
ac_cv_objext=o
ac_cv_pam_strerror_args=2
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
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_XMLTO=no
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=gawk
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_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
ac_cv_type_uid_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=no
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'
pkg_cv_GLIB_COMPILE_SCHEMAS=/usr/bin/glib-compile-schemas
pkg_cv_GNOME_SCREENSAVER_CAPPLET_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gsettings-desktop-schemas '
pkg_cv_GNOME_SCREENSAVER_CAPPLET_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/libxml2 '
pkg_cv_GNOME_SCREENSAVER_COMMAND_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid '
pkg_cv_GNOME_SCREENSAVER_COMMAND_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_DIALOG_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
pkg_cv_GNOME_SCREENSAVER_DIALOG_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_LIBS='-lX11 -ldbus-glib-1 -ldbus-1 -lgnome-desktop-3 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GNOME_SCREENSAVER_SAVER_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
pkg_cv_GNOME_SCREENSAVER_SAVER_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_LIBGNOMEKBDUI_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/cloudproviders -I/usr/include/libxml2 '
pkg_cv_LIBGNOMEKBDUI_LIBS='-lgnomekbdui -lgnomekbd -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lxklavier '
pkg_cv_SYSTEMD_CFLAGS=
pkg_cv_SYSTEMD_LIBS='-lsystemd '

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










		$(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
		test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
		test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
	$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@
	$(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
	@$(NORMAL_INSTALL)
	@$(NORMAL_UNINSTALL)
	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
	cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
	echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
	fi
	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
	if test -n "$^"; then \
	rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
	test -n "$$files" || exit 0; \
	test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
$(gsettings__enum_file): $(gsettings_ENUM_FILES)
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
.SECONDARY: $(gsettings_SCHEMAS)
ACLOCAL='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' aclocal-1.16 '
ALL_LINGUAS=''
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'
AUTH_LIBS=' -lpam'
AUTH_SCHEME='pam'
AUTOCONF='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' automake-1.16'
AWK='gawk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-error=return-type'
CPP='gcc -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2'
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DATADIRNAME='share'
DBUS_CFLAGS=' -DDBUS_VERSION_MAJOR=1 -DDBUS_VERSION_MINOR=12 -DDBUS_VERSION_MICRO=20'
DEBUG_CFLAGS='-DG_ENABLE_DEBUG'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DOCBOOK_DOCS_ENABLED_FALSE=''
DOCBOOK_DOCS_ENABLED_TRUE='#'
DOCDIR='${datarootdir}/doc/gnome-screensaver-3.6.1'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
EXEEXT=''
EXPANDED_BINDIR='/usr/bin'
EXPANDED_DATADIR='${prefix}/share'
EXPANDED_LIBDIR='/usr/lib'
EXPANDED_LOCALSTATEDIR='/var'
EXPANDED_SYSCONFDIR='/etc'
FGREP='/usr/bin/grep -F'
GETTEXT_PACKAGE='gnome-screensaver'
GLIB_COMPILE_SCHEMAS='/usr/bin/glib-compile-schemas'
GLIB_GENMARSHAL='/usr/bin/glib-genmarshal'
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GNOME_SCREENSAVER_CAPPLET_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gsettings-desktop-schemas '
GNOME_SCREENSAVER_CAPPLET_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/libxml2 '
GNOME_SCREENSAVER_COMMAND_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid '
GNOME_SCREENSAVER_COMMAND_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_DIALOG_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
GNOME_SCREENSAVER_DIALOG_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_LIBS='-lX11 -ldbus-glib-1 -ldbus-1 -lgnome-desktop-3 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GNOME_SCREENSAVER_SAVER_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread '
GNOME_SCREENSAVER_SAVER_LIBS='-lgthread-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GREP='/usr/bin/grep'
GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
GSETTINGS_RULES='
HAVE_PAM=''
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,-O1,--sort-common,--as-needed,-z,relro,-z,now'
LIBGNOMEKBDUI_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/cloudproviders -I/usr/include/libxml2 '
LIBGNOMEKBDUI_LIBS='-lgnomekbdui -lgnomekbd -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lxklavier '
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} '\''/build/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MKINSTALLDIRS='.//mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NEED_SETUID='no'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gnome-screensaver'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver'
PACKAGE_NAME='gnome-screensaver'
PACKAGE_STRING='gnome-screensaver 3.6.1'
PACKAGE_TARNAME='gnome-screensaver'
PACKAGE_URL=''
PACKAGE_VERSION='3.6.1'
PAM_PREFIX='${sysconfdir}'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SAVER_LIBS='  -lSM -lICE -lXext -lX11  -lXxf86vm'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SYSTEMD_CFLAGS=''
SYSTEMD_LIBS='-lsystemd '
USE_NLS='yes'
VERSION='3.6.1'
WARN_CFLAGS=' -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type '
WITH_CONSOLE_KIT=''
WITH_CONSOLE_KIT_FALSE=''
WITH_CONSOLE_KIT_TRUE='#'
XGETTEXT='/usr/bin/xgettext'
XMKMF=''
XMLTO='no'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
all-am: $(gsettings_SCHEMAS:.xml=.valid)
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'
clean-gsettings-schemas:
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
endif'
exec_prefix='${prefix}'
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
ifdef gsettings_ENUM_NAMESPACE
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install-data-am: install-gsettings-schemas
install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
install_sh='${SHELL} /build/gnome-screensaver/src/gnome-screensaver-3.6.1/install-sh'
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='${exec_prefix}/lib'
libexecdir='/usr/lib/gnome-screensaver'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mostlyclean-am: clean-gsettings-schemas
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='/etc'
target_alias=''
uninstall-am: uninstall-gsettings-schemas
uninstall-gsettings-schemas:

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

/* confdefs.h */
#define PACKAGE_NAME "gnome-screensaver"
#define PACKAGE_TARNAME "gnome-screensaver"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "gnome-screensaver 3.6.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
#define PACKAGE_URL ""
#define PACKAGE "gnome-screensaver"
#define VERSION "3.6.1"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define GETTEXT_PACKAGE "gnome-screensaver"
#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 HAVE_UNISTD_H 1
#define HAVE_CRYPT_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SELECT 1
#define HAVE_FCNTL 1
#define HAVE_UNAME 1
#define HAVE_NICE 1
#define HAVE_SETPRIORITY 1
#define HAVE_GETCWD 1
#define HAVE_GETWD 1
#define HAVE_PUTENV 1
#define HAVE_SBRK 1
#define HAVE_SIGACTION 1
#define HAVE_SYSLOG 1
#define HAVE_REALPATH 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETRESUID 1
#define HAVE_SETRESUID 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_CLEARENV 1
#define HAVE_SHAPE_EXT 1
#define HAVE_XF86VMODE_GAMMA 1
#define HAVE_XF86VMODE_GAMMA_RAMP 1
#define PAM_STRERROR_TWO_ARGS 1
#define HAVE_SECURITY_PAM_MODUTIL_H 1
#define HAVE_SECURITY_PAM_EXT_H 1
#define HAVE_PAM_SYSLOG /**/
#define WITH_SYSTEMD 1
#define WITH_KBD_LAYOUT_INDICATOR 1

configure: exit 0

I guess mine is for i3lock-color or pkgconf

Last edited by 69-year-old (2021-08-11 15:30:49)

Offline

#17 2021-08-11 15:32:24

loqs
Member
Registered: 2014-03-06
Posts: 18,759

Re: [SOLVED] configure: error: C compiler cannot create executables

I doubt that as it contained

/* confdefs.h */
#define PACKAGE_NAME "gnome-screensaver"
#define PACKAGE_TARNAME "gnome-screensaver"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "gnome-screensaver 3.6.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
#define PACKAGE_URL ""
#define PACKAGE "gnome-screensaver"
#define VERSION "3.6.1"

Just the output from the start of the log is missing.  Which would include the failing compiler tests.

Offline

#18 2021-08-11 15:52:26

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

loqs wrote:

I doubt that as it contained

/* confdefs.h */
#define PACKAGE_NAME "gnome-screensaver"
#define PACKAGE_TARNAME "gnome-screensaver"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "gnome-screensaver 3.6.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
#define PACKAGE_URL ""
#define PACKAGE "gnome-screensaver"
#define VERSION "3.6.1"

Just the output from the start of the log is missing.  Which would include the failing compiler tests.

I built again and it looks like it comes

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

It was created by gnome-screensaver configure 3.6.1, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/gnome-screensaver --with-mit-ext --without-console-kit --with-systemd

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

hostname = archlinux
uname -m = x86_64
uname -r = 5.13.9-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT Sun, 08 Aug 2021 11:25:35 +0000

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

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

PATH: /home/hemagna/cmds/
PATH: /home/hemagna/.local/bin/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /var/lib/snapd/snap/bin/
PATH: /usr/lib/jvm/default/bin/
PATH: /usr/bin/site_perl/
PATH: /usr/bin/vendor_perl/
PATH: /usr/bin/core_perl/


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

configure:2605: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh
configure:2618:  trying ./
configure:2647:   ./config.guess found
configure:2647:   ./config.sub found
configure:2647:   ./ltmain.sh found
configure:2647:   ./compile found
configure:2647:   ./missing found
configure:2629:   ./install-sh found
configure:2779: checking for a BSD-compatible install
configure:2852: result: /usr/bin/install -c
configure:2863: checking whether build environment is sane
configure:2918: result: yes
configure:3077: checking for a race-free mkdir -p
configure:3121: result: /usr/bin/mkdir -p
configure:3128: checking for gawk
configure:3149: found /usr/bin/gawk
configure:3160: result: gawk
configure:3171: checking whether make sets $(MAKE)
configure:3194: result: yes
configure:3224: checking whether make supports nested variables
configure:3242: result: yes
configure:3327: checking whether UID '1000' is supported by ustar format
configure:3330: result: yes
configure:3337: checking whether GID '984' is supported by ustar format
configure:3340: result: yes
configure:3348: checking how to create a ustar tar archive
configure:3359: tar --version
tar (GNU tar) 1.34
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
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:3362: $? = 0
configure:3402: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3405: $? = 0
configure:3409: tar -xf - <conftest.tar
configure:3412: $? = 0
configure:3414: cat conftest.dir/file
GrepMe
configure:3417: $? = 0
configure:3431: result: gnutar
configure:3507: checking whether make supports nested variables
configure:3525: result: yes
configure:3541: checking whether to enable maintainer-specific portions of Makefiles
configure:3551: result: yes
configure:3566: checking whether NLS is requested
configure:3576: result: yes
configure:3594: checking for intltool >= 0.35.0
configure:3596: result: 0.51.0 found
configure:3604: checking for intltool-update
configure:3627: found /usr/bin/intltool-update
configure:3639: result: /usr/bin/intltool-update
configure:3649: checking for intltool-merge
configure:3672: found /usr/bin/intltool-merge
configure:3684: result: /usr/bin/intltool-merge
configure:3694: checking for intltool-extract
configure:3717: found /usr/bin/intltool-extract
configure:3729: result: /usr/bin/intltool-extract
configure:3883: checking for xgettext
configure:3906: found /usr/bin/xgettext
configure:3918: result: /usr/bin/xgettext
configure:3928: checking for msgmerge
configure:3951: found /usr/bin/msgmerge
configure:3963: result: /usr/bin/msgmerge
configure:3973: checking for msgfmt
configure:3996: found /usr/bin/msgfmt
configure:4008: result: /usr/bin/msgfmt
configure:4018: checking for gmsgfmt
configure:4054: result: /usr/bin/msgfmt
configure:4074: checking for perl
configure:4097: found /usr/bin/perl
configure:4109: result: /usr/bin/perl
configure:4120: checking for perl >= 5.8.1
configure:4127: result: 5.34.0
configure:4131: checking for XML::Parser
configure:4134: result: ok
configure:4160: checking whether make supports the include directive
configure:4175: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4178: $? = 0
configure:4197: result: yes (GNU style)
configure:4273: checking for gcc
configure:4294: found /usr/bin/gcc
configure:4305: result: gcc
configure:4658: checking for C compiler version
configure:4667: gcc --version >&5
gcc (GCC) 11.1.0
Copyright (C) 2021 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:4678: $? = 0
configure:4667: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) 
configure:4678: $? = 0
configure:4667: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4667: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4667: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4678: $? = 1
configure:4698: checking whether the C compiler works
configure:4720: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wno-error=return-type  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status
configure:4724: $? = 1
configure:4764: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
configure:4769: error: in `/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1':
configure:4771: error: C compiler cannot create executables
See `config.log' for more details

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

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wno-error=return-type'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GLIB_COMPILE_SCHEMAS_set=
ac_cv_env_GLIB_COMPILE_SCHEMAS_value=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_CAPPLET_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_COMMAND_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_DIALOG_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_LIBS_value=
ac_cv_env_GNOME_SCREENSAVER_SAVER_CFLAGS_set=
ac_cv_env_GNOME_SCREENSAVER_SAVER_CFLAGS_value=
ac_cv_env_GNOME_SCREENSAVER_SAVER_LIBS_set=
ac_cv_env_GNOME_SCREENSAVER_SAVER_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
ac_cv_env_LIBGNOMEKBDUI_CFLAGS_set=
ac_cv_env_LIBGNOMEKBDUI_CFLAGS_value=
ac_cv_env_LIBGNOMEKBDUI_LIBS_set=
ac_cv_env_LIBGNOMEKBDUI_LIBS_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_SYSTEMD_CFLAGS_set=
ac_cv_env_SYSTEMD_CFLAGS_value=
ac_cv_env_SYSTEMD_LIBS_set=
ac_cv_env_SYSTEMD_LIBS_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_path_GMSGFMT=/usr/bin/msgfmt
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_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar

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

ACLOCAL='${SHELL} '\''/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' aclocal-1.16'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR=''
AUTH_LIBS=''
AUTH_SCHEME=''
AUTOCONF='${SHELL} '\''/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' automake-1.16'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE=''
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wno-error=return-type'
CPP=''
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DATADIRNAME=''
DBUS_CFLAGS=''
DEBUG_CFLAGS=''
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DOCBOOK_DOCS_ENABLED_FALSE=''
DOCBOOK_DOCS_ENABLED_TRUE=''
DOCDIR=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ETAGS='etags'
EXEEXT=''
EXPANDED_BINDIR=''
EXPANDED_DATADIR=''
EXPANDED_LIBDIR=''
EXPANDED_LOCALSTATEDIR=''
EXPANDED_SYSCONFDIR=''
FGREP=''
GETTEXT_PACKAGE=''
GLIB_COMPILE_SCHEMAS=''
GLIB_GENMARSHAL=''
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GNOME_SCREENSAVER_CAPPLET_CFLAGS=''
GNOME_SCREENSAVER_CAPPLET_LIBS=''
GNOME_SCREENSAVER_CFLAGS=''
GNOME_SCREENSAVER_COMMAND_CFLAGS=''
GNOME_SCREENSAVER_COMMAND_LIBS=''
GNOME_SCREENSAVER_DIALOG_CFLAGS=''
GNOME_SCREENSAVER_DIALOG_LIBS=''
GNOME_SCREENSAVER_LIBS=''
GNOME_SCREENSAVER_SAVER_CFLAGS=''
GNOME_SCREENSAVER_SAVER_LIBS=''
GREP=''
GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
GSETTINGS_RULES=''
HAVE_PAM=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
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=''
LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
LIBGNOMEKBDUI_CFLAGS=''
LIBGNOMEKBDUI_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} '\''/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1/missing'\'' makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/usr/bin/mkdir -p'
MKINSTALLDIRS=''
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS=''
MSGMERGE='/usr/bin/msgmerge'
NEED_SETUID=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='gnome-screensaver'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver'
PACKAGE_NAME='gnome-screensaver'
PACKAGE_STRING='gnome-screensaver 3.6.1'
PACKAGE_TARNAME='gnome-screensaver'
PACKAGE_URL=''
PACKAGE_VERSION='3.6.1'
PAM_PREFIX=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB=''
SAVER_LIBS=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SYSTEMD_CFLAGS=''
SYSTEMD_LIBS=''
USE_NLS='yes'
VERSION='3.6.1'
WARN_CFLAGS=''
WITH_CONSOLE_KIT=''
WITH_CONSOLE_KIT_FALSE=''
WITH_CONSOLE_KIT_TRUE=''
XGETTEXT='/usr/bin/xgettext'
XMKMF=''
XMLTO=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_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=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gsettingsschemadir=''
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1/install-sh'
intltool__v_merge_options_0='-q'
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
libdir='${exec_prefix}/lib'
libexecdir='/usr/lib/gnome-screensaver'
localedir='${datarootdir}/locale'
localstatedir='/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='/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "gnome-screensaver"
#define PACKAGE_TARNAME "gnome-screensaver"
#define PACKAGE_VERSION "3.6.1"
#define PACKAGE_STRING "gnome-screensaver 3.6.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
#define PACKAGE_URL ""
#define PACKAGE "gnome-screensaver"
#define VERSION "3.6.1"

configure: exit 77

Offline

#19 2021-08-11 15:59:50

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] configure: error: C compiler cannot create executables

69-year-old wrote:

And i cant be bothered to fix it and as i understand, it doesn't really matter

If you can't be bothered to fix it why should we be bothered to help you?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#20 2021-08-11 16:02:30

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

duh see the previous posts

I doubt it's related

Offline

#21 2021-08-11 16:04:04

loqs
Member
Registered: 2014-03-06
Posts: 18,759

Re: [SOLVED] configure: error: C compiler cannot create executables

configure:4698: checking whether the C compiler works
configure:4720: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wno-error=return-type  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status
configure:4724: $? = 1
configure:4764: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
configure:4769: error: in `/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1':
configure:4771: error: C compiler cannot create executables
See `config.log' for more details

The test program contains only defines so fails to produce a valid executable.
Edit:
If you switch the shell from oh-my-zsh to bash can you still produce the issue?

Last edited by loqs (2021-08-11 16:05:55)

Offline

#22 2021-08-11 17:32:09

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

loqs wrote:
configure:4698: checking whether the C compiler works
configure:4720: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wno-error=return-type  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status
configure:4724: $? = 1
configure:4764: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gnome-screensaver"
| #define PACKAGE_TARNAME "gnome-screensaver"
| #define PACKAGE_VERSION "3.6.1"
| #define PACKAGE_STRING "gnome-screensaver 3.6.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver"
| #define PACKAGE_URL ""
| #define PACKAGE "gnome-screensaver"
| #define VERSION "3.6.1"
configure:4769: error: in `/home/hemagna/gnome-screensaver/src/gnome-screensaver-3.6.1':
configure:4771: error: C compiler cannot create executables
See `config.log' for more details

The test program contains only defines so fails to produce a valid executable.
Edit:
If you switch the shell from oh-my-zsh to bash can you still produce the issue?

Woah... switching to bash worked!!! is this a bug with zsh? should i report it to upstream? or is it an error in my config?

Offline

#23 2021-08-11 17:35:01

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] configure: error: C compiler cannot create executables

69-year-old wrote:

is this a bug with zsh? should i report it to upstream? or is it an error in my config?

OMZ is a huge buggy mess which leads to issues more often than not so yes, it's an error in your config.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#24 2021-08-11 18:44:04

69-year-old
Member
Registered: 2021-08-10
Posts: 15

Re: [SOLVED] configure: error: C compiler cannot create executables

Offline

#25 2021-08-11 18:49:19

CarbonChauvinist
Member
Registered: 2012-06-16
Posts: 413
Website

Re: [SOLVED] configure: error: C compiler cannot create executables

Slithery wrote:

OMZ is a huge buggy mess

duh see the previous post


"the wind-blown way, wanna win? don't play"

Offline

Board footer

Powered by FluxBB