[Patches] [ python-Patches-771998 ] Fix for LD_LIBRARY_PATH inheritance on SunOS when -shared

SourceForge.net noreply@sourceforge.net
Tue, 22 Jul 2003 08:06:20 -0700


Patches item #771998, was opened at 2003-07-15 20:28
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=771998&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 7
Submitted By: David Ascher (david_ascher)
Assigned to: Martin v. Löwis (loewis)
Summary: Fix for LD_LIBRARY_PATH inheritance on SunOS when -shared

Initial Comment:
The attached patch fixes a problem whereby building
with --enable-shared fails if the user already has
an LD_LIBRARY_PATH setting.  The absence of
{}'s can cause a failure to interpolate the existing
values.

Tested on Solaris 2.6, but "should" work equally
well on the other affected platforms (Linux, HP-UX
and OSF).

Patch from Jeff Hobbs.

----------------------------------------------------------------------

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-07-22 11:06

Message:
Logged In: YES 
user_id=12800

This is the last unresolved priority >= 7 issue for Python
2.3.  Martin, David, can you guys make a final decision
about this and either lower the priority or close the bug
report?

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2003-07-18 20:43

Message:
Logged In: YES 
user_id=21627

I fail to see the point of this patch. The curly braces
should not have any effect, and indeed, I can't see any
effect on Linux here.

----------------------------------------------------------------------

Comment By: Jeremy Hylton (jhylton)
Date: 2003-07-18 13:44

Message:
Logged In: YES 
user_id=31392

This sounds like probably the right thing to me, but I don't
have any expertise.  At the least, the patch needs to be
made against configure.in.  If we can resolve this in the
next 30 minutes, I'm okay with it.  If not, let's wait.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=771998&group_id=5470