Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2009 10:48:49 +0800
From:      Joshua Ebarvia <jemate18@gmail.com>
To:        x11@freebsd.org
Subject:   [Maintainer]Error Compiling X11 on FreeBSD 7.0
Message-ID:  <851a4e180901281848q46ec9261o4c11891236998dca@mail.gmail.com>

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

[-- Attachment #1 --]
Hi!

I have a Pentium 3 500Mhz and 196MB of RAM. I have used portsnap fetch
&& portsnap extract to get the latest ports.

#cd /usr/ports/x11/xorg
#make install clean


Now I got the error message.

I have attached the config.log and my /var/db/pkg

Thanks..

Any updates or guide on fixing this on my computer will help.

[-- Attachment #2 --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by twm configure 1.0.3, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ./configure --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.0

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

hostname = imp.upou.intranet
uname -m = i386
uname -r = 7.0-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC 

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


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

configure:1775: checking for a BSD-compatible install
configure:1831: result: /usr/bin/install -c -o root -g wheel
configure:1842: checking whether build environment is sane
configure:1885: result: yes
configure:1950: checking for gawk
configure:1980: result: no
configure:1950: checking for mawk
configure:1980: result: no
configure:1950: checking for nawk
configure:1966: found /usr/bin/nawk
configure:1977: result: nawk
configure:1988: checking whether make sets $(MAKE)
configure:2009: result: yes
configure:2217: checking whether to enable maintainer-specific portions of Makefiles
configure:2226: result: no
configure:2293: checking for gcc
configure:2320: result: cc
configure:2558: checking for C compiler version
configure:2565: cc --version >&5
cc (GCC) 4.2.1 20070719  [FreeBSD]
Copyright (C) 2007 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:2568: $? = 0
configure:2575: cc -v >&5
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]
configure:2578: $? = 0
configure:2585: cc -V >&5
cc: '-V' option must have argument
configure:2588: $? = 1
configure:2611: checking for C compiler default output file name
configure:2638: cc -O2 -fno-strict-aliasing -pipe   conftest.c  >&5
configure:2641: $? = 0
configure:2687: result: a.out
configure:2692: checking whether the C compiler works
configure:2702: ./a.out
configure:2705: $? = 0
configure:2722: result: yes
configure:2729: checking whether we are cross compiling
configure:2731: result: no
configure:2734: checking for suffix of executables
configure:2741: cc -o conftest -O2 -fno-strict-aliasing -pipe   conftest.c  >&5
configure:2744: $? = 0
configure:2768: result: 
configure:2774: checking for suffix of object files
configure:2800: cc -c -O2 -fno-strict-aliasing -pipe  conftest.c >&5
conftest.c:17: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html>; for instructions.
configure:2803: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "twm"
| #define PACKAGE_TARNAME "twm"
| #define PACKAGE_VERSION "1.0.3"
| #define PACKAGE_STRING "twm 1.0.3"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
| #define PACKAGE "twm"
| #define VERSION "1.0.3"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2817: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.

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

ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe'
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_TWM_CFLAGS_set=''
ac_cv_env_TWM_CFLAGS_value=''
ac_cv_env_TWM_LIBS_set=''
ac_cv_env_TWM_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=i386-portbld-freebsd7.0
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_prog_AWK=nawk
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_make_make_set=yes
lt_cv_sys_max_cmd_len=262144

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

ACLOCAL='${SHELL} /usr/ports/x11-wm/twm/work/twm-1.0.3/missing --run aclocal-1.9'
ADMIN_MAN_DIR=''
ADMIN_MAN_SUFFIX=''
AMCMDECHO='echo'
AMDEPBACKSLASH=''
AMDEPSHOWCMDSAT=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMPRETTYECHO='true'
AMSHOWCMDSAT=''
AMTAR='${SHELL} /usr/ports/x11-wm/twm/work/twm-1.0.3/missing --run tar'
APP_MAN_DIR=''
APP_MAN_SUFFIX=''
AUTOCONF='${SHELL} /usr/ports/x11-wm/twm/work/twm-1.0.3/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/x11-wm/twm/work/twm-1.0.3/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/x11-wm/twm/work/twm-1.0.3/missing --run automake-1.9'
AWK='nawk'
CC='cc'
CCDEPMODE=''
CFLAGS='-O2 -fno-strict-aliasing -pipe'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DRIVER_MAN_DIR=''
DRIVER_MAN_SUFFIX=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
FILE_MAN_DIR=''
FILE_MAN_SUFFIX=''
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'
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LIB_MAN_DIR=''
LIB_MAN_SUFFIX=''
LTLIBOBJS=''
LT_QUIET=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/ports/x11-wm/twm/work/twm-1.0.3/missing --run makeinfo'
MISC_MAN_DIR=''
MISC_MAN_SUFFIX=''
OBJEXT=''
PACKAGE='twm'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
PACKAGE_NAME='twm'
PACKAGE_STRING='twm 1.0.3'
PACKAGE_TARNAME='twm'
PACKAGE_VERSION='1.0.3'
PATH_SEPARATOR=':'
PKG_CONFIG=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TWM_CFLAGS=''
TWM_LIBS=''
VERSION='1.0.3'
YACC=''
YFLAGS=''
ac_ct_CC='cc'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd7.0'
build_alias='i386-portbld-freebsd7.0'
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info/'
install_sh='/usr/ports/x11-wm/twm/work/twm-1.0.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/local/man'
mkdir_p='$(install_sh) -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "twm"
#define PACKAGE_TARNAME "twm"
#define PACKAGE_VERSION "1.0.3"
#define PACKAGE_STRING "twm 1.0.3"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
#define PACKAGE "twm"
#define VERSION "1.0.3"

configure: exit 1

[-- Attachment #3 --]
appres-1.0.1
arc-5.21o_1
arj-3.10.22_1
autoconf-2.62
autoconf-wrapper-20071109
bdftopcf-1.0.1
beforelight-1.0.2
bitmap-1.0.3
clamav-0.94.2
compositeproto-0.4
damageproto-1.1.0_2
dri-7.0.3_1,2
editres-1.0.3
expat-2.0.0_1
fixesproto-4.0
fluxbox-1.0.0
fontcacheproto-0.1.2
fontconfig-2.4.2_2,1
fontsproto-2.0.2
fonttosfnt-1.0.3
freetype2-2.3.5
fslsfonts-1.0.1
fstobdf-1.0.2
gettext-0.17_1
gmake-3.81_3
help2man-1.36.4_2
iceauth-1.0.2
ico-1.0.2
imlib2-20070223_1,1
inputproto-1.4.2.1
jpeg-6b_4
kbproto-1.0.3
lha-1.14i_6
libFS-1.0.0
libICE-1.0.4,1
libSM-1.0.3,1
libX11-1.1.3,1
libXScrnSaver-1.1.2
libXTrap-1.0.0
libXau-1.0.3_2
libXaw-1.0.4,1
libXcomposite-0.4.0,1
libXcursor-1.1.9
libXdamage-1.1.1
libXdmcp-1.0.2
libXevie-1.0.2
libXext-1.0.3,1
libXfixes-4.0.3
libXfont-1.3.1_2,1
libXfontcache-1.0.4
libXft-2.1.12
libXi-1.1.3,1
libXinerama-1.0.2,1
libXmu-1.0.3,1
libXp-1.0.0,1
libXpm-3.5.7
libXprintAppUtil-1.0.1
libXprintUtil-1.0.1
libXrandr-1.2.2
libXrender-0.9.4
libXres-1.0.3_2
libXt-1.0.5
libXtst-1.0.3
libXv-1.0.3,1
libXvMC-1.0.4
libXxf86dga-1.0.2
libXxf86misc-1.0.1
libXxf86vm-1.0.1
libdmx-1.0.2
libdrm-2.3.1
libfontenc-1.0.4
libgmp-4.2.4
libiconv-1.11_1
libid3tag-0.15.1b
liboldX-1.0.1
libtool-1.5.26
libungif-4.1.4_5
libxkbfile-1.0.4
libxkbui-1.0.2
linux_base-fc-4_10
listres-1.0.1
luit-1.0.2_2
m4-1.4.11,1
makedepend-1.0.1,1
mkcomposecache-1.2_1
mkfontdir-1.0.3_1
mkfontscale-1.0.3
oclock-1.0.1
p5-gettext-1.05_2
perl-5.8.9
pixman-0.9.6
pkg-config-0.22_1
png-1.2.22
printproto-1.0.3
proftpd-1.3.2.r3_1
randrproto-1.2.1
recordproto-1.13.2
renderproto-0.9.3
rgb-1.0.1
rstart-1.0.2
scripts-1.0.1
scrnsaverproto-1.1.0
sessreg-1.0.3
setxkbmap-1.0.4
showfont-1.0.1_1
smproxy-1.0.2
tiff-3.8.2_1
trapproto-3.4.3
unzoo-4.4_2
videoproto-2.2.2
xbitmaps-1.0.1
xcursor-themes-1.0.1_1
xcursorgen-1.0.2
xextproto-7.0.2
xf86dgaproto-2.0.3
xf86miscproto-0.9.2
xf86vidmodeproto-2.2.2
xineramaproto-1.1.2
xorg-docs-1.4,1
xorg-libraries-7.3_1
xproto-7.0.10_1
xtrans-1.0.4

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