From owner-freebsd-current@FreeBSD.ORG Tue May 29 05:58:48 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1E2D106566B for ; Tue, 29 May 2012 05:58:48 +0000 (UTC) (envelope-from yamayan@casio.co.jp) Received: from exprod7og127.obsmtp.com (exprod7og127.obsmtp.com [64.18.2.210]) by mx1.freebsd.org (Postfix) with SMTP id 0A6A58FC0C for ; Tue, 29 May 2012 05:58:47 +0000 (UTC) Received: from mail-lb0-f171.google.com ([209.85.217.171]) (using TLSv1) by exprod7ob127.postini.com ([64.18.6.12]) with SMTP ID DSNKT8Rll4lSEwQv70qHlyZp+cNC/u+3zaOm@postini.com; Mon, 28 May 2012 22:58:48 PDT Received: by lbom4 with SMTP id m4so2843546lbo.30 for ; Mon, 28 May 2012 22:58:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=yVuWcVWIqLx5nU6qN4tqfTjS52k5ta+gV39Gz5sfhTM=; b=QeDsVnLUdx+v9/Hs4ulFVHTf0kjzSwb02E4hKjnk8Yu48XxQPQVE66MSPQrGjIisH/ 168Xmw1phk06hPelehNGqmF/dKQB02Otuc+O9ZofcBCt/GvcDYbzdvt6vquiskV+F+2a Ud2J11i95zWAxEwHHJ4X1Q8WJWg+923bKSv/5INJMsewy4hxXlfbekYtUdHLIX10IhSo RZsMlTf214lrbRWWNU+bxgJSRiQZptxbvs9g6/knh58UEykymC7AF/SDBDCFctxcrMvw 3dw6Y+4i6xeRpu8Lc7wXijZVs9RIZkSYPWNjzePWFF5ncCdG1xePPpC1TPx8o+3M5wVO qyfw== MIME-Version: 1.0 Received: by 10.152.123.244 with SMTP id md20mr10989673lab.0.1338271125802; Mon, 28 May 2012 22:58:45 -0700 (PDT) Received: by 10.112.111.100 with HTTP; Mon, 28 May 2012 22:58:45 -0700 (PDT) In-Reply-To: <031222CBCF33214AB2EB4ABA279428A3011A2D0170B1@SJCPMAILBOX01.citrite.net> References: <031222CBCF33214AB2EB4ABA279428A3011A2D0170B1@SJCPMAILBOX01.citrite.net> Date: Tue, 29 May 2012 14:58:45 +0900 Message-ID: From: =?ISO-2022-JP?B?GyRCOzNDKz9yO0sbKEI=?= To: Oleg Moskalenko , ohartman@zedat.fu-berlin.de Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQltc9qqEYvlVWFcBF+MYEJYt7c29e8PBSwX2oLqAmBrgruZkT2kznGsjHps+269EdcFBykL X-Mailman-Approved-At: Tue, 29 May 2012 11:14:38 +0000 Cc: "freebsd-current@freebsd.org" Subject: Re: CURRENT: buildworld fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 29 May 2012 05:58:49 -0000 I think My message was replied to O. Hartmann. but, I forgot to send to him. Older(about May 15) sort does not work correctly. buildworld log has many many error message. sort: No such file or directory I think sort is used to merge same symbols into unique. but, because the older sort is broken, libraries have same symbols. So, linker command failed with multiple definition error. Newer sort (submitted by you) works correctly. buildworld is passed without error. 2012/5/29 Oleg Moskalenko : > So, the newer sort works fine, and the older sort does not work ? Did I get your correctly ? > > Thanks > Oleg > >> -----Original Message----- >> From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd- >> current@freebsd.org] On Behalf Of ???? >> Sent: Monday, May 28, 2012 8:45 PM >> To: freebsd-current@freebsd.org >> Subject: CURRENT: buildworld fails >> >> I had same problem, but I resolved it. >> >> Maybe, your sort (/usr/bin/sort) is broken. >> >> cd /usr/src >> make update >> cd usr.bin/sort >> make obj depend all install >> >> Then, sort is changed. >> >> make cleandir cleandir >> make buildworld >> _______________________________________________ >> 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"