Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 01:20:23 -0500
From:      "Abello, Vinny" <Vinny_Abello@dell.com>
To:        "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Cc:        "apache@FreeBSD.org" <apache@freebsd.org>
Subject:   Re: FreeBSD Port: devel/apr1
Message-ID:  <C4DC39B3-F0FB-496B-A7AC-979C487E9F09@dell.com>
In-Reply-To: <4C0746D1.9080709@p6m7g8.com>
References:  <A47E89A512E4FF4492CA4DE10D7B7C9002AD0230A7@pscdalpexmb02.perotsystems.net> <4C0746D1.9080709@p6m7g8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Philip,

Thank you for the reply.

Just to be clear, what exactly should I be doing to verify /usr/local/ is "=
clean" after deinstalling most of my packages? What should a clean /usr/loc=
al/ directory look like?

I did temporarily work around this issue by installing the Apache package v=
ia 'pkg_add -r apache22' which installed a slightly older version that is t=
argeted against other older packages, but I'm at least running as of the mo=
ment. I obviously want to fix the root cause though and get it working prop=
erly.

Thanks again!

-Vinny

On Jun 3, 2010, at 2:08 AM, Philip M. Gollucci wrote:

> Your system is in a bad state indicitive of devel/libtool22 errors or=20
> other auto* tool errors.
>=20
> I would suggest deinstalling most of your packages, verify /usr/local/=20
> is clean by hand
>=20
> THEN and only THEN
>=20
> install things again.
>=20
> This bug has nothing to do with the devel/apr[01] ports themselves.
>=20
>=20
> On 06/02/10 21:14, Abello, Vinny wrote:
>> Hello,
>>=20
>>=20
>>=20
>> 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 bu=
ild
>> of 6.2 thinking that was the problem but no luck.
>>=20
>>=20
>>=20
>> Basically, I tried to upgrade Apache22 to the latest build to fix a secu=
rity
>> vulnerability and devel/apr1 will not compile no matter what I try. I ge=
t
>> 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 foun=
d
>> one other person having this problem but no clear way to fix it. Here is=
 my
>> make output:
>>=20
>>=20
>>=20
>> =3D=3D=3D>   Building for apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1
>>=20
>> cd /usr/ports/devel/apr1/work/apr-1.4.2; /usr/bin/env SHELL=3D/bin/sh
>> NO_LINT=3DYES ACLOCAL=3D/usr/local/bin/aclocal-1.9
>> AUTOMAKE=3D/usr/local/bin/automake-1.9 AUTOMAKE_VERSION=3D19
>> AUTOCONF=3D/usr/local/bin/autoconf-2.62
>> AUTOHEADER=3D/usr/local/bin/autoheader-2.62
>> AUTOIFNAMES=3D/usr/local/bin/ifnames-2.62
>> AUTOM4TE=3D/usr/local/bin/autom4te-2.62
>> AUTORECONF=3D/usr/local/bin/autoreconf-2.62
>> AUTOSCAN=3D/usr/local/bin/autoscan-2.62
>> AUTOUPDATE=3D/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=3D262
>> LIBTOOL=3D/usr/local/bin/libtool LIBTOOLIZE=3D/usr/local/bin/libtoolize
>> LIBTOOL_M4=3D/usr/local/share/aclocal/libtool.m4 PREFIX=3D/usr/local
>> LOCALBASE=3D/usr/local X11BASE=3D/usr/local  MOTIFLIB=3D"-L/usr/local/li=
b -lXm
>> -lXp" LIBDIR=3D"/usr/lib"  CC=3D"cc" CFLAGS=3D"-O2 -fno-strict-aliasing =
-pipe"
>> CXX=3D"c++" CXXFLAGS=3D"-O2 -fno-strict-aliasing -pipe"  MANPREFIX=3D"/u=
sr/local"
>> BSD_INSTALL_PROGRAM=3D"install  -s -o root -g wheel -m 555"
>> BSD_INSTALL_SCRIPT=3D"install  -o root -g wheel -m 555"
>> BSD_INSTALL_DATA=3D"install  -o root -g wheel -m 444"
>> BSD_INSTALL_MAN=3D"install  -o root -g wheel -m 444" make
>>=20
>> /bin/sh /usr/ports/devel/apr1/work/apr-1.4.2/libtool --silent --mode=3Dc=
ompile
>> 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
>>=20
>> X--mode=3Dcompile: not found
>>=20
>> *** Warning: inferring the mode of operation is deprecated.: not found
>>=20
>> *** Future versions of Libtool will require --mode=3DMODE be specified.:=
 not
>> found
>>=20
>> Xcc: not found
>>=20
>> X-g: not found
>>=20
>> X-O2: not found
>>=20
>> X-DHAVE_CONFIG_H: not found
>>=20
>> /usr/ports/devel/apr1/work/apr-1.4.2/libtool: X-I./include: not found
>>=20
>> /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
>>=20
>> /usr/ports/devel/apr1/work/apr-1.4.2/libtool: X-I./include/arch/unix: no=
t
>> found
>>=20
>> /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
>>=20
>> /usr/ports/devel/apr1/work/apr-1.4.2/libtool:
>> X-I/usr/ports/devel/apr1/work/apr-1.4.2/include: not found
>>=20
>> X-c: not found
>>=20
>> /usr/ports/devel/apr1/work/apr-1.4.2/libtool: Xpasswd/apr_getpass.lo: no=
t
>> found
>>=20
>> libtool: compile: cannot determine name of library object from `': not f=
ound
>>=20
>> *** Error code 1
>>=20
>>=20
>>=20
>> Stop in /usr/ports/devel/apr1/work/apr-1.4.2.
>>=20
>> *** Error code 1
>>=20
>>=20
>>=20
>> Stop in /usr/ports/devel/apr1/work/apr-1.4.2.
>>=20
>> *** Error code 1
>>=20
>>=20
>>=20
>> Stop in /usr/ports/devel/apr1.
>>=20
>> *** Error code 1
>>=20
>>=20
>>=20
>> Stop in /usr/ports/devel/apr1.
>>=20
>>=20
>>=20
>>=20
>>=20
>>=20
>>=20
>>=20
>>=20
>> Version info:
>>=20
>>=20
>>=20
>> engbox# uname -a
>>=20
>> 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/GEN=
ERIC
>> i386
>>=20
>>=20
>>=20
>> All config options are defaults.
>>=20
>>=20
>>=20
>> 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 b=
ox
>> 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 aroun=
d
>> and trying to determine the cause of the problem is unfortunately beyond=
 my
>> skill set.
>>=20
>>=20
>>=20
>> Thanks!
>>=20
>>=20
>>=20
>> Vinny Abello
>>=20
>> Network Engineer
>>=20
>> Dell | Physician Services
>>=20
>> office +1 973 940 6125
>>=20
>> mobile +1 973 868 0610
>>=20
>> vinny_abello@dell.com
>>=20
>>=20
>>=20
>=20
>=20
> --=20
> ------------------------------------------------------------------------
> 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.
>=20
> 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?C4DC39B3-F0FB-496B-A7AC-979C487E9F09>