Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175640 - media-libs/wxsvg-1.0_beta7 build failure w/ >=media-libs/freetype-2.2
Summary: media-libs/wxsvg-1.0_beta7 build failure w/ >=media-libs/freetype-2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: freetype-2.2
  Show dependency tree
 
Reported: 2007-04-23 03:00 UTC by Ryan Hill (RETIRED)
Modified: 2007-04-23 03:25 UTC (History)
1 user (show)

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


Attachments
wxsvg-1.0_beta7-freetype.patch (wxsvg-1.0_beta7-freetype.patch,1.41 KB, patch)
2007-04-23 03:21 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2007-04-23 03:00:46 UTC
i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"wxsvgtest\" -DPACKAGE_TARNAME=\"wxsvgtest\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"wxsvgtest 1.0\"" -DPACKAGE_BUGREPORT=\"wx-svg-users@lists.sourceforge.net\" -DPACKAGE=\"wxsvgtest\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../../include -I../../include/wxSVG -I/usr/include/freetype2 -O2 -march=prescott -fomit-frame-pointer -fno-ident -pipe -fweb -fno-strict-aliasing -DUSE_RENDER_LIBART -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libart-2.0 -O2 -march=prescott -fomit-frame-pointer -fno-ident -pipe -fweb -fno-strict-aliasing -O2 -march=prescott -fomit-frame-pointer -fno-ident -pipe -fweb -fno-strict-aliasing -DUSE_RENDER_LIBART -I/usr/include/wx-2.6/gtk2-ansi-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -c SVGCanvasTextFreetype.cpp -MT SVGCanvasTextFreetype.lo -MD -MP -MF .deps/SVGCanvasTextFreetype.TPlo  -fPIC -DPIC -o .libs/SVGCanvasTextFreetype.o
SVGCanvasTextFreetype.cpp:231: error: invalid conversion from 'gint (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)'
SVGCanvasTextFreetype.cpp:231: error: invalid conversion from 'gint (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)'
SVGCanvasTextFreetype.cpp:231: error: invalid conversion from 'gint (*)(FT_Vector*, FT_Vector*, void*)' to 'int (*)(const FT_Vector*, const FT_Vector*, void*)'
SVGCanvasTextFreetype.cpp:231: error: invalid conversion from 'gint (*)(FT_Vector*, FT_Vector*, FT_Vector*, void*)' to 'int (*)(const FT_Vector*, const FT_Vector*, const FT_Vector*, void*)'
make[2]: *** [SVGCanvasTextFreetype.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/wxsvg-1.0_beta7/work/wxsvg-1.0b7/src/freetype'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/wxsvg-1.0_beta7/work/wxsvg-1.0b7/src'
make: *** [all-recursive] Error 1

!!! ERROR: media-libs/wxsvg-1.0_beta7 failed.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-04-23 03:21:15 UTC
Created attachment 117033 [details, diff]
wxsvg-1.0_beta7-freetype.patch
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2007-04-23 03:25:31 UTC
Fixed.