From owner-freebsd-current@freebsd.org Sun Dec 31 21:32:16 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90CA7EA871E for ; Sun, 31 Dec 2017 21:32:16 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6138364310; Sun, 31 Dec 2017 21:32:15 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1514755932; bh=c2e4rmCl1QVeMuSotqZQqnU6d+Fqk0RSR2Dovi9 TFMw=; b=kb2+pMyibDzqCkFhIBSL5WQOv61C5SSZjyw4SUaNp3OxN+sBDjtpa80 w3Q9XN6drdwafJHXVUMNiiwDicpERFdk74ZlDorctOLowIdBqn5f2CCx1BdJKoCi a4/70YbUvtI145s/sd934/oiHcbIU/yGB1elibcQsqeuSKpaQfW4= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id DF73C2A01D; Sun, 31 Dec 2017 16:32:12 -0500 (EST) To: freebsd-current , gonzo@freebsd.org From: Michael Butler Subject: SVN r327444 breaks current build Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492; url=0442D492 Message-ID: <0b8f0e34-7a39-fd59-7f66-b55f1af0e920@protected-networks.net> Date: Sun, 31 Dec 2017 16:32:12 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 21:32:16 -0000 Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vt_font_default.o --- vt_termcolors.o --- /usr/src/sys/dev/vt/colors/vt_termcolors.c:158:55: error: too many arguments to function call, expected 4, have 5 if (vt_parse_rgb_triplet(rgb, strlen(rgb), &r, &g, &b) == 0) { ~~~~~~~~~~~~~~~~~~~~ ^~ /usr/src/sys/dev/vt/colors/vt_termcolors.c:77:1: note: 'vt_parse_rgb_triplet' declared here static int ^ 1 error generated. *** [vt_termcolors.o] Error code 1 .. second time today a commit wasn't tested before commit :-( imb