From owner-freebsd-ports@FreeBSD.ORG Wed Jun 12 19:12:04 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B6C72986; Wed, 12 Jun 2013 19:12:04 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC911C18; Wed, 12 Jun 2013 19:12:04 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hj3so817297wib.4 for ; Wed, 12 Jun 2013 12:12:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=APQAjwD1cvjG8R7cP8Li7tOTj2hP773OBs5Qq9Fa7m8=; b=UUxtlXZeYlTDhbb5sqf64PandCtBNQRrD4Alvv6UnqRn/CeIbv3qbvj6a26/qV0+xi rQ8xbJ7sJjb0TCzR8Ji18UXZCSd+LdNOsdHb05Fu9wbpe4lf068diTbsz0CWERiQlIle 0eCfdVa95H8+inbvprbPhFnFfDWzHZ9ClSv//IqTgIl1KDVYSuSdWEBU8FSvxv9rhEAR En0kOEeR6vwxWrEbIwgnR4iF/EBQX7LQwty0QSaj+/RgxQno+7sYgmKOrsCP9JieN76T FEn87QPj1DgCwteH+qpItlhCk+m3jlOgqkl4Oe1zLywMR2ZgNy2wOyApFFOBOBKQQfA2 NwIA== X-Received: by 10.194.238.42 with SMTP id vh10mr13066480wjc.28.1371064323364; Wed, 12 Jun 2013 12:12:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.24.202 with HTTP; Wed, 12 Jun 2013 12:11:42 -0700 (PDT) From: Miguel Clara Date: Wed, 12 Jun 2013 20:11:42 +0100 Message-ID: Subject: Re: Can\'t build Xorg --> make failed for ports-mgmt/pkg To: bapt@freebsd.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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: Wed, 12 Jun 2013 19:12:04 -0000 > First you should update your port tree, there is pkg 1.0.13. > > Are you building pkg on -CURRENT ? According to the output I would say yes '--- pkg-static ---' is bmake only :) second this error is odd because sqlite3_shell is from external/sqlite3/shell.c which is build before, pkg-static being the last thing built the build process should have yelled at you before. Are you sure your workdir was really clean before starting building? I know portmaster is supposed to clean it for you. regards, Bapt ====== Sorry for the last mail, I hit resend on my blackberry by mistake. Yes its clean in fact I also tried make clean and make when I noticed portmaster failed. I didn't notice the upgrade because I add just installed the machine and ports 2 days ago! So I've updated my ports with portsnap, now trying portmaster gives me a different error: --- main.o --- cc1: warnings being treated as errors main.c: In function 'main': main.c:315: warning: implicit declaration of function 'pkg_status' main.c:315: warning: nested extern declaration of 'pkg_status' main.c:316: error: 'PKG_STATUS_UNINSTALLED' undeclared (first use in this functi on) main.c:316: error: (Each undeclared identifier is reported only once main.c:316: error: for each function it appears in.) main.c:318: error: expected ')' before 'PKG_EXEC_NAME' main.c:320: error: 'PKG_STATUS_NODB' undeclared (first use in this function) main.c:324: error: 'PKG_STATUS_NOPACKAGES' undeclared (first use in this functio n) main.c:328: error: 'PKG_STATUS_ACTIVE' undeclared (first use in this function) *** [main.o] Error code 1 Thanks