Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 743931 Details for
Bug 817017
dev-util/anjuta[vala]: fails to compile (configure: error: Failed to find library with shm_open())
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
file_817017.txt (text/plain), 118.85 KB, created by
Sam James
on 2021-10-09 02:35:19 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Sam James
Created:
2021-10-09 02:35:19 UTC
Size:
118.85 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by Anjuta configure 3.34.0, which was >generated by GNU Autoconf 2.71. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/anjuta-3.34.0 --htmldir=/usr/share/doc/anjuta-3.34.0/html --libdir=/usr/lib64 --disable-gtk-doc --disable-maintainer-mode --disable-schemas-compile --enable-compile-warnings=minimum --disable-neon --disable-static --disable-debug --disable-plugin-devhelp --disable-plugin-glade --disable-glade-catalog --enable-introspection --disable-packagekit --disable-plugin-subversion --disable-serf --disable-plugin-terminal --enable-vala > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 5.10.71-gentoo-dist-hardened >uname -s = Linux >uname -v = #1 SMP Thu Oct 7 00:26:46 BST 2021 > >/usr/bin/uname -p = AMD Ryzen 7 2700 Eight-Core Processor >/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: /var/tmp/portage/dev-util/anjuta-3.34.0/temp/python3.9/bin/ >PATH: /usr/lib/portage/python3.10/ebuild-helpers/xattr/ >PATH: /usr/lib/portage/python3.10/ebuild-helpers/ >PATH: /usr/local/sbin/ >PATH: /usr/local/bin/ >PATH: /usr/sbin/ >PATH: /usr/bin/ >PATH: /sbin/ >PATH: /bin/ >PATH: /opt/bin/ >PATH: /usr/lib/llvm/13/bin/ >PATH: /usr/lib/llvm/12/bin/ > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2741: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:3317: looking for aux files: config.rpath config.guess config.sub ltmain.sh compile missing install-sh >configure:3330: trying ./ >configure:3359: ./config.rpath found >configure:3359: ./config.guess found >configure:3359: ./config.sub found >configure:3359: ./ltmain.sh found >configure:3359: ./compile found >configure:3359: ./missing found >configure:3341: ./install-sh found >configure:3549: checking for a BSD-compatible install >configure:3622: result: /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c >configure:3633: checking whether build environment is sane >configure:3688: result: yes >configure:3847: checking for a race-free mkdir -p >configure:3891: result: /bin/mkdir -p >configure:3898: checking for gawk >configure:3919: found /usr/bin/gawk >configure:3930: result: gawk >configure:3941: checking whether make sets $(MAKE) >configure:3964: result: yes >configure:3994: checking whether make supports nested variables >configure:4012: result: yes >configure:4097: checking whether UID '250' is supported by ustar format >configure:4100: result: yes >configure:4107: checking whether GID '250' is supported by ustar format >configure:4110: result: yes >configure:4118: checking how to create a ustar tar archive >configure:4129: 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:4132: $? = 0 >configure:4172: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar >configure:4175: $? = 0 >configure:4179: tar -xf - <conftest.tar >configure:4182: $? = 0 >configure:4184: cat conftest.dir/file >GrepMe >configure:4187: $? = 0 >configure:4201: result: gnutar >configure:4266: checking whether to enable maintainer-specific portions of Makefiles >configure:4276: result: no >configure:4302: checking whether make supports nested variables >configure:4320: result: yes >configure:4349: checking for x86_64-pc-linux-gnu-gcc >configure:4370: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:4381: result: x86_64-pc-linux-gnu-gcc >configure:4779: checking for C compiler version >configure:4788: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo Hardened 11.2.0 p1) 11.2.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:4799: $? = 0 >configure:4788: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,jit,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 11.2.0 p1' --enable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-host-shared --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 11.2.0 (Gentoo Hardened 11.2.0 p1) >configure:4799: $? = 0 >configure:4788: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4799: $? = 1 >configure:4788: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4799: $? = 1 >configure:4788: x86_64-pc-linux-gnu-gcc -version >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4799: $? = 1 >configure:4819: checking whether the C compiler works >configure:4841: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >configure:4845: $? = 0 >configure:4895: result: yes >configure:4898: checking for C compiler default output file name >configure:4900: result: a.out >configure:4906: checking for suffix of executables >configure:4913: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >configure:4917: $? = 0 >configure:4940: result: >configure:4962: checking whether we are cross compiling >configure:4970: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >configure:4974: $? = 0 >configure:4981: ./conftest >configure:4985: $? = 0 >configure:5000: result: no >configure:5005: checking for suffix of object files >configure:5028: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.c >&5 >configure:5032: $? = 0 >configure:5054: result: o >configure:5058: checking whether the compiler supports GNU C >configure:5078: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.c >&5 >configure:5078: $? = 0 >configure:5088: result: yes >configure:5099: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:5120: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:5120: $? = 0 >configure:5164: result: yes >configure:5184: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features >configure:5199: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.c >&5 >configure:5199: $? = 0 >configure:5217: result: none needed >configure:5333: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:5356: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:5359: $? = 0 >configure:5356: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:5359: $? = 0 >configure:5371: result: yes >configure:5391: checking whether make supports the include directive >configure:5406: make -f confmf.GNU && cat confinc.out >this is the am__doit target >configure:5409: $? = 0 >configure:5428: result: yes (GNU style) >configure:5454: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:5566: result: none >configure:5586: checking how to run the C preprocessor >configure:5612: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5612: $? = 0 >configure:5627: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:15:10: fatal error: ac_nonexistent.h: No such file or directory > 15 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:5627: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5654: result: x86_64-pc-linux-gnu-gcc -E >configure:5668: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5668: $? = 0 >configure:5683: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:15:10: fatal error: ac_nonexistent.h: No such file or directory > 15 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:5683: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5718: checking for flex >configure:5739: found /usr/bin/flex >configure:5750: result: flex >configure:5799: checking for lex output file root >configure:5812: flex conftest.l >configure:5816: $? = 0 >configure:5824: result: lex.yy >configure:5839: checking for lex library >configure:5864: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >configure:5864: $? = 0 >configure:5877: result: none needed >configure:5892: checking for library containing yywrap >configure:5922: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-util/anjuta-3.34.0/temp/ccxKFsQR.o: in function `main': >conftest.c:(.text.startup+0x7): undefined reference to `yywrap' >collect2: error: ld returned 1 exit status >configure:5922: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| /* 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 yywrap (); >| int >| main (void) >| { >| return yywrap (); >| ; >| return 0; >| } >configure:5922: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c -lfl >&5 >configure:5922: $? = 0 >configure:5942: result: -lfl >configure:5958: checking whether yytext is a pointer >configure:5974: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.c >&5 >configure:5974: $? = 0 >configure:5981: result: yes >configure:6000: checking for bison >configure:6021: found /usr/bin/bison >configure:6032: result: bison -y >configure:6083: checking for x86_64-pc-linux-gnu-g++ >configure:6104: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:6115: result: x86_64-pc-linux-gnu-g++ >configure:6191: checking for C++ compiler version >configure:6200: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo Hardened 11.2.0 p1) 11.2.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:6211: $? = 0 >configure:6200: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,jit,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 11.2.0 p1' --enable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-host-shared --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 11.2.0 (Gentoo Hardened 11.2.0 p1) >configure:6211: $? = 0 >configure:6200: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:6211: $? = 1 >configure:6200: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:6211: $? = 1 >configure:6215: checking whether the compiler supports GNU C++ >configure:6235: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:6235: $? = 0 >configure:6245: result: yes >configure:6256: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:6277: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:6277: $? = 0 >configure:6321: result: yes >configure:6341: checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features >configure:6356: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >[01m[Kconftest.cpp:[m[K In function '[01m[Kint main(int, char**)[m[K': >[01m[Kconftest.cpp:182:25:[m[K [01;35m[Kwarning: [m[Kempty parentheses were disambiguated as a function declaration [[01;35m[K-Wvexing-parse[m[K] > 182 | cxx11test::delegate d2[01;35m[K()[m[K; > | [01;35m[K^~[m[K >[01m[Kconftest.cpp:182:25:[m[K [01;36m[Knote: [m[Kremove parentheses to default-initialize a variable > 182 | cxx11test::delegate d2[01;36m[K()[m[K; > | [01;36m[K^~[m[K > | [31m[K--[m[K >[01m[Kconftest.cpp:182:25:[m[K [01;36m[Knote: [m[Kor replace parentheses with braces to value-initialize a variable >configure:6356: $? = 0 >configure:6374: result: none needed >configure:6440: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:6552: result: none >configure:6579: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp >&5 >configure:6579: $? = 0 >configure:6648: checking whether gcc understands -Wall >configure:6661: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:6661: $? = 0 >configure:6669: result: yes >configure:6679: checking what warning flags to pass to the C compiler >configure:6681: result: -Wall >configure:6693: checking what language compliance flags to pass to the C compiler >configure:6708: result: >configure:6760: checking for x86_64-pc-linux-gnu-pkg-config >configure:6783: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:6795: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:6868: checking pkg-config is at least version 0.16 >configure:6871: result: yes >configure:6888: $PKG_CONFIG --exists --print-errors "gio-2.0" >configure:6891: $? = 0 >configure:7021: checking for x86_64-pc-linux-gnu-pkg-config >configure:7056: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:7129: checking pkg-config is at least version 0.22 >configure:7132: result: yes >configure:7188: checking build system type >configure:7203: result: x86_64-pc-linux-gnu >configure:7223: checking host system type >configure:7237: result: x86_64-pc-linux-gnu >configure:7278: checking how to print strings >configure:7305: result: printf >configure:7326: checking for a sed that does not truncate output >configure:7396: result: /bin/sed >configure:7414: checking for grep that handles long lines and -e >configure:7478: result: /bin/grep >configure:7483: checking for egrep >configure:7551: result: /bin/grep -E >configure:7556: checking for fgrep >configure:7624: result: /bin/grep -F >configure:7660: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:7728: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:7735: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:7751: result: yes >configure:7763: checking for BSD- or MS-compatible name lister (nm) >configure:7818: result: /usr/bin/x86_64-pc-linux-gnu-nm -B >configure:7958: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface >configure:7966: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:7969: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" >configure:7972: output >0000000000000000 B some_variable >configure:7979: result: BSD nm >configure:7982: checking whether ln -s works >configure:7986: result: yes >configure:7994: checking the maximum length of command line arguments >configure:8131: result: 1572864 >configure:8179: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:8220: result: func_convert_file_noop >configure:8227: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:8248: result: func_convert_file_noop >configure:8255: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:8263: result: -r >configure:8297: checking for x86_64-pc-linux-gnu-objdump >configure:8318: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:8329: result: x86_64-pc-linux-gnu-objdump >configure:8406: checking how to recognize dependent libraries >configure:8607: result: pass_all >configure:8652: checking for x86_64-pc-linux-gnu-dlltool >configure:8687: result: no >configure:8697: checking for dlltool >configure:8732: result: no >configure:8762: checking how to associate runtime and link libraries >configure:8790: result: printf %s\n >configure:8806: checking for x86_64-pc-linux-gnu-ar >configure:8827: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:8838: result: x86_64-pc-linux-gnu-ar >configure:8924: checking for archiver @FILE support >configure:8942: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:8942: $? = 0 >configure:8946: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:8949: $? = 0 >configure:8954: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:8957: $? = 1 >configure:8969: result: @ >configure:8987: checking for x86_64-pc-linux-gnu-strip >configure:9008: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:9019: result: x86_64-pc-linux-gnu-strip >configure:9096: checking for x86_64-pc-linux-gnu-ranlib >configure:9117: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:9128: result: x86_64-pc-linux-gnu-ranlib >configure:9275: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object >configure:9429: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:9432: $? = 0 >configure:9436: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/ /p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:9439: $? = 0 >configure:9505: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp conftstm.o >&5 >configure:9508: $? = 0 >configure:9546: result: ok >configure:9593: checking for sysroot >configure:9624: result: no >configure:9631: checking for a working dd >configure:9675: result: /bin/dd >configure:9679: checking how to truncate binary pipes >configure:9695: result: /bin/dd bs=4096 count=1 >configure:9832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:9835: $? = 0 >configure:9987: checking for x86_64-pc-linux-gnu-mt >configure:10022: result: no >configure:10032: checking for mt >configure:10067: result: no >configure:10087: checking if : is a manifest tool >configure:10094: : '-?' >configure:10102: result: no >configure:10832: checking for stdio.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for stdlib.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for string.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for inttypes.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for stdint.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for strings.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for sys/stat.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for sys/types.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10832: checking for unistd.h >configure:10832: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10832: $? = 0 >configure:10832: result: yes >configure:10857: checking for dlfcn.h >configure:10857: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:10857: $? = 0 >configure:10857: result: yes >configure:11125: checking for objdir >configure:11141: result: .libs >configure:11405: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:11424: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fno-rtti -fno-exceptions conftest.c >&5 >[01m[Kcc1:[m[K [01;35m[Kwarning: [m[Kcommand-line option '[01m[K-fno-rtti[m[K' is valid for C++/D/ObjC++ but not for C >configure:11428: $? = 0 >configure:11441: result: no >configure:11799: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:11807: result: -fPIC -DPIC >configure:11815: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:11834: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fPIC -DPIC -DPIC conftest.c >&5 >configure:11838: $? = 0 >configure:11851: result: yes >configure:11880: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:11909: result: yes >configure:11924: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:11946: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -o out/conftest2.o conftest.c >&5 >configure:11950: $? = 0 >configure:11972: result: yes >configure:11980: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:12028: result: yes >configure:12061: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:13327: result: yes >configure:13364: checking whether -lc should be explicitly linked in >configure:13373: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.c >&5 >configure:13376: $? = 0 >configure:13391: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:13394: $? = 0 >configure:13408: result: no >configure:13568: checking dynamic linker characteristics >configure:14163: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:14163: $? = 0 >configure:14402: result: GNU/Linux ld.so >configure:14524: checking how to hardcode library paths into programs >configure:14549: result: immediate >configure:15101: checking whether stripping libraries is possible >configure:15106: result: yes >configure:15141: checking if libtool supports shared libraries >configure:15143: result: yes >configure:15146: checking whether to build shared libraries >configure:15171: result: yes >configure:15174: checking whether to build static libraries >configure:15178: result: no >configure:15201: checking how to run the C++ preprocessor >configure:15223: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:15223: $? = 0 >configure:15238: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:29:10: fatal error: ac_nonexistent.h: No such file or directory > 29 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:15238: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:15265: result: x86_64-pc-linux-gnu-g++ -E >configure:15279: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:15279: $? = 0 >configure:15294: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:29:10: fatal error: ac_nonexistent.h: No such file or directory > 29 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:15294: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:15459: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:15527: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:15534: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:15550: result: yes >configure:15605: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:16682: result: yes >configure:16718: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:16721: $? = 0 >configure:17202: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:17210: result: -fPIC -DPIC >configure:17218: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:17237: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:17241: $? = 0 >configure:17254: result: yes >configure:17277: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:17306: result: yes >configure:17318: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:17340: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -o out/conftest2.o conftest.cpp >&5 >configure:17344: $? = 0 >configure:17366: result: yes >configure:17371: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:17419: result: yes >configure:17449: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:17489: result: yes >configure:17631: checking dynamic linker characteristics >configure:18392: result: GNU/Linux ld.so >configure:18457: checking how to hardcode library paths into programs >configure:18482: result: immediate >configure:18556: checking for gobject-introspection >configure:18565: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0" >configure:18568: $? = 0 >configure:18575: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.6.7" >configure:18578: $? = 0 >configure:18602: result: yes >configure:18703: checking for ANJUTA >configure:18710: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= $GTHREAD_REQUIRED > glib-2.0 >= $GLIB_REQUIRED > gio-2.0 >= $GLIB_REQUIRED > gmodule-2.0 >= $GLIB_REQUIRED > gtk+-3.0 >= $GTK_REQUIRED > gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED" >configure:18723: $? = 0 >configure:18742: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= $GTHREAD_REQUIRED > glib-2.0 >= $GLIB_REQUIRED > gio-2.0 >= $GLIB_REQUIRED > gmodule-2.0 >= $GLIB_REQUIRED > gtk+-3.0 >= $GTK_REQUIRED > gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED" >configure:18755: $? = 0 >configure:18833: result: yes >configure:18840: checking for XML >configure:18847: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= $LIBXML_REQUIRED" >configure:18850: $? = 0 >configure:18864: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= $LIBXML_REQUIRED" >configure:18867: $? = 0 >configure:18925: result: yes >configure:18932: checking for GDL >configure:18939: $PKG_CONFIG --exists --print-errors "gdl-3.0 >= $GDL_REQUIRED" >configure:18942: $? = 0 >configure:18956: $PKG_CONFIG --exists --print-errors "gdl-3.0 >= $GDL_REQUIRED" >configure:18959: $? = 0 >configure:19017: result: yes >configure:19024: checking for GDA >configure:19031: $PKG_CONFIG --exists --print-errors "libgda-6.0 >= $GDA6_REQUIRED" >Package libgda-6.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `libgda-6.0.pc' >to the PKG_CONFIG_PATH environment variable >Package 'libgda-6.0', required by 'virtual:world', not found >configure:19034: $? = 1 >configure:19048: $PKG_CONFIG --exists --print-errors "libgda-6.0 >= $GDA6_REQUIRED" >Package libgda-6.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `libgda-6.0.pc' >to the PKG_CONFIG_PATH environment variable >Package 'libgda-6.0', required by 'virtual:world', not found >configure:19051: $? = 1 >configure:19065: result: no >Package 'libgda-6.0', required by 'virtual:world', not found >configure:19083: checking for GDA >configure:19090: $PKG_CONFIG --exists --print-errors "libgda-5.0 >= $GDA5_REQUIRED" >configure:19093: $? = 0 >configure:19107: $PKG_CONFIG --exists --print-errors "libgda-5.0 >= $GDA5_REQUIRED" >configure:19110: $? = 0 >configure:19328: result: yes >configure:19600: checking for autogen >configure:19623: found /usr/bin/autogen >configure:19636: result: /usr/bin/autogen >configure:19663: checking if terminal plugin is disabled >configure:19666: result: yes >configure:19856: checking if devhelp plugin is disabled >configure:19859: result: yes >configure:19979: checking if glade plugin is disabled >configure:19982: result: yes >configure:20089: checking if glade catalog is enabled >configure:20106: result: no >configure:20121: checking for SOURCEVIEW >configure:20128: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED" >configure:20131: $? = 0 >configure:20145: $PKG_CONFIG --exists --print-errors "gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED" >configure:20148: $? = 0 >configure:20206: result: yes >configure:20214: checking for SQLITE >configure:20221: $PKG_CONFIG --exists --print-errors "sqlite3" >configure:20224: $? = 0 >configure:20238: $PKG_CONFIG --exists --print-errors "sqlite3" >configure:20241: $? = 0 >configure:20279: result: yes >configure:20305: checking if vala support is disabled >configure:20312: result: no >configure:20314: checking if libvala is available >configure:20317: $PKG_CONFIG --exists --print-errors " libvala-0.46 " >configure:20320: $? = 0 >configure:20326: result: yes >configure:20332: checking for VALA >configure:20339: $PKG_CONFIG --exists --print-errors "${LIBVALA}" >configure:20342: $? = 0 >configure:20356: $PKG_CONFIG --exists --print-errors "${LIBVALA}" >configure:20359: $? = 0 >configure:20417: result: yes >configure:20435: checking for valac-0.46 >configure:20470: result: /usr/bin/valac-0.46 >configure:20562: checking for python version >configure:20570: result: 3.9 >configure:20575: checking for python platform >configure:20583: result: linux >configure:20644: checking for GNU default python prefix >configure:20646: result: ${prefix} >configure:20712: checking for GNU default python exec_prefix >configure:20714: result: ${exec_prefix} >configure:20745: checking for python script directory (pythondir) >configure:20780: result: ${PYTHON_PREFIX}/lib/python3.9/site-packages >configure:20788: checking for python extension module directory (pyexecdir) >configure:20823: result: ${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages >configure:20885: checking for XRenderFindFormat in -lXrender >configure:20907: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lXrender -lXext >&5 >configure:20907: $? = 0 >configure:20917: result: yes >configure:20949: checking whether NLS is requested >configure:20959: result: yes >configure:20977: checking for intltool >= 0.40.1 >configure:20979: result: 0.51.0 found >configure:20987: checking for intltool-update >configure:21010: found /usr/bin/intltool-update >configure:21022: result: /usr/bin/intltool-update >configure:21032: checking for intltool-merge >configure:21055: found /usr/bin/intltool-merge >configure:21067: result: /usr/bin/intltool-merge >configure:21077: checking for intltool-extract >configure:21100: found /usr/bin/intltool-extract >configure:21112: result: /usr/bin/intltool-extract >configure:21266: checking for xgettext >configure:21289: found /usr/bin/xgettext >configure:21301: result: /usr/bin/xgettext >configure:21311: checking for msgmerge >configure:21334: found /usr/bin/msgmerge >configure:21346: result: /usr/bin/msgmerge >configure:21356: checking for msgfmt >configure:21379: found /usr/bin/msgfmt >configure:21391: result: /usr/bin/msgfmt >configure:21401: checking for gmsgfmt >configure:21424: found /usr/bin/gmsgfmt >configure:21437: result: /usr/bin/gmsgfmt >configure:21457: checking for perl >configure:21480: found /usr/bin/perl >configure:21492: result: /usr/bin/perl >configure:21503: checking for perl >= 5.8.1 >configure:21510: result: 5.34.0 >configure:21514: checking for XML::Parser >configure:21517: result: ok >configure:21575: checking for msgfmt >configure:21608: result: /usr/bin/msgfmt >configure:21617: checking for gmsgfmt >configure:21653: result: /usr/bin/gmsgfmt >configure:21704: checking for xgettext >configure:21737: result: /usr/bin/xgettext >configure:21783: checking for msgmerge >configure:21815: result: /usr/bin/msgmerge >configure:21873: checking for ld used by GCC >configure:21938: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:21945: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:21959: result: yes >configure:21967: checking for shared library run path origin >configure:21981: result: done >configure:22484: checking for CFPreferencesCopyAppValue >configure:22503: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -Wl,-framework -Wl,CoreFoundation >&5 >[01m[Kconftest.cpp:30:10:[m[K [01;31m[Kfatal error: [m[KCoreFoundation/CFPreferences.h: No such file or directory > 30 | #include [01;31m[K<CoreFoundation/CFPreferences.h>[m[K > | [01;31m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >compilation terminated. >configure:22503: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| /* end confdefs.h. */ >| #include <CoreFoundation/CFPreferences.h> >| int >| main (void) >| { >| CFPreferencesCopyAppValue(NULL, NULL) >| ; >| return 0; >| } >configure:22513: result: no >configure:22520: checking for CFLocaleCopyCurrent >configure:22539: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -Wl,-framework -Wl,CoreFoundation >&5 >[01m[Kconftest.cpp:30:10:[m[K [01;31m[Kfatal error: [m[KCoreFoundation/CFLocale.h: No such file or directory > 30 | #include [01;31m[K<CoreFoundation/CFLocale.h>[m[K > | [01;31m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >compilation terminated. >configure:22539: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| /* end confdefs.h. */ >| #include <CoreFoundation/CFLocale.h> >| int >| main (void) >| { >| CFLocaleCopyCurrent(); >| ; >| return 0; >| } >configure:22549: result: no >configure:22598: checking for GNU gettext in libc >configure:22619: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp >&5 >configure:22619: $? = 0 >configure:22629: result: yes >configure:23385: checking whether to use NLS >configure:23387: result: yes >configure:23390: checking where the gettext function comes from >configure:23401: result: libc >configure:23496: checking for gtk-doc >configure:23499: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" >Package gtk-doc was not found in the pkg-config search path. >Perhaps you should add the directory containing `gtk-doc.pc' >to the PKG_CONFIG_PATH environment variable >Package 'gtk-doc', required by 'virtual:world', not found >configure:23502: $? = 1 >configure:23508: result: no >configure:23512: WARNING: > You will not be able to create source packages with 'make dist' > because gtk-doc >= 1.4 is not found. >configure:23522: checking for gtkdoc-check >configure:23557: result: no >configure:23564: checking for gtkdoc-check >configure:23602: result: no >configure:23611: checking for gtkdoc-rebase >configure:23649: result: no >configure:23660: checking for gtkdoc-mkpdf >configure:23698: result: no >configure:23725: checking whether to build gtk-doc documentation >configure:23727: result: no >configure:23740: checking for GTKDOC_DEPS >configure:23747: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" >configure:23750: $? = 0 >configure:23764: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" >configure:23767: $? = 0 >configure:23805: result: yes >configure:23923: checking for itstool >configure:23944: found /usr/bin/itstool >configure:23955: result: itstool >configure:23970: checking for xmllint >configure:23991: found /usr/bin/xmllint >configure:24002: result: xmllint >configure:24189: checking for dirent.h >configure:24189: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24189: $? = 0 >configure:24189: result: yes >configure:24195: checking for fcntl.h >configure:24195: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24195: $? = 0 >configure:24195: result: yes >configure:24201: checking for fnmatch.h >configure:24201: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24201: $? = 0 >configure:24201: result: yes >configure:24207: checking for stat.h >configure:24207: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >[01m[Kconftest.cpp:66:10:[m[K [01;31m[Kfatal error: [m[Kstat.h: No such file or directory > 66 | #include [01;31m[K<stat.h>[m[K > | [01;31m[K^~~~~~~~[m[K >compilation terminated. >configure:24207: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| /* end confdefs.h. */ >| #include <stddef.h> >| #ifdef HAVE_STDIO_H >| # include <stdio.h> >| #endif >| #ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| #endif >| #ifdef HAVE_STRING_H >| # include <string.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <stat.h> >configure:24207: result: no >configure:24213: checking for stdlib.h >configure:24213: result: yes >configure:24219: checking for string.h >configure:24219: result: yes >configure:24225: checking for stdint.h >configure:24225: result: yes >configure:24232: checking for time.h >configure:24232: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24232: $? = 0 >configure:24232: result: yes >configure:24238: checking for types.h >configure:24238: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >[01m[Kconftest.cpp:70:10:[m[K [01;31m[Kfatal error: [m[Ktypes.h: No such file or directory > 70 | #include [01;31m[K<types.h>[m[K > | [01;31m[K^~~~~~~~~[m[K >compilation terminated. >configure:24238: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stddef.h> >| #ifdef HAVE_STDIO_H >| # include <stdio.h> >| #endif >| #ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| #endif >| #ifdef HAVE_STRING_H >| # include <string.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <types.h> >configure:24238: result: no >configure:24244: checking for unistd.h >configure:24244: result: yes >configure:24251: checking for sys/dir.h >configure:24251: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24251: $? = 0 >configure:24251: result: yes >configure:24257: checking for sys/stat.h >configure:24257: result: yes >configure:24263: checking for sys/times.h >configure:24263: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24263: $? = 0 >configure:24263: result: yes >configure:24269: checking for sys/types.h >configure:24269: result: yes >configure:24289: checking for bind in -lsocket >configure:24311: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lsocket >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket >collect2: error: ld returned 1 exit status >configure:24311: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| /* end confdefs.h. */ >| >| namespace conftest { >| extern "C" int bind (); >| } >| int >| main (void) >| { >| return conftest::bind (); >| ; >| return 0; >| } >configure:24321: result: no >configure:24332: checking for library containing forkpty >configure:24361: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-util/anjuta-3.34.0/temp/ccdu2EZ0.o: in function `main': >conftest.cpp:(.text.startup+0x1): undefined reference to `forkpty' >collect2: error: ld returned 1 exit status >configure:24361: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| /* end confdefs.h. */ >| >| namespace conftest { >| extern "C" int forkpty (); >| } >| int >| main (void) >| { >| return conftest::forkpty (); >| ; >| return 0; >| } >configure:24361: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >configure:24361: $? = 0 >configure:24381: result: -lutil >configure:24394: checking for libutil.h >configure:24394: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >[01m[Kconftest.cpp:75:10:[m[K [01;31m[Kfatal error: [m[Klibutil.h: No such file or directory > 75 | #include [01;31m[K<libutil.h>[m[K > | [01;31m[K^~~~~~~~~~~[m[K >compilation terminated. >configure:24394: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| /* end confdefs.h. */ >| #include <stddef.h> >| #ifdef HAVE_STDIO_H >| # include <stdio.h> >| #endif >| #ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| #endif >| #ifdef HAVE_STRING_H >| # include <string.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:24394: result: no >configure:24400: checking for util.h >configure:24400: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >[01m[Kconftest.cpp:75:10:[m[K [01;31m[Kfatal error: [m[Kutil.h: No such file or directory > 75 | #include [01;31m[K<util.h>[m[K > | [01;31m[K^~~~~~~~[m[K >compilation terminated. >configure:24400: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| /* end confdefs.h. */ >| #include <stddef.h> >| #ifdef HAVE_STDIO_H >| # include <stdio.h> >| #endif >| #ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| #endif >| #ifdef HAVE_STRING_H >| # include <string.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <util.h> >configure:24400: result: no >configure:24406: checking for pty.h >configure:24406: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24406: $? = 0 >configure:24406: result: yes >configure:24414: checking for fnmatch >configure:24414: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >configure:24414: $? = 0 >configure:24414: result: yes >configure:24421: checking for strstr >configure:24421: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >[01m[Kconftest.cpp:65:6:[m[K [01;35m[Kwarning: [m[Kdeclaration of '[01m[Kchar strstr()[m[K' conflicts with built-in declaration '[01m[Kchar* strstr(const char*, const char*)[m[K' [[01;35m[K-Wbuiltin-declaration-mismatch[m[K] > 65 | char [01;35m[Kstrstr[m[K (); > | [01;35m[K^~~~~~[m[K >configure:24421: $? = 0 >configure:24421: result: yes >configure:24428: checking for stricmp >configure:24428: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-util/anjuta-3.34.0/temp/ccrHqRBo.o: in function `main': >conftest.cpp:(.text.startup+0x5): undefined reference to `stricmp' >collect2: error: ld returned 1 exit status >configure:24428: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_STRSTR 1 >| /* end confdefs.h. */ >| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define stricmp innocuous_stricmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char stricmp (); below. */ >| >| #include <limits.h> >| #undef stricmp >| >| /* 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. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char stricmp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_stricmp || defined __stub___stricmp >| choke me >| #endif >| >| int >| main (void) >| { >| return stricmp (); >| ; >| return 0; >| } >configure:24428: result: no >configure:24435: checking for strnicmp >configure:24435: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-util/anjuta-3.34.0/temp/ccmZcHyk.o: in function `main': >conftest.cpp:(.text.startup+0x5): undefined reference to `strnicmp' >collect2: error: ld returned 1 exit status >configure:24435: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_STRSTR 1 >| /* end confdefs.h. */ >| /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strnicmp innocuous_strnicmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnicmp (); below. */ >| >| #include <limits.h> >| #undef strnicmp >| >| /* 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. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strnicmp (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_strnicmp || defined __stub___strnicmp >| choke me >| #endif >| >| int >| main (void) >| { >| return strnicmp (); >| ; >| return 0; >| } >configure:24435: result: no >configure:24442: checking for getline >configure:24442: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >configure:24442: $? = 0 >configure:24442: result: yes >configure:24450: checking for x86_64-pc-linux-gnu-g++ options needed to detect all undeclared functions >configure:24472: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >[01m[Kconftest.cpp:[m[K In function '[01m[Kint main()[m[K': >[01m[Kconftest.cpp:55:8:[m[K [01;31m[Kerror: [m[K'[01m[Kstrchr[m[K' was not declared in this scope > 55 | (void) [01;31m[Kstrchr[m[K; > | [01;31m[K^~~~~~[m[K >[01m[Kconftest.cpp:1:1:[m[K [01;36m[Knote: [m[K'[01m[Kstrchr[m[K' is defined in header '[01m[K<cstring>[m[K'; did you forget to '[01m[K#include <cstring>[m[K'? > 1 | /* confdefs.h */ >configure:24472: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_STRSTR 1 >| #define HAVE_GETLINE 1 >| /* end confdefs.h. */ >| >| int >| main (void) >| { >| (void) strchr; >| ; >| return 0; >| } >configure:24499: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24499: $? = 0 >configure:24516: result: none needed >configure:24530: checking whether lockf is declared >configure:24530: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches conftest.cpp >&5 >configure:24530: $? = 0 >configure:24530: result: yes >configure:24539: checking for lockf >configure:24539: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >configure:24539: $? = 0 >configure:24539: result: yes >configure:24550: checking for fgetpos >configure:24550: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >configure:24550: $? = 0 >configure:24550: result: yes >configure:24623: checking for mkstemp >configure:24623: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >configure:24623: $? = 0 >configure:24623: result: yes >configure:24644: checking directory to use for temporary files >configure:24651: result: /tmp >configure:24662: checking if building on FreeBSD >configure:24720: result: no >configure:24727: checking for missing prototypes... >configure:24896: checking for Subversion svn-config >configure:24923: result: not found >configure:24940: checking for Subversion headers >configure:24957: result: not found >configure:24972: checking for Subversion libraries >configure:24985: result: not found >configure:25024: checking if subversion support is disabled >configure:25027: result: yes >configure:25444: checking for symbol-db shared memory >configure:25460: result: no >configure:25467: checking for library containing shm_open >configure:25497: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lutil >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-util/anjuta-3.34.0/temp/ccd8u2M4.o: in function `main': >conftest.cpp:(.text.startup+0x5): undefined reference to `shm_open()' >collect2: error: ld returned 1 exit status >configure:25497: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_STRSTR 1 >| #define HAVE_GETLINE 1 >| #define HAVE_DECL_LOCKF 1 >| #define HAVE_LOCKF 1 >| #define HAVE_FGETPOS 1 >| #define HAVE_MKSTEMP 1 >| #define TMPDIR "/tmp" >| /* 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 shm_open (); >| int >| main (void) >| { >| return shm_open (); >| ; >| return 0; >| } >configure:25497: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.cpp -lrt -lutil >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-util/anjuta-3.34.0/temp/cc2secyd.o: in function `main': >conftest.cpp:(.text.startup+0x5): undefined reference to `shm_open()' >collect2: error: ld returned 1 exit status >configure:25497: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Anjuta" >| #define PACKAGE_TARNAME "anjuta" >| #define PACKAGE_VERSION "3.34.0" >| #define PACKAGE_STRING "Anjuta 3.34.0" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >| #define PACKAGE_URL "http://www.anjuta.org/" >| #define ANJUTA_MAJOR_VERSION 3 >| #define ANJUTA_MINOR_VERSION 34 >| #define ANJUTA_MICRO_VERSION 0 >| #define ANJUTA_VERSION 3.34.0 >| #define PACKAGE "anjuta" >| #define VERSION "3.34.0" >| #define YYTEXT_POINTER 1 >| #define PREF_SUFFIX "" >| #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 HAVE_RENDER 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define GETTEXT_PACKAGE "anjuta" >| #define YYENABLE_NLS 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_DIR_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIMES_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_FNMATCH 1 >| #define HAVE_STRSTR 1 >| #define HAVE_GETLINE 1 >| #define HAVE_DECL_LOCKF 1 >| #define HAVE_LOCKF 1 >| #define HAVE_FGETPOS 1 >| #define HAVE_MKSTEMP 1 >| #define TMPDIR "/tmp" >| /* 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 shm_open (); >| int >| main (void) >| { >| return shm_open (); >| ; >| return 0; >| } >configure:25517: result: no >configure:25525: error: Failed to find library with shm_open() > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build='x86_64-pc-linux-gnu' >ac_cv_c_compiler_gnu='yes' >ac_cv_cxx_compiler_gnu='yes' >ac_cv_cxx_undeclared_builtin_options='none needed' >ac_cv_env_ANJUTA_CFLAGS_set='' >ac_cv_env_ANJUTA_CFLAGS_value='' >ac_cv_env_ANJUTA_LIBS_set='' >ac_cv_env_ANJUTA_LIBS_value='' >ac_cv_env_APR_CFLAGS_set='' >ac_cv_env_APR_CFLAGS_value='' >ac_cv_env_APR_LIBS_set='' >ac_cv_env_APR_LIBS_value='' >ac_cv_env_APR_UTILS_CFLAGS_set='' >ac_cv_env_APR_UTILS_CFLAGS_value='' >ac_cv_env_APR_UTILS_LIBS_set='' >ac_cv_env_APR_UTILS_LIBS_value='' >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='set' >ac_cv_env_CFLAGS_value='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches' >ac_cv_env_CPPFLAGS_set='set' >ac_cv_env_CPPFLAGS_value='' >ac_cv_env_CPP_set='' >ac_cv_env_CPP_value='' >ac_cv_env_CXXCPP_set='' >ac_cv_env_CXXCPP_value='' >ac_cv_env_CXXFLAGS_set='set' >ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches' >ac_cv_env_CXX_set='' >ac_cv_env_CXX_value='' >ac_cv_env_GDA_CFLAGS_set='' >ac_cv_env_GDA_CFLAGS_value='' >ac_cv_env_GDA_LIBS_set='' >ac_cv_env_GDA_LIBS_value='' >ac_cv_env_GDL_CFLAGS_set='' >ac_cv_env_GDL_CFLAGS_value='' >ac_cv_env_GDL_LIBS_set='' >ac_cv_env_GDL_LIBS_value='' >ac_cv_env_GLIB_COMPILE_SCHEMAS_set='' >ac_cv_env_GLIB_COMPILE_SCHEMAS_value='' >ac_cv_env_GTKDOC_DEPS_CFLAGS_set='' >ac_cv_env_GTKDOC_DEPS_CFLAGS_value='' >ac_cv_env_GTKDOC_DEPS_LIBS_set='' >ac_cv_env_GTKDOC_DEPS_LIBS_value='' >ac_cv_env_ITSTOOL_set='' >ac_cv_env_ITSTOOL_value='' >ac_cv_env_LDFLAGS_set='set' >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' >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_NEON_CFLAGS_set='' >ac_cv_env_NEON_CFLAGS_value='' >ac_cv_env_NEON_LIBS_set='' >ac_cv_env_NEON_LIBS_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='/var/tmp/portage/dev-util/anjuta-3.34.0/temp/pkgconfig:/var/tmp/portage/dev-util/anjuta-3.34.0/temp/python3.9/pkgconfig' >ac_cv_env_PKG_CONFIG_set='' >ac_cv_env_PKG_CONFIG_value='' >ac_cv_env_PLUGIN_DEVHELP_CFLAGS_set='' >ac_cv_env_PLUGIN_DEVHELP_CFLAGS_value='' >ac_cv_env_PLUGIN_DEVHELP_LIBS_set='' >ac_cv_env_PLUGIN_DEVHELP_LIBS_value='' >ac_cv_env_PLUGIN_GLADE_CFLAGS_set='' >ac_cv_env_PLUGIN_GLADE_CFLAGS_value='' >ac_cv_env_PLUGIN_GLADE_LIBS_set='' >ac_cv_env_PLUGIN_GLADE_LIBS_value='' >ac_cv_env_PLUGIN_TERMINAL_CFLAGS_set='' >ac_cv_env_PLUGIN_TERMINAL_CFLAGS_value='' >ac_cv_env_PLUGIN_TERMINAL_LIBS_set='' >ac_cv_env_PLUGIN_TERMINAL_LIBS_value='' >ac_cv_env_PYTHON_set='set' >ac_cv_env_PYTHON_value='/usr/bin/python3.9' >ac_cv_env_SERF_CFLAGS_set='' >ac_cv_env_SERF_CFLAGS_value='' >ac_cv_env_SERF_LIBS_set='' >ac_cv_env_SERF_LIBS_value='' >ac_cv_env_SOURCEVIEW_CFLAGS_set='' >ac_cv_env_SOURCEVIEW_CFLAGS_value='' >ac_cv_env_SOURCEVIEW_LIBS_set='' >ac_cv_env_SOURCEVIEW_LIBS_value='' >ac_cv_env_SQLITE_CFLAGS_set='' >ac_cv_env_SQLITE_CFLAGS_value='' >ac_cv_env_SQLITE_LIBS_set='' >ac_cv_env_SQLITE_LIBS_value='' >ac_cv_env_VALA_CFLAGS_set='' >ac_cv_env_VALA_CFLAGS_value='' >ac_cv_env_VALA_LIBS_set='' >ac_cv_env_VALA_LIBS_value='' >ac_cv_env_XMLLINT_set='' >ac_cv_env_XMLLINT_value='' >ac_cv_env_XML_CFLAGS_set='' >ac_cv_env_XML_CFLAGS_value='' >ac_cv_env_XML_LIBS_set='' >ac_cv_env_XML_LIBS_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='set' >ac_cv_env_build_alias_value='x86_64-pc-linux-gnu' >ac_cv_env_host_alias_set='set' >ac_cv_env_host_alias_value='x86_64-pc-linux-gnu' >ac_cv_env_target_alias_set='' >ac_cv_env_target_alias_value='' >ac_cv_func_fgetpos='yes' >ac_cv_func_fnmatch='yes' >ac_cv_func_getline='yes' >ac_cv_func_lockf='yes' >ac_cv_func_mkstemp='yes' >ac_cv_func_stricmp='no' >ac_cv_func_strnicmp='no' >ac_cv_func_strstr='yes' >ac_cv_have_decl_lockf='yes' >ac_cv_header_dirent_h='yes' >ac_cv_header_dlfcn_h='yes' >ac_cv_header_fcntl_h='yes' >ac_cv_header_fnmatch_h='yes' >ac_cv_header_inttypes_h='yes' >ac_cv_header_libutil_h='no' >ac_cv_header_pty_h='yes' >ac_cv_header_stat_h='no' >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_dir_h='yes' >ac_cv_header_sys_stat_h='yes' >ac_cv_header_sys_times_h='yes' >ac_cv_header_sys_types_h='yes' >ac_cv_header_time_h='yes' >ac_cv_header_types_h='no' >ac_cv_header_unistd_h='yes' >ac_cv_header_util_h='no' >ac_cv_host='x86_64-pc-linux-gnu' >ac_cv_lib_Xrender_XRenderFindFormat='yes' >ac_cv_lib_lex='none needed' >ac_cv_lib_socket_bind='no' >ac_cv_objext='o' >ac_cv_path_AUTOGEN_PATH='/usr/bin/autogen' >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GMSGFMT='/usr/bin/gmsgfmt' >ac_cv_path_GREP='/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_PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >ac_cv_path_SED='/bin/sed' >ac_cv_path_VALAC='/usr/bin/valac-0.46' >ac_cv_path_XGETTEXT='/usr/bin/xgettext' >ac_cv_path_install='/usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c' >ac_cv_path_lt_DD='/bin/dd' >ac_cv_path_mkdir='/bin/mkdir' >ac_cv_prog_AR='x86_64-pc-linux-gnu-ar' >ac_cv_prog_AWK='gawk' >ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc' >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX='x86_64-pc-linux-gnu-g++' >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_ITSTOOL='itstool' >ac_cv_prog_LEX='flex' >ac_cv_prog_OBJDUMP='x86_64-pc-linux-gnu-objdump' >ac_cv_prog_RANLIB='x86_64-pc-linux-gnu-ranlib' >ac_cv_prog_STRIP='x86_64-pc-linux-gnu-strip' >ac_cv_prog_XMLLINT='xmllint' >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_c11='' >ac_cv_prog_cc_g='yes' >ac_cv_prog_cc_stdc='' >ac_cv_prog_cxx_11='no' >ac_cv_prog_cxx_cxx11='' >ac_cv_prog_cxx_g='yes' >ac_cv_prog_cxx_stdcxx='' >ac_cv_prog_lex_root='lex.yy' >ac_cv_prog_lex_yytext_pointer='yes' >ac_cv_prog_make_make_set='yes' >ac_cv_search_forkpty='-lutil' >ac_cv_search_shm_open='no' >ac_cv_search_yywrap='-lfl' >acl_cv_hardcode_direct='no' >acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' >acl_cv_hardcode_libdir_separator='' >acl_cv_hardcode_minus_L='no' >acl_cv_libext='a' >acl_cv_libname_spec='lib$name' >acl_cv_library_names_spec='$libname$shrext' >acl_cv_path_LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >acl_cv_prog_gnu_ld='yes' >acl_cv_rpath='done' >acl_cv_shlibext='so' >acl_cv_wl='-Wl,' >am_cv_CC_dependencies_compiler_type='none' >am_cv_CXX_dependencies_compiler_type='none' >am_cv_make_support_nested_variables='yes' >am_cv_prog_cc_c_o='yes' >am_cv_prog_tar_ustar='gnutar' >am_cv_python_platform='linux' >am_cv_python_pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages' >am_cv_python_pythondir='${PYTHON_PREFIX}/lib/python3.9/site-packages' >am_cv_python_version='3.9' >gt_cv_func_CFLocaleCopyCurrent='no' >gt_cv_func_CFPreferencesCopyAppValue='no' >gt_cv_func_gnugettext1_libc='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/x86_64-pc-linux-gnu/bin/ld' >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >lt_cv_path_mainfest_tool='no' >lt_cv_prog_compiler_c_o='yes' >lt_cv_prog_compiler_c_o_CXX='yes' >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works='yes' >lt_cv_prog_compiler_pic_works_CXX='yes' >lt_cv_prog_compiler_rtti_exceptions='no' >lt_cv_prog_compiler_static_works='yes' >lt_cv_prog_compiler_static_works_CXX='yes' >lt_cv_prog_gnu_ld='yes' >lt_cv_prog_gnu_ldcxx='yes' >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath='yes' >lt_cv_sys_global_symbol_pipe='sed -n -e '"'"'s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'"' | sed '"'"'/ __gnu_lto/d'"'" >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '"'"'s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'"'" >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '"'"'s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'"'" >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '"'"'s/^T .* \(.*\)$/extern int \1();/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'"'" >lt_cv_sys_global_symbol_to_import='' >lt_cv_sys_max_cmd_len='1572864' >lt_cv_to_host_file_cmd='func_convert_file_noop' >lt_cv_to_tool_file_cmd='func_convert_file_noop' >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' >pkg_cv_ANJUTA_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/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/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread ' >pkg_cv_ANJUTA_LIBS='-lgthread-2.0 -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GDA_CFLAGS='-I/usr/include/libgda-5.0 -I/usr/include/libgda-5.0/libgda -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libxml2 ' >pkg_cv_GDA_LIBS='-lgda-5.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lxml2 ' >pkg_cv_GDL_CFLAGS='-I/usr/include/libgdl-3.0 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/libxml2 ' >pkg_cv_GDL_LIBS='-lgdl-3 -lgtk-3 -lgdk-3 -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_GLIB_COMPILE_SCHEMAS='/usr/bin/glib-compile-schemas' >pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include ' >pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' >pkg_cv_SOURCEVIEW_CFLAGS='-I/usr/include/gtksourceview-3.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/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/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/libxml2 ' >pkg_cv_SOURCEVIEW_LIBS='-lgtksourceview-3.0 -lgtk-3 -lgdk-3 -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_SQLITE_CFLAGS='' >pkg_cv_SQLITE_LIBS='-lsqlite3 ' >pkg_cv_VALA_CFLAGS='-I/usr/include/vala-0.46 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread ' >pkg_cv_VALA_LIBS='-lvala-0.46 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_XML_CFLAGS='-I/usr/include/libxml2 ' >pkg_cv_XML_LIBS='-lxml2 ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > > > > > > > > > > > > > > > > > > > > > > > > > > $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ > test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ > test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ > $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ > echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ > $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ > echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ > fi; \ > if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \ > $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ > $(ITSTOOL) -o "$(notdir $@).tmp" $(_HELP_C_FILES) && \ > $(XMLLINT) --nonet --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ > cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ > d="$(srcdir)/"; \ > echo "$(XMLLINT) --nonet --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ > echo "rm -f $$helpdir$$f"; \ > elif test "x$$lc" != "xC"; then \ > fi; \ > helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ > helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ > if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ > if test "x$mdir" = "x."; then mdir=""; fi; \ > if test -f "$$d$$lc/$$f"; then \ > if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ > if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ > mdir=`dirname "$$f"`; \ > msgmerge -o "$(notdir $@)" "$(notdir $@)" "$(notdir $@).tmp" && \ > mv "$(notdir $@).tmp" "$(notdir $@)"); \ > rm "$(notdir $@).tmp"); \ > rm -f "$$helpdir$$f"; \ > then d=; \ > xmlpath="$$lc"; \ > xmlpath="$$lc:$(srcdir)/$$lc"; \ > $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ > $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ > $(MKDIR_P) "$(distdir)/$$lc"; \ > $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ > (cd "$(dir $@)" && \ > (cd "$(dir $@)" && \ > done; \ > done; \ > done; \ > done; \ > echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ > echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ > echo "rm -f $$helpdir`basename $$f`"; \ > echo "rm -f $$helpdir`basename $$f`"; \ > else \ > fi; \ > for file in $(HELP_FILES); do \ > for lc in C $(_HELP_LINGUAS); do \ > for lc in C $(_HELP_LINGUAS); do \ > for page in $(HELP_FILES); do \ > helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ > helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ > helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ > helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ > if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ > if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ > if test "x$(_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ > if test -d "$$lc"; \ > if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ > if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ > lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ > lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ > msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ > rm -f "$$helpdir`basename $$f`"; \ > rm -f "$$helpdir`basename $$f`"; \ > $(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 $@ > $(AM_V_GEN)if ! test -f "$@"; then \ > $(AM_V_GEN)if test -d "C"; then d=; else d="$(srcdir)/"; fi; \ > $(AM_V_GEN)msgfmt -o "$@" "$<" > $(AM_V_at)for po in $(_HELP_POFILES); do \ > $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi > $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi > $(AM_V_at)if ! test -d "$(dir $@)"; then mkdir "$(dir $@)"; fi > $(AM_V_at)if test ! -f "$@" -a -f "$(srcdir)/$@"; then cp "$(srcdir)/$@" "$@"; fi > $(ITSTOOL) -o "$@" $(foreach f,$(_HELP_C_FILES),"$${d}$(f)") > $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ > (cd "$(dir $@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ > @$(NORMAL_INSTALL) > @$(NORMAL_UNINSTALL) > @for f in $(HELP_MEDIA); do \ > @for f in $(HELP_MEDIA); do \ > @for f in $(_HELP_C_EXTRA); do \ > @for f in $(_HELP_C_EXTRA); do \ > @for lc in C $(_HELP_LINGUAS); do \ > @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ > @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ > @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ > cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files > done > done > done > done > done > done > done; > done; \ > done; done > done; done > echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ > else \ > fi > fi > files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ > for lc in C $(_HELP_LINGUAS); do \ > for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ > if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ > if test -n "$^"; then \ > mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \ > rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) > 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) > touch "$@" >$(_HELP_LC_FILES): $(_HELP_LINGUAS) >$(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) >$(_HELP_LC_STAMPS): %.stamp: %.mo >$(_HELP_LINGUAS): $(_HELP_LC_STAMPS) >$(_HELP_MOFILES): %.mo: %.po >$(_HELP_POFILES): >$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) >$(gsettings__enum_file): $(gsettings_ENUM_FILES) >%.gschema.valid: %.gschema.xml $(gsettings__enum_file) >' >.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas >.PHONY: check-help >.PHONY: clean-help >.PHONY: install-help >.PHONY: pot >.PHONY: repo >.PHONY: uninstall-help >.SECONDARY: $(gsettings_SCHEMAS) >ACLOCAL='${SHELL} '\''/var/tmp/portage/dev-util/anjuta-3.34.0/work/anjuta-3.34.0/missing'\'' aclocal-1.16' >ALL_LINGUAS='' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_CFLAGS=' -Wall ' >AM_CXXFLAGS=' -DDEBUG' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >ANJUTA_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/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/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread ' >ANJUTA_LDFLAGS='-no-undefined' >ANJUTA_LIBS='-lgthread-2.0 -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' >ANJUTA_MAJOR_VERSION='3' >ANJUTA_MICRO_VERSION='0' >ANJUTA_MINOR_VERSION='34' >ANJUTA_PLUGIN_LDFLAGS='-module -avoid-version -no-undefined' >ANJUTA_VERSION='3.34.0' >APR_CFLAGS='' >APR_LIBS='' >APR_UTILS_CFLAGS='' >APR_UTILS_LIBS='' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} '\''/var/tmp/portage/dev-util/anjuta-3.34.0/work/anjuta-3.34.0/missing'\'' autoconf' >AUTOGEN_PATH='/usr/bin/autogen' >AUTOHEADER='${SHELL} '\''/var/tmp/portage/dev-util/anjuta-3.34.0/work/anjuta-3.34.0/missing'\'' autoheader' >AUTOM4TE='' >AUTOMAKE='${SHELL} '\''/var/tmp/portage/dev-util/anjuta-3.34.0/work/anjuta-3.34.0/missing'\'' automake-1.16' >AWK='gawk' >BISON_LOCALEDIR='/usr/share/locale' >BUGZILLA_VERSION='3.34.0' >BUILD_SVN_FALSE='' >BUILD_SVN_TRUE='#' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CSCOPE='cscope' >CTAGS='ctags' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_GLADE_CATALOG_FALSE='' >ENABLE_GLADE_CATALOG_TRUE='#' >ENABLE_GTK_DOC_FALSE='' >ENABLE_GTK_DOC_TRUE='#' >ENABLE_VALA_FALSE='#' >ENABLE_VALA_TRUE='' >ETAGS='etags' >EXEEXT='' >EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) >EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) >EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) >EXTRA_DIST += $(if $(YELP_LC_DIST),$(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp)) >EXTRA_DIST ?= >FGREP='/bin/grep -F' >FREEBSD_BUILD='' >GDA_CFLAGS='-I/usr/include/libgda-5.0 -I/usr/include/libgda-5.0/libgda -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libxml2 ' >GDA_LIBS='-lgda-5.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lxml2 ' >GDL_CFLAGS='-I/usr/include/libgdl-3.0 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/libxml2 ' >GDL_LIBS='-lgdl-3 -lgtk-3 -lgdk-3 -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 ' >GETTEXT_MACRO_VERSION='0.17' >GETTEXT_PACKAGE='anjuta' >GLADE_CATALOG_PATH='' >GLADE_PLUGINS_PATH='' >GLIB_COMPILE_SCHEMAS='/usr/bin/glib-compile-schemas' >GLIB_GENMARSHAL='/usr/bin/glib-genmarshal' >GLIB_MKENUMS='/usr/bin/glib-mkenums' >GMAKE='make' >GMSGFMT='/usr/bin/gmsgfmt' >GMSGFMT_015='/usr/bin/gmsgfmt' >GREP='/bin/grep' >GSETTINGS_DISABLE_SCHEMAS_COMPILE='1' >GSETTINGS_RULES=' >GTKDOC_CHECK='' >GTKDOC_CHECK_PATH='' >GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include ' >GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' >GTKDOC_MKPDF='' >GTKDOC_REBASE='true' >GTK_DOC_BUILD_HTML_FALSE='#' >GTK_DOC_BUILD_HTML_TRUE='' >GTK_DOC_BUILD_PDF_FALSE='' >GTK_DOC_BUILD_PDF_TRUE='#' >GTK_DOC_USE_LIBTOOL_FALSE='#' >GTK_DOC_USE_LIBTOOL_TRUE='' >GTK_DOC_USE_REBASE_FALSE='#' >GTK_DOC_USE_REBASE_TRUE='' >HAVE_GTK_DOC_FALSE='' >HAVE_GTK_DOC_TRUE='#' >HAVE_INTROSPECTION_FALSE='#' >HAVE_INTROSPECTION_TRUE='' >HAVE_PLUGIN_DEVHELP_FALSE='' >HAVE_PLUGIN_DEVHELP_TRUE='#' >HAVE_PLUGIN_GLADE_FALSE='' >HAVE_PLUGIN_GLADE_TRUE='#' >HAVE_PLUGIN_TERMINAL_FALSE='' >HAVE_PLUGIN_TERMINAL_TRUE='#' >HAVE_PYTHON_FALSE='#' >HAVE_PYTHON_TRUE='' >HAVE_SQLITE_FALSE='#' >HAVE_SQLITE_TRUE='' >HELP_DIR='${datadir}/help' >HELP_EXTRA ?= >HELP_FILES ?= >HELP_ID ?= >HELP_LINGUAS ?= >HELP_MEDIA ?= >HELP_POT ?= >HTML_DIR='${datadir}/gtk-doc/html' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >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='' >INTROSPECTION_CFLAGS='-I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include ' >INTROSPECTION_COMPILER='/usr/bin/g-ir-compiler' >INTROSPECTION_GENERATE='/usr/bin/g-ir-generate' >INTROSPECTION_GIRDIR='/usr/share/gir-1.0' >INTROSPECTION_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 ' >INTROSPECTION_MAKEFILE='/usr/share/gobject-introspection-1.0/Makefile.introspection' >INTROSPECTION_SCANNER='/usr/bin/g-ir-scanner' >INTROSPECTION_TYPELIBDIR='/usr/lib64/girepository-1.0' >ITSTOOL='itstool' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' >LEX='flex' >LEXLIB='-lfl ' >LEX_OUTPUT_ROOT='lex.yy' >LIBANJUTA_CFLAGS='$(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"' >LIBANJUTA_LIBS='$(top_builddir)/libanjuta/libanjuta-3.la' >LIBFOOCANVAS_CFLAGS='-I$(top_srcdir)' >LIBFOOCANVAS_LIBS='$(top_builddir)/libfoocanvas/libanjuta-foocanvas.la' >LIBICONV='-liconv' >LIBINTL='' >LIBOBJS='' >LIBS='-lutil ' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBVALA='libvala-0.46' >LIPO='' >LN_S='ln -s' >LTLIBICONV='-liconv' >LTLIBINTL='' >LTLIBOBJS='' >LT_SYS_LIBRARY_PATH='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} '\''/var/tmp/portage/dev-util/anjuta-3.34.0/work/anjuta-3.34.0/missing'\'' makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >MSGFMT='/usr/bin/msgfmt' >MSGFMT_015='/usr/bin/msgfmt' >MSGMERGE='/usr/bin/msgmerge' >NEON_CFLAGS='' >NEON_LIBS='' >NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='anjuta' >PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta' >PACKAGE_NAME='Anjuta' >PACKAGE_STRING='Anjuta 3.34.0' >PACKAGE_TARNAME='anjuta' >PACKAGE_URL='http://www.anjuta.org/' >PACKAGE_VERSION='3.34.0' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/var/tmp/portage/dev-util/anjuta-3.34.0/temp/pkgconfig:/var/tmp/portage/dev-util/anjuta-3.34.0/temp/python3.9/pkgconfig' >PLUGIN_DEVHELP_CFLAGS='' >PLUGIN_DEVHELP_LIBS='' >PLUGIN_GLADE_CFLAGS='' >PLUGIN_GLADE_LIBS='' >PLUGIN_TERMINAL_CFLAGS='' >PLUGIN_TERMINAL_LIBS='' >POSUB='po' >PREF_SUFFIX='' >PYTHON='/usr/bin/python3.9' >PYTHON_CFLAGS='-I/usr/include/python3.9 -I/usr/include/python3.9 -Wno-unused-result -Wsign-compare -O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -ggdb3 -fno-semantic-interposition -fwrapv -DNDEBUG ' >PYTHON_EXEC_PREFIX='${exec_prefix}' >PYTHON_LIBS=' -lcrypt -lpthread -ldl -lutil -lm -lm ' >PYTHON_PLATFORM='linux' >PYTHON_PREFIX='${prefix}' >PYTHON_VERSION='3.9' >RANLIB='x86_64-pc-linux-gnu-ranlib' >RENDER_LIBS='-lXrender -lXext' >SED='/bin/sed' >SERF_CFLAGS='' >SERF_LIBS='' >SET_MAKE='' >SHELL='/bin/sh' >SHM_LIBS='' >SOURCEVIEW_CFLAGS='-I/usr/include/gtksourceview-3.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/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/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/libxml2 ' >SOURCEVIEW_LIBS='-lgtksourceview-3.0 -lgtk-3 -lgdk-3 -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 ' >SQLITE_CFLAGS='' >SQLITE_LIBS='-lsqlite3 ' >STRIP='x86_64-pc-linux-gnu-strip' >SVNCONFIG='' >SVN_CFLAGS='' >SVN_INCLUDE='' >SVN_LIB='' >SYMBOL_DB_SHM='/dev/shm' >USE_NLS='yes' >VALAC='/usr/bin/valac-0.46' >VALA_CFLAGS='-I/usr/include/vala-0.46 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread ' >VALA_LIBS='-lvala-0.46 -lgobject-2.0 -lglib-2.0 ' >VERSION='3.34.0' >WARN_CFLAGS=' -Wall ' >XGETTEXT='/usr/bin/xgettext' >XGETTEXT_015='/usr/bin/xgettext' >XGETTEXT_EXTRA_OPTIONS='' >XMLLINT='xmllint' >XML_CFLAGS='-I/usr/include/libxml2 ' >XML_LIBS='-lxml2 ' >YACC='bison -y' >YELP_HELP_RULES=' >YELP_LC_DIST='true' >YELP_LC_MEDIA_LINKS='true' >YFLAGS='' >_GI_EXP_DATADIR='/usr/share' >_GI_EXP_LIBDIR='/usr/lib64' >_HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) >_HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) >_HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) >_HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) >_HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) >_HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) >_HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) >_HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) >_HELP_LC_VERBOSE_0 = @echo " GEN "$(dir $@); >_HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) >_HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) >_HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) >_HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) >_HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >all-am: $(gsettings_SCHEMAS:.xml=.valid) >all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) >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='' >am__quote='' >am__tar='tar --format=ustar -chf - "$$tardir"' >am__untar='tar -xf -' >anjuta_data_dir='$(datadir)/anjuta' >anjuta_glade_dir='$(datadir)/anjuta/glade' >anjuta_image_dir='$(datadir)/pixmaps/anjuta' >anjuta_plugin_dir='$(libdir)/anjuta' >anjuta_ui_dir='$(datadir)/anjuta/ui' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >check-help: >check: check-help >clean-gsettings-schemas: >clean-help: >datadir='/usr/share' >datarootdir='${prefix}/share' >distdir-help-files: $(_HELP_LC_FILES) >distdir: distdir-help-files >docdir='/usr/share/doc/anjuta-3.34.0' >dvidir='${docdir}' >endif' >exec_prefix='NONE' >gjsdir='' >gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) >gsettingsschemadir='/usr/share/glib-2.0/schemas' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/anjuta-3.34.0/html' >ifdef gsettings_ENUM_NAMESPACE >includedir='${prefix}/include' >infodir='/usr/share/info' >install-data-am: $(if $(HELP_ID),install-help) >install-data-am: install-gsettings-schemas >install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) >install-help: $(_HELP_LC_FILES) >install_sh='${SHELL} /var/tmp/portage/dev-util/anjuta-3.34.0/work/anjuta-3.34.0/install-sh' >intltool__v_merge_options_0='-q' >intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >mostlyclean-am: $(if $(HELP_ID),clean-help) >mostlyclean-am: clean-gsettings-schemas >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkgpyexecdir='${pyexecdir}/anjuta' >pkgpythondir='${pythondir}/anjuta' >pot: $(_HELP_POTFILE) >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages' >pythondir='${PYTHON_PREFIX}/lib/python3.9/site-packages' >repo: $(_HELP_POTFILE) >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' >uninstall-am: $(if $(HELP_ID),uninstall-help) >uninstall-am: uninstall-gsettings-schemas >uninstall-gsettings-schemas: >uninstall-help: > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "Anjuta" >#define PACKAGE_TARNAME "anjuta" >#define PACKAGE_VERSION "3.34.0" >#define PACKAGE_STRING "Anjuta 3.34.0" >#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta" >#define PACKAGE_URL "http://www.anjuta.org/" >#define ANJUTA_MAJOR_VERSION 3 >#define ANJUTA_MINOR_VERSION 34 >#define ANJUTA_MICRO_VERSION 0 >#define ANJUTA_VERSION 3.34.0 >#define PACKAGE "anjuta" >#define VERSION "3.34.0" >#define YYTEXT_POINTER 1 >#define PREF_SUFFIX "" >#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 HAVE_RENDER 1 >#define ENABLE_NLS 1 >#define HAVE_GETTEXT 1 >#define HAVE_DCGETTEXT 1 >#define GETTEXT_PACKAGE "anjuta" >#define YYENABLE_NLS 1 >#define HAVE_DIRENT_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_FNMATCH_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_TIME_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_DIR_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_TIMES_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_PTY_H 1 >#define HAVE_FNMATCH 1 >#define HAVE_STRSTR 1 >#define HAVE_GETLINE 1 >#define HAVE_DECL_LOCKF 1 >#define HAVE_LOCKF 1 >#define HAVE_FGETPOS 1 >#define HAVE_MKSTEMP 1 >#define TMPDIR "/tmp" > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 817017
:
743928
| 743931 |
743934