From owner-svn-src-all@FreeBSD.ORG Mon Mar 11 21:32:04 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7CFCAC2F; Mon, 11 Mar 2013 21:32:04 +0000 (UTC) (envelope-from uzimac@da3m0n8t3r.com) Received: from z.umatar.com (z.umatar.com [66.135.39.87]) by mx1.freebsd.org (Postfix) with ESMTP id F284E328; Mon, 11 Mar 2013 21:32:03 +0000 (UTC) Received: from z.umatar.com (localhost [127.0.0.1]) by z.umatar.com (8.14.5/8.14.3) with ESMTP id r2BLW3ug075615; Mon, 11 Mar 2013 14:32:03 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) Received: (from uzimac@localhost) by z.umatar.com (8.14.5/8.14.3/Submit) id r2BLW2Fx075614; Mon, 11 Mar 2013 14:32:02 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) X-Authentication-Warning: z.umatar.com: uzimac set sender to uzimac@da3m0n8t3r.com using -f From: "Waitman Gobble" Subject: Re: svn commit: r248151 - in head: . share/examples/cvsup To: Baptiste Daroussin Message-Id: <1363037522.75609@da3m0n8t3r.com> X-Originating-IP: 70.90.171.37 X-Mailer: Usermin 1.510 In-Reply-To: <20130311200128.GE25215@ithaqua.etoilebsd.net> Date: Mon, 11 Mar 2013 14:32:02 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1363037522" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Dmitry Morozovsky X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 21:32:04 -0000 This is a multi-part message in MIME format. --bound1363037522 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Baptiste Daroussin wrote .. > On Mon, Mar 11, 2013 at 12:40:42PM -0700, Waitman Gobble wrote: > > Dmitry Morozovsky wrote .. > > > On Mon, 11 Mar 2013, Waitman Gobble wrote: > > > > > > > Baptiste Daroussin wrote .. > > > > > Author: bapt > > > > > Date: Mon Mar 11 10:48:26 2013 > > > > > New Revision: 248151 > > > > > URL: http://svnweb.freebsd.org/changeset/base/248151 > > > > > > [snip] > > > > > > > I'm getting > > > > > > > > > make installworld > > > > .. > > > > install -o root -g wheel -m 444 /usr/src/share/examples/cvsup/ports-supfile > > > /usr/share/examples/cvsup/ports-supfile > > > > install: /usr/src/share/examples/cvsup/ports-supfile: No such file or directory > > > > *** [copies] Error code 71 > > > > > > > Maybe I pulled the src at the wrong time ? or something to check out.. > > > > > > I seems so, rev 248168 possibly should be committed in ahead of 248151 > > > > > Yes sorry about that I have missed the Makefile in my svn ci line. > > regards > Bapt Thanks Baptiste, It's been awhile since I built -CURRENT. So I'm already breaking stuff. I think pkgng is still the way to go??? /usr/ports/ports-mgmt/pkg/ fetch.c:167:38 if (((&http_mirrors)->stqh_first == ((void *)0))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ fetch.c:167:38: note: remove extraneous parentheses around the comparison to silence this warning 1 error generated. *** [fetch.o] Error code 1 1 error *** [all] Error code 2 1 error *** [do-build] Error code 1 Stop in /usr/ports/ports-mgmt/pkg. *** [/usr/ports/ports-mgmt/pkg/work/.build_done.pkg._usr_local] Error code 1 Stop in /usr/ports/ports-mgmt/pkg. is this worthy of a pr? Thank you, -- Waitman Gobble San Jose California USA --bound1363037522--