* [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU
@ 2014-05-14 21:56 Yann E. MORIN
2014-05-14 22:15 ` Yann E. MORIN
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2014-05-14 21:56 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Fixes:
http://autobuild.buildroot.net/results/038/038371cc8548b3d39d8174289bedc9aae4076303/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
package/cairo/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/cairo/Config.in b/package/cairo/Config.in
index 0c87a29..2742855 100644
--- a/package/cairo/Config.in
+++ b/package/cairo/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_CAIRO
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
+ depends on BR2_USE_MMU # fork()
help
Cairo is a 2D graphics library with support for multiple
output devices. Currently supported output targets include
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU
2014-05-14 21:56 [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU Yann E. MORIN
@ 2014-05-14 22:15 ` Yann E. MORIN
2014-05-15 7:44 ` Eric Le Bihan
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2014-05-14 22:15 UTC (permalink / raw)
To: buildroot
On 2014-05-14 23:56 +0200, Yann E. MORIN spake thusly:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
>
> Fixes:
> http://autobuild.buildroot.net/results/038/038371cc8548b3d39d8174289bedc9aae4076303/
Also fixes:
http://autobuild.buildroot.net/results/d93/d9374c1bd08eae5db60e6939ce5e9e4c8ff8cbd5/
http://autobuild.buildroot.net/results/574/5746e7e3b2bc36f31dee1acf71e59dc4d6c90af2/
http://autobuild.buildroot.net/results/b66/b66d7125ea7e10313221462097ae6c22ede963e5/
[...]
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
> package/cairo/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/cairo/Config.in b/package/cairo/Config.in
> index 0c87a29..2742855 100644
> --- a/package/cairo/Config.in
> +++ b/package/cairo/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_CAIRO
> select BR2_PACKAGE_FONTCONFIG
> select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
> select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
> + depends on BR2_USE_MMU # fork()
> help
> Cairo is a 2D graphics library with support for multiple
> output devices. Currently supported output targets include
> --
> 1.8.3.2
>
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU
2014-05-14 22:15 ` Yann E. MORIN
@ 2014-05-15 7:44 ` Eric Le Bihan
2014-05-15 8:02 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Eric Le Bihan @ 2014-05-15 7:44 UTC (permalink / raw)
To: buildroot
Hi!
On Thu, May 15, 2014 at 12:15:37AM +0200, Yann E. MORIN wrote:
> On 2014-05-14 23:56 +0200, Yann E. MORIN spake thusly:
> > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> >
> > Fixes:
> > http://autobuild.buildroot.net/results/038/038371cc8548b3d39d8174289bedc9aae4076303/
>
> Also fixes:
> http://autobuild.buildroot.net/results/d93/d9374c1bd08eae5db60e6939ce5e9e4c8ff8cbd5/
> http://autobuild.buildroot.net/results/574/5746e7e3b2bc36f31dee1acf71e59dc4d6c90af2/
> http://autobuild.buildroot.net/results/b66/b66d7125ea7e10313221462097ae6c22ede963e5/
> [...]
A few weeks ago, I posted a fix to cairo for these issues:
http://patchwork.ozlabs.org/patch/342715/
The problem occurs on one of the test program, not on cairo itself, so cairo
should be usable on Blackfin (I do not own one, so I have not tested it).
I opened a bug at freedesktop.org too:
https://bugs.freedesktop.org/show_bug.cgi?id=78709
Best regards,
ELB
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU
2014-05-15 7:44 ` Eric Le Bihan
@ 2014-05-15 8:02 ` Thomas Petazzoni
2014-05-15 16:24 ` Yann E. MORIN
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2014-05-15 8:02 UTC (permalink / raw)
To: buildroot
Dear Eric Le Bihan,
On Thu, 15 May 2014 09:44:08 +0200, Eric Le Bihan wrote:
> On Thu, May 15, 2014 at 12:15:37AM +0200, Yann E. MORIN wrote:
> > On 2014-05-14 23:56 +0200, Yann E. MORIN spake thusly:
> > > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > >
> > > Fixes:
> > > http://autobuild.buildroot.net/results/038/038371cc8548b3d39d8174289bedc9aae4076303/
> >
> > Also fixes:
> > http://autobuild.buildroot.net/results/d93/d9374c1bd08eae5db60e6939ce5e9e4c8ff8cbd5/
> > http://autobuild.buildroot.net/results/574/5746e7e3b2bc36f31dee1acf71e59dc4d6c90af2/
> > http://autobuild.buildroot.net/results/b66/b66d7125ea7e10313221462097ae6c22ede963e5/
> > [...]
>
> A few weeks ago, I posted a fix to cairo for these issues:
>
> http://patchwork.ozlabs.org/patch/342715/
>
> The problem occurs on one of the test program, not on cairo itself, so cairo
> should be usable on Blackfin (I do not own one, so I have not tested it).
>
> I opened a bug at freedesktop.org too:
>
> https://bugs.freedesktop.org/show_bug.cgi?id=78709
Yep, I agree Eric's patch is better. I've therefore marked Yann's patch
as rejected (hope you won't mind Yann).
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU
2014-05-15 8:02 ` Thomas Petazzoni
@ 2014-05-15 16:24 ` Yann E. MORIN
0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-05-15 16:24 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2014-05-15 10:02 +0200, Thomas Petazzoni spake thusly:
> On Thu, 15 May 2014 09:44:08 +0200, Eric Le Bihan wrote:
> > On Thu, May 15, 2014 at 12:15:37AM +0200, Yann E. MORIN wrote:
> > > On 2014-05-14 23:56 +0200, Yann E. MORIN spake thusly:
> > > > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > > >
> > > > Fixes:
> > > > http://autobuild.buildroot.net/results/038/038371cc8548b3d39d8174289bedc9aae4076303/
> > >
> > > Also fixes:
> > > http://autobuild.buildroot.net/results/d93/d9374c1bd08eae5db60e6939ce5e9e4c8ff8cbd5/
> > > http://autobuild.buildroot.net/results/574/5746e7e3b2bc36f31dee1acf71e59dc4d6c90af2/
> > > http://autobuild.buildroot.net/results/b66/b66d7125ea7e10313221462097ae6c22ede963e5/
> > > [...]
> >
> > A few weeks ago, I posted a fix to cairo for these issues:
> >
> > http://patchwork.ozlabs.org/patch/342715/
> >
> > The problem occurs on one of the test program, not on cairo itself, so cairo
> > should be usable on Blackfin (I do not own one, so I have not tested it).
> >
> > I opened a bug at freedesktop.org too:
> >
> > https://bugs.freedesktop.org/show_bug.cgi?id=78709
>
> Yep, I agree Eric's patch is better. I've therefore marked Yann's patch
> as rejected (hope you won't mind Yann).
He, of course not! I even was doubtful of that patch to begin with
anyway. I just forgot to mention it in a '---' note.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-05-15 16:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 21:56 [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU Yann E. MORIN
2014-05-14 22:15 ` Yann E. MORIN
2014-05-15 7:44 ` Eric Le Bihan
2014-05-15 8:02 ` Thomas Petazzoni
2014-05-15 16:24 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox