Summary: | media-libs/silgraphite-2.3.1 fails to emerge due undeclared G_CONST_RETURN in /usr/include/pango-1.0/pango/pango-script.h | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | Current packages | Assignee: | TeX project <tex> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo, oli.huber, pacho |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 384779 |
Description
Juergen Rose
2011-10-03 18:19:58 UTC
ping! The fix is to drop DISABLE_DEPRECATED flags (tarball versions shouldn't pass them but... you know, this is not an idea world :S) Hi Pacho, thanks for the response. But what means to to drop DISABLE_DEPRECATED flags? I can't find any DISABLE_DEPRECATED in /usr/portage/media-libs/silgraphite/silgraphite-2.3.1.ebuild: root@tiger:/root(18)# grep DISABLE_DEPRECATED /usr/portage/media-libs/silgraphite/silgraphite-2.3.1.ebuild root@tiger:/root(19)# Regards Juergen I refer to -D[A-Z_]*DISABLE_DEPRECATED flags, you will see them when grepping in sources: $ grep -r DEPRECATED * wrappers/pangographite/prop-editor.c:#undef GTK_DISABLE_DEPRECATED wrappers/pangographite/graphite/Makefile.am: -DG_DISABLE_DEPRECATED \ wrappers/pangographite/testtext.c:#undef GTK_DISABLE_DEPRECATED wrappers/pangographite/Makefile.am: -DG_DISABLE_DEPRECATED \ wrappers/pangographite/Makefile.in: -DG_DISABLE_DEPRECATED \ Anyway: + 11 Oct 2011; Pacho Ramos <pacho@gentoo.org> silgraphite-2.3.1.ebuild: + Drop DEPRECATED flags, bug #385533 + |