Re: [Gimp-user] ERROR: configuration_data.set10 got unknown keyword arguments "Description"
Pei JIA via gimp-user-list <[email protected]> Mon, 2 May 2022 17:19:36 -0700
| Newsgroups | gmane.comp.video.gimp.user |
|---|---|
| Message-ID | <CADh8Q_VryH68f8Q1ocCwkDb9-hmtjq57JCLz+yPXPbdt54pO0Q@mail.gmail.com> |
Thank you very much... I made some progress, but there are still some *test
errors*:
*➜ babl-0.1.92 meson test -C builddirninja: Entering directory
`......babl-0.1.92/builddir'ninja: no work to do. 1/28 babl_class_name
OK 0.19s 2/28 cairo_cmyk_hack
FAIL 0.19s (exit status 255 or signal 127
SIGinvalid)>>> MALLOC_PERTURB_=17
BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/cairo_cmyk_hack 3/28 cairo-RGB24
FAIL 0.18s (exit status 255 or signal 127
SIGinvalid)>>> MALLOC_PERTURB_=13
BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/cairo-RGB24 4/28 cmyk
OK 0.18s 5/28 chromaticities
OK 0.18s 6/28 conversions
FAIL 0.18s (exit status 255 or signal 127 SIGinvalid)>>>
MALLOC_PERTURB_=234 BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/conversions 7/28 extract
OK 0.17s 8/28 floatclamp
OK 0.17s 9/28 float-to-8bit OK
0.17s10/28 format_with_space FAIL
0.17s (exit status 255 or signal 127 SIGinvalid)>>>
MALLOC_PERTURB_=63 BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/format_with_space11/28 grayscale_to_rgb
OK 0.17s12/28 hsl
FAIL 0.17s (exit status 255 or signal 127
SIGinvalid)>>> MALLOC_PERTURB_=141
BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/hsl13/28 hsva
FAIL 0.16s (exit status 255 or signal 127
SIGinvalid)>>> MALLOC_PERTURB_=83
BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/hsva14/28 models
OK 0.16s15/28 n_components_cast
OK 0.15s16/28 nop OK
0.15s17/28 rgb_to_bgr OK
0.15s18/28 rgb_to_ycbcr OK
0.15s19/28 sanity OK
0.14s20/28 srgb_to_lab_u8 FAIL 0.14s
(exit status 255 or signal 127 SIGinvalid)>>> MALLOC_PERTURB_=142
BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/srgb_to_lab_u821/28 transparent
OK 0.14s22/28 alpha_symmetric_transform
OK 0.14s23/28 types
OK 0.13s24/28 xyz_to_lab FAIL
0.13s (exit status 255 or signal 127 SIGinvalid)>>>
MALLOC_PERTURB_=125 BABL_PATH=......babl-0.1.92/builddir/extensions
......babl-0.1.92/builddir/tests/xyz_to_lab25/28 concurrency-stress-test
OK 0.13s26/28 palette
OK 0.24s27/28 n_components OK
0.32s28/28 palette-concurrency-stress-test OK
0.30sOk: 20 Expected Fail: 0 Fail:
8 Unexpected Pass: 0 Skipped: 0 Timeout:
0 *
Any further suggestions?
Cheers
Pei
On Mon, May 2, 2022 at 9:31 AM Øyvind Kolås <[email protected]> wrote:
> This is a problem arising due to newer versions of meson failing on
> what earlier versions of meson considered OK. It is in babl master by
> this commit
> https://gitlab.gnome.org/GNOME/babl/-/commit/b05b2826365a7dbc6ca1bf0977b848055cd0cbb6
> if you are building GIMP yourself it is likely best to build all of
> babl, GEGL and GIMP from the respective git tips.
>
> /pippin
>
> On Sat, Apr 30, 2022 at 5:42 AM Pei JIA via gimp-user-list
> <[email protected]> wrote:
> >
> > Hi, all:
> >
> > I'm trying to build babl-0.1.92, under environment:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *➜ ~ lsb_release -aNo LSB modules are available.Distributor ID:
> > UbuntuDescription: Ubuntu 22.04 LTSRelease: 22.04Codename: jammy➜ ~ gcc
> > --versiongcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0Copyright (C) 2021 Free
> > Software Foundation, Inc.This is free software; see the source for
> copying
> > conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS
> > FOR A PARTICULAR PURPOSE.*
> >
> > but failed with the ERROR mentioned in the title:
> >
> > *meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword
> > arguments "Description"*
> > Can anybody give me a hand? Thank you
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *➜ babl-0.1.92 meson --prefix /usr --buildtype=plain builddirThe Meson
> > build systemVersion: 0.62.1Source dir: ....../babl-0.1.92Build dir:
> > ....../babl-0.1.92/builddirBuild type: native buildProject name:
> > bablProject version: 0.1.92C compiler for the host machine: cc (gcc
> 11.2.0
> > "cc (Ubuntu 11.2.0-19ubuntu1) 11.2.0")C linker for the host machine: cc
> > ld.bfd 2.38Host machine cpu family: x86_64Host machine cpu: x86_64Program
> > python3 found: YES (/usr/bin/python3)meson.build:58:5: ERROR:
> > configuration_data.set10 got unknown keyword arguments "Description"*
> >
> >
> >
> > Cheers
> >
> > --
> >
> > Pei JIA, Ph.D.
> >
> > Email: [email protected]
> > cell in Canada: +1 778-863-5816
> > cell in China: +86 186-8244-3503
> >
> > Welcome to Vision Open
> > http://www.visionopen.com
> > _______________________________________________
> > gimp-user-list mailing list
> > List address: [email protected]
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives: https://mail.gnome.org/archives/gimp-user-list
>
--
Pei JIA, Ph.D.
Email: [email protected]
cell in Canada: +1 778-863-5816
cell in China: +86 186-8244-3503
Welcome to Vision Open
http://www.visionopen.com
_______________________________________________
gimp-user-list mailing list
List address: [email protected]
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives: https://mail.gnome.org/archives/gimp-user-list