Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 434494 Details for
Bug 583258
media-gfx/birdfont-2.5.1 : libbirdfont/.../PairFormat1.vala:22.2-22.19: error: Cannot convert from `int' to `uint16'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-gfx:birdfont-2.5.1:20160517-013455.log
media-gfx:birdfont-2.5.1:20160517-013455.log (text/plain), 5.61 KB, created by
Toralf Förster
on 2016-05-17 07:36:54 UTC
(
hide
)
Description:
media-gfx:birdfont-2.5.1:20160517-013455.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-05-17 07:36:54 UTC
Size:
5.61 KB
patch
obsolete
> * Package: media-gfx/birdfont-2.5.1 > * Repository: gentoo > * Maintainer: fonts@gentoo.org > * Upstream: https://birdfont.org/bugtracker/ > * USE: abi_x86_64 amd64 elibc_glibc gtk kernel_linux nls userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking birdfont-2.5.1.tar.xz to /var/tmp/portage/media-gfx/birdfont-2.5.1/work >>>> Source unpacked in /var/tmp/portage/media-gfx/birdfont-2.5.1/work >>>> Preparing source in /var/tmp/portage/media-gfx/birdfont-2.5.1/work/birdfont-2.5.1 ... > * Applying birdfont-2.5.1-verbose.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-gfx/birdfont-2.5.1/work/birdfont-2.5.1 ... > * Looking in po for new locales ... > [ ok ] >Looking for library: posixvala >Glib will be used instead of Posix (libc). >Checking for /usr/bin/valac-0.30 version >= 0.16.0 >Found Vala 0.30.1 > >Looking for library: cairo >Looking for library: gdk-pixbuf-2.0 >Looking for library: gio-2.0 >Looking for library: glib-2.0 >Looking for library: gtk+-3.0 >Looking for library: webkitgtk-3.0 >Looking for library: libsoup-2.4 >Looking for library: libnotify >Looking for library: gee-0.8 >sh -c "mkdir -p build" >sh -c "touch build/configured" > >Done >Writing Config.vala >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-gfx/birdfont-2.5.1/work/birdfont-2.5.1 ... >Writing Config.vala >sh -c "mkdir -p build/libbirdxml" >sh -c "mkdir -p build/bin" >sh -c "/usr/bin/valac-0.30 -C --pkg gdk-pixbuf-2.0 --pkg gtk+-3.0 --pkg posix --vapidir=./ --basedir build/libbirdxml/ --enable-experimental --library libbirdxml -H build/libbirdxml/birdxml.h libbirdxml/*.vala " >libbirdxml/XmlString.vala:125.10-125.15: warning: string.ndup is deprecated. Use string.substring >Compilation succeeded - 1 warning(s) >sh -c "x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -c build/libbirdxml/*.c -fPIC $(x86_64-pc-linux-gnu-pkg-config --cflags glib-2.0) $(x86_64-pc-linux-gnu-pkg-config --cflags gobject-2.0) " >build/libbirdxml/Xml.c: In function âbird_xml_parser_constructâ: >build/libbirdxml/Xml.c:208:32: warning: passing argument 1 of âbird_xml_string_newâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > _tmp6_ = bird_xml_string_new (_tmp2_, _tmp5_); > ^ >build/libbirdxml/Xml.c:153:16: note: expected âgchar * {aka char *}â but argument is of type âconst gchar * {aka const char *}â > BirdXmlString* bird_xml_string_new (gchar* data, gint length); > ^ >sh -c "mv ./*.o build/libbirdxml/ " >sh -c "x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,-soname,libbirdxml.so.36.0 -shared -Wl,-soname,libbirdxml.so.0.0 build/libbirdxml/*.o $(x86_64-pc-linux-gnu-pkg-config --libs glib-2.0) $(x86_64-pc-linux-gnu-pkg-config --libs gobject-2.0) -o libbirdxml.so.0.0" >sh -c "mv libbirdxml.so.0.0 build/bin/" >sh -c "cd build/bin && ln -sf libbirdxml.so.0.0 libbirdxml.so" >sh -c "mkdir -p build/libbirdfont" >sh -c "mkdir -p build/bin" >sh -c "/usr/bin/valac-0.30 -C --pkg gdk-pixbuf-2.0 --pkg gtk+-3.0 --vapidir=./ --basedir build/libbirdfont/ --enable-experimental --library libbirdfont -H build/libbirdfont/birdfont.h libbirdfont/*.vala libbirdfont/OpenFontFormat/*.vala libbirdfont/Renderer/*.vala --pkg gee-0.8 --pkg gio-2.0 --pkg cairo --pkg libbirdxml " >libbirdfont/OpenFontFormat/PairFormat1.vala:22.2-22.19: error: Cannot convert from `int' to `uint16' > public uint16 left = -1; > ^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GposTable.vala:179.47-179.52: error: The name `to_string' does not exist in the context of `BirdFont.PairFormat1.left' > warning (@"Kerning table is not sorted $(p.left) < $last_gid_left."); > ^^^^^^ >libbirdfont/OpenFontFormat/GposTable.vala:191.24-191.29: error: The name `to_string' does not exist in the context of `BirdFont.PairFormat1.left' > warning (@"GID $(p.left) is kerned zero units to $(k.right)."); > ^^^^^^ >libbirdfont/OpenFontFormat/GposTable.vala:235.20-235.25: error: Invalid type for argument 1 > fd.add_ushort (p.left); // gid > ^^^^^^ >Compilation failed: 4 error(s), 0 warning(s) >Error: sh -c "/usr/bin/valac-0.30 -C --pkg gdk-pixbuf-2.0 --pkg gtk+-3.0 --vapidir=./ --basedir build/libbirdfont/ --enable-experimental --library libbirdfont -H build/libbirdfont/birdfont.h libbirdfont/*.vala libbirdfont/OpenFontFormat/*.vala libbirdfont/Renderer/*.vala --pkg gee-0.8 --pkg gio-2.0 --pkg cairo --pkg libbirdxml " > * ERROR: media-gfx/birdfont-2.5.1::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 133: Called src_compile > * environment, line 2944: Called die > * The specific snippet of code: > * ./scripts/linux_build.py --prefix "${EPREFIX}/usr" --cc "$(tc-getCC)" --cflags "${CFLAGS} ${CPPFLAGS}" --ldflags "${LDFLAGS}" --valac "${VALAC}" || die > * > * If you need support, post the output of `emerge --info '=media-gfx/birdfont-2.5.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-gfx/birdfont-2.5.1::gentoo'`. > * The complete build log is located at '/var/log/portage/media-gfx:birdfont-2.5.1:20160517-013455.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-gfx/birdfont-2.5.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-gfx/birdfont-2.5.1/temp/environment'. > * Working directory: '/var/tmp/portage/media-gfx/birdfont-2.5.1/work/birdfont-2.5.1' > * S: '/var/tmp/portage/media-gfx/birdfont-2.5.1/work/birdfont-2.5.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 583258
:
434490
|
434492
| 434494