You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by axdmoraes <al...@gmail.com> on 2009/08/24 11:33:38 UTC

A lot of Warnings on make.

Hi everybody,

I´m installing subversion 1.6.4 and when I run make in apr it returns me a
lot of warnings and there are some decrecated warnigns. Can you tell me
something about these warnings and if i will cause me future problems?

Thanks,

Alexandre Moraes

Warnings:

making all in apr
dbd/apr_dbd_odbc.c:1032: warning: cast to pointer from integer of different
size

dbd/apr_dbd_odbc.c:1124: warning: cast to pointer from integer of different
size

buckets/ssl_buckets.c:1267: warning: passing argument 2 of ‘i2d_X509’ from
incompatible pointer type

subversion/libsvn_client/diff.c:563: warning: ‘svn_io_run_diff’ is
deprecated (declared at ./subversion/include/svn_io.h:1311)

subversion/libsvn_wc/merge.c:399: warning: ‘svn_io_run_diff3_2’ is
deprecated (declared at ./subversion/include/svn_io.h:1382)

subversion/libsvn_wc/props.c:1957: warning: ‘svn_wc__loggy_append’ is
deprecated (declared at subversion/libsvn_wc/log.h:78)

subversion/libsvn_ra_neon/commit.c:322: warning:
‘svn_path_url_add_component’ is deprecated (declared at
./subversion/include/svn_path.h:542)

subversion/libsvn_ra/ra_loader.c:89: warning: ‘svn_ra_dav_init’ is
deprecated (declared at ./subversion/include/svn_ra.h:2149)

subversion/libsvn_ra/ra_loader.c:98: warning: ‘svn_ra_svn_init’ is
deprecated (declared at ./subversion/include/svn_ra.h:2167)
subversion/libsvn_ra/ra_loader.c:107: warning: ‘svn_ra_local_init’ is
deprecated (declared at ./subversion/include/svn_ra.h:2158)
subversion/libsvn_ra/ra_loader.c:116: warning: ‘svn_ra_serf_init’ is
deprecated (declared at ./subversion/include/svn_ra.h:2177)

-- 
View this message in context: http://www.nabble.com/A-lot-of-Warnings-on-make.-tp25114457p25114457.html
Sent from the Subversion Users mailing list archive at Nabble.com.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386707

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: A lot of Warnings on make.

Posted by axdmoraes <al...@gmail.com>.
Hi Stefan,

I installed the apr version(util - 1.3.9) from subversion 1.6.5 and worked
on Suse 64.
But another problem happened. 
In serf there´s a warning that seems to be a 64 processor problem but I´m
not sure.
Here is the warning:

buckets/ssl_buckets.c:1267: warning: passing argument 2 of âi2d_X509â from
incompatible pointer type


I´ll search for a newer version.
If you have another ideas, please let me know..

Thanks,

Alexandre


axdmoraes wrote:
> 
> I downloaded version 1.6.5 and the apr version is the latest, version
> 1.3.9.
> I´ll try to compile this one and later I´ll post here if it worked.
> 
> Thanks 
> Alexandre Moraes
> 
> 
> 
> axdmoraes wrote:
>> 
>> I´m compiling the version that comes with subversion-deps from this file
>> subversion-deps-1.6.4.tar.bz2.
>> 
>> I think that the version from apr is 1.3.5.
>> 
>> 
>> Stefan Sperling-7 wrote:
>>> 
>>> On Mon, Aug 24, 2009 at 05:16:40AM -0700, axdmoraes wrote:
>>>> Is there a version of apr_dbd_odbc.c that i can replace this one?
>>> 
>>> No idea.
>>> You haven't told us yet which version of APR you are compiling.
>>> 
>>> Stefan
>>> 
>>> ------------------------------------------------------
>>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386720
>>> 
>>> To unsubscribe from this discussion, e-mail:
>>> [users-unsubscribe@subversion.tigris.org].
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/A-lot-of-Warnings-on-make.-tp25114457p25132905.html
Sent from the Subversion Users mailing list archive at Nabble.com.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2387039

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: A lot of Warnings on make.

Posted by axdmoraes <al...@gmail.com>.
I downloaded version 1.6.5 and the apr version is the latest, version 1.3.9.
I´ll try to compile this one and later I´ll post here if it worked.

Thanks 
Alexandre Moraes



