Bug 40748

Summary: Cannot make subversion
Product: Ports & Packages Reporter: JY <leafy>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description JY 2002-07-19 05:10:02 UTC
While makeing /usr/ports/subversion , the folloowing error occurred:
su-2.05a# make
===>  Configuring for subversion-r2376
configure: WARNING: you should use --build, --host, --target
creating config.nice
configure: Apache Portable Runtime (APR) library configuration
checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a
build directory, or an apr-config file.
===>  Script "configure" failed unexpectedly.
      Please report the problem to rooneg@electricjellyfish.net [maintainer]
      and attach the
      "/usr/ports/devel/subversion/work/subversion-r2376/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/devel/subversion.

Seems that make cannot determine ${LOCALBASE}
Comment 1 rooneg 2002-07-19 13:43:28 UTC
On Fri, Jul 19, 2002 at 12:01:03PM +0800, JY wrote:
	
> >Description:
> While makeing /usr/ports/subversion , the folloowing error occurred:
> su-2.05a# make
> ===>  Configuring for subversion-r2376
> configure: WARNING: you should use --build, --host, --target
> creating config.nice
> configure: Apache Portable Runtime (APR) library configuration
> checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a
> build directory, or an apr-config file.
> ===>  Script "configure" failed unexpectedly.
>       Please report the problem to rooneg@electricjellyfish.net [maintainer]
>       and attach the
>       "/usr/ports/devel/subversion/work/subversion-r2376/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

do you have the devel/apr port installed, and if so what version?  if
you have the previous version of the port installed (which used to be
named apr-devel), you will need to uninstall it and install the up to
date version.

it would be useful if you could email me the contents of config.log
and the output of pkg_info on this machine so i could try to get a
better idea what's going on.

-garrett 

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
Comment 2 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-07-20 19:31:26 UTC
State Changed
From-To: open->closed

no longer a problem