From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 05:45:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AE816DC9; Fri, 11 Apr 2014 05:45:39 +0000 (UTC) Date: Fri, 11 Apr 2014 05:45:39 +0000 From: Alexey Dokuchaev To: Antoine Brodin Subject: Re: svn commit: r350277 - head/lang/yorick Message-ID: <20140411054539.GA42949@FreeBSD.org> References: <201404052300.s35N0nYl033911@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201404052300.s35N0nYl033911@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 05:45:39 -0000 On Sat, Apr 05, 2014 at 11:00:49PM +0000, Antoine Brodin wrote: > New Revision: 350277 > URL: http://svnweb.freebsd.org/changeset/ports/350277 > QAT: https://qat.redports.org/buildarchive/r350277/ > > Log: > Mark broken: fails to link > > cc -O2 -Wl,-E -o yorick main.o yinit.o -L. -L../drat -L../hex -lyor -L/usr/local/lib -lX11 -lm > yinit.o(.text+0x15): In function `on_launch': > : undefined reference to `y_launch' > yinit.o(.data+0x0): undefined reference to `yk_yor' > *** Error code 1 I'm afraid this is my fault: incomplete -jX safeness commit of r322706. Should be fixed now in r350891 (along with some pkg-plist issues); if it still breaks please ping me again, thanks! ./danfe