Skip to content

Instantly share code, notes, and snippets.

@mente
Created January 27, 2015 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mente/5707963576be475774aa to your computer and use it in GitHub Desktop.
Save mente/5707963576be475774aa to your computer and use it in GitHub Desktop.
drbd-utils 8.9.2rc2 compilation
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by DRBD configure 8.9.2rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --prefix=/usr --without-83support --with-pacemaker
## --------- ##
## Platform. ##
## --------- ##
hostname = de.looplr.com
uname -m = x86_64
uname -r = 2.6.32-504.3.3.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Dec 17 01:55:02 UTC 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /home/avasilenko/bin
PATH: /home/avasilenko/.yadr/bin
PATH: /home/avasilenko/.yadr/bin/yadr
PATH: /home/avasilenko/.yadr/bin
PATH: /home/avasilenko/.yadr/bin/yadr
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1971: Could not detect systemd unit directory
configure:1978: result: Using systemd unit directory:
configure:1989: Could not detect udev rules directory, using default
configure:1993: result: Using udev rules directory: /lib/udev
configure:2072: checking for gcc
configure:2088: found /usr/bin/gcc
configure:2099: result: gcc
configure:2331: checking for C compiler version
configure:2339: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
Copyright (C) 2010 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:2343: $? = 0
configure:2350: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
configure:2354: $? = 0
configure:2361: gcc -V >&5
gcc: '-V' option must have argument
configure:2365: $? = 1
configure:2388: checking for C compiler default output file name
configure:2410: gcc conftest.c >&5
configure:2414: $? = 0
configure:2452: result: a.out
configure:2471: checking whether the C compiler works
configure:2481: ./a.out
configure:2485: $? = 0
configure:2504: result: yes
configure:2511: checking whether we are cross compiling
configure:2513: result: no
configure:2516: checking for suffix of executables
configure:2523: gcc -o conftest conftest.c >&5
configure:2527: $? = 0
configure:2553: result:
configure:2559: checking for suffix of object files
configure:2585: gcc -c conftest.c >&5
configure:2589: $? = 0
configure:2614: result: o
configure:2618: checking whether we are using the GNU C compiler
configure:2647: gcc -c conftest.c >&5
configure:2654: $? = 0
configure:2671: result: yes
configure:2680: checking whether gcc accepts -g
configure:2710: gcc -c -g conftest.c >&5
configure:2717: $? = 0
configure:2818: result: yes
configure:2835: checking for gcc option to accept ISO C89
configure:2909: gcc -c -g -O2 conftest.c >&5
configure:2916: $? = 0
configure:2939: result: none needed
configure:2957: checking whether ln -s works
configure:2961: result: yes
configure:2970: checking for sed
configure:2988: found /bin/sed
configure:3000: result: /bin/sed
configure:3010: checking for grep
configure:3028: found /bin/grep
configure:3040: result: /bin/grep
configure:3050: checking for flex
configure:3068: found /usr/bin/flex
configure:3080: result: /usr/bin/flex
configure:3090: checking for rpmbuild
configure:3108: found /usr/bin/rpmbuild
configure:3120: result: /usr/bin/rpmbuild
configure:3130: checking for xsltproc
configure:3148: found /usr/bin/xsltproc
configure:3160: result: /usr/bin/xsltproc
configure:3170: checking for tar
configure:3188: found /bin/tar
configure:3200: result: /bin/tar
configure:3210: checking for git
configure:3228: found /usr/bin/git
configure:3240: result: /usr/bin/git
configure:3250: checking for dpkg-buildpackage
configure:3283: result: no
configure:3290: checking for udevadm
configure:3308: found /sbin/udevadm
configure:3321: result: /sbin/udevadm
configure:3331: checking for udevinfo
configure:3362: result: false
configure:3389: WARNING: No dpkg-buildpackage found, building Debian packages is disabled.
configure:3436: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/linux/genetlink.h:5,
from conftest.c:9:
/usr/include/linux/netlink.h:35: error: expected specifier-qualifier-list before 'sa_family_t'
configure:3443: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "DRBD"
| #define PACKAGE_TARNAME "drbd"
| #define PACKAGE_VERSION "8.9.2rc2"
| #define PACKAGE_STRING "DRBD 8.9.2rc2"
| #define PACKAGE_BUGREPORT "drbd-dev@lists.linbit.com"
| /* end confdefs.h. */
|
| #include <linux/genetlink.h>
| static unsigned int dummy = CTRL_CMD_DELMCAST_GRP;
|
configure:3475: checking for /etc/gentoo-release
configure:3490: result: no
configure:3496: checking for /etc/redhat-release
configure:3511: result: yes
configure:3517: checking for /etc/slackware-version
configure:3532: result: no
configure:3538: checking for /etc/debian_version
configure:3553: result: no
configure:3559: checking for /etc/SuSE-release
configure:3574: result: no
configure:3592: configured for Red Hat (includes Fedora, RHEL, CentOS).
configure:3595: checking for /etc/fedora-release
configure:3610: result: no
configure:3852: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by DRBD config.status 8.9.2rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on de.looplr.com
config.status:774: creating Makefile
config.status:774: creating user/shared/Makefile
config.status:774: creating user/v9/Makefile
config.status:774: creating user/v83/Makefile
config.status:774: creating user/v84/Makefile
config.status:774: creating scripts/Makefile
config.status:774: creating documentation/v9/Makefile
config.status:774: creating documentation/v83/Makefile
config.status:774: creating documentation/v84/Makefile
config.status:774: creating scripts/drbd.rules
config.status:758: error: cannot find input file: user/shared/config.h.in
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_file__etc_SuSE_release=no
ac_cv_file__etc_debian_version=no
ac_cv_file__etc_fedora_release=no
ac_cv_file__etc_gentoo_release=no
ac_cv_file__etc_redhat_release=yes
ac_cv_file__etc_slackware_version=no
ac_cv_objext=o
ac_cv_path_FLEX=/usr/bin/flex
ac_cv_path_GIT=/usr/bin/git
ac_cv_path_GREP=/bin/grep
ac_cv_path_RPMBUILD=/usr/bin/rpmbuild
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_UDEVADM=/sbin/udevadm
ac_cv_path_UDEVINFO=false
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
BASH_COMPLETION_SUFFIX=''
CC='gcc'
CFLAGS='-g -O2'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DISTRO='redhat'
DPKG_BUILDPACKAGE=''
DRBD_CONFIG_DIR='/usr/etc'
DRBD_LIB_DIR='/usr/var/lib/drbd'
DRBD_LOCK_DIR='/usr/var/lock'
DRBD_RUN_DIR='/usr/var/run/drbd'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
FLEX='/usr/bin/flex'
GIT='/usr/bin/git'
GREP='/bin/grep'
INITDIR='/usr/etc/rc.d/init.d'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='drbd-dev@lists.linbit.com'
PACKAGE_NAME='DRBD'
PACKAGE_STRING='DRBD 8.9.2rc2'
PACKAGE_TARNAME='drbd'
PACKAGE_VERSION='8.9.2rc2'
PACKAGE_VERSION_EQUIVALENT_83='8.3.16'
PACKAGE_VERSION_EQUIVALENT_84='8.4.5 8.4.4 8.4.3 8.4.2 8.4.1 8.4.0'
PACKAGE_VERSION_EQUIVALENT_90='9.0.0pre9'
PATH_SEPARATOR=':'
Provides: drbd-utils = 8.4.0'
Provides: drbd-utils = 8.4.1
Provides: drbd-utils = 8.4.2
Provides: drbd-utils = 8.4.3
Provides: drbd-utils = 8.4.4
RPMBUILD='/usr/bin/rpmbuild'
RPM_BUILDREQ_DEFAULT='flex'
RPM_DIST_TAG='%{?dist}'
RPM_REQ_BASH_COMPLETION=''
RPM_REQ_CHKCONFIG_POST='Requires(post): chkconfig'
RPM_REQ_CHKCONFIG_PREUN='Requires(preun): chkconfig'
RPM_REQ_HEARTBEAT=''
RPM_REQ_PACEMAKER=''
RPM_REQ_XEN=''
RPM_SUBPACKAGE_NOARCH=''
SED='/bin/sed'
SHELL='/bin/sh'
SPEC_PROVIDES_DRBD_UTILS_83='Provides: drbd-utils = 8.3.16'
SPEC_PROVIDES_DRBD_UTILS_84='Provides: drbd-utils = 8.4.5
SPEC_PROVIDES_DRBD_UTILS_90='Provides: drbd-utils = 9.0.0pre9'
TAR='/bin/tar'
UDEVADM='/sbin/udevadm'
UDEVINFO='false'
UDEV_RULE_SUFFIX=''
WITH_83_SUPPORT='no'
WITH_84_SUPPORT='yes'
WITH_BASHCOMPLETION='yes'
WITH_HEARTBEAT='yes'
WITH_PACEMAKER='yes'
WITH_RGMANAGER='no'
WITH_UDEV='yes'
WITH_XEN='yes'
XSLTPROC='/usr/bin/xsltproc'
ac_ct_CC='gcc'
bindir='/usr/bin'
build_alias=''
datadir='/usr/share'
datarootdir='/usr/share'
docdir='/usr/share/doc/drbd'
dvidir='${docdir}'
exec_prefix='/usr'
host_alias=''
htmldir='${docdir}'
includedir='/usr/include'
infodir='/usr/share/info'
initscripttype='sysv'
libdir='/usr/lib'
libexecdir='/usr/libexec'
localedir='${datarootdir}/locale'
localstatedir='/usr/var'
mandir='/usr/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/usr/sbin'
sharedstatedir='/usr/com'
sysconfdir='/usr/etc'
systemdunitdir=''
target_alias=''
udevdir='/lib/udev'
udevrulesdir='/lib/udev/rules.d'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "DRBD"
#define PACKAGE_TARNAME "drbd"
#define PACKAGE_VERSION "8.9.2rc2"
#define PACKAGE_STRING "DRBD 8.9.2rc2"
#define PACKAGE_BUGREPORT "drbd-dev@lists.linbit.com"
#define DRBD_LIB_DIR "/usr/var/lib/drbd"
#define DRBD_RUN_DIR "/usr/var/run/drbd"
#define DRBD_LOCK_DIR "/usr/var/lock"
#define DRBD_CONFIG_DIR "/usr/etc"
#define DRBD_LEGACY_84 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment