[oe] [PATCH 05/11] abiword: unblacklist - gtkmathview is back

Andreas Müller schnitzeltony at googlemail.com
Thu Feb 23 15:07:31 UTC 2017


On Thu, Feb 23, 2017 at 3:32 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
> On Thu, Feb 23, 2017 at 02:31:37PM +0100, Andreas Müller wrote:
>> On Thu, Feb 23, 2017 at 1:59 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
>> > On Thu, Feb 23, 2017 at 01:20:05PM +0100, Andreas Müller wrote:
>> >> On Thu, Feb 23, 2017 at 11:52 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
>> >> > On Thu, Feb 23, 2017 at 12:02:44AM +0100, Andreas Müller wrote:
>> >> >> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
>> >> >
>> >> > Thanks for another round of fixes!
>> >> >
>> >> > All looks good except this one, see:
>> >> > http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.report.20170223_005128.log
>> >> >
>> >> The link does not tell why abiword's do_configure fails - can you give details?
>> >
>> > The link shows:
>> > http://errors.yoctoproject.org/Errors/Build/32829/
>> > which leads to:
>> > http://errors.yoctoproject.org/Errors/Details/133989/
>> >
>> > configure: error: Package requirements (
>> >   fribidi >= 0.10.4
>> >   glib-2.0 >= 2.6.0 gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0
>> >   libgsf-1 >= 1.14.18
>> >   wv-1.0 >= 1.2.0
>> >   libxslt
>> >   gio-2.0
>> >   cairo-pdf cairo-ps pangocairo
>> >   gtk+-2.0 >= 2.12.0 gtk+-unix-print-2.0 librsvg-2.0 >= 2.16.0 cairo-fc
>> >  x11) were not met:
>> >
>> > No package 'libxslt' found
>> >
>> Thanks - have overseen the links. This is the 'fedora is useless
>> without libxslt' problem - will send out V2 for abiword.
>
> Thanks!
>
> Isn't this the libxslt for target? I wonder why you're having issues
> reproducing these failures when our builds should be very similar with
> RSS.
>
> Of course missing glib-2.0-native dependency is different case, but
> target libxslt? Does it silently fallback to host's libxslt?
>
You are right - this is different - wonder what made me build without
errors. In configure.ac libxslt is searched by PKG_CHECK_MODULES
(->pkg-config). I ran on my build machine:

| pkg-config --cflags libxslt
| -> Package libxslt was not found in the pkg-config search path.

And the recipe has pkgconfig in inherit - strange.

Have morty-like environment active at the moment - so I cannot check
now. But this needs further investigation.

Andreas



More information about the Openembedded-devel mailing list