From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe/meta-gnome 06/15] poppler: remove unrecognized configure options
Date: Tue, 14 May 2013 18:10:01 +0200 [thread overview]
Message-ID: <20130514161001.GK3187@jama> (raw)
In-Reply-To: <CALbNGRR9Sr6P9UPCVc=nJQ_DYSH8HOgqNf7JCbMg1p-1N0jO2A@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2688 bytes --]
On Sun, May 12, 2013 at 12:35:49PM +0200, Andreas Müller wrote:
> On Fri, May 10, 2013 at 7:21 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Fri, May 10, 2013 at 07:03:40PM +0200, Andreas Müller wrote:
> >> On Fri, May 10, 2013 at 12:30 PM, Andreas Oberritter
> >> <obi@opendreambox.org> wrote:
> >> > On 08.05.2013 00:41, Andreas Müller wrote:
> >> >> warning was:
> >> >>
> >> >> | configure: WARNING: unrecognized options: --disable-poppler-qt, --disable-abiword-output
> >> >>
> >> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >> >> ---
> >> >> meta-oe/recipes-support/poppler/poppler.inc | 1 -
> >> >> meta-oe/recipes-support/poppler/poppler_0.18.4.bb | 2 --
> >> >> 2 files changed, 0 insertions(+), 3 deletions(-)
> >> >>
> >> >> diff --git a/meta-oe/recipes-support/poppler/poppler.inc b/meta-oe/recipes-support/poppler/poppler.inc
> >> >> index d0c0074..11286bc 100644
> >> >> --- a/meta-oe/recipes-support/poppler/poppler.inc
> >> >> +++ b/meta-oe/recipes-support/poppler/poppler.inc
> >> >> @@ -11,7 +11,6 @@ EXTRA_OECONF = "\
> >> >> --enable-xpdf-headers \
> >> >> --disable-gtk-test \
> >> >> --disable-poppler-qt \
> >> >> - --disable-poppler-qt4 \
> >> >> --enable-zlib \
> >> >> "
> >> >
> >> > This hunk doesn't match the cited warning.
> >> >
> >> > Regards,
> >> > Andreas
> >> Oops - will send a correcting patch.
> >
> > I've also noticed that newer poppler fails to build on some
> > architectures (I know, too late, it was building fine on qemu* on
> > jenkins, but om-gta02 - armv4t fails with:
> >
> > | Splash.cc: In member function 'void Splash::drawAALine(SplashPipe*, int, int, int)':
> > | Splash.cc:1497:19: error: conversion from 'SplashCoord {aka FixedPoint}' to 'Guchar {aka unsigned char}' is ambiguous
> > | pipe->shape = aaGamma[t];
> > | ^
> > | Splash.cc:1497:30: note: candidates are:
> > | pipe->shape = aaGamma[t];
> > | ^
> > | In file included from SplashMath.h:27:0,
> > | from Splash.cc:44:
> > | ../goo/FixedPoint.h:45:3: note: FixedPoint::operator int()
> > | operator int()
> > | ^
> > | ../goo/FixedPoint.h:43:3: note: FixedPoint::operator double()
> > | operator double()
> > | ^
> > | ../goo/FixedPoint.h:41:3: note: FixedPoint::operator float()
> > | operator float()
> > | ^
> >
> > --
> Can you send me log.do_configure for this?
Sorry for late reply, but your patch "poppler: fix build for soft FPU
machines" fixed that already, thanks!
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-05-14 16:28 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-07 22:41 [meta-oe/meta-gnome 00/15] outstanding patches with fixes Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 01/15] libbonobo: fix build with glib 2.36 Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 02/15] libbonobo: remove unreferenced patch Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 03/15] gnome-vfs: fix build with glib 2.36 Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 04/15] gnome-terminal: move out of nonworking Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 05/15] gnome-terminal: update to 2.30.2 Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 06/15] poppler: remove unrecognized configure options Andreas Müller
2013-05-10 10:30 ` Andreas Oberritter
2013-05-10 17:03 ` Andreas Müller
2013-05-10 17:21 ` Martin Jansa
2013-05-12 10:35 ` Andreas Müller
2013-05-14 16:10 ` Martin Jansa [this message]
2013-05-14 16:50 ` Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 07/15] poppler: merge include files into poppler - only poppler requires them Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 08/15] poppler: update to 0.22.3 Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 09/15] poppler-data: update to 0.4.6 and stylize a bit Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 10/15] epdfview: move to nonworking Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 11/15] evince: fix/remove postinst by inheriting gsettings Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 12/15] dconf: " Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 13/15] proftpd: remove postinst - directory can be setup offline in do_install Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 14/15] gnome-panel: let gconf.bblass take care for postinst Andreas Müller
2013-05-07 22:41 ` [meta-oe/meta-gnome 15/15] rp-pppoe: move chmod form postinst to offline do_install Andreas Müller
2013-05-08 10:55 ` [meta-oe/meta-gnome 00/15] outstanding patches with fixes Koen Kooi
2013-05-08 16:42 ` Eric Bénard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130514161001.GK3187@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.