Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jun 2010 06:08:17 +0000
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        "Abello, Vinny" <Vinny_Abello@dell.com>
Cc:        "apache@FreeBSD.org" <apache@freebsd.org>
Subject:   Re: FreeBSD Port: devel/apr1
Message-ID:  <4C0746D1.9080709@p6m7g8.com>
In-Reply-To: <A47E89A512E4FF4492CA4DE10D7B7C9002AD0230A7@pscdalpexmb02.perotsystems.net>
References:  <A47E89A512E4FF4492CA4DE10D7B7C9002AD0230A7@pscdalpexmb02.perotsystems.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Your system is in a bad state indicitive of devel/libtool22 errors or 
other auto* tool errors.

I would suggest deinstalling most of your packages, verify /usr/local/ 
is clean by hand

THEN and only THEN

install things again.

This bug has nothing to do with the devel/apr[01] ports themselves.


On 06/02/10 21:14, Abello, Vinny wrote:
> Hello,
>
>
>
> I'm having a horrible time with devel/apr1 on one of my FreeBSD systems. I'm
> currently running FreeBSD 6.4-RELEASE i386. I just upgraded it from a build
> of 6.2 thinking that was the problem but no luck.
>
>
>
> Basically, I tried to upgrade Apache22 to the latest build to fix a security
> vulnerability and devel/apr1 will not compile no matter what I try. I get
> the following error consistently no matter how I try to compile it and I've
> recompiled libtool and various other things I can't remember now. I found
> one other person having this problem but no clear way to fix it. Here is my
> make output:
>
>
>
> ===>   Building for apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1
>
> cd /usr/ports/devel/apr1/work/apr-1.4.2; /usr/bin/env SHELL=/bin/sh
> NO_LINT=YES ACLOCAL=/usr/local/bin/aclocal-1.9
> AUTOMAKE=/usr/local/bin/automake-1.9 AUTOMAKE_VERSION=19
> AUTOCONF=/usr/local/bin/autoconf-2.62
> AUTOHEADER=/usr/local/bin/autoheader-2.62
> AUTOIFNAMES=/usr/local/bin/ifnames-2.62
> AUTOM4TE=/usr/local/bin/autom4te-2.62
> AUTORECONF=/usr/local/bin/autoreconf-2.62
> AUTOSCAN=/usr/local/bin/autoscan-2.62
> AUTOUPDATE=/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=262
> LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize
> LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 PREFIX=/usr/local
> LOCALBASE=/usr/local X11BASE=/usr/local  MOTIFLIB="-L/usr/local/lib -lXm
> -lXp" LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -fno-strict-aliasing -pipe"
> CXX="c++" CXXFLAGS="-O2 -fno-strict-aliasing -pipe"  MANPREFIX="/usr/local"
> BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"
> BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"
> BSD_INSTALL_DATA="install  -o root -g wheel -m 444"
> BSD_INSTALL_MAN="install  -o root -g wheel -m 444" make
>
> /bin/sh /usr/ports/devel/apr1/work/apr-1.4.2/libtool --silent --mode=compile
> cc -g -O2   -DHAVE_CONFIG_H    -I./include
> -I/usr/ports/devel/apr1/work/apr-1.4.2/include/arch/unix
> -I./include/arch/unix
> -I/usr/ports/devel/apr1/work/apr-1.4.2/include/arch/unix
> -I/usr/ports/devel/apr1/work/apr-1.4.2/include  -o passwd/apr_getpass.lo -c
> passwd/apr_getpass.c&&  touch passwd/apr_getpass.lo
>
> X--mode=compile: not found
>
> *** Warning: inferring the mode of operation is deprecated.: not found
>
> *** Future versions of Libtool will require --mode=MODE be specified.: not
> found
>
> Xcc: not found
>
> X-g: not found
>
> X-O2: not found
>
> X-DHAVE_CONFIG_H: not found
>
> /usr/ports/devel/apr1/work/apr-1.4.2/libtool: X-I./include: not found
>
> /usr/ports/devel/apr1/work/apr-1.4.2/libtool:
> X-I/usr/ports/devel/apr1/work/apr-1.4.2/include/arch/unix: not found
>
> /usr/ports/devel/apr1/work/apr-1.4.2/libtool: X-I./include/arch/unix: not
> found
>
> /usr/ports/devel/apr1/work/apr-1.4.2/libtool:
> X-I/usr/ports/devel/apr1/work/apr-1.4.2/include/arch/unix: not found
>
> /usr/ports/devel/apr1/work/apr-1.4.2/libtool:
> X-I/usr/ports/devel/apr1/work/apr-1.4.2/include: not found
>
> X-c: not found
>
> /usr/ports/devel/apr1/work/apr-1.4.2/libtool: Xpasswd/apr_getpass.lo: not
> found
>
> libtool: compile: cannot determine name of library object from `': not found
>
> *** Error code 1
>
>
>
> Stop in /usr/ports/devel/apr1/work/apr-1.4.2.
>
> *** Error code 1
>
>
>
> Stop in /usr/ports/devel/apr1/work/apr-1.4.2.
>
> *** Error code 1
>
>
>
> Stop in /usr/ports/devel/apr1.
>
> *** Error code 1
>
>
>
> Stop in /usr/ports/devel/apr1.
>
>
>
>
>
>
>
>
>
> Version info:
>
>
>
> engbox# uname -a
>
> FreeBSD engbox.tellurian.net 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Jun  2
> 01:55:41 EDT 2010     root@engbox.tellurian.net:/usr/obj/usr/src/sys/GENERIC
> i386
>
>
>
> All config options are defaults.
>
>
>
> Any direction you can provide in helping me fix this would be greatly
> appreciated. I have no issues compiling this on other FreeBSD boxes that I
> have running newer versions of FreeBSD. I was considering bringing the box
> up to 8.0 (which I was going to do eventually anyway) but wasn't sure if
> that would even fix the error or is related to the problem. Poking around
> and trying to determine the cause of the problem is unfortunately beyond my
> skill set.
>
>
>
> Thanks!
>
>
>
> Vinny Abello
>
> Network Engineer
>
> Dell | Physician Services
>
> office +1 973 940 6125
>
> mobile +1 973 868 0610
>
> vinny_abello@dell.com
>
>
>


-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Sr. System Admin,                 Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



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