Created
September 17, 2012 06:12
-
-
Save davelab6/3735807 to your computer and use it in GitHub Desktop.
FontForge build output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FF wont build with python, so Ive disable it, and 'make' completes, but 'make install' does not. Running the built fontforge executable segfaults immediately on pango errors: | |
bash-3.2$ ./configure --prefix=/usr/local/Cellar/fontforge-dc/HEAD --disable-freetype-debugger --disable-gb12345 --without-libspiro --disable-python-scripting --disable-python-extension | |
checking build system type... x86_64-apple-darwin12.1.0 | |
checking host system type... x86_64-apple-darwin12.1.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc-4.7 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc-4.7 accepts -g... yes | |
checking for gcc-4.7 option to accept ISO C89... none needed | |
checking dependency style of gcc-4.7... gcc3 | |
checking how to run the C preprocessor... gcc-4.7 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether make supports nested variables... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc-4.7... cc | |
checking if the linker (cc) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.1.0 file names to x86_64-apple-darwin12.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.1.0 file names to toolchain format... func_convert_file_noop | |
checking for cc option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc-4.7 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc-4.7 supports -fno-rtti -fno-exceptions... no | |
checking for gcc-4.7 option to produce PIC... -fno-common -DPIC | |
checking if gcc-4.7 PIC flag -fno-common -DPIC works... yes | |
checking if gcc-4.7 static flag -static works... no | |
checking if gcc-4.7 supports -c -o file.o... yes | |
checking if gcc-4.7 supports -c -o file.o... (cached) yes | |
checking whether the gcc-4.7 linker (cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for library containing dlopen... none required | |
checking for dlerror... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_add... no | |
checking for argz_append... no | |
checking for argz_count... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for ltdl.h... yes | |
checking whether lt_dlinterface_register is declared... yes | |
checking for lt_dladvise_preload in -lltdl... yes | |
checking where to find libltdl headers... | |
checking where to find libltdl library... -lltdl | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... yes | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for lt_dladvise_init in -lltdl... yes | |
checking for X... libraries , headers /usr/X11/include | |
checking for gethostbyname... yes | |
checking for connect... yes | |
checking for remove... yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking for gawk... (cached) awk | |
checking for gcc... (cached) gcc-4.7 | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc-4.7 accepts -g... (cached) yes | |
checking for gcc-4.7 option to accept ISO C89... (cached) none needed | |
checking dependency style of gcc-4.7... (cached) gcc3 | |
checking for gcc-4.7 option to accept ISO C99... -std=gnu99 | |
checking whether gcc-4.7 -std=gnu99 and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... gcc-4.7 -E | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... gcc3 | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... cc | |
checking if the linker (cc) is GNU ld... no | |
checking whether the c++ linker (cc) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for grep that handles long lines and -e... (cached) /usr/bin/grep | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
checking for cproto... cproto | |
checking for indent... /usr/bin/indent | |
checking for unzip... /usr/bin/unzip | |
checking for update-mime-database... update-mime-database | |
checking for update-desktop-database... update-desktop-database | |
checking for plutil... /usr/bin/plutil | |
checking whether to enable native callbacks (experimental)... no | |
checking for library containing cos... none required | |
checking for library containing XOpenDisplay... -lX11 | |
checking for library containing XOpenDevice... -lXi | |
checking for library containing XkbQueryExtension... none required | |
checking for ZLIB... yes | |
checking for PANGO... yes | |
checking for CAIRO... yes | |
checking for FREETYPE... yes | |
checking for library containing DGifOpenFileName... -lgif | |
checking gif_lib.h usability... yes | |
checking gif_lib.h presence... yes | |
checking for gif_lib.h... yes | |
checking for ExtensionBlock.Function in gif_lib.h... yes | |
checking for library containing jpeg_CreateDecompress... -ljpeg | |
checking jpeglib.h usability... yes | |
checking jpeglib.h presence... yes | |
checking for jpeglib.h... yes | |
checking for LIBPNG... yes | |
checking for LIBTIFF... yes | |
checking for LIBXML... yes | |
configure: WARNING: LIBSPIRO was not found. We will continue building without it. | |
checking for LIBUNICODENAMES... no | |
configure: WARNING: LIBUNICODENAMES was not found. We will continue building without it. | |
checking for PANGOCAIRO... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking for inttypes.h... (cached) yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for memory.h... (cached) yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking whether byte ordering is bigendian... no | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int8_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint8_t... yes | |
checking for long long int... yes | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking whether C compiler accepts -Wunused... yes | |
checking whether C compiler accepts -Wreturn-type... (cached) yes | |
checking whether C compiler accepts -Wparentheses... (cached) yes | |
checking whether C compiler accepts -Wformat... (cached) yes | |
checking whether C compiler accepts -Wchar-subscripts... (cached) yes | |
checking whether C compiler accepts -Wno-unused-but-set-variable... (cached) yes | |
checking whether C compiler accepts -Wno-unused-result... (cached) yes | |
checking whether C compiler accepts -Werror=missing-prototypes... (cached) yes | |
checking whether C compiler accepts -Werror=implicit... (cached) yes | |
checking for error_at_line... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for sys/time.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for alarm... yes | |
checking for working mktime... no | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible realloc... yes | |
checking for working strcoll... yes | |
checking for working strtod... yes | |
checking for alarm... (cached) yes | |
checking for atexit... yes | |
checking for dup2... yes | |
checking for endpwent... yes | |
checking for floor... yes | |
checking for getcwd... yes | |
checking for gethostbyname... (cached) yes | |
checking for gettimeofday... yes | |
checking for localeconv... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for munmap... yes | |
checking for nl_langinfo... yes | |
checking for pow... yes | |
checking for putenv... yes | |
checking for rint... yes | |
checking for rmdir... yes | |
checking for select... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for snprintf... yes | |
checking for socket... yes | |
checking for sqrt... yes | |
checking for strcasecmp... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strncasecmp... yes | |
checking for strpbrk... yes | |
checking for strrchr... yes | |
checking for strstr... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for tzset... yes | |
checking for uname... yes | |
checking for snprintf... (cached) yes | |
checking for tzset... (cached) yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating inc/Makefile | |
config.status: creating Unicode/Makefile | |
config.status: creating gutils/Makefile | |
config.status: creating gdraw/Makefile | |
config.status: creating fontforge/Makefile | |
config.status: creating fontforge/pixmaps/Makefile | |
config.status: creating po/Makefile | |
config.status: creating mackeys/Makefile | |
config.status: creating htdocs/Makefile | |
config.status: creating pycontrib/Makefile | |
config.status: creating pyhook/Makefile | |
config.status: creating cidmap/Makefile | |
config.status: creating plugins/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating desktop/Makefile | |
config.status: creating fonttools/Makefile | |
config.status: creating GNUmakefile | |
config.status: creating fontforge/GNUmakefile | |
config.status: creating po/GNUmakefile | |
config.status: creating mk/xgettext_search.mk | |
config.status: creating libfontforge.pc | |
config.status: creating libfontforgeexe.pc | |
config.status: creating fontforge/darwinsetup | |
config.status: creating tests/atlocal | |
config.status: creating tests/findoverlapbugs.py | |
config.status: creating tests/test0001.py | |
config.status: creating tests/test0101.py | |
config.status: creating tests/test1001.py | |
config.status: creating tests/test1001a.py | |
config.status: creating tests/test1001b.py | |
config.status: creating tests/test1001c.py | |
config.status: creating tests/test1002.py | |
config.status: creating tests/test1003.py | |
config.status: creating tests/test1004.py | |
config.status: creating tests/test1005.py | |
config.status: creating tests/test1006.py | |
config.status: creating tests/test1007.py | |
config.status: creating inc/config.h | |
config.status: executing tests/atconfig commands | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: | |
Summary of optional features: | |
real (floating pt) double | |
programs yes | |
native scripting yes | |
python scripting no | |
python extension no | |
freetype debugger no | |
capslock for alt no | |
raw points mode no | |
tile path no | |
gb12345 encoding no | |
Summary of optional dependencies: | |
cairo yes http://www.cairographics.org/ | |
freetype yes http://www.freetype.org/ | |
giflib yes http://giflib.sourceforge.net/ | |
libjpeg yes http://en.wikipedia.org/wiki/Libjpeg | |
libpng yes http://www.libpng.org/ | |
libtiff yes http://en.wikipedia.org/wiki/Libtiff | |
libxml yes http://www.xmlsoft.org/ | |
libspiro no http://libspiro.sourceforge.net/ | |
libunicodenames no https://github.com/chemoelectric/libunicodenames | |
X Window System yes | |
bash-3.2$ make | |
/bin/sh /private/tmp/brew-fontforge-dc-HEAD-jJaH/config/install-sh -d . libltdl/ | |
cp ./libltdl/argz_.h libltdl/argz.h-t | |
mv libltdl/argz.h-t libltdl/argz.h | |
make[1]: `.gitignore' is up to date. | |
make[1]: `.gitignore' is up to date. | |
make[1]: `.gitignore' is up to date. | |
/usr/bin/make all-recursive | |
Making all in inc | |
/usr/bin/make all-am | |
make[3]: Nothing to be done for `all-am'. | |
Making all in Unicode | |
CC libgunicode_la-ArabicForms.lo | |
CC libgunicode_la-alphabet.lo | |
CC libgunicode_la-backtrns.lo | |
CC libgunicode_la-char.lo | |
CC libgunicode_la-cjk.lo | |
CC libgunicode_la-memory.lo | |
CC libgunicode_la-ucharmap.lo | |
CC libgunicode_la-unialt.lo | |
ucharmap.c: In function 'BytesNormal': | |
ucharmap.c:409:5: warning: passing argument 2 of 'libiconv' from incompatible pointer type [enabled by default] | |
In file included from ../inc/gwwiconv.h:49:0, | |
from ucharmap.c:31: | |
/opt/local/include/iconv.h:83:15: note: expected 'char **' but argument is of type 'const char **' | |
ucharmap.c: In function 'def2u_strncpy': | |
ucharmap.c:492:2: warning: passing argument 2 of 'libiconv' from incompatible pointer type [enabled by default] | |
In file included from ../inc/gwwiconv.h:49:0, | |
from ucharmap.c:31: | |
/opt/local/include/iconv.h:83:15: note: expected 'char **' but argument is of type 'const char **' | |
ucharmap.c: In function 'u2def_strncpy': | |
ucharmap.c:508:2: warning: passing argument 2 of 'libiconv' from incompatible pointer type [enabled by default] | |
In file included from ../inc/gwwiconv.h:49:0, | |
from ucharmap.c:31: | |
/opt/local/include/iconv.h:83:15: note: expected 'char **' but argument is of type 'const char **' | |
ucharmap.c: In function 'def2u_copy': | |
ucharmap.c:531:2: warning: passing argument 2 of 'libiconv' from incompatible pointer type [enabled by default] | |
In file included from ../inc/gwwiconv.h:49:0, | |
from ucharmap.c:31: | |
/opt/local/include/iconv.h:83:15: note: expected 'char **' but argument is of type 'const char **' | |
ucharmap.c: In function 'u2def_copy': | |
ucharmap.c:559:2: warning: passing argument 2 of 'libiconv' from incompatible pointer type [enabled by default] | |
In file included from ../inc/gwwiconv.h:49:0, | |
from ucharmap.c:31: | |
/opt/local/include/iconv.h:83:15: note: expected 'char **' but argument is of type 'const char **' | |
ucharmap.c: In function 'def2utf8_copy': | |
ucharmap.c:596:2: warning: passing argument 2 of 'libiconv' from incompatible pointer type [enabled by default] | |
In file included from ../inc/gwwiconv.h:49:0, | |
from ucharmap.c:31: | |
/opt/local/include/iconv.h:83:15: note: expected 'char **' but argument is of type 'const char **' | |
ucharmap.c: In function 'utf82def_copy': | |
ucharmap.c:629:2: warning: passing argument 2 of 'libiconv' from incompatible pointer type [enabled by default] | |
In file included from ../inc/gwwiconv.h:49:0, | |
from ucharmap.c:31: | |
/opt/local/include/iconv.h:83:15: note: expected 'char **' but argument is of type 'const char **' | |
CC libgunicode_la-ustring.lo | |
CC libgunicode_la-utype.lo | |
CC libgunicode_la-usprintf.lo | |
CC libgunicode_la-gwwiconv.lo | |
CCLD libgunicode.la | |
Making all in gutils | |
CC libgutils_la-divisors.lo | |
CC libgutils_la-fsys.lo | |
CC libgutils_la-gcol.lo | |
CC libgutils_la-gimage.lo | |
CC libgutils_la-gimagereadbmp.lo | |
CC libgutils_la-gimageread.lo | |
CC libgutils_la-gimagereadgif.lo | |
CC libgutils_la-gimagereadjpeg.lo | |
CC libgutils_la-gimagereadpng.lo | |
CC libgutils_la-gimagereadras.lo | |
CC libgutils_la-gimagereadrgb.lo | |
CC libgutils_la-gimagereadtiff.lo | |
CC libgutils_la-gimagereadxbm.lo | |
CC libgutils_la-gimagereadxpm.lo | |
CC libgutils_la-gimagewritebmp.lo | |
CC libgutils_la-gimagewritegimage.lo | |
CC libgutils_la-gimagewritejpeg.lo | |
CC libgutils_la-gimagewritepng.lo | |
CC libgutils_la-gimagewritexbm.lo | |
CC libgutils_la-gimagewritexpm.lo | |
CC libgutils_la-gwwintl.lo | |
CC libgutils_la-giofile.lo | |
CC libgutils_la-gio.lo | |
CC libgutils_la-giohosts.lo | |
CC libgutils_la-giomime.lo | |
CC libgutils_la-giothread.lo | |
CC libgutils_la-giotrans.lo | |
CC libgioftp_la-gioftp.lo | |
CCLD libgioftp.la | |
CCLD libgutils.la | |
Making all in gdraw | |
CC libgdraw_la-choosericons.lo | |
CC libgdraw_la-ctlvalues.lo | |
CC libgdraw_la-drawboxborder.lo | |
CC libgdraw_la-gaskdlg.lo | |
CC libgdraw_la-gbuttons.lo | |
CC libgdraw_la-gcolor.lo | |
CC libgdraw_la-gchardlg.lo | |
CC libgdraw_la-gcontainer.lo | |
CC libgdraw_la-gdraw.lo | |
CC libgdraw_la-gdrawbuildchars.lo | |
CC libgdraw_la-gdrawerror.lo | |
CC libgdraw_la-gdrawtxt.lo | |
CC libgdraw_la-gdrawtxtinit.lo | |
CC libgdraw_la-gfilechooser.lo | |
CC libgdraw_la-gfiledlg.lo | |
CC libgdraw_la-ggadgets.lo | |
CC libgdraw_la-ggroupbox.lo | |
CC libgdraw_la-gimageclut.lo | |
CC libgdraw_la-gimagecvt.lo | |
CC libgdraw_la-gimagepsdraw.lo | |
CC libgdraw_la-gimagewriteeps.lo | |
CC libgdraw_la-gdrawgimage.lo | |
CC libgdraw_la-gimagexdraw.lo | |
CC libgdraw_la-gkeysym.lo | |
CC libgdraw_la-glist.lo | |
CC libgdraw_la-gmenu.lo | |
CC libgdraw_la-gprogress.lo | |
CC libgdraw_la-gpsdraw.lo | |
CC libgdraw_la-gpstxtinit.lo | |
CC libgdraw_la-gradio.lo | |
CC libgdraw_la-gresource.lo | |
gimagexdraw.c: In function '_GXDraw_Image': | |
gimagexdraw.c:1918:11: warning: unused variable 'blend_src' [-Wunused-variable] | |
gimagexdraw.c:1917:11: warning: unused variable 'win_pos' [-Wunused-variable] | |
gimagexdraw.c:1916:11: warning: unused variable 'img_pos' [-Wunused-variable] | |
gimagexdraw.c:1914:11: warning: unused variable 'rootPos' [-Wunused-variable] | |
gimagexdraw.c: At top level: | |
gimagexdraw.c:46:13: warning: 'intersect_rectangles' defined but not used [-Wunused-function] | |
CC libgdraw_la-gresourceimage.lo | |
CC libgdraw_la-gresedit.lo | |
CC libgdraw_la-gsavefiledlg.lo | |
CC libgdraw_la-gscrollbar.lo | |
CC libgdraw_la-gtabset.lo | |
CC libgdraw_la-gtextfield.lo | |
CC libgdraw_la-gtextinfo.lo | |
CC libgdraw_la-gwidgets.lo | |
CC libgdraw_la-gxdraw.lo | |
CC libgdraw_la-gxcdraw.lo | |
CC libgdraw_la-ghvbox.lo | |
CC libgdraw_la-gmatrixedit.lo | |
CC libgdraw_la-gdrawable.lo | |
CC libgdraw_la-gspacer.lo | |
CC libgdraw_la-xkeysyms_unicode.lo | |
CCLD libgdraw.la | |
Making all in plugins | |
Making all in fontforge | |
Making all in pixmaps | |
CC libfontforge_la-asmfpst.lo | |
CC libfontforge_la-autohint.lo | |
CC libfontforge_la-autosave.lo | |
CC libfontforge_la-autotrace.lo | |
CC libfontforge_la-autowidth.lo | |
CC libfontforge_la-bezctx_ff.lo | |
CC libfontforge_la-bitmapcontrol.lo | |
CC libfontforge_la-bitmapchar.lo | |
CC libfontforge_la-bvedit.lo | |
CC libfontforge_la-clipnoui.lo | |
CC libfontforge_la-crctab.lo | |
CC libfontforge_la-cvexport.lo | |
CC libfontforge_la-cvimages.lo | |
CC libfontforge_la-dumpbdf.lo | |
CC libfontforge_la-cvundoes.lo | |
CC libfontforge_la-dumppfa.lo | |
CC libfontforge_la-effects.lo | |
CC libfontforge_la-encoding.lo | |
CC libfontforge_la-featurefile.lo | |
CC libfontforge_la-fontviewbase.lo | |
CC libfontforge_la-freetype.lo | |
CC libfontforge_la-fvcomposite.lo | |
CC libfontforge_la-fvfonts.lo | |
CC libfontforge_la-fvimportbdf.lo | |
CC libfontforge_la-fvmetrics.lo | |
CC libfontforge_la-glyphcomp.lo | |
CC libfontforge_la-http.lo | |
CC libfontforge_la-ikarus.lo | |
CC libfontforge_la-lookups.lo | |
CC libfontforge_la-macbinary.lo | |
CC libfontforge_la-macenc.lo | |
CC libfontforge_la-mathconstants.lo | |
CC libfontforge_la-mm.lo | |
CC libfontforge_la-namelist.lo | |
CC libfontforge_la-nonlineartrans.lo | |
CC libfontforge_la-noprefs.lo | |
CC libfontforge_la-nouiutil.lo | |
CC libfontforge_la-nowakowskittfinstr.lo | |
CC libfontforge_la-ofl.lo | |
CC libfontforge_la-othersubrs.lo | |
CC libfontforge_la-palmfonts.lo | |
CC libfontforge_la-parsepdf.lo | |
CC libfontforge_la-parsepfa.lo | |
CC libfontforge_la-parsettfatt.lo | |
CC libfontforge_la-parsettfbmf.lo | |
CC libfontforge_la-parsettf.lo | |
CC libfontforge_la-parsettfvar.lo | |
CC libfontforge_la-plugins.lo | |
CC libfontforge_la-print.lo | |
CC libfontforge_la-psread.lo | |
CC libfontforge_la-pua.lo | |
CC libfontforge_la-python.lo | |
CC libfontforge_la-savefont.lo | |
CC libfontforge_la-scripting.lo | |
CC libfontforge_la-scstyles.lo | |
CC libfontforge_la-search.lo | |
CC libfontforge_la-sfd1.lo | |
CC libfontforge_la-sfd.lo | |
CC libfontforge_la-sflayout.lo | |
CC libfontforge_la-spiro.lo | |
CC libfontforge_la-splinechar.lo | |
CC libfontforge_la-splinefill.lo | |
CC libfontforge_la-splinefont.lo | |
CC libfontforge_la-splineorder2.lo | |
CC libfontforge_la-splineoverlap.lo | |
CC libfontforge_la-splinesaveafm.lo | |
CC libfontforge_la-splinesave.lo | |
CC libfontforge_la-splinestroke.lo | |
CC libfontforge_la-splineutil2.lo | |
CC libfontforge_la-splineutil.lo | |
CC libfontforge_la-start.lo | |
CC libfontforge_la-stemdb.lo | |
CC libfontforge_la-svg.lo | |
CC libfontforge_la-tottfaat.lo | |
CC libfontforge_la-tottfgpos.lo | |
CC libfontforge_la-tottf.lo | |
CC libfontforge_la-tottfvar.lo | |
CC libfontforge_la-ttfinstrs.lo | |
CC libfontforge_la-ttfspecial.lo | |
CC libfontforge_la-ufo.lo | |
CC libfontforge_la-unicoderange.lo | |
CC libfontforge_la-utils.lo | |
CC libfontforge_la-winfonts.lo | |
CC libfontforge_la-zapfnomen.lo | |
CC libfontforge_la-groups.lo | |
CC libfontforge_la-langfreq.lo | |
CC libfontforge_la-ftdelta.lo | |
CC libfontforge_la-autowidth2.lo | |
CC libfontforge_la-woff.lo | |
CC libfontforge_la-stamp.lo | |
CC libfontforge_la-activeinui.lo | |
CC libfontforge_la-pluginloading.lo | |
CC libfontforge_la-is_LIGATURE.lo | |
CC libfontforge_la-flaglist.lo | |
/usr/local/Library/ENV/4.3/sed -e '1,$ s/REPLACE_ME_WITH_MAJOR_VERSION/2/' \ | |
-e '1,$ s/REPLACE_ME_WITH_MINOR_VERSION/0/' \ | |
< libstamp.pre > libstamp.c | |
/bin/sh ../libtool --mode=compile gcc-4.7 -std=gnu99 -g -DHAVE_CONFIG_H -c -o \ | |
splinerefigure.lo "-I../inc" "-I../inc" "-DSHAREDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge\"" "-DDOCDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/share/doc/fontforge\"" "-DPLUGINDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/lib/fontforge/plugins\"" -Wunused -Wreturn-type -Wparentheses -Wformat -Wchar-subscripts -Wno-unused-but-set-variable -Wno-unused-result -Werror=missing-prototypes -Werror=implicit -I/usr/local/Cellar/zlib/1.2.7/include -I/usr/local/Cellar/cairo/1.12.2/include/cairo -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/pixman/0.26.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/pango/1.30.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/fontconfig/2.10.1/include -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/pango/1.30.1/include/pango-1.0 -I/usr/local/Cellar/cairo/1.12.2/include/cairo -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/pixman/0.26.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/opt/X11/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/usr/local/Cellar/libtiff/4.0.2/include -I/usr/include/libxml2 -D_THREAD_SAFE -pthread -I/ ./splinerefigure.c | |
CC libfontforgeexe_la-alignment.lo | |
CC libfontforgeexe_la-anchorsaway.lo | |
CC libfontforgeexe_la-autowidth2dlg.lo | |
libtool: compile: gcc-4.7 -std=gnu99 -g -DHAVE_CONFIG_H -c -I../inc -I../inc -DSHAREDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge\" -DDOCDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/share/doc/fontforge\" -DPLUGINDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/lib/fontforge/plugins\" -Wunused -Wreturn-type -Wparentheses -Wformat -Wchar-subscripts -Wno-unused-but-set-variable -Wno-unused-result -Werror=missing-prototypes -Werror=implicit -I/usr/local/Cellar/zlib/1.2.7/include -I/usr/local/Cellar/cairo/1.12.2/include/cairo -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/pixman/0.26.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/pango/1.30.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/fontconfig/2.10.1/include -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/pango/1.30.1/include/pango-1.0 -I/usr/local/Cellar/cairo/1.12.2/include/cairo -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/pixman/0.26.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/opt/X11/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/usr/local/Cellar/libtiff/4.0.2/include -I/usr/include/libxml2 -D_THREAD_SAFE -pthread -I/ ./splinerefigure.c -fno-common -DPIC -o .libs/splinerefigure.o | |
CC libfontforgeexe_la-basedlg.lo | |
CC libfontforgeexe_la-bdfinfo.lo | |
libtool: compile: gcc-4.7 -std=gnu99 -g -DHAVE_CONFIG_H -c -I../inc -I../inc -DSHAREDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge\" -DDOCDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/share/doc/fontforge\" -DPLUGINDIR=\"/usr/local/Cellar/fontforge-dc/HEAD/lib/fontforge/plugins\" -Wunused -Wreturn-type -Wparentheses -Wformat -Wchar-subscripts -Wno-unused-but-set-variable -Wno-unused-result -Werror=missing-prototypes -Werror=implicit -I/usr/local/Cellar/zlib/1.2.7/include -I/usr/local/Cellar/cairo/1.12.2/include/cairo -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/pixman/0.26.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/pango/1.30.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/fontconfig/2.10.1/include -I/opt/X11/include -D_REENTRANT -I/usr/local/Cellar/pango/1.30.1/include/pango-1.0 -I/usr/local/Cellar/cairo/1.12.2/include/cairo -I/usr/local/Cellar/glib/2.32.4/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.4/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/pixman/0.26.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.1/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/opt/X11/include -I/usr/local/Cellar/freetype/2.4.10/include/freetype2 -I/usr/local/Cellar/freetype/2.4.10/include -I/usr/local/Cellar/libpng/1.5.12/include/libpng15 -I/usr/local/Cellar/libtiff/4.0.2/include -I/usr/include/libxml2 -D_THREAD_SAFE -pthread -I/ ./splinerefigure.c -o splinerefigure.o >/dev/null 2>&1 | |
CC libfontforgeexe_la-bitmapdlg.lo | |
CC libfontforgeexe_la-bitmapview.lo | |
CC libfontforgeexe_la-charinfo.lo | |
CC libfontforgeexe_la-charview.lo | |
CC libfontforgeexe_la-clipui.lo | |
CC libfontforgeexe_la-combinations.lo | |
CC libfontforgeexe_la-contextchain.lo | |
CC libfontforgeexe_la-cursors.lo | |
CC libfontforgeexe_la-cvaddpoints.lo | |
CC libfontforgeexe_la-cvdebug.lo | |
CC libfontforgeexe_la-cvdgloss.lo | |
CC libfontforgeexe_la-cvexportdlg.lo | |
CC libfontforgeexe_la-cvfreehand.lo | |
CC libfontforgeexe_la-cvgetinfo.lo | |
CC libfontforgeexe_la-cvgridfit.lo | |
CC libfontforgeexe_la-cvhand.lo | |
CC libfontforgeexe_la-cvhints.lo | |
CC libfontforgeexe_la-cvimportdlg.lo | |
CC libfontforgeexe_la-cvknife.lo | |
CC libfontforgeexe_la-cvpalettes.lo | |
CC libfontforgeexe_la-cvpointer.lo | |
CC libfontforgeexe_la-cvruler.lo | |
CC libfontforgeexe_la-cvshapes.lo | |
CC libfontforgeexe_la-cvstroke.lo | |
CC libfontforgeexe_la-cvtranstools.lo | |
CC libfontforgeexe_la-displayfonts.lo | |
CC libfontforgeexe_la-effectsui.lo | |
CC libfontforgeexe_la-encodingui.lo | |
CC libfontforgeexe_la-fontinfo.lo | |
CC libfontforgeexe_la-fontview.lo | |
CC libfontforgeexe_la-freetypeui.lo | |
CC libfontforgeexe_la-fvfontsdlg.lo | |
CC libfontforgeexe_la-fvmetricsdlg.lo | |
CC libfontforgeexe_la-gotodlg.lo | |
CC libfontforgeexe_la-groupsdlg.lo | |
CC libfontforgeexe_la-histograms.lo | |
CC libfontforgeexe_la-images.lo | |
CC libfontforgeexe_la-kernclass.lo | |
CC libfontforgeexe_la-layer2layer.lo | |
CC libfontforgeexe_la-lookupui.lo | |
CC libfontforgeexe_la-macencui.lo | |
CC libfontforgeexe_la-math.lo | |
CC libfontforgeexe_la-metricsview.lo | |
CC libfontforgeexe_la-mmdlg.lo | |
CC libfontforgeexe_la-nonlineartransui.lo | |
CC libfontforgeexe_la-oflib.lo | |
CC libfontforgeexe_la-openfontdlg.lo | |
CC libfontforgeexe_la-prefs.lo | |
CC libfontforgeexe_la-problems.lo | |
CC libfontforgeexe_la-pythonui.lo | |
CC libfontforgeexe_la-savefontdlg.lo | |
CC libfontforgeexe_la-scriptingdlg.lo | |
CC libfontforgeexe_la-scstylesui.lo | |
CC libfontforgeexe_la-searchview.lo | |
CC libfontforgeexe_la-sftextfield.lo | |
CC libfontforgeexe_la-showatt.lo | |
CC libfontforgeexe_la-simplifydlg.lo | |
CC libfontforgeexe_la-splashimage.lo | |
CC libfontforgeexe_la-startui.lo | |
CC libfontforgeexe_la-statemachine.lo | |
CC libfontforgeexe_la-tilepath.lo | |
CC libfontforgeexe_la-transform.lo | |
CC libfontforgeexe_la-ttfinstrsui.lo | |
CC libfontforgeexe_la-uiutil.lo | |
CC libfontforgeexe_la-windowmenu.lo | |
CC libfontforgeexe_la-justifydlg.lo | |
CC libfontforgeexe_la-deltaui.lo | |
CC libfontforgeexe_la-usermenu.lo | |
/usr/local/Library/ENV/4.3/sed -e '1,$ s/REPLACE_ME_WITH_MAJOR_VERSION/2/' \ | |
-e '1,$ s/REPLACE_ME_WITH_MINOR_VERSION/0/' \ | |
< exelibstamp.pre > exelibstamp.c | |
CC fontforge-main.o | |
echo ""#!/usr/local/Cellar/fontforge-dc/HEAD/bin/fontforge -lang=ff"" | cat - "./fontimage.pe" > fontimage | |
chmod +x fontimage | |
echo ""#!/usr/local/Cellar/fontforge-dc/HEAD/bin/fontforge -lang=ff"" | cat - "./fontlint.pe" > fontlint | |
chmod +x fontlint | |
echo ""#!/usr/local/Cellar/fontforge-dc/HEAD/bin/fontforge -lang=ff"" | cat - "./sfddiff.pe" > sfddiff | |
chmod +x sfddiff | |
CC libfontforge_la-libstamp.lo | |
CC libfontforgeexe_la-exelibstamp.lo | |
CCLD libfontforge.la | |
/usr/bin/ranlib: file: .libs/libfontforge.a(libfontforge_la-bezctx_ff.o) has no symbols | |
ranlib: file: .libs/libfontforge.a(libfontforge_la-bezctx_ff.o) has no symbols | |
CCLD libfontforgeexe.la | |
/usr/bin/ranlib: file: .libs/libfontforgeexe.a(libfontforgeexe_la-pythonui.o) has no symbols | |
ranlib: file: .libs/libfontforgeexe.a(libfontforgeexe_la-pythonui.o) has no symbols | |
CCLD fontforge | |
Making all in po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=ca.mo ca.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=el.mo el.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=es.mo es.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=it.mo it.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=pl.mo pl.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=vi.mo vi.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=zh_TW.mo zh_TW.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=de.mo de.po | |
/usr/local/opt/gettext/bin/msgfmt: it.po: warning: PO file header fuzzy | |
warning: older versions of msgfmt will give an error on this | |
it.po:8: header field `Project-Id-Version' still has the initial default value | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=en_GB.mo en_GB.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=fr.mo fr.po | |
/usr/local/opt/gettext/bin/msgfmt: es.po: warning: PO file header fuzzy | |
warning: older versions of msgfmt will give an error on this | |
es.po:8: header field `Project-Id-Version' still has the initial default value | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=ja.mo ja.po | |
/usr/local/opt/gettext/bin/msgfmt: en_GB.po: warning: PO file header fuzzy | |
warning: older versions of msgfmt will give an error on this | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=ml.mo ml.po | |
el.po:8: header field `Project-Id-Version' still has the initial default value | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=ru.mo ru.po | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=uk.mo uk.po | |
/usr/local/opt/gettext/bin/msgfmt: ja.po: warning: PO file header fuzzy | |
warning: older versions of msgfmt will give an error on this | |
ja.po:8: header field `Project-Id-Version' still has the initial default value | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=zh_CN.mo zh_CN.po | |
Making all in htdocs | |
Making all in pycontrib | |
Making all in cidmap | |
Making all in tests | |
Making all in mackeys | |
/usr/local/opt/gettext/bin/msgfmt --check --output-file=en.mo en.po | |
/usr/local/opt/gettext/bin/msgfmt: en.po: warning: PO file header fuzzy | |
warning: older versions of msgfmt will give an error on this | |
en.po:8: header field `Project-Id-Version' still has the initial default value | |
CC libltdl/argz.lo | |
CC libltdl/loaders/dlopen.lo | |
CC libltdl/loaders/libltdl_libltdlc_la-preopen.lo | |
CC libltdl/libltdl_libltdlc_la-lt__alloc.lo | |
CC libltdl/libltdl_libltdlc_la-lt_dlloader.lo | |
CC libltdl/libltdl_libltdlc_la-lt_error.lo | |
CC libltdl/libltdl_libltdlc_la-ltdl.lo | |
CC libltdl/libltdl_libltdlc_la-slist.lo | |
CCLD libltdl/dlopen.la | |
CCLD libltdl/libltdlc.la | |
bash-3.2$ | |
bash-3.2$ make install | |
/usr/bin/make install-recursive | |
Making install in inc | |
make[3]: Nothing to be done for `install-exec-am'. | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/include/fontforge' | |
/usr/bin/install -c -m 644 basics.h chardata.h charset.h config.h dynamic.h fileutil.h gdraw.h gfile.h ggadget.h gicons.h gimage.h gio.h gkeysym.h gprogress.h gresedit.h gresource.h gwidget.h gwwiconv.h intl.h ustring.h utype.h annotations_base.h '/usr/local/Cellar/fontforge-dc/HEAD/include/fontforge' | |
Making install in Unicode | |
make[3]: Nothing to be done for `install-data-am'. | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgunicode.la '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
libtool: install: /usr/bin/install -c .libs/libgunicode-2.0.0_beta1.dylib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgunicode-2.0.0_beta1.dylib | |
libtool: install: (cd /usr/local/Cellar/fontforge-dc/HEAD/lib && { ln -s -f libgunicode-2.0.0_beta1.dylib libgunicode.dylib || { rm -f libgunicode.dylib && ln -s libgunicode-2.0.0_beta1.dylib libgunicode.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgunicode.lai /usr/local/Cellar/fontforge-dc/HEAD/lib/libgunicode.la | |
libtool: install: /usr/bin/install -c .libs/libgunicode.a /usr/local/Cellar/fontforge-dc/HEAD/lib/libgunicode.a | |
libtool: install: chmod 644 /usr/local/Cellar/fontforge-dc/HEAD/lib/libgunicode.a | |
libtool: install: ranlib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgunicode.a | |
Making install in gutils | |
make[3]: Nothing to be done for `install-data-am'. | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgutils.la libgioftp.la '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
libtool: install: /usr/bin/install -c .libs/libgutils-2.0.0_beta1.dylib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgutils-2.0.0_beta1.dylib | |
libtool: install: (cd /usr/local/Cellar/fontforge-dc/HEAD/lib && { ln -s -f libgutils-2.0.0_beta1.dylib libgutils.dylib || { rm -f libgutils.dylib && ln -s libgutils-2.0.0_beta1.dylib libgutils.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgutils.lai /usr/local/Cellar/fontforge-dc/HEAD/lib/libgutils.la | |
libtool: install: /usr/bin/install -c .libs/libgioftp-2.0.0_beta1.dylib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgioftp-2.0.0_beta1.dylib | |
libtool: install: (cd /usr/local/Cellar/fontforge-dc/HEAD/lib && { ln -s -f libgioftp-2.0.0_beta1.dylib libgioftp.dylib || { rm -f libgioftp.dylib && ln -s libgioftp-2.0.0_beta1.dylib libgioftp.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgioftp.lai /usr/local/Cellar/fontforge-dc/HEAD/lib/libgioftp.la | |
libtool: install: /usr/bin/install -c .libs/libgutils.a /usr/local/Cellar/fontforge-dc/HEAD/lib/libgutils.a | |
libtool: install: chmod 644 /usr/local/Cellar/fontforge-dc/HEAD/lib/libgutils.a | |
libtool: install: ranlib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgutils.a | |
libtool: install: /usr/bin/install -c .libs/libgioftp.a /usr/local/Cellar/fontforge-dc/HEAD/lib/libgioftp.a | |
libtool: install: chmod 644 /usr/local/Cellar/fontforge-dc/HEAD/lib/libgioftp.a | |
libtool: install: ranlib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgioftp.a | |
Making install in gdraw | |
make[3]: Nothing to be done for `install-data-am'. | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libgdraw.la '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
libtool: install: /usr/bin/install -c .libs/libgdraw-2.0.0_beta1.dylib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgdraw-2.0.0_beta1.dylib | |
libtool: install: (cd /usr/local/Cellar/fontforge-dc/HEAD/lib && { ln -s -f libgdraw-2.0.0_beta1.dylib libgdraw.dylib || { rm -f libgdraw.dylib && ln -s libgdraw-2.0.0_beta1.dylib libgdraw.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgdraw.lai /usr/local/Cellar/fontforge-dc/HEAD/lib/libgdraw.la | |
libtool: install: /usr/bin/install -c .libs/libgdraw.a /usr/local/Cellar/fontforge-dc/HEAD/lib/libgdraw.a | |
libtool: install: chmod 644 /usr/local/Cellar/fontforge-dc/HEAD/lib/libgdraw.a | |
libtool: install: ranlib /usr/local/Cellar/fontforge-dc/HEAD/lib/libgdraw.a | |
Making install in plugins | |
make[3]: Nothing to be done for `install-exec-am'. | |
Making install in fontforge | |
Making install in pixmaps | |
make[4]: Nothing to be done for `install-exec-am'. | |
../../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
/usr/bin/install -c -m 644 chooseraudio.png chooserback.png chooserbookmark.png choosercid.png choosercompressed.png chooserconfigtool.png choosercore.png chooserdir.png chooserforward.png chooserhomefolder.png chooserimage.png choosermac.png choosermacttf.png choosernobookmark.png chooserobject.png choosertar.png choosertextbdf.png choosertextc.png choosertextcss.png choosertextfontps.png choosertextfontsfd.png choosertexthtml.png choosertextjava.png choosertextmake.png choosertextplain.png choosertextps.png choosertextxml.png chooserttf.png chooserunknown.png chooserupdir.png chooservideo.png colorwheel.png editclearback.png editclear.png editcopyfg2bg.png editcopylayer2layer.png editcopylbearing.png editcopylookupdata.png editcopy.png editcopyrbearing.png '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
/usr/bin/install -c -m 644 editcopyref.png editcopyvwidth.png editcopywidth.png editcut.png editfind.png editjoin.png editmerge.png editpasteafter.png editpasteinto.png editpaste.png editredo.png editrmundoes.png editrplref.png editsameas.png editselect.png editundo.png editunlink.png elementaddextrema.png elementalign.png elementanticlock.png elementautotrace.png elementbdfinfo.png elementbitmapsavail.png elementbuildaccent.png elementbuildcomposite.png elementclockwise.png elementcomparefonts.png elementcomparelayers.png elementcorrectdir.png elementexpandstroke.png elementfindprobs.png elementfontinfo.png elementgetinfo.png elementglyphinfo.png elementhbaselines.png elementinterpolatefonts.png elementmathinfo.png elementmergefonts.png elementorder.png elementotherinfo.png '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
/usr/bin/install -c -m 644 elementregenbitmaps.png elementremovebitmaps.png elementrenameglyph.png elementround.png elementshowdep.png elementsimplify.png elementstyles.png elementtilepath.png elementtilepattern.png elementtransform.png elementvalidate.png elementvbaselines.png fileclose.png fileexecute.png fileexport.png filegeneratefamily.png filegenerate.png fileimport.png filemergefeature.png filenew.png fileopen.png fileprefs.png fileprint.png filequit.png filerecent.png filerevertbackup.png filerevertglyph.png filerevert.png filesaveall.png filesaveas.png filesave.png helpabout.png helphelp.png helpindex.png hintsadddstem.png hintsaddhstem.png hintsaddvstem.png hintsautohint.png hintscleardstems.png hintsclearhstems.png '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
/usr/bin/install -c -m 644 hintsclearvstems.png hintsdontautohint.png hintsreviewhints.png menuempty.png metricscenter.png metricssetlbearing.png metricssetrbearing.png metricssetvwidth.png metricssetwidth.png overlapexclude.png overlapfindinter.png overlapintersection.png overlaprm.png palette3drotate.png palettecorner.png palettecurve.png paletteelipse.png paletteflip.png palettefreehand.png palettehand.png palettehvcurve.png paletteknife.png paletteline.png palettemagnify.png palettepencil.png palettepen.png paletteperspective.png palettepointer.png palettepoly.png paletterect.png paletterotate.png paletteruler.png palettescale.png paletteshift.png paletteskew.png palettesmall3drotate.png palettesmallcorner.png palettesmallcurve.png palettesmallelipse.png palettesmallflip.png '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
/usr/bin/install -c -m 644 palettesmallhand.png palettesmallhvcurve.png palettesmallknife.png palettesmallmag.png palettesmallpencil.png palettesmallpen.png palettesmallperspective.png palettesmallpointer.png palettesmallpoly.png palettesmallrect.png palettesmallrotate.png palettesmallruler.png palettesmallscale.png palettesmallskew.png palettesmallspirocorner.png palettesmallspirocurve.png palettesmallspirog2curve.png palettesmallspiroleft.png palettesmallspiroright.png palettesmallstar.png palettesmalltangent.png palettespirocorner.png palettespirocurve.png palettespirodisabled.png palettespirodown.png palettespirog2curve.png palettespiroleft.png palettespiroright.png palettespiroup.png palettestar.png palettetangent.png pointsaddanchor.png pointscorner.png pointscurve.png pointsG2curve.png pointshvcurve.png pointsmakearc.png pointsmakeline.png pointsnamecontour.png pointsspironext.png '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
/usr/bin/install -c -m 644 pointsspiroprev.png pointstangent.png ptinfocorner.png ptinfocurve.png ptinfohvcurve.png ptinfotangent.png python.png styleschangeweight.png styleschangexheight.png stylesextendcondense.png stylesinline.png stylesitalic.png stylesoblique.png stylesoutline.png stylesshadow.png stylessmallcaps.png stylessubsuper.png styleswireframe.png tools3drotate.png toolselipse.png toolsflip.png toolsfreehand.png toolsknife.png toolsmagnify.png toolspen.png toolsperspective.png toolspointer.png toolspolygon.png toolsrect.png toolsrotate.png toolsruler.png toolsscale.png toolsscroll.png toolsskew.png toolsspiro.png toolsstar.png transformfliphor.png transformflipvert.png transformrotate180.png transformrotateccw.png '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
/usr/bin/install -c -m 644 transformrotatecw.png transformskew.png ttdebugcontinue.png ttdebugexit.png ttdebugmenudelta.png ttdebugstepinto.png ttdebugstepout.png ttdebugstepover.png ttdebugstopped.png ttdebugstop.png ttdebugwatchpnt.png viewbiggersize.png viewfindinfont.png viewfit.png viewformer.png viewgoto.png viewinsertafter.png viewinsertbefore.png viewlayers.png viewnextdef.png viewnext.png viewpalettes.png viewprevdef.png viewprev.png viewreplace.png viewsmallersize.png viewzoomin.png viewzoomout.png '/usr/local/Cellar/fontforge-dc/HEAD/share/fontforge/pixmaps' | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/bin' | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/include/fontforge' | |
../config/install-sh -c -d '/usr/local/Cellar/fontforge-dc/HEAD/share/man/man1' | |
/usr/bin/unzip ./MacFontForgeApp.zip | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libfontforge.la libfontforgeexe.la '/usr/local/Cellar/fontforge-dc/HEAD/lib' | |
Archive: ./MacFontForgeApp.zip | |
creating: FontForge.app/ | |
creating: FontForge.app/Contents/ | |
inflating: FontForge.app/Contents/Info.plist | |
creating: FontForge.app/Contents/MacOS/ | |
inflating: FontForge.app/Contents/PkgInfo | |
creating: FontForge.app/Contents/Resources/ | |
inflating: FontForge.app/Contents/Resources/buttonFF.icns | |
inflating: FontForge.app/Contents/Resources/FontForge.icns | |
inflating: FontForge.app/Contents/Resources/fontforge_backup.icns | |
inflating: FontForge.app/Contents/Resources/fontforge_dfont.icns | |
inflating: FontForge.app/Contents/Resources/fontforge_otf.icns | |
inflating: FontForge.app/Contents/Resources/fontforge_ps.icns | |
inflating: FontForge.app/Contents/Resources/fontforge_ps3.icns | |
inflating: FontForge.app/Contents/Resources/fontforge_sfd.icns | |
inflating: FontForge.app/Contents/Resources/fontforge_ttf.icns | |
mkdir -p darwinsetup_tmpdir | |
/usr/bin/install -c fontimage fontlint sfddiff '/usr/local/Cellar/fontforge-dc/HEAD/bin' | |
cp FontForge.app/Contents/Info.plist darwinsetup_tmpdir | |
/usr/bin/install -c -m 644 autowidth2.h configure-fontforge.h fontforge.h libffstamp.h psfont.h stemdb.h autowidth.h delta.h fontforgevw.h lookups.h savefont.h ttf.h baseviews.h fvmetrics.h mm.h scriptfuncs.h ttfinstrs.h edgelist2.h namehash.h scripting.h uiinterface.h bezctx_ff.h edgelist.h groups.h nonlineartrans.h sd.h unicoderange.h bitmapcontrol.h encoding.h ofl.h search.h usermenu.h fffreetype.h PfEd.h sfd1.h ffpython.h import.h plugins.h sflayoutP.h print.h '/usr/local/Cellar/fontforge-dc/HEAD/include/fontforge' | |
( VERSION=`/usr/bin/grep source_version_str ./stamp.c | /usr/local/Library/ENV/4.3/sed 's/const char \*source_version_str = "//' | /usr/local/Library/ENV/4.3/sed 's/";//'` ; /usr/local/Library/ENV/4.3/sed s/20080810/$VERSION/ < darwinsetup_tmpdir/Info.plist > FontForge.app/Contents/Info.plist ) | |
/usr/bin/install -c -m 644 fontforge.1 fontimage.1 fontlint.1 sfddiff.1 '/usr/local/Cellar/fontforge-dc/HEAD/share/man/man1' | |
/usr/bin/install -c -m 644 splinefont.h annotations.h '/usr/local/Cellar/fontforge-dc/HEAD/include/fontforge' | |
libtool: install: /usr/bin/install -c .libs/libfontforge-2.0.0_beta1.dylib /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforge-2.0.0_beta1.dylib | |
sed: 1: "s/20080810/20120906": unterminated substitute in regular expression | |
make[4]: *** [FontForge.app/Contents/Info.plist] Error 1 | |
make[4]: *** Waiting for unfinished jobs.... | |
libtool: install: (cd /usr/local/Cellar/fontforge-dc/HEAD/lib && { ln -s -f libfontforge-2.0.0_beta1.dylib libfontforge.dylib || { rm -f libfontforge.dylib && ln -s libfontforge-2.0.0_beta1.dylib libfontforge.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libfontforge.lai /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforge.la | |
libtool: install: /usr/bin/install -c .libs/libfontforgeexe-2.0.0_beta1.dylib /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforgeexe-2.0.0_beta1.dylib | |
libtool: install: (cd /usr/local/Cellar/fontforge-dc/HEAD/lib && { ln -s -f libfontforgeexe-2.0.0_beta1.dylib libfontforgeexe.dylib || { rm -f libfontforgeexe.dylib && ln -s libfontforgeexe-2.0.0_beta1.dylib libfontforgeexe.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libfontforgeexe.lai /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforgeexe.la | |
libtool: install: /usr/bin/install -c .libs/libfontforge.a /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforge.a | |
libtool: install: chmod 644 /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforge.a | |
libtool: install: ranlib /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforge.a | |
ranlib: file: /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforge.a(libfontforge_la-bezctx_ff.o) has no symbols | |
libtool: install: /usr/bin/install -c .libs/libfontforgeexe.a /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforgeexe.a | |
libtool: install: chmod 644 /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforgeexe.a | |
libtool: install: ranlib /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforgeexe.a | |
ranlib: file: /usr/local/Cellar/fontforge-dc/HEAD/lib/libfontforgeexe.a(libfontforgeexe_la-pythonui.o) has no symbols | |
make[3]: *** [install-am] Error 2 | |
make[2]: *** [install-recursive] Error 1 | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install] Error 2 | |
bash-3.2$ | |
$ fontforge/fontforge | |
Copyright (c) 2000-2012 by George Williams. | |
Executable based on sources from 01:48 GMT 6-Sep-2012-ML-NoPython-D. | |
Library based on sources from 01:48 GMT 6-Sep-2012. | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderCoreText', script='latin' | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_unref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: void g_object_set_qdata_full(GObject *, GQuark, gpointer, GDestroyNotify): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): Pango-CRITICAL **: void pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
(process:5632): GLib-GObject-CRITICAL **: gpointer g_object_ref(gpointer): assertion `G_IS_OBJECT (object)' failed | |
Segmentation fault: 11 | |
bash-3.2$ |
It will probably work if you just remove that particular sed invocation, too.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mostly you are on your own with the make install on Apple, though. That was left as an exercise for the unfortunate. :)