Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2018 00:46:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225476] unbreak x11/altyo build with vala 0.36.9
Message-ID:  <bug-225476-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225476

            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@FreeBSD.org
          Reporter: truckman@FreeBSD.org
                CC: antoine@FreeBSD.org, cpm@freebsd.org,
                    freebsd-ports-bugs@FreeBSD.org
 Attachment #190091 maintainer-approval?
             Flags:

Created attachment 190091
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190091&action=
=3Dedit
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_ter=
minal
.vala.c:5638:62: error: too few arguments to function call, expected 3, hav=
e 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_ter=
minal
.vala.c:5642:59: error: too few arguments to function call, expected 3, hav=
e 2
                        vte_terminal_set_encoding ((VteTerminal*) _tmp46_,
NULL)
;
                        ~~~~~~~~~~~~~~~~~~~~~~~~~=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
^
/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.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225476-13>