Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 458202 Details for
Bug 604294
app-misc/fsniper-1.3.1-r1 : /.../main.c:196:16: error: storage size of ‘status’ isn’t known
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), 17.61 KB, created by
Toralf Förster
on 2017-01-01 09:36:29 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-01-01 09:36:29 UTC
Size:
17.61 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 fsniper configure v1.3.1, which was >generated by GNU Autoconf 2.63. Invocation command line was > > $ /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/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 --libdir=/usr/lib64 --docdir=/usr/share/doc/fsniper-1.3.1-r1 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = mr-fox >uname -m = x86_64 >uname -r = 4.8.15-hardened >uname -s = Linux >uname -v = #1 SMP Sat Dec 17 12:32:14 CET 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz >/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/lib/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/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/5.4.0 >PATH: /opt/vmware/bin >PATH: /opt/aws-iam-tools/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1718: 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 >| >| TOPDIR=/usr/share/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" ;; >| 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 "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${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:1833: checking whether to enable maintainer-specific portions of Makefiles >configure:1842: result: no >configure:1904: checking for a BSD-compatible install >configure:1972: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:1983: checking whether build environment is sane >configure:2026: result: yes >configure:2051: checking for a thread-safe mkdir -p >configure:2090: result: /bin/mkdir -p >configure:2103: checking for gawk >configure:2119: found /usr/bin/gawk >configure:2130: result: gawk >configure:2141: checking whether make sets $(MAKE) >configure:2163: result: yes >configure:2359: checking for style of include used by make >configure:2387: result: GNU >configure:2417: checking for x86_64-pc-linux-gnu-gcc >configure:2433: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:2444: result: x86_64-pc-linux-gnu-gcc >configure:2716: checking for C compiler version >configure:2724: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 5.4.0-r2 p1.2, pie-0.6.5) 5.4.0 >Copyright (C) 2015 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:2728: $? = 0 >configure:2735: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-5.4.0-r2/work/gcc-5.4.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/5.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.4.0-r2 p1.2, pie-0.6.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer >Thread model: posix >gcc version 5.4.0 (Gentoo 5.4.0-r2 p1.2, pie-0.6.5) >configure:2739: $? = 0 >configure:2746: 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:2750: $? = 1 >configure:2773: checking for C compiler default output file name >configure:2795: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2799: $? = 0 >configure:2837: result: a.out >configure:2856: checking whether the C compiler works >configure:2866: ./a.out >configure:2870: $? = 0 >configure:2889: result: yes >configure:2896: checking whether we are cross compiling >configure:2898: result: no >configure:2901: checking for suffix of executables >configure:2908: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:2912: $? = 0 >configure:2938: result: >configure:2944: checking for suffix of object files >configure:2970: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall conftest.c >&5 >configure:2974: $? = 0 >configure:2999: result: o >configure:3003: checking whether we are using the GNU C compiler >configure:3032: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall conftest.c >&5 >configure:3039: $? = 0 >configure:3056: result: yes >configure:3065: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3095: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3102: $? = 0 >configure:3203: result: yes >configure:3220: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3294: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall conftest.c >&5 >configure:3301: $? = 0 >configure:3324: result: none needed >configure:3344: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3435: result: none >configure:3451: checking for library containing strerror >configure:3492: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3499: $? = 0 >configure:3530: result: none required >configure:3541: checking for x86_64-pc-linux-gnu-ranlib >configure:3557: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:3568: result: x86_64-pc-linux-gnu-ranlib >configure:3642: checking how to run the C preprocessor >configure:3682: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3689: $? = 0 >configure:3720: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3727: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fsniper" >| #define PACKAGE_TARNAME "fsniper" >| #define PACKAGE_VERSION "v1.3.1" >| #define PACKAGE_STRING "fsniper v1.3.1" >| #define PACKAGE_BUGREPORT "andrew@andrewyates.net" >| #define PACKAGE "fsniper" >| #define VERSION "v1.3.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3760: result: x86_64-pc-linux-gnu-gcc -E >configure:3789: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3796: $? = 0 >configure:3827: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3834: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fsniper" >| #define PACKAGE_TARNAME "fsniper" >| #define PACKAGE_VERSION "v1.3.1" >| #define PACKAGE_STRING "fsniper v1.3.1" >| #define PACKAGE_BUGREPORT "andrew@andrewyates.net" >| #define PACKAGE "fsniper" >| #define VERSION "v1.3.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3874: checking for grep that handles long lines and -e >configure:3934: result: /bin/grep >configure:3939: checking for egrep >configure:4003: result: /bin/grep -E >configure:4008: checking for ANSI C header files >configure:4038: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall conftest.c >&5 >configure:4045: $? = 0 >configure:4144: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4148: $? = 0 >configure:4154: ./conftest >configure:4158: $? = 0 >configure:4176: result: yes >configure:4194: checking for x86_64-pc-linux-gnu-gcc >configure:4221: result: x86_64-pc-linux-gnu-gcc >configure:4493: checking for C compiler version >configure:4501: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 5.4.0-r2 p1.2, pie-0.6.5) 5.4.0 >Copyright (C) 2015 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:4505: $? = 0 >configure:4512: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-5.4.0-r2/work/gcc-5.4.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/5.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.4.0-r2 p1.2, pie-0.6.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer >Thread model: posix >gcc version 5.4.0 (Gentoo 5.4.0-r2 p1.2, pie-0.6.5) >configure:4516: $? = 0 >configure:4523: 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:4527: $? = 1 >configure:4530: checking whether we are using the GNU C compiler >configure:4583: result: yes >configure:4592: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:4730: result: yes >configure:4747: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4851: result: none needed >configure:4871: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4962: result: none >configure:4991: checking for a BSD-compatible install >configure:5059: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:5072: checking for magic_open in -lmagic >configure:5107: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed conftest.c -lmagic >&5 >configure:5114: $? = 0 >configure:5135: result: yes >configure:5151: checking for pcre_version in -lpcre >configure:5186: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed conftest.c -lpcre -lmagic >&5 >configure:5193: $? = 0 >configure:5214: result: yes >configure:5607: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by fsniper config.status v1.3.1, which was >generated by GNU Autoconf 2.63. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on mr-fox > >config.status:768: creating Makefile >config.status:768: creating src/Makefile >config.status:768: creating config.h >config.status:1035: executing depfiles commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >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 -pipe -march=native -Wall' >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_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_header_stdc=yes >ac_cv_lib_magic_magic_open=yes >ac_cv_lib_pcre_pcre_version=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >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_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_search_strerror='none required' >am_cv_CC_dependencies_compiler_type=none > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/missing --run aclocal-1.10' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='${SHELL} /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/missing --run tar' >AUTOCONF='${SHELL} /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/missing --run automake-1.10' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-O2 -pipe -march=native -Wall' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >FLAGS='' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='-lpcre -lmagic ' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/missing --run makeinfo' >MKDIR_P='/bin/mkdir -p' >OBJEXT='o' >PACKAGE='fsniper' >PACKAGE_BUGREPORT='andrew@andrewyates.net' >PACKAGE_NAME='fsniper' >PACKAGE_STRING='fsniper v1.3.1' >PACKAGE_TARNAME='fsniper' >PACKAGE_VERSION='v1.3.1' >PATH_SEPARATOR=':' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='v1.3.1' >ac_ct_CC='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='${exec_prefix}/bin' >build_alias='x86_64-pc-linux-gnu' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/fsniper-1.3.1-r1' >dvidir='${docdir}' >exec_prefix='${prefix}' >host_alias='x86_64-pc-linux-gnu' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='$(SHELL) /var/tmp/portage/app-misc/fsniper-1.3.1-r1/work/fsniper-1.3.1/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >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='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "fsniper" >#define PACKAGE_TARNAME "fsniper" >#define PACKAGE_VERSION "v1.3.1" >#define PACKAGE_STRING "fsniper v1.3.1" >#define PACKAGE_BUGREPORT "andrew@andrewyates.net" >#define PACKAGE "fsniper" >#define VERSION "v1.3.1" >#define STDC_HEADERS 1 >#define HAVE_LIBMAGIC 1 >#define HAVE_LIBPCRE 1 > >configure: exit 0
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 604294
:
458200
| 458202 |
458204
|
458206
|
458208