axdmoraes wrote:
> 
> I´m compiling the version that comes with subversion-deps from this file
> subversion-deps-1.6.4.tar.bz2.
> 
> I think that the version from apr is 1.3.5.
> 
> 
> Stefan Sperling-7 wrote:
>> 
>> On Mon, Aug 24, 2009 at 05:16:40AM -0700, axdmoraes wrote:
>>> Is there a version of apr_dbd_odbc.c that i can replace this one?
>> 
>> No idea.
>> You haven't told us yet which version of APR you are compiling.
>> 
>> Stefan
>> 
>> ------------------------------------------------------
>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386720
>> 
>> To unsubscribe from this discussion, e-mail:
>> [users-unsubscribe@subversion.tigris.org].
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/A-lot-of-Warnings-on-make.-tp25114457p25117579.html
Sent from the Subversion Users mailing list archive at Nabble.com.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386745

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: A lot of Warnings on make.

Posted by axdmoraes <al...@gmail.com>.
I´m compiling the version that comes with subversion-deps from this file
subversion-deps-1.6.4.tar.bz2.

I think that the version from apr is 1.3.5.


Stefan Sperling-7 wrote:
> 
> On Mon, Aug 24, 2009 at 05:16:40AM -0700, axdmoraes wrote:
>> Is there a version of apr_dbd_odbc.c that i can replace this one?
> 
> No idea.
> You haven't told us yet which version of APR you are compiling.
> 
> Stefan
> 
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386720
> 
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe@subversion.tigris.org].
> 
> 

-- 
View this message in context: http://www.nabble.com/A-lot-of-Warnings-on-make.-tp25114457p25115480.html
Sent from the Subversion Users mailing list archive at Nabble.com.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386721

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: A lot of Warnings on make.

Posted by Stefan Sperling <st...@elego.de>.
On Mon, Aug 24, 2009 at 05:16:40AM -0700, axdmoraes wrote:
> Is there a version of apr_dbd_odbc.c that i can replace this one?

No idea.
You haven't told us yet which version of APR you are compiling.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386720

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: A lot of Warnings on make.

Posted by axdmoraes <al...@gmail.com>.
Is there a version of apr_dbd_odbc.c that i can replace this one?



Stefan Sperling-7 wrote:
> 
> On Mon, Aug 24, 2009 at 04:33:38AM -0700, axdmoraes wrote:
>> Hi everybody,
>> 
>> I??m installing subversion 1.6.4
> 
> 1.6.5 was released this weekend.
> 
>> and when I run make in apr it returns me a
>> lot of warnings and there are some decrecated warnigns. Can you tell me
>> something about these warnings and if i will cause me future problems?
> 
> All those deprecation warnings are harmless. They just exist to annoy
> Subversion's developers so that they'll gradually update the existing
> code to use non-deprecated APIs. But these warnings do not in any way
> directly affect the functionality of the compiled code.
> 
>> making all in apr
>> dbd/apr_dbd_odbc.c:1032: warning: cast to pointer from integer of
>> different
>> size
>> 
>> dbd/apr_dbd_odbc.c:1124: warning: cast to pointer from integer of
>> different
>> size
> 
> Those are warnings from APR and look bad.
> That code might not be 64bit-clean.
> 
> Stefan
> 
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386712
> 
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe@subversion.tigris.org].
> 
> 

-- 
View this message in context: http://www.nabble.com/A-lot-of-Warnings-on-make.-tp25114457p25115011.html
Sent from the Subversion Users mailing list archive at Nabble.com.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386717

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: A lot of Warnings on make.

Posted by Stefan Sperling <st...@elego.de>.
On Mon, Aug 24, 2009 at 04:33:38AM -0700, axdmoraes wrote:
> Hi everybody,
> 
> I??m installing subversion 1.6.4

1.6.5 was released this weekend.

> and when I run make in apr it returns me a
> lot of warnings and there are some decrecated warnigns. Can you tell me
> something about these warnings and if i will cause me future problems?

All those deprecation warnings are harmless. They just exist to annoy
Subversion's developers so that they'll gradually update the existing
code to use non-deprecated APIs. But these warnings do not in any way
directly affect the functionality of the compiled code.

> making all in apr
> dbd/apr_dbd_odbc.c:1032: warning: cast to pointer from integer of different
> size
> 
> dbd/apr_dbd_odbc.c:1124: warning: cast to pointer from integer of different
> size

Those are warnings from APR and look bad.
That code might not be 64bit-clean.

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386712

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].