From owner-freebsd-questions@FreeBSD.ORG Sat Feb 14 18:42:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DF471065673 for ; Sat, 14 Feb 2009 18:42:22 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id DBF2C8FC12 for ; Sat, 14 Feb 2009 18:42:21 +0000 (UTC) (envelope-from troy@twisted.net) Received: from localhost (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 8B9C5FCF4DB; Sat, 14 Feb 2009 12:42:38 -0600 (CST) X-Virus-Scanned: by amavisd-new at twisted.net Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q6NOSTPXmQk2; Sat, 14 Feb 2009 12:42:38 -0600 (CST) Received: by oz.twisted.net (Postfix, from userid 1001) id 1F6A1FCF976; Sat, 14 Feb 2009 12:42:38 -0600 (CST) Date: Sat, 14 Feb 2009 12:42:37 -0600 From: Troy To: freebsd-questions@freebsd.org, ahze@FreeBSD.org Message-ID: <20090214184237.GA60302@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: gpac-libgpac port not building on amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 18:42:22 -0000 I just did a successful portupgrade of multimedia/gpac-libgpac but when trying to upgrade the exact same port on amd64, it fails with the following error. Thanks cc -O3 -O2 -fno-strict-aliasing -pipe -fPIC -pthread -fno-strict-aliasing -Wno-pointer-sign -I/usr/ports/multimedia/gpac-libgpac/work/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPIC -DPIC -c compositor/events.c -o compositor/events.opic compositor/events.c: In function 'load_text_node': compositor/events.c:239: warning: passing argument 3 of 'gf_utf8_wcstombs' from incompatible pointer type compositor/events.c:247: warning: passing argument 3 of 'gf_utf8_wcstombs' from incompatible pointer type cc -O3 -O2 -fno-strict-aliasing -pipe -fPIC -pthread -fno-strict-aliasing -Wno-pointer-sign -I/usr/ports/multimedia/gpac-libgpac/work/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPIC -DPIC -c compositor/font_engine.c -o compositor/font_engine.opic cc -O3 -O2 -fno-strict-aliasing -pipe -fPIC -pthread -fno-strict-aliasing -Wno-pointer-sign -I/usr/ports/multimedia/gpac-libgpac/work/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPIC -DPIC -c compositor/hardcoded_protos.c -o compositor/hardcoded_protos.opic cc -O3 -O2 -fno-strict-aliasing -pipe -fPIC -pthread -fno-strict-aliasing -Wno-pointer-sign -I/usr/ports/multimedia/gpac-libgpac/work/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPIC -DPIC -c compositor/mesh.c -o compositor/mesh.opic In file included from compositor/mesh.c:33: compositor/gl_inc.h:45:19: error: GL/gl.h: No such file or directory gmake: *** [compositor/mesh.opic] Error 1 *** Error code 2 Stop in /usr/ports/multimedia/gpac-libgpac.