All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cacao: add missing patch
@ 2009-05-14  8:15 Christian Glindkamp
  2009-05-14  9:31 ` Robert Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Glindkamp @ 2009-05-14  8:15 UTC (permalink / raw)
  To: openembedded-devel

In revision af5fcda66139e002d098c0df952b43c455806aba the patch
cacao-disable-stackbase-check.patch was added to SRC_URI of all
cacao recipes without committing the patch itself. This patch
adds it to make cacao buildable again. The patch comes from the
jalimo overlay.

Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
---
 .../files/cacao-disable-stackbase-check.patch      |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch

diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch
new file mode 100644
index 0000000..8eb2089
--- /dev/null
+++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch
@@ -0,0 +1,12 @@
+Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
+===================================================================
+--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
+@@ -1077,7 +1077,6 @@
+       c = stat_buf[buf_offset++];
+     }
+     close(f);
+-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
+     return (ptr_t)result;
+   }
+ 
-- 
1.5.6.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] cacao: add missing patch
  2009-05-14  8:15 [PATCH] cacao: add missing patch Christian Glindkamp
@ 2009-05-14  9:31 ` Robert Schuster
  2009-05-15  8:11   ` Christian Glindkamp
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Schuster @ 2009-05-14  9:31 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]

Hi Christian,
sorry for this glitch. I added the missing file.

Regards
Robert

Christian Glindkamp schrieb:
> In revision af5fcda66139e002d098c0df952b43c455806aba the patch
> cacao-disable-stackbase-check.patch was added to SRC_URI of all
> cacao recipes without committing the patch itself. This patch
> adds it to make cacao buildable again. The patch comes from the
> jalimo overlay.
> 
> Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
> ---
>  .../files/cacao-disable-stackbase-check.patch      |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch
> 
> diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> new file mode 100644
> index 0000000..8eb2089
> --- /dev/null
> +++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> @@ -0,0 +1,12 @@
> +Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
> +===================================================================
> +--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
> ++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
> +@@ -1077,7 +1077,6 @@
> +       c = stat_buf[buf_offset++];
> +     }
> +     close(f);
> +-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
> +     return (ptr_t)result;
> +   }
> + 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cacao: add missing patch
  2009-05-14  9:31 ` Robert Schuster
@ 2009-05-15  8:11   ` Christian Glindkamp
  2009-05-26  8:05     ` Christian Glindkamp
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Glindkamp @ 2009-05-15  8:11 UTC (permalink / raw)
  To: openembedded-devel

Hi Robert,

I think this should also go to the stable branch.

Regards,
Christian

On Thu, 14 May 2009 11:31:53 +0200
Robert Schuster <theBohemian@gmx.net> wrote:

> Hi Christian,
> sorry for this glitch. I added the missing file.
> 
> Regards
> Robert
> 
> Christian Glindkamp schrieb:
> > In revision af5fcda66139e002d098c0df952b43c455806aba the patch
> > cacao-disable-stackbase-check.patch was added to SRC_URI of all
> > cacao recipes without committing the patch itself. This patch
> > adds it to make cacao buildable again. The patch comes from the
> > jalimo overlay.
> > 
> > Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
> > ---
> >  .../files/cacao-disable-stackbase-check.patch      |   12 ++++++++++++
> >  1 files changed, 12 insertions(+), 0 deletions(-)
> >  create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch
> > 
> > diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> > new file mode 100644
> > index 0000000..8eb2089
> > --- /dev/null
> > +++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> > @@ -0,0 +1,12 @@
> > +Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
> > +===================================================================
> > +--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
> > ++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
> > +@@ -1077,7 +1077,6 @@
> > +       c = stat_buf[buf_offset++];
> > +     }
> > +     close(f);
> > +-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
> > +     return (ptr_t)result;
> > +   }
> > + 
> 
> 





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cacao: add missing patch
  2009-05-15  8:11   ` Christian Glindkamp
@ 2009-05-26  8:05     ` Christian Glindkamp
  2009-05-26 14:07       ` [PATCH] [STABLE] " Philip Balister
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Glindkamp @ 2009-05-26  8:05 UTC (permalink / raw)
  To: openembedded-devel

On Fri, 15 May 2009 10:11:09 +0200
Christian Glindkamp <christian.glindkamp@taskit.de> wrote:

> I think this should also go to the stable branch.

ping 


> > > In revision af5fcda66139e002d098c0df952b43c455806aba the patch
> > > cacao-disable-stackbase-check.patch was added to SRC_URI of all
> > > cacao recipes without committing the patch itself. This patch
> > > adds it to make cacao buildable again. The patch comes from the
> > > jalimo overlay.
> > > 
> > > Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
> > > ---
> > >  .../files/cacao-disable-stackbase-check.patch      |   12 ++++++++++++
> > >  1 files changed, 12 insertions(+), 0 deletions(-)
> > >  create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch
> > > 
> > > diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> > > new file mode 100644
> > > index 0000000..8eb2089
> > > --- /dev/null
> > > +++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> > > @@ -0,0 +1,12 @@
> > > +Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
> > > +===================================================================
> > > +--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
> > > ++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
> > > +@@ -1077,7 +1077,6 @@
> > > +       c = stat_buf[buf_offset++];
> > > +     }
> > > +     close(f);
> > > +-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
> > > +     return (ptr_t)result;
> > > +   }
> > > + 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] [STABLE] cacao: add missing patch
  2009-05-26  8:05     ` Christian Glindkamp
