You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@yahoo.com> on 2002/11/12 10:03:43 UTC

configure error, solaris8, cc

when running:
./configure --prefix=/usr/local --with-berkeley-db=/usr/local
--with-apxs=/usr/local/bin/apxs --with-apr=/usr/local
--with-apr-util=/usr/local --with-neon=/usr/local/neon-0.23.5/
--disable-static

there is a wrong result in the Makefile:
SVN_APRUTIL_LIBS =  /usr/local/lib/libaprutil-0.la -ldb
/usr/src/httpd-2.0.43/srclib/apr-util-lexpat

which should be:
SVN_APRUTIL_LIBS =  /usr/local/lib/libaprutil-0.la -ldb -lexpat


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: apu-config (was Re: configure error, solaris8, cc)

Posted by Sander Striker <st...@apache.org>.
> From: Sander Striker [mailto:striker@apache.org]
> Sent: 12 November 2002 18:53

>> From: Jani Averbach [mailto:jaa@cc.jyu.fi]
>> Sent: 12 November 2002 18:17
> 
>> On 12 Nov 2002, Karl Fogel wrote:
>> 
>>> Whups.  It really does this
>>>
>>>    /usr/src/httpd-2.0.43/srclib/apr-util-lexpat
>>>                                 ^^^^^^^^^^^^^^^
>>>
>>> ?  Yuck :-).
>>>
>>> Can you file an issue for this?  (And do you have any idea what's
>>> causing it?  It might be easy to track down...)
>>>
>> 
>> If you access apu-config via link, it produces bogus information:
>> 
>> [19:14:27] ~/data/svn_stuff
>> jaa @ eowyn 59 $ /opt/svnd/default/bin/apu-config --libs
>>  -ldb /home/data/jaa/sw/svn_stuff/builddir/httpd-2.0/srclib/apr-util/xml/expat/lib/libexpat.la
>> 
>> 
>> [19:14:31] ~/data/svn_stuff
>> jaa @ eowyn 60 $ /opt/svnd/test-20021101-160445/bin/apu-config --libs
>>  -ldb -lexpat
>> 
>> 
>> default is pointing to test-20021101-160445, apr-config seems to be fine.
> 
> apu-config.in was patched sometime ago to get it to work on darwin.  Unfortunately
> it broke on other platforms (mine included).  I'll go and fix this now...

I can't seem to reproduce this anymore.  I switched platforms a few weeks ago, so that
must be it, since there were no code changes to apr-util/apu-config.in that touched
this codepath.  Bah.

Jani, could you please sent me your apu-config?

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: apu-config (was Re: configure error, solaris8, cc)

Posted by Sander Striker <st...@apache.org>.
> From: Jani Averbach [mailto:jaa@cc.jyu.fi]
> Sent: 12 November 2002 18:17

> On 12 Nov 2002, Karl Fogel wrote:
> 
> > Whups.  It really does this
> >
> >    /usr/src/httpd-2.0.43/srclib/apr-util-lexpat
> >                                 ^^^^^^^^^^^^^^^
> >
> > ?  Yuck :-).
> >
> > Can you file an issue for this?  (And do you have any idea what's
> > causing it?  It might be easy to track down...)
> >
> 
> If you access apu-config via link, it produces bogus information:
> 
> [19:14:27] ~/data/svn_stuff
> jaa @ eowyn 59 $ /opt/svnd/default/bin/apu-config --libs
>  -ldb /home/data/jaa/sw/svn_stuff/builddir/httpd-2.0/srclib/apr-util/xml/expat/lib/libexpat.la
> 
> 
> [19:14:31] ~/data/svn_stuff
> jaa @ eowyn 60 $ /opt/svnd/test-20021101-160445/bin/apu-config --libs
>  -ldb -lexpat
> 
> 
> default is pointing to test-20021101-160445, apr-config seems to be fine.

apu-config.in was patched sometime ago to get it to work on darwin.  Unfortunately
it broke on other platforms (mine included).  I'll go and fix this now...

Sander


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

apu-config (was Re: configure error, solaris8, cc)

Posted by Jani Averbach <ja...@cc.jyu.fi>.
On 12 Nov 2002, Karl Fogel wrote:

> Whups.  It really does this
>
>    /usr/src/httpd-2.0.43/srclib/apr-util-lexpat
>                                 ^^^^^^^^^^^^^^^
>
> ?  Yuck :-).
>
> Can you file an issue for this?  (And do you have any idea what's
> causing it?  It might be easy to track down...)
>

If you access apu-config via link, it produces bogus information:

[19:14:27] ~/data/svn_stuff
jaa @ eowyn 59 $ /opt/svnd/default/bin/apu-config --libs
 -ldb /home/data/jaa/sw/svn_stuff/builddir/httpd-2.0/srclib/apr-util/xml/expat/lib/libexpat.la


[19:14:31] ~/data/svn_stuff
jaa @ eowyn 60 $ /opt/svnd/test-20021101-160445/bin/apu-config --libs
 -ldb -lexpat


default is pointing to test-20021101-160445, apr-config seems to be fine.


BR, Jani

--
Jani Averbach


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: configure error, solaris8, cc

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
solo turn <so...@yahoo.com> writes:
> when running:
> ./configure --prefix=/usr/local --with-berkeley-db=/usr/local
> --with-apxs=/usr/local/bin/apxs --with-apr=/usr/local
> --with-apr-util=/usr/local --with-neon=/usr/local/neon-0.23.5/
> --disable-static
> 
> there is a wrong result in the Makefile:
> SVN_APRUTIL_LIBS =  /usr/local/lib/libaprutil-0.la -ldb
> /usr/src/httpd-2.0.43/srclib/apr-util-lexpat
> 
> which should be:
> SVN_APRUTIL_LIBS =  /usr/local/lib/libaprutil-0.la -ldb -lexpat

Whups.  It really does this

   /usr/src/httpd-2.0.43/srclib/apr-util-lexpat
                                ^^^^^^^^^^^^^^^

?  Yuck :-).

Can you file an issue for this?  (And do you have any idea what's
causing it?  It might be easy to track down...)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org