|
From: | Peter O'Gorman |
Subject: | Re: Multiple test failures with --disable-shared |
Date: | Sat, 12 Jun 2010 23:07:44 -0500 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Thunderbird/3.0.4 |
On 06/11/2010 11:56 PM, Gary V. Vaughan wrote:
Hi Peter, On 12 Jun 2010, at 11:39, Peter O'Gorman wrote:On 06/10/2010 03:07 PM, Peter O'Gorman wrote:On 06/10/2010 11:10 AM, Peter O'Gorman wrote:Hi, I got an off-list report from a user about test failures in 2.2.6b, that turned out to be either because he'd configured with --disable-shared or libtool had incorrectly guessed that his system did not support shared libraries. (lots of lag in the exchange).I am not spectacularly happy with all of these, suggestions welcome.2& 4: A-OK :) Please push.
Will do tomorrow, thanks.
1: There might be a better way. I'm thinking...
I'm not sure what testing that modules cannot be unloaded gets you when you don't have shared libraries.
3: eww!
It's either skip the test entirely or some crap like this, you can't load a static archive "RTLD_LOCAL", then load a different static archive with the same symbols later "RTLD_GLOBAL", and expect things to work. I debated what to do, and decided to do the crap thing, since it's possible some parts of the test are useful.
Peter
[Prev in Thread] | Current Thread | [Next in Thread] |