Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by configure, which was
- generated by GNU Autoconf 2.72. Invocation command line was
- $ ./configure --with-perl --with-python
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = comp03
- uname -m = x86_64
- uname -r = 6.16.1-20260118
- uname -s = Linux
- uname -v = #6 SMP PREEMPT_DYNAMIC Sun Jan 18 16:24:24 -03 2026
- /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: /opt/rustc/bin/
- PATH: /usr/local/bin/
- PATH: /usr/bin/
- PATH: /opt/kf6/bin/
- PATH: /opt/qt6/bin/
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2806: looking for aux files: config.guess config.sub ltmain.sh compile missing install-sh
- configure:2819: trying ./
- configure:2848: ./config.guess found
- configure:2848: ./config.sub found
- configure:2848: ./ltmain.sh found
- configure:2848: ./compile found
- configure:2848: ./missing found
- configure:2830: ./install-sh found
- configure:2979: checking for a BSD-compatible install
- configure:3053: result: /usr/bin/install -c
- configure:3064: checking whether sleep supports fractional seconds
- configure:3080: result: yes
- configure:3083: checking filesystem timestamp resolution
- configure:3218: result: 0.01
- configure:3223: checking whether build environment is sane
- configure:3268: result: yes
- configure:3439: checking for a race-free mkdir -p
- configure:3482: result: /usr/bin/mkdir -p
- configure:3489: checking for gawk
- configure:3510: found /usr/bin/gawk
- configure:3522: result: gawk
- configure:3533: checking whether make sets $(MAKE)
- configure:3557: result: yes
- configure:3583: checking whether make supports nested variables
- configure:3602: result: yes
- configure:3616: checking xargs -n works
- configure:3632: result: yes
- configure:3718: checking whether UID '1000' is supported by ustar format
- configure:3724: result: yes
- configure:3731: checking whether GID '1000' is supported by ustar format
- configure:3737: result: yes
- configure:3745: checking how to create a ustar tar archive
- configure:3756: tar --version
- tar (GNU tar) 1.35
- Copyright (C) 2023 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:3759: $? = 0
- configure:3799: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
- configure:3802: $? = 0
- configure:3806: tar -xf - <conftest.tar
- configure:3809: $? = 0
- configure:3811: cat conftest.dir/file
- GrepMe
- configure:3814: $? = 0
- configure:3829: result: gnutar
- configure:3869: checking whether make supports the include directive
- configure:3884: make -f confmf.GNU && cat confinc.out
- this is the am__doit target
- configure:3887: $? = 0
- configure:3906: result: yes (GNU style)
- configure:3983: checking for gcc
- configure:4004: found /usr/bin/gcc
- configure:4016: result: gcc
- configure:4375: checking for C compiler version
- configure:4384: gcc --version >&5
- gcc (GCC) 15.2.0
- Copyright (C) 2025 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:4395: $? = 0
- configure:4384: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15.2.0/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --enable-host-pie --disable-multilib --disable-bootstrap --disable-fixincludes --with-system-zlib
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 15.2.0 (GCC)
- configure:4395: $? = 0
- configure:4384: gcc -V >&5
- gcc: error: unrecognized command-line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4395: $? = 1
- configure:4384: gcc -qversion >&5
- gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:4395: $? = 1
- configure:4384: gcc -version >&5
- gcc: error: unrecognized command-line option '-version'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4395: $? = 1
- configure:4415: checking whether the C compiler works
- configure:4437: gcc conftest.c >&5
- configure:4441: $? = 0
- configure:4492: result: yes
- configure:4496: checking for C compiler default output file name
- configure:4498: result: a.out
- configure:4504: checking for suffix of executables
- configure:4511: gcc -o conftest conftest.c >&5
- configure:4515: $? = 0
- configure:4539: result:
- configure:4563: checking whether we are cross compiling
- configure:4571: gcc -o conftest conftest.c >&5
- configure:4575: $? = 0
- configure:4582: ./conftest
- configure:4586: $? = 0
- configure:4601: result: no
- configure:4607: checking for suffix of object files
- configure:4630: gcc -c conftest.c >&5
- configure:4634: $? = 0
- configure:4658: result: o
- configure:4662: checking whether the compiler supports GNU C
- configure:4682: gcc -c conftest.c >&5
- configure:4682: $? = 0
- configure:4694: result: yes
- configure:4705: checking whether gcc accepts -g
- configure:4726: gcc -c -g conftest.c >&5
- configure:4726: $? = 0
- configure:4773: result: yes
- configure:4793: checking for gcc option to enable C11 features
- configure:4808: gcc -c -g -O2 conftest.c >&5
- configure:4808: $? = 0
- configure:4827: result: none needed
- configure:4951: checking whether gcc understands -c and -o together
- configure:4974: gcc -c conftest.c -o conftest2.o
- configure:4977: $? = 0
- configure:4974: gcc -c conftest.c -o conftest2.o
- configure:4977: $? = 0
- configure:4993: result: yes
- configure:5012: checking dependency style of gcc
- configure:5125: result: gcc3
- configure:5145: checking for flex
- configure:5166: found /usr/bin/flex
- configure:5178: result: flex
- configure:5227: checking for lex output file root
- configure:5240: flex conftest.l
- configure:5244: $? = 0
- configure:5253: result: lex.yy
- configure:5268: checking for lex library
- configure:5293: gcc -o conftest -g -O2 conftest.c >&5
- configure:5293: $? = 0
- configure:5307: result: none needed
- configure:5323: checking for library containing yywrap
- configure:5359: gcc -o conftest -g -O2 conftest.c >&5
- /usr/bin/ld: /tmp/ccjJCxId.o: in function `main':
- /sources/apparmor-v4.1.3/libraries/libapparmor/conftest.c:25:(.text.startup+0x5): undefined reference to `yywrap'
- collect2: error: ld returned 1 exit status
- configure:5359: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "libapparmor1"
- | #define VERSION "4.1.3"
- | /* 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.
- | The 'extern "C"' is for builds by C++ compilers;
- | although this is not generally supported in C code supporting it here
- | has little cost and some practical benefit (sr 110532). */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char yywrap (void);
- | int
- | main (void)
- | {
- | return yywrap ();
- | ;
- | return 0;
- | }
- configure:5359: gcc -o conftest -g -O2 conftest.c -lfl >&5
- /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.0/../../../../lib/libfl.so: undefined reference to `yylex'
- collect2: error: ld returned 1 exit status
- configure:5359: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "libapparmor1"
- | #define VERSION "4.1.3"
- | /* 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.
- | The 'extern "C"' is for builds by C++ compilers;
- | although this is not generally supported in C code supporting it here
- | has little cost and some practical benefit (sr 110532). */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char yywrap (void);
- | int
- | main (void)
- | {
- | return yywrap ();
- | ;
- | return 0;
- | }
- configure:5359: gcc -o conftest -g -O2 conftest.c -ll >&5
- /usr/bin/ld: cannot find -ll: No such file or directory
- collect2: error: ld returned 1 exit status
- configure:5359: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "libapparmor1"
- | #define VERSION "4.1.3"
- | /* 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.
- | The 'extern "C"' is for builds by C++ compilers;
- | although this is not generally supported in C code supporting it here
- | has little cost and some practical benefit (sr 110532). */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char yywrap (void);
- | int
- | main (void)
- | {
- | return yywrap ();
- | ;
- | return 0;
- | }
- configure:5381: result: no
- configure:5398: checking whether yytext is a pointer
- configure:5414: gcc -c -g -O2 conftest.c >&5
- configure:5414: $? = 0
- configure:5422: result: yes
- configure:5441: checking for bison
- configure:5462: found /usr/bin/bison
- configure:5474: result: bison -y
- configure:5486: checking for a sed that does not truncate output
- configure:5558: result: /usr/bin/sed
- configure:5623: checking for pkg-config
- configure:5646: found /usr/bin/pkg-config
- configure:5659: result: /usr/bin/pkg-config
- configure:5684: checking pkg-config is at least version 0.9.0
- configure:5687: result: yes
- configure:5701: checking for swig
- configure:5740: result: no
- configure:5746: checking whether the libapparmor debug output should be enabled
- configure:5755: result: no
- configure:5767: checking whether the libapparmor man pages should be generated
- configure:5776: result: yes
- configure:5787: checking for podchecker
- configure:5808: found /usr/bin/podchecker
- configure:5821: result: podchecker
- configure:5844: checking for pod2man
- configure:5865: found /usr/bin/pod2man
- configure:5878: result: pod2man
- configure:5897: checking whether python bindings are enabled
- configure:5903: result: yes
- configure:5912: error: swig is required when enabling python bindings
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_c_compiler_gnu=yes
- ac_cv_env_CCC_set=
- ac_cv_env_CCC_value=
- 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_CXXCPP_set=
- ac_cv_env_CXXCPP_value=
- ac_cv_env_CXXFLAGS_set=
- ac_cv_env_CXXFLAGS_value=
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_LT_SYS_LIBRARY_PATH_set=
- ac_cv_env_LT_SYS_LIBRARY_PATH_value=
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=set
- ac_cv_env_PKG_CONFIG_PATH_value=/opt/kf6/lib/pkgconfig:/opt/qt6/lib/pkgconfig
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_PYTHON_VERSION_set=
- ac_cv_env_PYTHON_VERSION_value=
- ac_cv_env_PYTHON_set=
- ac_cv_env_PYTHON_value=
- ac_cv_env_YACC_set=
- ac_cv_env_YACC_value=
- ac_cv_env_YFLAGS_set=
- ac_cv_env_YFLAGS_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_lib_lex='none needed'
- ac_cv_objext=o
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_LEX=flex
- ac_cv_prog_POD2MAN=pod2man
- ac_cv_prog_PODCHECKER=podchecker
- ac_cv_prog_YACC='bison -y'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_cc_c11=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_stdc=
- ac_cv_prog_lex_root=lex.yy
- ac_cv_prog_lex_yytext_pointer=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_search_yywrap=no
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_filesystem_timestamp_resolution=0.01
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- am_cv_prog_tar_ustar=gnutar
- am_cv_sleep_fractional_seconds=yes
- am_cv_xargs_n_works=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} '\''/sources/apparmor-v4.1.3/libraries/libapparmor/missing'\'' aclocal-1.18'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_CFLAGS=''
- AM_CXXFLAGS=''
- AM_DEFAULT_V=''
- AM_DEFAULT_VERBOSITY='1'
- AM_V=''
- AR=''
- AUTOCONF='${SHELL} '\''/sources/apparmor-v4.1.3/libraries/libapparmor/missing'\'' autoconf'
- AUTOHEADER='${SHELL} '\''/sources/apparmor-v4.1.3/libraries/libapparmor/missing'\'' autoheader'
- AUTOMAKE='${SHELL} '\''/sources/apparmor-v4.1.3/libraries/libapparmor/missing'\'' automake-1.18'
- AWK='gawk'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O2'
- CPPFLAGS=''
- CSCOPE='cscope'
- CTAGS='ctags'
- CXX=''
- CXXCPP=''
- CXXDEPMODE=''
- CXXFLAGS=''
- CYGPATH_W='echo'
- DEFS=''
- DEPDIR='.deps'
- DLLTOOL=''
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP=''
- ENABLE_MAN_PAGES_FALSE=''
- ENABLE_MAN_PAGES_TRUE=''
- ETAGS='etags'
- EXEEXT=''
- FGREP=''
- FILECMD=''
- GREP=''
- HAVE_PERL_FALSE=''
- HAVE_PERL_TRUE=''
- HAVE_PYTHON_FALSE=''
- HAVE_PYTHON_TRUE=''
- HAVE_RUBY_FALSE=''
- HAVE_RUBY_TRUE=''
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD=''
- LDFLAGS=''
- LEX='flex'
- LEXLIB=''
- LEX_OUTPUT_ROOT='lex.yy'
- LIBOBJS=''
- LIBS=''
- LIBTOOL=''
- LIPO=''
- LN_S=''
- LTLIBOBJS=''
- LT_SYS_LIBRARY_PATH=''
- MAKEINFO='${SHELL} '\''/sources/apparmor-v4.1.3/libraries/libapparmor/missing'\'' makeinfo'
- MANIFEST_TOOL=''
- MKDIR_P='/usr/bin/mkdir -p'
- NM=''
- NMEDIT=''
- OBJDUMP=''
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='libapparmor1'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME=''
- PACKAGE_STRING=''
- PACKAGE_TARNAME=''
- PACKAGE_URL=''
- PACKAGE_VERSION=''
- PATH_SEPARATOR=':'
- PERL=''
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH='/opt/kf6/lib/pkgconfig:/opt/qt6/lib/pkgconfig'
- POD2MAN='pod2man'
- PODCHECKER='podchecker'
- PYTHON=''
- PYTHON_CONFIG=''
- PYTHON_CPPFLAGS=''
- PYTHON_EXEC_PREFIX=''
- PYTHON_EXTRA_LDFLAGS=''
- PYTHON_EXTRA_LIBS=''
- PYTHON_LDFLAGS=''
- PYTHON_PLATFORM=''
- PYTHON_PREFIX=''
- PYTHON_SITE_PKG=''
- PYTHON_VERSION=''
- RANLIB=''
- RUBY=''
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP=''
- SWIG=''
- VERSION='4.1.3'
- YACC='bison -y'
- YFLAGS=''
- ac_ct_AR=''
- ac_ct_CC='gcc'
- ac_ct_CXX=''
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE=''
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__fastdepCXX_FALSE=''
- am__fastdepCXX_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__rm_f_notfound=''
- am__tar='tar --format=ustar -chf - "$$tardir"'
- am__untar='tar -xf -'
- am__xargs_n='xargs -n'
- bindir='${exec_prefix}/bin'
- build=''
- build_alias=''
- build_cpu=''
- build_os=''
- build_vendor=''
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host=''
- host_alias=''
- host_cpu=''
- host_os=''
- host_vendor=''
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /sources/apparmor-v4.1.3/libraries/libapparmor/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(MKDIR_P)'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- pkgpyexecdir=''
- pkgpythondir=''
- prefix='NONE'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- pyexecdir=''
- pythondir=''
- runstatedir='${localstatedir}/run'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME ""
- #define PACKAGE_TARNAME ""
- #define PACKAGE_VERSION ""
- #define PACKAGE_STRING ""
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define PACKAGE "libapparmor1"
- #define VERSION "4.1.3"
- #define YYTEXT_POINTER 1
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment