problems with make-3.80

Milton Taidi Sonoda msonoda at iqm.unicamp.br
Fri Aug 29 06:41:35 PDT 2003


Hi
I'had problems trying to installing make-3.80 with.
Any help is apreciated. The config.log and the
packages installed in my FreeBSD 5.1 system.

thank you
Milton Taidi Sonoda

==========================================
/usr/ports/devel/gmake/work/make-3.80/config.log

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

It was created by GNU make configure 3.80, which was
generated by GNU Autoconf 2.54.  Invocation command line was

  $ ./configure --program-prefix=g --with-libiconv-prefix=/usr/local 
--with-libi
ntl-prefix=/usr/local --prefix=/usr/local --build=FreeBSD-portbld-freebsd5.1

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

hostname = cairo.iqm.unicamp.br
uname -m = i386
uname -r = 5.1-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 5.1-RELEASE #0: Fri Aug 29 08:08:28 BRT 2003     
milton at cairo
.iqm.unicamp.br:/usr/src/sys/i386/compile/CAIRO

/usr/bin/uname -p = i386
/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: /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: /root/bin


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

configure:1317: checking for a BSD-compatible install
configure:1371: result: /usr/bin/install -c -o root -g wheel
configure:1382: checking whether build environment is sane
configure:1425: result: yes
configure:1458: checking for gawk
configure:1487: result: no
configure:1458: checking for mawk
configure:1487: result: no
configure:1458: checking for nawk
configure:1474: found /usr/bin/nawk
configure:1484: result: nawk
configure:1494: checking whether make sets ${MAKE}
configure:1514: result: yes
configure:1669: checking whether make sets ${MAKE}
configure:1689: result: yes
configure:1746: checking for gcc
configure:1772: result: cc
configure:2014: checking for C compiler version
configure:2017: cc --version </dev/null >&5
cc (GCC) 3.2.2 [FreeBSD] 20030205 (release)
Copyright (C) 2002 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:2020: $? = 0
configure:2022: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.2 [FreeBSD] 20030205 (release)
configure:2025: $? = 0
configure:2027: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2030: $? = 1
configure:2050: checking for C compiler default output
configure:2053: cc -O -pipe -mcpu=pentiumpro   conftest.c  >&5
configure:2056: $? = 0
configure:2090: result: a.out
configure:2095: checking whether the C compiler works
configure:2101: ./a.out
configure:2104: $? = 0
configure:2119: result: yes
configure:2126: checking whether we are cross compiling
configure:2128: result: no
configure:2131: checking for suffix of executables
configure:2133: cc -o conftest -O -pipe -mcpu=pentiumpro   conftest.c  >&5
configure:2136: $? = 0
configure:2159: result:
configure:2165: checking for suffix of object files
configure:2183: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:2186: $? = 0
configure:2205: result: o
configure:2209: checking whether we are using the GNU C compiler
configure:2230: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:2233: $? = 0
configure:2236: test -s conftest.o
configure:2239: $? = 0
configure:2251: result: yes
configure:2257: checking whether cc accepts -g
configure:2275: cc -c -g  conftest.c >&5
configure:2278: $? = 0
configure:2281: test -s conftest.o
configure:2284: $? = 0
configure:2294: result: yes
configure:2311: checking for cc option to accept ANSI C
configure:2368: cc  -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:2371: $? = 0
configure:2374: test -s conftest.o
configure:2377: $? = 0
configure:2394: result: none needed
configure:2412: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2415: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2532: checking for style of include used by make
configure:2560: result: GNU
configure:2588: checking dependency style of cc
configure:2650: result: gcc3
configure:2679: checking for a BSD-compatible install
configure:2733: result: /usr/bin/install -c -o root -g wheel
configure:2785: checking for ranlib
configure:2801: found /usr/bin/ranlib
configure:2812: result: ranlib
configure:2829: checking how to run the C preprocessor
configure:2855: cc -E  conftest.c
configure:2861: $? = 0
configure:2888: cc -E  conftest.c
configure:2885:28: ac_nonexistent.h: No such file or directory
configure:2894: $? = 1
configure: failed program was:
#line 2884 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2931: result: cc -E
configure:2946: cc -E  conftest.c
configure:2952: $? = 0
configure:2979: cc -E  conftest.c
configure:2976:28: ac_nonexistent.h: No such file or directory
configure:2985: $? = 1
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3026: checking for ar
configure:3042: found /usr/bin/ar
configure:3053: result: ar
configure:3063: checking for perl
configure:3079: found /usr/bin/perl
configure:3090: result: perl
configure:3105: checking build system type
configure:3118: error: /bin/sh config/config.sub 
FreeBSD-portbld-freebsd5.1 fail
ed

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

am_cv_CC_dependencies_compiler_type=gcc3
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_host_alias_set=
ac_cv_env_build_alias_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_prog_cc_stdc=
ac_cv_env_CFLAGS_value='-O -pipe -mcpu=pentiumpro'
ac_cv_env_CC_set=set
ac_cv_prog_make_make_set=yes
ac_cv_build_alias=FreeBSD-portbld-freebsd5.1
ac_cv_env_CPPFLAGS_value=
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_env_host_alias_value=
ac_cv_prog_AR=ar
ac_cv_build=
ac_cv_prog_CPP='cc -E'
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=FreeBSD-portbld-freebsd5.1
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_PERL=perl
ac_cv_env_target_alias_value=
ac_cv_env_CC_value=cc
ac_cv_env_CPP_set=
ac_cv_objext=o

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

ACLOCAL='${SHELL} /usr/ports/devel/gmake/work/make-3.80/config/missing 
--run acl
ocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/devel/gmake/work/make-3.80/config/missing 
--run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/ports/devel/gmake/work/make-3.80/config/missing 
--run au
toconf'
AUTOHEADER='${SHELL} 
/usr/ports/devel/gmake/work/make-3.80/config/missing --run
autoheader'
AUTOMAKE='${SHELL} /usr/ports/devel/gmake/work/make-3.80/config/missing 
--run au
tomake-1.7'
AWK='nawk'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O -pipe -mcpu=pentiumpro'
CPP='cc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GETLOADAVG_LIBS=''
GLOBINC=''
GLOBLIB=''
GMSGFMT=''
INSTALL_DATA='install  -o root -g wheel -m 444'
INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install  -o root -g wheel -m 555'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
KMEM_GROUP=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='/usr/bin/makeinfo --no-split'
MAKE_HOST=''
MKINSTALLDIRS=''
MSGFMT=''
MSGMERGE=''
NEED_SETGID=''
OBJEXT='o'
PACKAGE='make'
PACKAGE_BUGREPORT='bug-make at gnu.org'
PACKAGE_NAME='GNU make'
PACKAGE_STRING='GNU make 3.80'
PACKAGE_TARNAME='make'
PACKAGE_VERSION='3.80'
PATH_SEPARATOR=':'
PERL='perl'
POSUB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_CUSTOMS_FALSE=''
USE_CUSTOMS_TRUE=''
USE_LOCAL_GLOB_FALSE=''
USE_LOCAL_GLOB_TRUE=''
USE_NLS=''
VERSION='3.80'
XGETTEXT=''
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='FreeBSD-portbld-freebsd5.1'
build_alias='FreeBSD-portbld-freebsd5.1'
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/ports/devel/gmake/work/make-3.80/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,^,g,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------- ##
## Output files. ##
## ------------- ##

MAINT_MAKEFILE=''

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

#define PACKAGE "make"
#define PACKAGE_BUGREPORT "bug-make at gnu.org"
#define PACKAGE_NAME "GNU make"
#define PACKAGE_STRING "GNU make 3.80"
#define PACKAGE_TARNAME "make"
#define PACKAGE_VERSION "3.80"
#define VERSION "3.80"

configure: exit 1


======================================================
ls /var/db/pkg

