From owner-freebsd-current@FreeBSD.ORG Wed Jan 23 08:14:21 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D396EA8F for ; Wed, 23 Jan 2013 08:14:21 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-ia0-x22c.google.com (mail-ia0-x22c.google.com [IPv6:2607:f8b0:4001:c02::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 8390575 for ; Wed, 23 Jan 2013 08:14:21 +0000 (UTC) Received: by mail-ia0-f172.google.com with SMTP id u8so3788670iag.17 for ; Wed, 23 Jan 2013 00:14:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=HNS1+SZSi3N8ztmJCyfu+o0M0OAQFs+TZ+KGCEIA1YM=; b=DcaGw91M2i2s9dl0wVeJ69qHnoExBY/qhBBpd34EZbUM+jk92CsoLWRv/LQp/gCPxb mLV1XDem3Gl5IdOKzOFq0i5fGZC0rN8zmPz0+M9eirBq0SJf23iLolw+dB4KXksPbgE4 QDhz0LyrCuyilOvHUuRx290jNxSSYKOoygGrH439UyyxCCTMgJ2Q/fGdmSBCubf8c2HU CldSznsb6y1IpxATxCZuWMV8FFTxdxgYgVkZNH8GUKb8j+lKF9ANUMFPl6mK0jCZpEqO Ug3qw82VBPhy9kf0imVQFIngLk/mL9ep6nlRrG4AOELOKQ79PXVz9wHXuSbB4zdgVkNP tGYQ== MIME-Version: 1.0 X-Received: by 10.50.12.135 with SMTP id y7mr14257628igb.98.1358928860067; Wed, 23 Jan 2013 00:14:20 -0800 (PST) Received: by 10.64.63.100 with HTTP; Wed, 23 Jan 2013 00:14:20 -0800 (PST) Date: Wed, 23 Jan 2013 16:14:20 +0800 Message-ID: Subject: Compilation error (pkgng) From: Alie Tan To: freebsd-current@freebsd.org X-Gm-Message-State: ALoCoQlBXODr9UiDkR7DkhrUp1yBGesWsG0Qjd/naOdRFH/tXlzg+LVkKCw4gHASj+ZZ1ifPdSEI Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 23 Jan 2013 08:14:21 -0000 Seems this check-in causing compilation error: http://freshbsd.org/commit/freebsd/r245828 -nonliteral -c /usr/src/usr.sbin/pkg_install/lib/pkgng.c -o pkgng.o /usr/src/usr.sbin/pkg_install/lib/pkgng.c:53:45: error: expected ')' rc = snprintf(pkgngpath, sizeof(pkgngpath) "%s/local.sqlite", pkgngdir); ^ /usr/src/usr.sbin/pkg_install/lib/pkgng.c:53:15: note: to match this '(' rc = snprintf(pkgngpath, sizeof(pkgngpath) "%s/local.sqlite", pkgngdir); ^ /usr/src/usr.sbin/pkg_install/lib/pkgng.c:54:9: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] if (rc >= sizeof(pkgngpath)) { ~~ ^ ~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. *** [pkgng.o] Error code 1 Stop in /usr/src/usr.sbin/pkg_install/lib. *** [all] Error code 1 Stop in /usr/src/usr.sbin/pkg_install. *** [all] Error code 1 Stop in /usr/src/usr.sbin. *** [usr.sbin.all__D] Error code 1 Stop in /usr/src. *** [everything] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src.