@ 2009-05-26 14:07       ` Philip Balister
  2009-05-26 14:44         ` Christian Glindkamp
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Balister @ 2009-05-26 14:07 UTC (permalink / raw)
  To: openembedded-devel

Christian Glindkamp wrote:
> On Fri, 15 May 2009 10:11:09 +0200
> Christian Glindkamp <christian.glindkamp@taskit.de> wrote:
> 
>> I think this should also go to the stable branch.
> 
> ping 

The patch has been applied to .dev. Adding [STABLE] in the subject line 
so the stable guys notice :)

I don't build cacao, but based on this cacao does not build in stable at 
the moment?

Philip


> 
> 
>>>> In revision af5fcda66139e002d098c0df952b43c455806aba the patch
>>>> cacao-disable-stackbase-check.patch was added to SRC_URI of all
>>>> cacao recipes without committing the patch itself. This patch
>>>> adds it to make cacao buildable again. The patch comes from the
>>>> jalimo overlay.
>>>>
>>>> Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
>>>> ---
>>>>  .../files/cacao-disable-stackbase-check.patch      |   12 ++++++++++++
>>>>  1 files changed, 12 insertions(+), 0 deletions(-)
>>>>  create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch
>>>>
>>>> diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch
>>>> new file mode 100644
>>>> index 0000000..8eb2089
>>>> --- /dev/null
>>>> +++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch
>>>> @@ -0,0 +1,12 @@
>>>> +Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
>>>> +===================================================================
>>>> +--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
>>>> ++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
>>>> +@@ -1077,7 +1077,6 @@
>>>> +       c = stat_buf[buf_offset++];
>>>> +     }
>>>> +     close(f);
>>>> +-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
>>>> +     return (ptr_t)result;
>>>> +   }
>>>> + 




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] [STABLE] cacao: add missing patch
  2009-05-26 14:07       ` [PATCH] [STABLE] " Philip Balister
@ 2009-05-26 14:44         ` Christian Glindkamp
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Glindkamp @ 2009-05-26 14:44 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 26 May 2009 10:07:42 -0400
Philip Balister <philip@balister.org> wrote:

> Christian Glindkamp wrote:
> > On Fri, 15 May 2009 10:11:09 +0200
> > Christian Glindkamp <christian.glindkamp@taskit.de> wrote:
> > 
> >> I think this should also go to the stable branch.
> > 
> > ping 
> 
> The patch has been applied to .dev. Adding [STABLE] in the subject line 
> so the stable guys notice :)
> 
> I don't build cacao, but based on this cacao does not build in stable at 
> the moment?
> 
> Philip
> 

Yes, is does not build at the moment. I do not need it personally, but building
classpath builds it automatically.

I have just resent the patch with STABLE keyword. I haven't seen you already added
it in this thread.

Regards
Christian

> 
> > 
> > 
> >>>> In revision af5fcda66139e002d098c0df952b43c455806aba the patch
> >>>> cacao-disable-stackbase-check.patch was added to SRC_URI of all
> >>>> cacao recipes without committing the patch itself. This patch
> >>>> adds it to make cacao buildable again. The patch comes from the
> >>>> jalimo overlay.
> >>>>
> >>>> Signed-off-by: Christian Glindkamp <christian.glindkamp@taskit.de>
> >>>> ---
> >>>>  .../files/cacao-disable-stackbase-check.patch      |   12 ++++++++++++
> >>>>  1 files changed, 12 insertions(+), 0 deletions(-)
> >>>>  create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch
> >>>>
> >>>> diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> >>>> new file mode 100644
> >>>> index 0000000..8eb2089
> >>>> --- /dev/null
> >>>> +++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch
> >>>> @@ -0,0 +1,12 @@
> >>>> +Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c
> >>>> +===================================================================
> >>>> +--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:15.000000000 +0100
> >>>> ++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c	2009-02-15 16:29:24.000000000 +0100
> >>>> +@@ -1077,7 +1077,6 @@
> >>>> +       c = stat_buf[buf_offset++];
> >>>> +     }
> >>>> +     close(f);
> >>>> +-    if (result < 0x10000000) ABORT("Absurd stack bottom value");
> >>>> +     return (ptr_t)result;
> >>>> +   }
> >>>> + 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


-- 
Development

Tel.: ++49 30 611295-22
Fax : ++49 30 611295-11
--
taskit GmbH
Seelenbinderstr. 33 | D-12555 Berlin
web: http://www.taskit.de
Amtsgericht Charlottenburg: 93HRB39014
Managing director: Thorsten Raulfs
--



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-26 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-14  8:15 [PATCH] cacao: add missing patch Christian Glindkamp
2009-05-14  9:31 ` Robert Schuster
2009-05-15  8:11   ` Christian Glindkamp
2009-05-26  8:05     ` Christian Glindkamp
2009-05-26 14:07       ` [PATCH] [STABLE] " Philip Balister
2009-05-26 14:44         ` Christian Glindkamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.