Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2002 11:18:19 +0200
From:      Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
To:        ports@freebsd.org
Subject:   Problem with building graphics/libwmf
Message-ID:  <20020725111819.A56824@deejai2.mch.fsc.net>

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

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

While trying to build ImageMagick, the dependency graphics/libwmf
was built. But during configure, I got this:
---snip---
===>  Configuring for libwmf-0.2.5_1
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... Invalid configuration `I386-portbld-freebsd4.6': machine `I386-portbld' not recognized
configure: error: /usr/local/bin/bash ./config.sub I386-portbld-freebsd4.6 failed
===>  Script "configure" failed unexpectedly.
      Please report the problem to ports@FreeBSD.org [maintainer] and attach
      the "/usr/ports/graphics/libwmf/work/libwmf-0.2.5/config.log" including
      the output of the failure of your make command. Also, it might be a good
      idea to provide an overview of all packages installed on your system
      (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/graphics/libwmf.
---snip---

Attached please find <<work/libwmf-0.2.5/config.log>>

For me, it helped to invoke:
 # make configure CONFIGURE_TARGET=i386-portbld-freebsd4.6
as a workaround.

  Martin
-- 
<Martin.Kraemer@Fujitsu-Siemens.com>         |     Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730  Munich,  Germany

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="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 libwmf configure 0.2.5, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --enable-magick --with-sys-gd=no --with-png=/usr/local --with-jpeg=/usr/local --with-gsfontdir=/usr/local/share/ghostscript/fonts --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local --build=I386-portbld-freebsd4.6

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

hostname = deejai2.mch.fsc.net
uname -m = i386
uname -r = 4.6-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 4.6-STABLE #9: Tue Jul 16 10:46:49 CEST 2002     martin@deejai2.mch.fsc.net:/usr/src/sys/compile/DEEJAI4B 

/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: /home/com5/martin/BIN
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: .
PATH: /usr/bin/X11
PATH: /usr/local/jdk1.3.1/bin
PATH: /mx3_54/local/bin


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

configure:1498: checking for a BSD-compatible install
configure:1552: result: /usr/bin/install -c -o root -g wheel
configure:1563: checking whether build environment is sane
configure:1606: result: yes
configure:1639: checking for gawk
configure:1655: found /usr/local/bin/gawk
configure:1665: result: gawk
configure:1675: checking whether make sets ${MAKE}
configure:1695: result: yes
configure:1900: checking build system type
configure:1913: error: /usr/local/bin/bash ./config.sub I386-portbld-freebsd4.6 failed

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

ac_cv_build=
ac_cv_build_alias=I386-portbld-freebsd4.6
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=' -O -pipe '
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=I386-portbld-freebsd4.6
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=gawk
ac_cv_prog_make_make_set=yes

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

#define PACKAGE_NAME "libwmf"
#define PACKAGE_TARNAME "libwmf"
#define PACKAGE_VERSION "0.2.5"
#define PACKAGE_STRING "libwmf 0.2.5"
#define PACKAGE_BUGREPORT "wvware-devel@sourceforge.net"

configure: exit 1

--KsGdsel6WgEHnImy--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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