From owner-freebsd-current@FreeBSD.ORG Mon Jan 16 20:54:18 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 BEA8F1065670 for ; Mon, 16 Jan 2012 20:54:18 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from mx0.hoeg.nl (mx0.hoeg.nl [IPv6:2a01:4f8:101:5343::aa]) by mx1.freebsd.org (Postfix) with ESMTP id 843D18FC17 for ; Mon, 16 Jan 2012 20:54:18 +0000 (UTC) Received: by mx0.hoeg.nl (Postfix, from userid 1000) id E921C2A28CDD; Mon, 16 Jan 2012 21:54:17 +0100 (CET) Date: Mon, 16 Jan 2012 21:54:17 +0100 From: Ed Schouten To: Monthadar Al Jaberi Message-ID: <20120116205417.GC95413@hoeg.nl> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5QAgd0e35j3NYeGe" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: Mon, 16 Jan 2012 20:54:18 -0000 --5QAgd0e35j3NYeGe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: >=20 > install: posix_memalign.3.gz: No such file or directory >=20 > checking the the log I see there where some changes done 6 days ago > for this file /head/lib/libc/stdlib/Makefile.inc >=20 > should this line inside Makefile.inc: >=20 > MLINKS+=3Daligned_alloc.3 posix_memalign.3 >=20 > be changed to >=20 > 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? Thanks, --=20 Ed Schouten WWW: http://80386.nl/ --5QAgd0e35j3NYeGe Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iQIcBAEBAgAGBQJPFI55AAoJEG5e2P40kaK7VSIP+wXAmZ4r+iU3fv3y2AI/yWSi ezqJliWJkvvUKEkBhIyEgrc/qxCkUkvTHC0i60QhaP0AFLD1HkQQC8lY/yueYNg3 TbhwsYCVZ/GNdYeU/McO2tywzUfg1lKsJRCxRG3bql3Kz6ksmuq2gW0e8jO+HsJ6 dmy1b+DlEMM2rwaOlE8MEEohbM1PK+K25bdHX+a9FPfYiyxvmcyiuLrAqPZeHboI Jsi5OENPOa8LEWcDpALykMJHsCvRpgBis1D/uNUoqYttUi5Yh5/qVydlcV8I5QYf YAT/xEarIi8OPgcLZdLLSlgOnQOOBqgPrFcnsbQvmeXFe/sqpzpnatVj0+kAkK/o TG8og2VoSv/J2j6mMtFq+ZhspzrxRBbcXo+s5kOYq+hlFMTckk2Kd2Z2OtSB3f1z qH7U9JlmC0JVLUHhLkOsRG1PyuLbDYtUqocidY8qRK6hgW4E9XJy9mdkF4FfQIgg HDrRokp1eq+RlSGmiOKl7LaHizWMKmrbu2e/HQmUoIEU/4ml+D+rDzCirCt/42HL LhIoVJiPKShkPDmNcLKLMpOn80KHf8nACiwb0uQcp1hRvfqtb24tsnnGYQM4SS2U KU7zv/2RzGg7jaKPv0wbzHuSkuegOLIyPgRI09XWJw+/iNXvKaVDsZfczUcSHRy8 hiZDfdYNUgmdz6RAd4GE =Qg5+ -----END PGP SIGNATURE----- --5QAgd0e35j3NYeGe--