From owner-freebsd-current@FreeBSD.ORG Wed Jun 10 16:37:10 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5643C806 for ; Wed, 10 Jun 2015 16:37:10 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv158.fwdcdn.com (frv158.fwdcdn.com [212.42.77.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17D9E18C5 for ; Wed, 10 Jun 2015 16:37:09 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=DxjDqShBe4q5UJAqePrieLF0lcxQDQTvvxGtwtNt/r0=; b=R5OMyunX2K1VUbgIMI6raAXkhsH9g2GILO8rJ3A5pXCE9yYwAGfAl6uqo1Cjz65e8l44UAt7vymdC2I+aiOhdb/Ccl3HrLDfWg2mQa85jh4FZSplmDH1tqb1/f4o0qpaMxg97aRF86GS047ei86YiO3GN4f12yuq5xmF3M6p0L8=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1Z2izt-0006sr-8T ; Wed, 10 Jun 2015 19:37:01 +0300 Date: Wed, 10 Jun 2015 19:37:00 +0300 From: Ivan Klymenko To: "Julian H. Stacey" Cc: current@freebsd.org Subject: Re: src/libexec/ftpd possible make error on svn_revision 284205 Message-ID: <20150610193700.02701054@nonamehost.local> In-Reply-To: <201506101627.t5AGRU8i069714@fire.js.berklix.net> References: <201506101627.t5AGRU8i069714@fire.js.berklix.net> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.180; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 16:37:10 -0000 Wed, 10 Jun 2015 18:27:30 +0200 "Julian H. Stacey" =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0= =D0=B2: > There may possibly be an un-matched commit at: > cat /usr/src/.svn_revision # 284205 > cat /usr/src/.ctm_status # src-cur 11995 > make world >=20 > /usr/src/libexec/ftpd/../../bin/ls/print.c:(.text+0xdf8): undefined > reference to > `xo_close_list' /usr/src/libexec/ftpd/../../bin/ls/print.c:(.text+0xe01): > undefined reference to `xo_warn' util.o: In function > `prn_normal': /usr/src/libexec/ftpd/../../bin/ls/util.c:(.text+0x43): > undefined reference to `xo_emit' util.o: In function > `usage': /usr/src/libexec/ftpd/../../bin/ls/util.c:(.text+0x84c): > undefined reference to `xo_error' cc: error: linker command failed > with exit code 1 (use -v to see invocation) *** Error code 1 >=20 > Now I'm runnning make -k all > Before the world above I had run > 'cd src/include ; make install ; cd .. ; make all' > so the problem might be just here. >=20 > Cheers, > Julian > -- > Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich > http://berklix.com Indent previous with "> ". Reply Below as a > play script. Send plain text, Not quoted-printable, HTML, or base64. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" Fixed r284221