You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Stenberg <da...@haxx.se> on 2001/02/12 10:00:05 UTC

apr_sockaddr_ip_get is missing

Hi

While trying to build subversion, linking fails due to a missing
apr_sockaddr_ip_get function. Said to be first referenced in
apr/.libs/libapr.a(apr_snprintf.o).

I just updated my sources from CVS, this might of course not be a problem if
there's another checkin in the pipe...

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: apr_sockaddr_ip_get is missing

Posted by Daniel Stenberg <da...@haxx.se>.
On Mon, 12 Feb 2001, Greg Stein wrote:

> [ please send APR issues to dev@apr.apache.org; new-httpd is for the web
>   server. ]

Sorry 'bout that, but the BUGS file did say that was the address to use!
(I've changed that now.)

> I imagine it would work if you had dependencies set up in APR, but the
> easiest is to just rm network_io/unix/sockaddr.lo and rebuild APR.

Removed it and yes, it worked fine!

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: apr_sockaddr_ip_get is missing

Posted by Greg Stein <gs...@lyra.org>.
[ please send APR issues to dev@apr.apache.org; new-httpd is for the web
  server. ]

The error below is because network_io/unix/sockaddr.c was not rebuilt. It
wasn't changed in the big rename, but it includes sa_common.c (which *did*
change). I imagine it would work if you had dependencies set up in APR, but
the easiest is to just rm network_io/unix/sockaddr.lo and rebuild APR.

Once sockaddr is rebuilt with the new sa_common, then the new function will
be present.

Cheers,
-g

On Mon, Feb 12, 2001 at 11:00:05AM +0100, Daniel Stenberg wrote:
> Hi
> 
> While trying to build subversion, linking fails due to a missing
> apr_sockaddr_ip_get function. Said to be first referenced in
> apr/.libs/libapr.a(apr_snprintf.o).
> 
> I just updated my sources from CVS, this might of course not be a problem if
> there's another checkin in the pipe...
> 
> -- 
>       Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
>    ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
> 

-- 
Greg Stein, http://www.lyra.org/

Re: apr_sockaddr_ip_get is missing

Posted by Greg Stein <gs...@lyra.org>.
[ please send APR issues to dev@apr.apache.org; new-httpd is for the web
  server. ]

The error below is because network_io/unix/sockaddr.c was not rebuilt. It
wasn't changed in the big rename, but it includes sa_common.c (which *did*
change). I imagine it would work if you had dependencies set up in APR, but
the easiest is to just rm network_io/unix/sockaddr.lo and rebuild APR.

Once sockaddr is rebuilt with the new sa_common, then the new function will
be present.

Cheers,
-g

On Mon, Feb 12, 2001 at 11:00:05AM +0100, Daniel Stenberg wrote:
> Hi
> 
> While trying to build subversion, linking fails due to a missing
> apr_sockaddr_ip_get function. Said to be first referenced in
> apr/.libs/libapr.a(apr_snprintf.o).
> 
> I just updated my sources from CVS, this might of course not be a problem if
> there's another checkin in the pipe...
> 
> -- 
>       Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
>    ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
> 

-- 
Greg Stein, http://www.lyra.org/

Re: apr_sockaddr_ip_get is missing

Posted by Greg Stein <gs...@lyra.org>.
[ please send APR issues to dev@apr.apache.org; new-httpd is for the web
  server. ]

The error below is because network_io/unix/sockaddr.c was not rebuilt. It
wasn't changed in the big rename, but it includes sa_common.c (which *did*
change). I imagine it would work if you had dependencies set up in APR, but
the easiest is to just rm network_io/unix/sockaddr.lo and rebuild APR.

Once sockaddr is rebuilt with the new sa_common, then the new function will
be present.

Cheers,
-g

On Mon, Feb 12, 2001 at 11:00:05AM +0100, Daniel Stenberg wrote:
> Hi
> 
> While trying to build subversion, linking fails due to a missing
> apr_sockaddr_ip_get function. Said to be first referenced in
> apr/.libs/libapr.a(apr_snprintf.o).
> 
> I just updated my sources from CVS, this might of course not be a problem if
> there's another checkin in the pipe...
> 
> -- 
>       Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
>    ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
> 

-- 
Greg Stein, http://www.lyra.org/