[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: Stéphane Gaudreault <stephane_at_archlinux.org>
Date: Thu, 7 Jul 2011 09:31:43 -0400

Le 7 juillet 2011 08:43:06, Philip Martin a écrit :
> Stéphane Gaudreault <stephane_at_archlinux.org> writes:
> > # perl -MExtUtils::Embed -e ccopts
> >
> > -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector
> > -I/usr/local/include -D_LARGEFILE_SOURCE -
> >
> > D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE
> >
> > It seems that the new perl 5.14 ExtUtils::MakeMaker it doesn't work well
> > on i686 [1]. Maybe these two issues are be related ?
> >
> > [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522
>
> If you change the line in configure from
>
> SWIG_PL_INCLUDES="\$(SWIG_INCLUDES) `$PERL -MExtUtils::Embed -e
> ccopts`"
>
> to
>
> SWIG_PL_INCLUDES="\$(SWIG_INCLUDES) `unset CFLAGS; $PERL
> -MExtUtils::Embed -e ccopts`"
>
> does it fix the problem?

make test still fails with the "Bizarre copy of UNKNOWN" error when I change this line in configure.
Received on 2011-07-07 15:32:13 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.