From owner-freebsd-current@FreeBSD.ORG Tue Jan 17 17:17:31 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B4A106564A for ; Tue, 17 Jan 2012 17:17:31 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id DB0468FC0A for ; Tue, 17 Jan 2012 17:17:30 +0000 (UTC) Received: by ggki1 with SMTP id i1so4185489ggk.13 for ; Tue, 17 Jan 2012 09:17:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=GF94zUo//t8PXTdi/kjpWLd2oAh+z8feJRbc3NzoMMs=; b=WADA3lqdJAyKDaF8odHKVFzvHpEU5AYxJ8mSfeJm5y/Ve04euyBzEmyHZb694qHhzT 9Xw72ursqiLu+R248HjxatpDb8hcGgIkup4lZNA/9lfy6a0oJkr5UBy+lyYf68U3iM8M 73kl5fhvjXKmOSKa4zEOg2mVP1Jj1S6b/NRfY= MIME-Version: 1.0 Received: by 10.50.41.131 with SMTP id f3mr15566129igl.28.1326820650140; Tue, 17 Jan 2012 09:17:30 -0800 (PST) Received: by 10.50.213.74 with HTTP; Tue, 17 Jan 2012 09:17:30 -0800 (PST) In-Reply-To: <20120116205417.GC95413@hoeg.nl> References: <20120116205417.GC95413@hoeg.nl> Date: Tue, 17 Jan 2012 18:17:30 +0100 Message-ID: From: Monthadar Al Jaberi To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: installworld: posix_memalign 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, 17 Jan 2012 17:17:31 -0000 On Mon, Jan 16, 2012 at 9:54 PM, Ed Schouten wrote: > Hi Monthadar, > > * Monthadar Al Jaberi , 20120116 18:48: >> I updated my source tree to lastest and buildworld and buildkernel >> without error. but installworld gives this error: >> >> install: posix_memalign.3.gz: No such file or directory >> >> checking the the log I see there where some changes done 6 days ago >> for this file /head/lib/libc/stdlib/Makefile.inc >> >> should this line inside Makefile.inc: >> >> MLINKS+=3Daligned_alloc.3 posix_memalign.3 >> >> be changed to >> >> MLINKS+=3Daligned_alloc.3 > > Are you sure about this? Filenames provided in MLINKS are always > provided in pairs. You specify which file needs to be linked to the > other. So the aligned_alloc man page needs to be linked to > posix_memalign. > > What happens if you remove your obj-directory before running make > buildworld/installworld? I did that and it fixed the problem, but why was it an error in the first place? shouldn't make take care of these things? > > Thanks, > -- > =A0Ed Schouten > =A0WWW: http://80386.nl/ But now I get another error when installworld it says: install: libsbuf.so.5: No such file or directory ** Error code 71 Stop in /usr/src/lib/libsbuf When I look it seems to have compiled libsbuf.so.6 while 5 is listed in the Obselete file my system is FreeBSD mesh 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Tue Jan 17 08:06:03 CET 2012 root@/usr/obj/usr/src/sys/GENERIC amd64 Thank you, Monthadar Al Jaberi