[commit] r2200 - version 4.0.3.2200

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2200 - version 4.0.3.2200

commits-3
 
Author: piumarta
Date: 2010-04-12 16:53:14 -0700 (Mon, 12 Apr 2010)
New Revision: 2200

Modified:
   trunk/platforms/unix/ChangeLog
Log:
version 4.0.3.2200

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog 2010-04-12 23:49:53 UTC (rev 2199)
+++ trunk/platforms/unix/ChangeLog 2010-04-12 23:53:14 UTC (rev 2200)
@@ -1,5 +1,7 @@
 2010-04-12  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
+ * src: UUIDPlugin is now internal.
+
  * Makefile: Use cmake/configure.
 
 2010-04-11  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>

Reply | Threaded
Open this post in threaded view
|

Re: [commit] r2200 - version 4.0.3.2200

Bert Freudenberg

On 13.04.2010, at 01:53, [hidden email] wrote:
>
> + * src: UUIDPlugin is now internal.

Ugh, that makes it much harder to remove if the system's libuuid is crashing ...

- Bert -


Reply | Threaded
Open this post in threaded view
|

Re: [commit] r2200 - version 4.0.3.2200

David T. Lewis
 
On Tue, Apr 13, 2010 at 02:24:56AM +0200, Bert Freudenberg wrote:
>
> On 13.04.2010, at 01:53, [hidden email] wrote:
> >
> > + * src: UUIDPlugin is now internal.
>
> Ugh, that makes it much harder to remove if the system's libuuid is crashing ...

Well, we have a tentative report from Laurent Laffont to the effect
that it works when built as an internal plugin. I cannot explain why
that would be the case, but stranger things have happened ;) Let's
see if we can get a positive confirmation on this.

Laurant, can you  please try Ian's latest VM build (version 4.0.3.2200
on http://squeakvm.org/unix) and let us know if if it runs the Pharo
test suite on your system without crashing on the UUID bug? Thanks.

Dave
 
Reply | Threaded
Open this post in threaded view
|

Re: [commit] r2200 - version 4.0.3.2200

Andreas.Raab
In reply to this post by Bert Freudenberg
 
Is it expected to crash? I thought the problem was something related to
building it externally. I'd rather have an internal working version than
an external crashing one ;-)

Cheers,
   - Andreas

On 4/12/2010 5:24 PM, Bert Freudenberg wrote:

>
> On 13.04.2010, at 01:53, [hidden email] wrote:
>>
>> + * src: UUIDPlugin is now internal.
>
> Ugh, that makes it much harder to remove if the system's libuuid is crashing ...
>
> - Bert -
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [commit] r2200 - version 4.0.3.2200

Ian Piumarta
In reply to this post by David T. Lewis
 
On Apr 12, 2010, at 6:03 PM, David T. Lewis wrote:

>
>>> + * src: UUIDPlugin is now internal.
>>
>> Ugh, that makes it much harder to remove if the system's libuuid is  
>> crashing ...
>
> Well, we have a tentative report from Laurent Laffont to the effect
> that it works when built as an internal plugin.

I can't make it fail on Ubuntu, internal or external.

> I cannot explain why that would be the case

My guess would be a race for a multiply-defined symbol that UUID wins  
when linked statically.

> Laurant, can you  please try Ian's latest VM build (version 4.0.3.2200

Yes, please do, as I'm about to revert the UUIDPlugin to external  
because Bert made a good point.

Cheers,
Ian