Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 17:44:51 +0100 (CET)
From:      Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ale@FreeBSD.org
Subject:   ports/94740: sysutils/pecl-fileinfo broken on amd64
Message-ID:  <20060320164451.7B2B79988CB@server.t-hosting.hu>
Resent-Message-ID: <200603201650.k2KGoFZw011050@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94740
>Category:       ports
>Synopsis:       sysutils/pecl-fileinfo broken on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 20 16:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 5.3-RELEASE-p17 amd64
>Organization:
n/a
>Environment:
>Description:

Sysutils/pecl-fileinfo is broken on amd64, config.log is attached. You can see,
I have some CFLAGS set up, but I also tried without that and I got the same.


>How-To-Repeat:
>Fix:

--- config.log begins here ---
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --with-fileinfo=/usr --prefix=/usr/local amd64-portbld-freebsd5.3

## --------- ##
## Platform. ##
## --------- ##

hostname = server.t-hosting.hu
uname -m = amd64
uname -r = 5.3-RELEASE-p17
uname -s = FreeBSD
uname -v = FreeBSD 5.3-RELEASE-p17 #0: Mon Jul  4 20:23:15 CEST 2005     root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD 

/usr/bin/uname -p = amd64
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libexec/autoconf259
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/tux/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1497: checking for egrep
configure:1507: result: grep -E
configure:1512: checking for a sed that does not truncate output
configure:1566: result: /usr/local/bin/gsed
configure:1620: checking for amd64-portbld-freebsd5.3-gcc
configure:1646: result: cc
configure:1928: checking for C compiler version
configure:1931: cc --version </dev/null >&5
cc (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 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:1934: $? = 0
configure:1936: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:1939: $? = 0
configure:1941: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:1944: $? = 1
configure:1967: checking for C compiler default output file name
configure:1970: cc -O -pipe -Os -pipe -march=athlon64    conftest.c  >&5
configure:1973: $? = 0
configure:2019: result: a.out
configure:2024: checking whether the C compiler works
configure:2030: ./a.out
configure:2033: $? = 0
configure:2050: result: yes
configure:2057: checking whether we are cross compiling
configure:2059: result: no
configure:2062: checking for suffix of executables
configure:2064: cc -o conftest -O -pipe -Os -pipe -march=athlon64    conftest.c  >&5
configure:2067: $? = 0
configure:2092: result: 
configure:2098: checking for suffix of object files
configure:2119: cc -c -O -pipe -Os -pipe -march=athlon64   conftest.c >&5
configure:2122: $? = 0
configure:2144: result: o
configure:2148: checking whether we are using the GNU C compiler
configure:2172: cc -c -O -pipe -Os -pipe -march=athlon64   conftest.c >&5
configure:2178: $? = 0
configure:2182: test -z 
			 || test ! -s conftest.err
configure:2185: $? = 0
configure:2188: test -s conftest.o
configure:2191: $? = 0
configure:2204: result: yes
configure:2210: checking whether cc accepts -g
configure:2231: cc -c -g  conftest.c >&5
configure:2237: $? = 0
configure:2241: test -z 
			 || test ! -s conftest.err
configure:2244: $? = 0
configure:2247: test -s conftest.o
configure:2250: $? = 0
configure:2261: result: yes
configure:2278: checking for cc option to accept ANSI C
configure:2348: cc  -c -O -pipe -Os -pipe -march=athlon64   conftest.c >&5
configure:2354: $? = 0
configure:2358: test -z 
			 || test ! -s conftest.err
configure:2361: $? = 0
configure:2364: test -s conftest.o
configure:2367: $? = 0
configure:2385: result: none needed
configure:2403: cc -c -O -pipe -Os -pipe -march=athlon64   conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2409: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2546: checking whether cc understands -c and -o together
configure:2573: cc -c conftest.c -o conftest.o >&5
configure:2576: $? = 0
configure:2578: cc -c conftest.c -o conftest.o >&5
configure:2581: $? = 0
configure:2620: result: yes
configure:2644: checking if compiler supports -R
configure:2668: cc -o conftest -O -pipe -Os -pipe -march=athlon64    conftest.c -R /usr/lib  >&5
configure:2674: $? = 0
configure:2678: test -z 
			 || test ! -s conftest.err
configure:2681: $? = 0
configure:2684: test -s conftest
configure:2687: $? = 0
configure:2701: result: yes
configure:2803: checking build system type
configure:2821: result: amd64-portbld-freebsd5.3
configure:2829: checking host system type
configure:2843: result: amd64-portbld-freebsd5.3
configure:2851: checking target system type
configure:2865: result: amd64-portbld-freebsd5.3
configure:2938: checking for PHP prefix
configure:2940: result: /usr/local
configure:2942: checking for PHP includes
configure:2944: result: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext
configure:2946: checking for PHP extension directory
configure:2948: result: /usr/local/lib/php/20050922
configure:2950: checking for PHP installed headers prefix
configure:2952: result: /usr/local/include/php
configure:2999: checking for re2c
configure:3028: result: no
configure:3052: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
configure:3066: checking for gawk
configure:3083: found /usr/local/bin/gawk
configure:3093: result: gawk
configure:3139: checking for fileinfo support
configure:3182: result: yes, shared
configure:3193: checking for magic files in default path
configure:3206: result: not found
configure:3208: error: Please reinstall the libmagic distribution

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CXXFLAGS_value='-O -pipe -Os -pipe -march=athlon64'
ac_cv_prog_cc_g=yes
ac_cv_env_CXXCPP_set=
ac_cv_env_LDFLAGS_set=
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
lt_cv_sys_max_cmd_len=65536
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CXX_set=set
ac_cv_env_host_alias_set=set
ac_cv_prog_CC=cc
ac_cv_env_build_alias_set=set
ac_cv_env_CXXCPP_value=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=set
ac_cv_host_alias=amd64-portbld-freebsd5.3
ac_cv_prog_cc_stdc=
ac_cv_env_CFLAGS_value='-O -pipe -Os -pipe -march=athlon64 '
ac_cv_env_CC_set=set
lt_cv_path_SED=/usr/local/bin/gsed
ac_cv_prog_egrep='grep -E'
ac_cv_build_alias=amd64-portbld-freebsd5.3
ac_cv_env_CPPFLAGS_value=
ac_cv_target_alias=amd64-portbld-freebsd5.3
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_host=amd64-portbld-freebsd5.3
ac_cv_env_host_alias_value=amd64-portbld-freebsd5.3
ac_cv_prog_AWK=gawk
ac_cv_build=amd64-portbld-freebsd5.3
ac_cv_env_build_alias_value=amd64-portbld-freebsd5.3
ac_cv_prog_cc_cc_c_o=yes
ac_cv_target=amd64-portbld-freebsd5.3
ac_cv_env_target_alias_value=amd64-portbld-freebsd5.3
ac_cv_env_CC_value=cc
php_cv_cc_dashr=yes
ac_cv_env_CPP_set=
ac_cv_objext=o

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
AWK='gawk'
CC='cc'
CFLAGS='-O -pipe -Os -pipe -march=athlon64 '
CONFIGURE_COMMAND=' './configure' '--with-fileinfo=/usr' '--prefix=/usr/local' 'amd64-portbld-freebsd5.3''
CPP=''
CPPFLAGS=''
CXX='c++'
CXXCPP=''
CXXFLAGS='-O -pipe -Os -pipe -march=athlon64'
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
RE2C='exit 0;'
SHELL='/bin/sh'
STRIP=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build='amd64-portbld-freebsd5.3'
build_alias='amd64-portbld-freebsd5.3'
build_cpu='amd64'
build_os='freebsd5.3'
build_vendor='portbld'
datadir='${prefix}/share'
exec_prefix='NONE'
host='amd64-portbld-freebsd5.3'
host_alias='amd64-portbld-freebsd5.3'
host_cpu='amd64'
host_os='freebsd5.3'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='amd64-portbld-freebsd5.3'
target_alias='amd64-portbld-freebsd5.3'
target_cpu='amd64'
target_os='freebsd5.3'
target_vendor='portbld'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1
--- config.log ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060320164451.7B2B79988CB>