From owner-freebsd-ports@FreeBSD.ORG Thu Mar 15 19:50:48 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D66B106564A; Thu, 15 Mar 2012 19:50:48 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id C1BF28FC19; Thu, 15 Mar 2012 19:50:47 +0000 (UTC) Received: by iahk25 with SMTP id k25so5795731iah.13 for ; Thu, 15 Mar 2012 12:50:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=SF0uxS62uF6pgtRmNKQMRRiCjzU5efeFPTRBtf7MqFs=; b=Cr5alB+rHJPwZZkbkDOxb3fALalrFHPglBVBvIcLZN481d7cySfatzBuB4Xh0gJzcw GPAk2GpOXXMX5uEAx+xiT1VKUZsv785zIhCbImlqlZcX6g09Dpdpg3UZgtd5KeoiVGti Tmfy3XkeCRAPn55Zi2PIQg2k+TSbIBPiV8JgKf6rmljKqW+I3BZ8Q122CXxX/pEeThiA ckM7QwFAN+SZpkRONO1pWW9XZwx6mbrZlmJuQzt0LSSCpDng3FjLRo6r7iKWF2sISpGc sxMdDo9mc7lgIfGaTa65UeOEAAIcS1rJsPqExYWrK/50IB3gwGTRRxnwKYLBML9VAoyZ JMpA== MIME-Version: 1.0 Received: by 10.42.147.67 with SMTP id m3mr9510664icv.34.1331841047410; Thu, 15 Mar 2012 12:50:47 -0700 (PDT) Received: by 10.42.217.202 with HTTP; Thu, 15 Mar 2012 12:50:47 -0700 (PDT) Date: Thu, 15 Mar 2012 14:50:47 -0500 Message-ID: From: Jeremy Messenger To: lua@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports Mailing List Subject: lang/lua: It does need gmake. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2012 19:50:48 -0000 I get a build failure on amd64: --------------------------------- /usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_' can not be used when making a shared object; recompile with -fPIC lapi.o: could not read symbols: Bad value *** Error code 1 --------------------------------- I got it fixed by add USE_GMAKE=yes in the Makefile and now I can get it built ok. If you compare the build log between make and gmake. You will see it has different output. This http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162279 has broken it. May I commit it by add USE_GMAKE=yes back in? Thanks, Mezz -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org