From owner-freebsd-current@freebsd.org Sun Dec 31 21:54:20 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 52D50EA9414 for ; Sun, 31 Dec 2017 21:54:20 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3442A64D99 for ; Sun, 31 Dec 2017 21:54:19 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: ef8018a2-ee74-11e7-93a5-cd02e7dc7692 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id ef8018a2-ee74-11e7-93a5-cd02e7dc7692; Sun, 31 Dec 2017 21:52:46 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id vBVLrA0H008728; Sun, 31 Dec 2017 14:53:10 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1514757190.12000.23.camel@freebsd.org> Subject: Re: SVN r327444 breaks current build From: Ian Lepore To: Michael Butler , freebsd-current , gonzo@freebsd.org Date: Sun, 31 Dec 2017 14:53:10 -0700 In-Reply-To: <0b8f0e34-7a39-fd59-7f66-b55f1af0e920@protected-networks.net> References: <0b8f0e34-7a39-fd59-7f66-b55f1af0e920@protected-networks.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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:54:20 -0000 On Sun, 2017-12-31 at 16:32 -0500, Michael Butler wrote: > 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 Fixed in r327449. -- Ian