From owner-freebsd-ports@FreeBSD.ORG Sat Aug 3 13:34:08 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CAB9B7F; Sat, 3 Aug 2013 13:34:08 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A03E022E2; Sat, 3 Aug 2013 13:34:07 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA00522; Sat, 03 Aug 2013 16:34:00 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1V5by3-0005mN-PC; Sat, 03 Aug 2013 16:33:59 +0300 Message-ID: <51FD06A3.10201@FreeBSD.org> Date: Sat, 03 Aug 2013 16:33:23 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130708 Thunderbird/17.0.7 MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: glib-2.36.3 build fails with gcc46 X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 13:34:08 -0000 glib-2.36.3 build fails with gcc46: glib-unix.c: In function 'g_unix_open_pipe': glib-unix.c:97:5: error: implicit declaration of function 'pipe2' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors I think that unistd.h must be included. -- Andriy Gapon