Re: [Swig-user] tests of swig/perl bindings failing in svn build -- is the problem Swig, Perl or Subversion?
From: JT DeLys <jtdelys_at_gmail.com>
Date: 2007-07-21 01:34:08 CEST
Hi John,
> These are subversion errors... the key error is
reading about 'RTLD_GLOBAL' here, generally,
http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
& here, platform-specific (for osx),
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/dlopen.3.html
One of the following flags may be ORed into the mode argument:
RTLD_GLOBAL Symbols exported from this image (dynamic library
since these tests 'involve' svn, perl & swig, i first undertook to
add to swig 1.3.31's build env var, $LDFLAGS,
setenv LDFLAGS "... -flat_namespace ..."
then rebuild/reinstall it, and, then,
do the same for svn, adding,
setenv LDFLAGS "... -flat_namespace ..."
and, again, then rebuilding/reinstalling svn & the perl bindings.
unfortunately,
make check-swig-pl
still fails as above. :-/
is it a problem with the perl env itself?
on my sys, perl is built NOT with/for -flat_namespace, but rather, for
perl -V | grep archname
Is there some other specific config/flag/switch/knob to try?
Thanks!
-- Thanks, JTDeLys --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Jul 21 01:33:23 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.