IglooFTP-0.6.1
ImageMagick-5.5.6
Mesa-3.4.2_2
Mesa-5.0.1
ORBit-0.5.17
ORBit2-2.6.2
XFree86-4.3.0,1
XFree86-FontServer-4.3.0_1
XFree86-Server-4.3.0_8
XFree86-clients-4.3.0_2
XFree86-documents-4.3.0
XFree86-font100dpi-4.3.0
XFree86-font75dpi-4.3.0
XFree86-fontCyrillic-4.3.0
XFree86-fontDefaultBitmaps-4.3.0
XFree86-fontEncodings-4.3.0
XFree86-fontScalable-4.3.0
XFree86-libraries-4.3.0_5
Xaw3d-1.5
Xft-2.1.2
XmHTML-1.1.7_1
a2ps-a4-4.13_1
a2ps-letter-4.13_1
a2ps-letterdj-4.13_1
aalib-1.4.r5_1
acroread-5.06_1
apache-2.0.46
arts-1.1.2,1
aspell-0.50.3_1
atk-1.2.4
atlas-3.5.1
autoconf213-2.13.000227_5
babel-1.6_3
bash-2.05b.007
blas-1.0
bonobo-activation-2.2.1.1_1,1
bzip-0.21
cdparanoia-3.9.8_4
cscope-15.4
cups-base-1.1.18.0_5
cups-pstoraster-7.05.6
docbook-sk-4.1.2
docbook-xml-4.2
docbook-xsl-1.61.2
downloader-2.4.1_1
dvips2ascii-1.3
eel2-2.2.4
electriceyes-0.3.12
emacs-21.3
eps2png-1.7_1
epstool-3.0
esound-0.2.29
expat-1.95.6_1
f2c-3.0.0
f77-0.3
fam-2.6.9_2
fftw-2.1.5
flashplayer-0.4.10_1
fontconfig-2.2.0
fpp-1.1
freetype-1.3.1_2
freetype2-2.1.4_1
gail-1.2.2
gal2-1.99.4
gcc-3.2.3
gconf2-2.2.0
gdk-pixbuf-0.22.0
gedit2-2.2.1
gettext-0.11.5_1
gftp-2.0.14_1
ghostscript-gnu-7.06
gimp-1.3.14,1
gimp-print-4.2.5
glib-1.2.10_9
glib-2.2.1_1
gnome-icon-theme-1.0.3
gnomecanvas-0.22.0
gnomehier-1.0_8
gnomelibs-1.4.2_1
gnomemimedata-2.2.0_1
gnomeprint-0.37
gnomevfs2-2.2.5
gnuls-4.0_1
gnumeric2-1.1.17
gnuplot371+-1.2.0
gpaint-0.2.2
gperiodic-1.3.3
gtar-1.13.25_5
gtk-1.2.10_9
gtk-2.2.1_1
gtksee-0.5.0_2
gv-3.5.8_3
gzip-1.3.5
hdf-4.1r5
imake-4.3.0
imlib-1.9.14_1
intltool-0.26
ja-kochi-ttfonts-20030118
ja-vflib-2.25.6_2
jasper-1.700.2
jbigkit-1.4
jpeg-6b_1
jpeg2ps-a4-1.9
jpeg2ps-letter-1.9
kde-3.1.2
kdebase-3.1.2
kdegames-3.1.2
kdegraphics-3.1.2
kdelibs-3.1.2
kdemultimedia-3.1.2
kdenetwork-3.1.2
kdeutils-3.1.2
koffice-1.2.1_1,1
kpovmodeler-0.2
lame-3.93.1
lapack-3.0
latex2slides-0.8.1
lcms-1.09,1
libIDL-0.8.1
libart_lgpl2-2.3.12
libaudiofile-0.2.3
libbonobo-2.2.2
libbonoboui-2.2.2
libflash-0.4.10
libfpx-1.2.0.8
libgda2-0.11.0_1
libglade2-2.0.1_1
libgnome-2.2.0.1
libgnomecanvas-2.2.1
libgnomeprint-2.2.1.2
libgnomeprintui-2.2.1.2
libgnomeui-2.2.0.1_1
libgnugetopt-1.2
libgsf-1.8.0
libiconv-1.8_2
libijs-0.34
libmng-1.0.5
libmpeg2-0.3.1_1
libogg-1.0_1,3
libtool-1.3.4_4
libungif-4.1.0b1
libvorbis-1.0_1,3
libwmf-0.2.8
libwww-5.4.0
libxml-1.8.17_1
libxml2-2.5.7_1
libxslt-1.0.30
linalg-4.4
linc-1.0.2
linpack-1.0
linux-flashplugin-5.0r51
linux-flashplugin-6.0r69
linux-gtk-1.2_2
linux-imlib-1.9.8.1_2
linux-jpeg-6b.15_2
linux-mozilla-1.3.1
linux-netscape-communicator-4.8
linux-openmotif-2.1.30
linux-opera-7.11.20030515_1
linux-png-1.0.14_2
linux-tiff-3.5.5_2
linux-ungif-4.1.0
linux-xmovie-1.9.8.1
linux_base-7.1_4
linux_dri-4.3.0_1
linux_glide-2.4
linux_mesa-3.4.2_1
m4-1.4_1
matrix-1.0
mkcatalog-1.1
mplayer-fonts-0.50
mysql-client-3.23.56
netcdf-3.5.0
netpbm-10.14
netscape-remote-1.0_1
netscape-wrapper-2000.07.07
open-motif-2.2.2_1
opendx-4.2.0
p5-DBD-mysql-2.1026_1
p5-DBI-1.37
pango-1.2.1_3
pcre-3.9
perl-5.6.1_13
pkgconfig-0.15.0
png-1.2.5_2
popt-1.6.4
povray-3.1g
pvm-3.4.4
py22-expat-2.2.2_2
py22-tkinter-2.2.2
python-2.2.2_2
qt-3.1.2
rasmol-2.7.2_1
scilab-2.7
scrollkeeper-0.3.12_1,1
sdocbook-xml-4.1.2.5
startup-notification-0.5_1
t1lib-5.0.0
tcl-8.3.5_2
teTeX-2.0.2_2
tiff-3.5.7
tk-8.3.5_1
transfig-3.2.4
unrar-3.20,1
untar-1.4_1
unzip-5.50
uulib-0.5.18
vim-6.1.474
wrapper-1.0_3
xanim-2.92.0
xbae-4.50.0
xdvi-pl20
xemacs-packages-8.0
xfig-3.2.4
xpaint-2.6.9_1
xpdf-2.02
zip-2.3_1





More information about the freebsd-ports mailing list