Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665592 - =gtk+-3.24.0/work/gtk+-3.24.0: needs >=glib-2.53.4 depend. Fails to build as: gtk+-3.24.0/gtk/script-names.c:154:5: error: 'G_UNICODE_SCRIPT_MASARAM_GONDI' undeclared here (not in a function)
Summary: =gtk+-3.24.0/work/gtk+-3.24.0: needs >=glib-2.53.4 depend. Fails to build as:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://gitlab.gnome.org/GNOME/gtk/me...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-09 18:59 UTC by Sergei Trofimovich (RETIRED)
Modified: 2018-09-12 10:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
x11-libs-gtk+-3.24.0-build.log.gz (x11-libs-gtk+-3.24.0-build.log.gz,72.12 KB, application/gzip)
2018-09-09 19:11 UTC, Sergei Trofimovich (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2018-09-09 18:59:50 UTC
Upstream added those around here:
    https://abi-laboratory.pro/?view=headers_diff&l=glib&v1=2.53.3&v2=2.53.4

Noticed it today when built ~arch gtk+ on stable system (=dev-libs/glib-2.52.3):

/tmp/portage/x11-libs/gtk+-3.24.0/work/gtk+-3.24.0/gtk/script-names.c:154:5: error: 'G_UNICODE_SCRIPT_MASARAM_GONDI' undeclared here (not in a function); did you mean 'G_UNICODE_SCRIPT_MAHAJANI'?
   { G_UNICODE_SCRIPT_MASARAM_GONDI, HB_SCRIPT_INVALID,  NC_("Script", "Masaram Gondi") },
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     G_UNICODE_SCRIPT_MAHAJANI
/tmp/portage/x11-libs/gtk+-3.24.0/work/gtk+-3.24.0/gtk/script-names.c:155:5: error: 'G_UNICODE_SCRIPT_NUSHU' undeclared here (not in a function); did you mean 'G_UNICODE_SCRIPT_LISU'?
   { G_UNICODE_SCRIPT_NUSHU, HB_SCRIPT_INVALID,  NC_("Script", "Nushu") },
     ^~~~~~~~~~~~~~~~~~~~~~
     G_UNICODE_SCRIPT_LISU
/tmp/portage/x11-libs/gtk+-3.24.0/work/gtk+-3.24.0/gtk/script-names.c:156:5: error: 'G_UNICODE_SCRIPT_SOYOMBO' undeclared here (not in a function); did you mean 'G_UNICODE_SCRIPT_BOPOMOFO'?
   { G_UNICODE_SCRIPT_SOYOMBO, HB_SCRIPT_INVALID,  NC_("Script", "Soyombo") },
     ^~~~~~~~~~~~~~~~~~~~~~~~
     G_UNICODE_SCRIPT_BOPOMOFO
/tmp/portage/x11-libs/gtk+-3.24.0/work/gtk+-3.24.0/gtk/script-names.c:157:5: error: 'G_UNICODE_SCRIPT_ZANABAZAR_SQUARE' undeclared here (not in a function); did you mean 'HB_SCRIPT_ZANABAZAR_SQUARE'?
   { G_UNICODE_SCRIPT_ZANABAZAR_SQUARE, HB_SCRIPT_INVALID,  NC_("Script", "Zanabazar Square") },
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     HB_SCRIPT_ZANABAZAR_SQUARE
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2018-09-09 19:11:50 UTC
Created attachment 546456 [details]
x11-libs-gtk+-3.24.0-build.log.gz
Comment 2 Larry the Git Cow gentoo-dev 2018-09-12 10:41:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980b08e65b2e0d63ac986022a1a558a79577eb65

commit 980b08e65b2e0d63ac986022a1a558a79577eb65
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2018-09-12 10:33:54 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2018-09-12 10:40:01 +0000

    x11-libs/gtk+-3.24.0: fix minimum glib dep
    
    Closes: https://bugs.gentoo.org/665592
    Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-libs/gtk+/gtk+-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)