Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 320108 Details for
Bug 429556
dev-util/coccinelle-1.0.0_rc14 - configure:14139: checking for OCaml findlib package pcre configure:14155: result: not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 32.22 KB, created by
Nick Bowler
on 2012-08-02 18:23:10 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Nick Bowler
Created:
2012-08-02 18:23:10 UTC
Size:
32.22 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 coccinelle configure 1.0.0-rc12, which was >generated by GNU Autoconf 2.68. 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 --libdir=/usr/lib64 --enable-python --disable-ocaml --enable-pcre --enable-pcre-syntax > >## --------- ## >## Platform. ## >## --------- ## > >hostname = emergent >uname -m = x86_64 >uname -r = 3.5.0 >uname -s = Linux >uname -v = #298 SMP PREEMPT Tue Jul 24 14:07:32 EDT 2012 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib64/ccache/bin >PATH: /usr/lib64/portage/bin/ebuild-helpers/4 >PATH: /usr/lib64/portage/bin/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/x86_64-pc-linux-gnu/gcc-bin/4.5.3 >PATH: /usr/x86_64-pc-linux-gnu/armv7a-hardfloat-linux-gnueabi/gcc-bin/4.6.3 >PATH: /usr/x86_64-pc-linux-gnu/i486-pc-mingw32/gcc-bin/4.6.3 >PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.6.3 >PATH: /usr/x86_64-pc-linux-gnu/powerpc-unknown-linux-gnu/gcc-bin/4.6.3 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2011: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2144: configuring coccinelle 1.0.0-rc12 in /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14 >configure:2148: determining version suffix >configure:2263: checking for x86_64-pc-linux-gnu-date >configure:2296: result: no >configure:2306: checking for date >configure:2324: found /bin/date >configure:2336: result: /bin/date >configure:2370: version suffix set to Thu, 02 Aug 2012 14:20:24 -0400 >configure:2374: this configure program uses pkg-config m4 macros >configure:2376: this configure program uses ocaml m4 macros (see setup/ocaml.m4) >configure:2378: this configure program uses custom m4 macros (see setup/cocci.m4) >configure:2380: some fake substitutions for required but unavailable programs may be used (see setup/fake*) >configure:2387: verifying basic tools >configure:2404: checking for a BSD-compatible install >configure:2472: result: /usr/bin/install -c >configure:2483: checking for a thread-safe mkdir -p >configure:2522: result: /bin/mkdir -p >configure:2533: checking for x86_64-pc-linux-gnu-gcc >configure:2549: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:2560: result: x86_64-pc-linux-gnu-gcc >configure:2829: checking for C compiler version >configure:2838: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r2 p1.1, pie-0.4.7) 4.5.3 >Copyright (C) 2010 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:2849: $? = 0 >configure:2838: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r2 p1.1, pie-0.4.7' >Thread model: posix >gcc version 4.5.3 (Gentoo 4.5.3-r2 p1.1, pie-0.4.7) >configure:2849: $? = 0 >configure:2838: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:2849: $? = 1 >configure:2838: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: no input files >configure:2849: $? = 1 >configure:2869: checking whether the C compiler works >configure:2891: x86_64-pc-linux-gnu-gcc -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2895: $? = 0 >configure:2943: result: yes >configure:2946: checking for C compiler default output file name >configure:2948: result: a.out >configure:2954: checking for suffix of executables >configure:2961: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2965: $? = 0 >configure:2987: result: >configure:3009: checking whether we are cross compiling >configure:3017: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3021: $? = 0 >configure:3028: ./conftest >configure:3032: $? = 0 >configure:3047: result: no >configure:3052: checking for suffix of object files >configure:3074: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 >configure:3078: $? = 0 >configure:3099: result: o >configure:3103: checking whether we are using the GNU C compiler >configure:3122: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 >configure:3122: $? = 0 >configure:3131: result: yes >configure:3140: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3160: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3160: $? = 0 >configure:3201: result: yes >configure:3218: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3282: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 >configure:3282: $? = 0 >configure:3295: result: none needed >configure:3320: checking how to run the C preprocessor >configure:3351: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3351: $? = 0 >configure:3365: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3365: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "coccinelle" >| #define PACKAGE_TARNAME "coccinelle" >| #define PACKAGE_VERSION "1.0.0-rc12" >| #define PACKAGE_STRING "coccinelle 1.0.0-rc12" >| #define PACKAGE_BUGREPORT "cocci@diku.dk" >| #define PACKAGE_URL "http://coccinelle.lip6.fr/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3390: result: x86_64-pc-linux-gnu-gcc -E >configure:3410: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3410: $? = 0 >configure:3424: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3424: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "coccinelle" >| #define PACKAGE_TARNAME "coccinelle" >| #define PACKAGE_VERSION "1.0.0-rc12" >| #define PACKAGE_STRING "coccinelle 1.0.0-rc12" >| #define PACKAGE_BUGREPORT "cocci@diku.dk" >| #define PACKAGE_URL "http://coccinelle.lip6.fr/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3454: checking for tar >configure:3472: found /bin/tar >configure:3484: result: /bin/tar >configure:3494: checking for patch >configure:3512: found /usr/bin/patch >configure:3524: result: /usr/bin/patch >configure:3534: checking for patchelf >configure:3567: result: no >configure:3606: checking for x86_64-pc-linux-gnu-pkg-config >configure:3639: result: no >configure:3649: checking for pkg-config >configure:3667: found /usr/bin/pkg-config >configure:3679: result: /usr/bin/pkg-config >configure:3704: checking pkg-config is at least version 0.9.0 >configure:3707: result: yes >configure:4690: checking for x86_64-pc-linux-gnu-ocamlc >configure:4723: result: no >configure:4733: checking for ocamlc >configure:4751: found /usr/bin/ocamlc >configure:4763: result: /usr/bin/ocamlc >configure:4788: result: OCaml version is 3.12.1 >configure:4797: result: OCaml library path is /usr/lib64/ocaml >configure:4807: checking for x86_64-pc-linux-gnu-ocamlopt >configure:4840: result: no >configure:4850: checking for ocamlopt >configure:4868: found /usr/bin/ocamlopt >configure:4880: result: /usr/bin/ocamlopt >configure:4923: checking for x86_64-pc-linux-gnu-ocamlc.opt >configure:4956: result: no >configure:4966: checking for ocamlc.opt >configure:4984: found /usr/bin/ocamlc.opt >configure:4996: result: /usr/bin/ocamlc.opt >configure:5033: checking for x86_64-pc-linux-gnu-ocamlopt.opt >configure:5066: result: no >configure:5076: checking for ocamlopt.opt >configure:5094: found /usr/bin/ocamlopt.opt >configure:5106: result: /usr/bin/ocamlopt.opt >configure:5148: checking for x86_64-pc-linux-gnu-ocaml >configure:5181: result: no >configure:5191: checking for ocaml >configure:5209: found /usr/bin/ocaml >configure:5221: result: /usr/bin/ocaml >configure:5248: checking for x86_64-pc-linux-gnu-ocamldep >configure:5281: result: no >configure:5291: checking for ocamldep >configure:5309: found /usr/bin/ocamldep >configure:5321: result: /usr/bin/ocamldep >configure:5348: checking for x86_64-pc-linux-gnu-ocamlmktop >configure:5381: result: no >configure:5391: checking for ocamlmktop >configure:5409: found /usr/bin/ocamlmktop >configure:5421: result: /usr/bin/ocamlmktop >configure:5448: checking for x86_64-pc-linux-gnu-ocamlmklib >configure:5481: result: no >configure:5491: checking for ocamlmklib >configure:5509: found /usr/bin/ocamlmklib >configure:5521: result: /usr/bin/ocamlmklib >configure:5548: checking for x86_64-pc-linux-gnu-ocamldoc >configure:5581: result: no >configure:5591: checking for ocamldoc >configure:5609: found /usr/bin/ocamldoc >configure:5621: result: /usr/bin/ocamldoc >configure:5648: checking for x86_64-pc-linux-gnu-ocamlbuild >configure:5681: result: no >configure:5691: checking for ocamlbuild >configure:5709: found /usr/bin/ocamlbuild >configure:5721: result: /usr/bin/ocamlbuild >configure:5745: checking that the OCaml version is at least 3.10 >configure:5760: result: yes >configure:5766: checking that the OCaml version is at least 3.11 >configure:5781: result: yes >configure:5801: checking for x86_64-pc-linux-gnu-camlp4 >configure:5834: result: no >configure:5844: checking for camlp4 >configure:5862: found /usr/bin/camlp4 >configure:5874: result: /usr/bin/camlp4 >configure:5910: checking for x86_64-pc-linux-gnu-camlp4boot >configure:5943: result: no >configure:5953: checking for camlp4boot >configure:5971: found /usr/bin/camlp4boot >configure:5983: result: /usr/bin/camlp4boot >configure:6008: checking for x86_64-pc-linux-gnu-camlp4o >configure:6041: result: no >configure:6051: checking for camlp4o >configure:6069: found /usr/bin/camlp4o >configure:6081: result: /usr/bin/camlp4o >configure:6106: checking for x86_64-pc-linux-gnu-camlp4of >configure:6139: result: no >configure:6149: checking for camlp4of >configure:6167: found /usr/bin/camlp4of >configure:6179: result: /usr/bin/camlp4of >configure:6204: checking for x86_64-pc-linux-gnu-camlp4oof >configure:6237: result: no >configure:6247: checking for camlp4oof >configure:6265: found /usr/bin/camlp4oof >configure:6277: result: /usr/bin/camlp4oof >configure:6302: checking for x86_64-pc-linux-gnu-camlp4orf >configure:6335: result: no >configure:6345: checking for camlp4orf >configure:6363: found /usr/bin/camlp4orf >configure:6375: result: /usr/bin/camlp4orf >configure:6400: checking for x86_64-pc-linux-gnu-camlp4prof >configure:6433: result: no >configure:6443: checking for camlp4prof >configure:6461: found /usr/bin/camlp4prof >configure:6473: result: /usr/bin/camlp4prof >configure:6498: checking for x86_64-pc-linux-gnu-camlp4r >configure:6531: result: no >configure:6541: checking for camlp4r >configure:6559: found /usr/bin/camlp4r >configure:6571: result: /usr/bin/camlp4r >configure:6596: checking for x86_64-pc-linux-gnu-camlp4rf >configure:6629: result: no >configure:6639: checking for camlp4rf >configure:6657: found /usr/bin/camlp4rf >configure:6669: result: /usr/bin/camlp4rf >configure:6849: checking for x86_64-pc-linux-gnu-ocamllex >configure:6882: result: no >configure:6892: checking for ocamllex >configure:6910: found /usr/bin/ocamllex >configure:6922: result: /usr/bin/ocamllex >configure:6948: checking for x86_64-pc-linux-gnu-ocamllex.opt >configure:6981: result: no >configure:6991: checking for ocamllex.opt >configure:7009: found /usr/bin/ocamllex.opt >configure:7021: result: /usr/bin/ocamllex.opt >configure:8162: checking for x86_64-pc-linux-gnu-ocamlyacc >configure:8195: result: no >configure:8205: checking for ocamlyacc >configure:8223: found /usr/bin/ocamlyacc >configure:8235: result: /usr/bin/ocamlyacc >configure:9372: checking for x86_64-pc-linux-gnu-ocamlfind >configure:9405: result: no >configure:9415: checking for >configure:9448: result: no >configure:9480: ocamlfind not found. Trying substitute /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-subst.sh ocamlfind. >configure:9914: checking for x86_64-pc-linux-gnu-ocamlfind >configure:9944: result: /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-subst.sh ocamlfind >configure:10279: verifying basic ocaml modules >configure:10285: coccinelle may use external ocaml libraries in /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles >configure:10381: the following OCaml packages should be provided by your ocaml installation >configure:10384: checking for OCaml findlib package unix >configure:10392: result: found >configure:10419: checking for OCaml findlib package bigarray >configure:10427: result: found >configure:10454: checking for OCaml findlib package num >configure:10462: result: found >configure:10489: checking for OCaml findlib package str >configure:10497: result: found >configure:10524: checking for OCaml findlib package threads >configure:10532: result: found >configure:10559: configuring package dynlink >configure:10569: checking for OCaml findlib package dynlink >configure:10577: result: found >configure:10682: configuring package camlp4 >configure:10692: checking for OCaml findlib package camlp4 >configure:10700: result: found >configure:10805: configuring package sexplib >configure:10815: checking for OCaml findlib package sexplib >configure:10831: result: not found >configure:10856: OCaml package sexplib is not available >configure:10868: checking for a bundled substitute of sexplib >configure:10871: result: yes >configure:10873: using bundled substitute for sexplib in /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/sexplib/ >configure:10928: configuring package menhirLib >configure:10938: checking for OCaml findlib package menhirLib >configure:10954: result: not found >configure:10979: OCaml package menhirLib is not available >configure:10991: checking for a bundled substitute of menhirLib >configure:10994: result: yes >configure:10996: using bundled substitute for menhirLib in /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/menhirLib/ >configure:11051: configuring package extlib >configure:11061: checking for OCaml findlib package extlib >configure:11077: result: not found >configure:11102: OCaml package extlib is not available >configure:11114: checking for a bundled substitute of extlib >configure:11117: result: yes >configure:11119: using bundled substitute for extlib in /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/extlib/ >configure:11264: verifying optional features >configure:11734: checking for x86_64-pc-linux-gnu-menhir >configure:11767: result: no >configure:11777: checking for >configure:11810: result: no >configure:11842: menhir not found. Trying substitute /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-menhir.sh menhir. >configure:12276: checking for x86_64-pc-linux-gnu-menhir >configure:12306: result: /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-menhir.sh menhir >configure:12387: pregenerated parsers will be required as substitute for Menhir >configure:12509: skipped the selection of a global pycaml module because --enable-python is given explicitly but --enable-pycaml is not. >configure:12974: checking for x86_64-pc-linux-gnu-python >configure:13007: result: no >configure:13017: checking for >configure:13050: result: no >configure:13632: checking for python >configure:13650: found /usr/bin/python >configure:13662: result: /usr/bin/python >configure:13689: checking python version >configure:13693: result: 2.7 found >configure:13711: python major version: 2 >configure:13722: looking for the corresponding python library >configure:13726: checking for PYTHON >configure:13733: $PKG_CONFIG --exists --print-errors "python-$PYVER" >configure:13736: $? = 0 >configure:13749: $PKG_CONFIG --exists --print-errors "python-$PYVER" >configure:13752: $? = 0 >configure:13789: result: yes >configure:13890: support for python scripts is enabled >configure:13898: configuring package pycaml >configure:13961: checking for a bundled substitute of pycaml >configure:13964: result: yes >configure:13966: using bundled substitute for pycaml in /var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/pycaml/ >configure:14056: checking for PCRE >configure:14063: $PKG_CONFIG --exists --print-errors "libpcre" >configure:14066: $? = 0 >configure:14079: $PKG_CONFIG --exists --print-errors "libpcre" >configure:14082: $? = 0 >configure:14119: result: yes >configure:14129: configuring package pcre >configure:14139: checking for OCaml findlib package pcre >configure:14155: result: not found >configure:14177: error: OCaml package pcre is not available but requested explicitly > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_alignof_CORBA_boolean=1 >ac_cv_alignof_CORBA_char=1 >ac_cv_alignof_CORBA_double=8 >ac_cv_alignof_CORBA_float=4 >ac_cv_alignof_CORBA_long=4 >ac_cv_alignof_CORBA_long_double=8 >ac_cv_alignof_CORBA_long_long=8 >ac_cv_alignof_CORBA_octet=1 >ac_cv_alignof_CORBA_pointer=4 >ac_cv_alignof_CORBA_short=2 >ac_cv_alignof_CORBA_struct=1 >ac_cv_alignof_CORBA_wchar=2 >ac_cv_c_compiler_gnu=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -march=core2 -pipe' >ac_cv_env_COCCI_OCAML_EXTERNAL_set= >ac_cv_env_COCCI_OCAML_EXTERNAL_value= >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_MENHIR_set= >ac_cv_env_MENHIR_value= >ac_cv_env_OCAMLFIND_set= >ac_cv_env_OCAMLFIND_value= >ac_cv_env_OCAMLLEX_set= >ac_cv_env_OCAMLLEX_value= >ac_cv_env_OCAMLYACC_set= >ac_cv_env_OCAMLYACC_value= >ac_cv_env_PCRE_CFLAGS_set= >ac_cv_env_PCRE_CFLAGS_value= >ac_cv_env_PCRE_LIBS_set= >ac_cv_env_PCRE_LIBS_value= >ac_cv_env_PDFLATEX_set= >ac_cv_env_PDFLATEX_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_PYTHON_CFLAGS_set= >ac_cv_env_PYTHON_CFLAGS_value= >ac_cv_env_PYTHON_LIBS_set= >ac_cv_env_PYTHON_LIBS_value= >ac_cv_env_PYTHON_set= >ac_cv_env_PYTHON_value= >ac_cv_env_PYVER_set= >ac_cv_env_PYVER_value= >ac_cv_env_RUNTIME_CAMLP4O_CMD_set= >ac_cv_env_RUNTIME_CAMLP4O_CMD_value= >ac_cv_env_RUNTIME_CAMLP4_CMD_set= >ac_cv_env_RUNTIME_CAMLP4_CMD_value= >ac_cv_env_RUNTIME_OCAMLC_CMD_set= >ac_cv_env_RUNTIME_OCAMLC_CMD_value= >ac_cv_env_RUNTIME_OCAMLDEP_CMD_set= >ac_cv_env_RUNTIME_OCAMLDEP_CMD_value= >ac_cv_env_RUNTIME_OCAMLFIND_CMD_set= >ac_cv_env_RUNTIME_OCAMLFIND_CMD_value= >ac_cv_env_RUNTIME_OCAMLOPT_CMD_set= >ac_cv_env_RUNTIME_OCAMLOPT_CMD_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_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_posix_getgrgid_r=yes >ac_cv_func_posix_getpwnam_r=yes >ac_cv_func_posix_getpwuid_r=yes >ac_cv_func_printf_unix98=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setpgrp_void=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_vsnprintf_c99=yes >ac_cv_have_abstract_sockets=yes >ac_cv_header_pwd_h=yes >ac_cv_linux_vers=2 >ac_cv_objext=o >ac_cv_path_MENHIR='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-menhir.sh menhir' >ac_cv_path_OCAMLFIND='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-subst.sh ocamlfind' >ac_cv_path_PATCH=/usr/bin/patch >ac_cv_path_PYTHON=/usr/bin/python >ac_cv_path_TAR=/bin/tar >ac_cv_path_ac_pt_CAMLP4=/usr/bin/camlp4 >ac_cv_path_ac_pt_CAMLP4BOOT=/usr/bin/camlp4boot >ac_cv_path_ac_pt_CAMLP4O=/usr/bin/camlp4o >ac_cv_path_ac_pt_CAMLP4OF=/usr/bin/camlp4of >ac_cv_path_ac_pt_CAMLP4OOF=/usr/bin/camlp4oof >ac_cv_path_ac_pt_CAMLP4ORF=/usr/bin/camlp4orf >ac_cv_path_ac_pt_CAMLP4PROF=/usr/bin/camlp4prof >ac_cv_path_ac_pt_CAMLP4R=/usr/bin/camlp4r >ac_cv_path_ac_pt_CAMLP4RF=/usr/bin/camlp4rf >ac_cv_path_ac_pt_DATE=/bin/date >ac_cv_path_ac_pt_OCAML=/usr/bin/ocaml >ac_cv_path_ac_pt_OCAMLBUILD=/usr/bin/ocamlbuild >ac_cv_path_ac_pt_OCAMLC=/usr/bin/ocamlc >ac_cv_path_ac_pt_OCAMLCDOTOPT=/usr/bin/ocamlc.opt >ac_cv_path_ac_pt_OCAMLDEP=/usr/bin/ocamldep >ac_cv_path_ac_pt_OCAMLDOC=/usr/bin/ocamldoc >ac_cv_path_ac_pt_OCAMLLEX=/usr/bin/ocamllex >ac_cv_path_ac_pt_OCAMLLEXDOTOPT=/usr/bin/ocamllex.opt >ac_cv_path_ac_pt_OCAMLMKLIB=/usr/bin/ocamlmklib >ac_cv_path_ac_pt_OCAMLMKTOP=/usr/bin/ocamlmktop >ac_cv_path_ac_pt_OCAMLOPT=/usr/bin/ocamlopt >ac_cv_path_ac_pt_OCAMLOPTDOTOPT=/usr/bin/ocamlopt.opt >ac_cv_path_ac_pt_OCAMLYACC=/usr/bin/ocamlyacc >ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_va_copy=yes >bash_cv_job_control_missing=present >bash_cv_sys_named_pipes=present >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_wcwidth_works=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_long_long_format=ll >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >lf_cv_sane_realloc=yes >libIDL_cv_long_long_format=ll >pkg_cv_PCRE_CFLAGS=' ' >pkg_cv_PCRE_LIBS='-lpcre ' >pkg_cv_PYTHON_CFLAGS='-I/usr/include/python2.7 ' >pkg_cv_PYTHON_LIBS='-lpython2.7 ' >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >sudo_cv_func_unsetenv_void=no >sudo_cv_uid_t_len=10 >td_cv_buggygetaddrinfo=no >vim_cv_getcwd_broken=no >vim_cv_memmove_handles_overlap=yes >vim_cv_stat_ignores_slash=yes >vim_cv_terminfo=yes >vim_cv_toupper_broken=no >vim_cv_tty_group=world >vim_cv_tty_mode=0666 >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >CAMLP4='/usr/bin/camlp4' >CAMLP4BOOT='/usr/bin/camlp4boot' >CAMLP4O='/usr/bin/camlp4o' >CAMLP4OF='/usr/bin/camlp4of' >CAMLP4OOF='/usr/bin/camlp4oof' >CAMLP4ORF='/usr/bin/camlp4orf' >CAMLP4PROF='/usr/bin/camlp4prof' >CAMLP4R='/usr/bin/camlp4r' >CAMLP4RF='/usr/bin/camlp4rf' >CC='x86_64-pc-linux-gnu-gcc' >CFLAGS='-O2 -march=core2 -pipe' >COCCI_OCAML_EXTERNAL='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles' >COCCI_SRCDIR='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14' >COCCI_VERSION='1.0.0-rc12' >CONFIGURE_FLAGS='--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 --libdir=/usr/lib64 --enable-python --disable-ocaml --enable-pcre --enable-pcre-syntax' >CONFVERSION='Thu, 02 Aug 2012 14:20:24 -0400' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >DATE='/bin/date' >DEFS='' >DYNLINK_IS_NATIVE='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EXEEXT='' >FEATURE_OCAML='' >FEATURE_PYTHON='' >FEATURE_camlp4='1' >FEATURE_dynlink='0' >FEATURE_extlib='1' >FEATURE_menhirLib='1' >FEATURE_pcre='0' >FEATURE_pycaml='1' >FEATURE_sexplib='1' >FLAGS_camlp4='$(FLAGS_camlp4)' >FLAGS_dynlink='' >FLAGS_extlib='$(FLAGS_extlib)' >FLAGS_menhirLib='$(FLAGS_menhirLib)' >FLAGS_pcre='' >FLAGS_pycaml='$(FLAGS_pycaml)' >FLAGS_sexplib='$(FLAGS_sexplib)' >GIT='' >GLOBAL_camlp4='camlp4' >GLOBAL_dynlink='dynlink' >GLOBAL_extlib='no' >GLOBAL_menhirLib='no' >GLOBAL_pcre='no' >GLOBAL_pycaml='' >GLOBAL_sexplib='no' >HAVE_PCRE='yes' >HAVE_PYTHON='yes' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LOCALLIB_camlp4='0' >LOCALLIB_dynlink='0' >LOCALLIB_extlib='1' >LOCALLIB_menhirLib='1' >LOCALLIB_pcre='0' >LOCALLIB_pycaml='1' >LOCALLIB_sexplib='1' >LTLIBOBJS='' >MAKETARGET_ALL='' >MAKETARGET_SPATCH='' >MAKE_camlp4='' >MAKE_dynlink='' >MAKE_extlib='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/extlib/' >MAKE_menhirLib='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/menhirLib/' >MAKE_pcre='' >MAKE_pycaml='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/pycaml/' >MAKE_sexplib='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/sexplib/' >MENHIR='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-menhir.sh menhir' >MKDIR_P='/bin/mkdir -p' >MODULESOPT_camlp4='$(GLOBALOPT_camlp4)' >MODULESOPT_dynlink='' >MODULESOPT_extlib='$(LOCALOPT_extlib)' >MODULESOPT_menhirLib='$(LOCALOPT_menhirLib)' >MODULESOPT_pcre='' >MODULESOPT_pycaml='$(LOCALOPT_pycaml)' >MODULESOPT_sexplib='$(LOCALOPT_sexplib)' >MODULES_camlp4='$(GLOBAL_camlp4)' >MODULES_dynlink='' >MODULES_extlib='$(LOCAL_extlib)' >MODULES_menhirLib='$(LOCAL_menhirLib)' >MODULES_pcre='' >MODULES_pycaml='$(LOCAL_pycaml)' >MODULES_sexplib='$(LOCAL_sexplib)' >OBJEXT='o' >OCAML='/usr/bin/ocaml' >OCAMLATLEAST310='yes' >OCAMLATLEAST311='yes' >OCAMLBEST='opt' >OCAMLBUILD='/usr/bin/ocamlbuild' >OCAMLC='/usr/bin/ocamlc.opt' >OCAMLCDOTOPT='/usr/bin/ocamlc.opt' >OCAMLCOCCI_FILE='no_prepare_ocamlcocci.ml' >OCAMLCOCCI_MODULE='No_prepare_ocamlcocci' >OCAMLDEP='/usr/bin/ocamldep' >OCAMLDOC='/usr/bin/ocamldoc' >OCAMLFIND='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/setup/fake-subst.sh ocamlfind' >OCAMLLEX='/usr/bin/ocamllex.opt' >OCAMLLEXDOTOPT='/usr/bin/ocamllex.opt' >OCAMLLIB='/usr/lib64/ocaml' >OCAMLMKLIB='/usr/bin/ocamlmklib' >OCAMLMKTOP='/usr/bin/ocamlmktop' >OCAMLOPT='/usr/bin/ocamlopt.opt' >OCAMLOPTDOTOPT='/usr/bin/ocamlopt.opt' >OCAMLVERSION='3.12.1' >OCAMLYACC='/usr/bin/ocamlyacc' >OCAML_PKG_bigarray='bigarray' >OCAML_PKG_camlp4='camlp4' >OCAML_PKG_dynlink='dynlink' >OCAML_PKG_extlib='no' >OCAML_PKG_menhirLib='no' >OCAML_PKG_num='num' >OCAML_PKG_pcre='no' >OCAML_PKG_pycaml='' >OCAML_PKG_sexplib='no' >OCAML_PKG_str='str' >OCAML_PKG_threads='threads' >OCAML_PKG_unix='unix' >OPTFLAGS_camlp4='$(OPTFLAGS_camlp4)' >OPTFLAGS_dynlink='$(OPTFLAGS_dynlink)' >OPTFLAGS_extlib='$(OPTFLAGS_extlib)' >OPTFLAGS_menhirLib='$(OPTFLAGS_menhirLib)' >OPTFLAGS_pcre='' >OPTFLAGS_pycaml='$(OPTFLAGS_pycaml)' >OPTFLAGS_sexplib='$(OPTFLAGS_sexplib)' >OPTIMIZED_dynlink='yes' >PACKAGE_BUGREPORT='cocci@diku.dk' >PACKAGE_NAME='coccinelle' >PACKAGE_STRING='coccinelle 1.0.0-rc12' >PACKAGE_TARNAME='coccinelle' >PACKAGE_URL='http://coccinelle.lip6.fr/' >PACKAGE_VERSION='1.0.0-rc12' >PATCH='/usr/bin/patch' >PATCHELF='' >PATH_SEPARATOR=':' >PATH_bigarray='/usr/lib64/ocaml' >PATH_camlp4='/usr/lib64/ocaml/camlp4' >PATH_dynlink='' >PATH_extlib='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/extlib/' >PATH_menhirLib='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/menhirLib/' >PATH_num='/usr/lib64/ocaml' >PATH_pcre='' >PATH_pycaml='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/pycaml/' >PATH_sexplib='/var/tmp/portage/dev-util/coccinelle-1.0.0_rc14/work/coccinelle-1.0.0-rc14/bundles/sexplib/' >PATH_str='/usr/lib64/ocaml' >PATH_threads='/usr/lib64/ocaml' >PATH_unix='/usr/lib64/ocaml' >PCRE_CFLAGS=' ' >PCRE_LIBS='-lpcre ' >PDFLATEX='' >PKG_CONFIG='/usr/bin/pkg-config' >PYCOCCI_FILE='yes_pycocci.ml' >PYCOCCI_MODULE='Yes_pycocci' >PYTHON='/usr/bin/python' >PYTHON_CFLAGS='-I/usr/include/python2.7 ' >PYTHON_LIBS='-lpython2.7 ' >PYVER='2.7' >PYVER_MAJOR='2' >REGEXP_FILE='' >REGEXP_MODULE='' >RUNTIME_CAMLP4O_CMD='camlp4o' >RUNTIME_CAMLP4_CMD='camlp4' >RUNTIME_OCAMLC_CMD='ocamlc' >RUNTIME_OCAMLDEP_CMD='ocamldep' >RUNTIME_OCAMLFIND_CMD='ocamlfind' >RUNTIME_OCAMLOPT_CMD='ocamlopt' >SHAREDIR='' >SHELL='/bin/sh' >SPATCHNAME='' >SUBSTITUTED_MENHIR='yes' >SUBSTITUTED_OCAMLFIND='yes' >SUBSTITUTED_OCAMLLEX='' >SUBSTITUTED_OCAMLYACC='' >SUBSTITUTED_PDFLATEX='' >SUBSTITUTED_PKG_CONFIG='' >SUBSTITUTED_PYTHON='' >TAR='/bin/tar' >ac_ct_CC='' >bindir='${exec_prefix}/bin' >build_alias='x86_64-pc-linux-gnu' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >enable_camlp4='yes' >enable_dynlink='yes' >enable_extlib='local' >enable_menhirLib='local' >enable_ocaml='no' >enable_opt='' >enable_pcre='yes' >enable_pcre_syntax='yes' >enable_pycaml='local' >enable_python='yes' >enable_release='' >enable_sexplib='local' >exec_prefix='NONE' >host_alias='x86_64-pc-linux-gnu' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' >with_MENHIR='' >with_OCAMLFIND='' >with_OCAMLLEX='' >with_OCAMLYACC='' >with_PDFLATEX='' >with_PKG_CONFIG='' >with_PYTHON='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "coccinelle" >#define PACKAGE_TARNAME "coccinelle" >#define PACKAGE_VERSION "1.0.0-rc12" >#define PACKAGE_STRING "coccinelle 1.0.0-rc12" >#define PACKAGE_BUGREPORT "cocci@diku.dk" >#define PACKAGE_URL "http://coccinelle.lip6.fr/" > >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 429556
: 320108 |
320110