From owner-freebsd-arm@FreeBSD.ORG Thu Jan 17 00:15:59 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6EFA87A8 for ; Thu, 17 Jan 2013 00:15:59 +0000 (UTC) (envelope-from jesse@tummy.com) Received: from mail2.tummy.com (mail.tummy.com [198.49.126.6]) by mx1.freebsd.org (Postfix) with ESMTP id 549A09EE for ; Thu, 17 Jan 2013 00:15:59 +0000 (UTC) Received: by mail2.tummy.com (Postfix, from userid 10) id A2A601BA491; Wed, 16 Jan 2013 17:10:00 -0700 (MST) Received: from jesse.tummy.com (localhost.localdomain [127.0.0.1]) by jesse.tummy.com (Postfix) with ESMTP id 795075F55 for ; Wed, 16 Jan 2013 17:09:52 -0700 (MST) Message-ID: <50F74150.1080600@tummy.com> Date: Wed, 16 Jan 2013 17:09:52 -0700 From: Jesse Griffin Organization: tummy.com, ltd. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121121 Thunderbird/10.0.11 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Nginx Build Fails on Compiling pcre X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Hashcash: 1:26:130117:freebsd-arm@freebsd.org::c+b/37r19v9DqOE5:00000000000000 000000000000000000000001jSug X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 00:15:59 -0000 Hello, I'm not sure if this is the correct list, but the only reason why I did the following was to test FreeBSD on the Pi. I setup http://www.peach.ne.jp/archives/rpi/freebsd-pi-clang-20130115.img.gz on my Pi and I tried building several ports to see what I got. Most of them completed okay, but the Nginx build fails when it tries to compile /usr/ports/devel/pcre. Building Nginx on an i386 FreeBSD 10 CURRENT works. Below is the output: root@raspberry-pi:/usr/ports/www/nginx # make install clean ===> nginx-1.2.6,1 depends on shared library: pcre - not found ===> Verifying install for pcre in /usr/ports/devel/pcre ===> Building for pcre-8.32 make all-am CCLD pcretest ./.libs/libpcre.so: undefined reference to `__clear_cache' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [pcretest] Error code 1 Stop in /usr/ports/devel/pcre/work/pcre-8.32. *** [all] Error code 1 Stop in /usr/ports/devel/pcre/work/pcre-8.32. *** [do-build] Error code 1 Stop in /usr/ports/devel/pcre. *** [lib-depends] Error code 1 Stop in /usr/ports/www/nginx. *** [install] Error code 1 Stop in /usr/ports/www/nginx. -- Thank you, Jesse Griffin tummy.com, ltd.