Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2005 08:23:21 -0600
From:      Scott D Friedemann <scott@friedemann.us>
To:        gnome@FreeBSD.org
Subject:   Upgrading pango fails
Message-ID:  <439AE4D9.20204@friedemann.us>

next in thread | raw e-mail | index | archive | help
Running FreeBSD 6.0.  The error message below comes up.

I applied this workaround listed by Vladimir B. Grebenschikov

	Anyway it can be easy workarounded by
	ln -s /usr/local/bin/perl /usr/bin/perl5

and that seems to have done the trick, but I thought you would want to 
know and possibly update glib-mkenums.

Or, tell me what I should be doing in preference.

Regards,

Scott D Friedemann



===>  Building for pango-1.10.2
gmake  all-recursive
gmake[1]: Entering directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.10.2'
Making all in pango
gmake[2]: Entering directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.10.2/pango'
( cd . && glib-mkenums \
                 --fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define 
__PANGO_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
                 --fprod "/* enumerations from \"@filename@\" */\n" \
                 --vhead "GType @enum_name@_get_type (void);\n#define 
PANGO_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"   \
                 --ftail "G_END_DECLS\n\n#endif /* 
__PANGO_ENUM_TYPES_H__ */" \
         pango.h pango-attributes.h pango-break.h pango-context.h 
pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h 
pango-fontset.h pango-glyph.h pango-glyph-item.h pango-item.h 
pango-layout.h pango-modules.h pango-renderer.h pango-script.h 
pango-tabs.h pango-types.h pango-utils.h pangofc-font.h 
pangofc-fontmap.h ) > tmp-pango-enum-types.h \
&& (cmp -s tmp-pango-enum-types.h pango-enum-types.h || cp 
tmp-pango-enum-types.h pango-enum-types.h ) \
&& rm -f tmp-pango-enum-types.h \
&& echo timestamp > s-enum-types-h
glib-mkenums: not found
gmake[2]: *** [s-enum-types-h] Error 127
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.10.2/pango'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/pango/work/pango-1.10.2'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/pango.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade98432.0 make
** Fix the problem and try again.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?439AE4D9.20204>