Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 14:06:12 +1100
From:      Alastair Rankine <arankine@gmail.com>
To:        Andre Heider <a.heider@gmail.com>
Cc:        ports@freebsd.org
Subject:   Re: subversion build fails
Message-ID:  <7caf76e40511141906m5430de5cn683b1c3eae17390e@mail.gmail.com>
In-Reply-To: <437864EA.4050808@gmail.com>
References:  <7caf76e40511140136j3d1b9d25sb4a9b81bffaf31eb@mail.gmail.com> <437864EA.4050808@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, that works nicely.

If someone is fixing this, please note that the WITH_BOOK option no
longer works. (The book has been moved to a separate repository)


On 11/14/05, Andre Heider <a.heider@gmail.com> wrote:
> Alastair Rankine wrote:
> > Hi,
> >
> > I am having difficulty building subversion with apache 2.0.55 installed=
.
> >
> > I notice at least one other person has the same problem
> > (http://lists.freebsd.org/pipermail/freebsd-ports/2005-November/027240.=
html)
> >
> > Basically it tries to re-install apache and fails (see below)
> >
> > Do you have a fix or workaround?
> >
> > Thanks in advance,
> >
> >
> > subversion $ portinstall -sr subversion
> > --->  Installing 'subversion-1.3.0.r2' from a port (devel/subversion)
> > --->  Building '/usr/ports/devel/subversion' with make flags:
> > WITH_MOD_DAV_SVN=3D1 WITH_APACHE2_APR=3D1 WITH_SVNSERVE_WRAPPER=3D1
> > WITH_BOOK=3D1
> > =3D=3D=3D>  Cleaning for libiconv-1.9.2_1
> > =3D=3D=3D>  Cleaning for autoconf-2.59_2
> > =3D=3D=3D>  Cleaning for gettext-0.14.5
> > =3D=3D=3D>  Cleaning for gmake-3.80_2
> > =3D=3D=3D>  Cleaning for libtool-1.5.20
> > =3D=3D=3D>  Cleaning for m4-1.4.3
> > =3D=3D=3D>  Cleaning for p5-gettext-1.03
> > =3D=3D=3D>  Cleaning for perl-5.8.7
> > =3D=3D=3D>  Cleaning for help2man-1.36.2
> > =3D=3D=3D>  Cleaning for expat-1.95.8_3
> > =3D=3D=3D>  Cleaning for apache-2.0.55
> > =3D=3D=3D>  Cleaning for neon-0.24.7
> > =3D=3D=3D>  Cleaning for subversion-1.3.0.r2
> > --->  [Executing a command as root: sudo /usr/bin/script -qa
> > /tmp/portinstall93525.0 make WITH_MOD_DAV_SVN=3D1 WITH_APACHE2_APR=3D1
> > WITH_SVNSERVE_WRAPPER=3D1 WITH_BOOK=3D1 fetch-depends build-depends
> > lib-depends misc-depends]
> > Password:
> > =3D=3D=3D>   subversion-1.3.0.r2 depends on executable:  - not found
> > =3D=3D=3D>    Verifying install for  in /usr/ports/www/apache2
> >
> > [... complete build of apache ...]
> >
> > =3D=3D=3D>  Installing for apache-2.0.55
> > =3D=3D=3D>   apache-2.0.55 depends on file: /usr/local/bin/perl5.8.7 - =
found
> > =3D=3D=3D>   Generating temporary packing list
> > =3D=3D=3D>  Checking if www/apache2 already installed
> > =3D=3D=3D>   apache-2.0.55 is already installed
> >       You may wish to ``make deinstall'' and install this port again
> >       by ``make reinstall'' to upgrade it properly.
> >       If you really wish to overwrite the old port of www/apache2
> >       without deleting it first, set the variable "FORCE_PKG_REGISTER"
> >       in your environment or the "make install" command line.
> > *** Error code 1
> >
> > Stop in /usr/ports/www/apache2.
> > *** Error code 1
> >
> > Stop in /usr/ports/devel/subversion.
> > ** Listing the failed packages (*:skipped / !:failed)
> >         ! devel/subversion      (dependent ports)
> > --->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
> >
>
> just looked at the makefile, and problem only occurs when building with
> WITH_APACHE2_APR:
>
> .if defined(WITH_APACHE2_APR)
> APACHE2_PORT?=3D  www/apache2
> BUILD_DEPENDS+=3D ${APXS}:${PORTSDIR}/${APACHE2_PORT}
> RUN_DEPENDS+=3D   ${APXS}:${PORTSDIR}/${APACHE2_PORT}
>
> APXS isnt set (at least on 6.0 release), thats why it spits out "=3D=3D=
=3D>
> subversion-1.3.0.r2 depends on executable:  - not found"
>
> adding "APXS=3D           apxs" to the makefile solved this problem
>
> regards
>



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