[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 5 Jul 2011 21:33:03 +0200

On Tue, Jul 05, 2011 at 03:27:51PM -0400, Stéphane Gaudreault wrote:
> Compilation is not failing. The bindings fail at runtime on i686, but works on
> x86_64.
>
> Here are the perl and subversion cflags on i686 :
>
> subversion: -march=i686 -mtune=generic -O2 -pipe -pthread -
> D_LARGEFILE64_SOURCE -DNE_LFS
>
> perl: -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
>
> I think the problem may be caused by the absence of -D_FILE_OFFSET_BITS=64 in
> the subversion cflags. I do not get the failure in the "make test" if I do
> export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
> before building subversion.
>

Hi Stéphane,

This pretty much confirms the suspicion that this is a packaging
problem, as discussed here:
http://svn.haxx.se/users/archive-2011-06/0261.shtml

Please fix the packaging of Perl and Subversion in Arch Linux.
Other affected distributions should do the same.
Received on 2011-07-05 21:33:42 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.