On Saturday 15 December 2007 15:11:54 James Keenan wrote:

> This afternoon I began to get failures in 'make'.  Via IRC, pmichaud,
> jonathan and I tracked the break point down to r23917.
>
> At r23917, when I configure with 'perl Configure.pl'  -- and no
> options -- I get the breakage described in attached file
> 23917.regular.txt

Does this patch fix it?

-- c

=== src/ops/set.ops
==================================================================
--- src/ops/set.ops	(revision 24008)
+++ src/ops/set.ops	(local)
@@ -554,7 +554,7 @@
 
   /* the source PMC knows how to clone itself, but we must reuse the
    destination header */
-  STRUCT_COPY($1, clone);
+  memcpy($1, clone, sizeof (PMC) );
 
   /* don't let the clone's destruction destroy the destination's data */
   PObj_active_destroy_CLEAR(clone);

Reply via email to