[Bug 225476] unbreak x11/altyo build with vala 0.36.9
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 27 00:46:11 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225476
Bug ID: 225476
Summary: unbreak x11/altyo build with vala 0.36.9
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: truckman at FreeBSD.org
CC: antoine at FreeBSD.org, cpm at freebsd.org,
freebsd-ports-bugs at FreeBSD.org
Attachment #190091 maintainer-approval?
Flags:
Created attachment 190091
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190091&action=edit
patch to unbreak x11/altyo build with vala 0.36.9
After vala was upgraded to 0.36.9, the altyo build broke with these errors:
/wrkdirs/usr/ports/x11/altyo/work/AltYo-debian-0.4_rc19-linvinus1/altyo_terminal
.vala.c:5638:62: error: too few arguments to function call, expected 3, have 2
vte_terminal_set_encoding ((VteTerminal*) _tmp44_,
_tmp4
5_);
~~~~~~~~~~~~~~~~~~~~~~~~~
^
/usr/local/include/vte-2.91/vte/vteterminal.h:399:1: note:
'vte_terminal_set_enc
oding' declared here
_VTE_PUBLIC
^
/usr/local/include/vte-2.91/vte/vtemacros.h:42:21: note: expanded from macro
'_V
TE_PUBLIC'
#define _VTE_PUBLIC __attribute__((__visibility__("default"))) extern
^
/wrkdirs/usr/ports/x11/altyo/work/AltYo-debian-0.4_rc19-linvinus1/altyo_terminal
.vala.c:5642:59: error: too few arguments to function call, expected 3, have 2
vte_terminal_set_encoding ((VteTerminal*) _tmp46_,
NULL)
;
~~~~~~~~~~~~~~~~~~~~~~~~~
^
/usr/local/include/vte-2.91/vte/vteterminal.h:399:1: note:
'vte_terminal_set_enc
oding' declared here
I'm not sure why this didn't show up with the vala upgrade to 0.36.4, since i
see the same error when I downgrade back to that version.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list