From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 13 19:49:42 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B0F01065672 for ; Sat, 13 Dec 2008 19:49:42 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 5C6558FC1A for ; Sat, 13 Dec 2008 19:49:42 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2037081rvf.43 for ; Sat, 13 Dec 2008 11:49:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Xv18g3sd5IeY9mDg6ybaMcuaqU7SLNfFQSTqMmlbymU=; b=ehWUiMD9otjVVJ0M0NXDc4VrsUNG5mtQ9xqHKHy43CsTDuYGphtaS/tCshPBJRZH59 wL2OFqLWn+VgobZQSfmswhMnYu6oxC6QLkpuzt7CuuYlpbhFqUTbTjzOIoz5csvA6sDJ 3D9+V5r63ATXYJsMPqaHjyO3rkEo7Q2ktER/M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IObi9O36IfqpBz8Wt3RyXKeOd5Q0C6z/d1yracEwjkDtcjDJ+1IEY1AQbge5ItY7Ck dKoxj0JiL7ThEH4BYU81zsx7Vne2IBiu0fDrVsSkEXkn2yRZ7cr08hE2QPPPupZkcJyO wdYWjknrgE6AwD4XMjzQb0kj2tpeswBlPKjRw= Received: by 10.141.71.14 with SMTP id y14mr2686787rvk.131.1229197781954; Sat, 13 Dec 2008 11:49:41 -0800 (PST) Received: by 10.140.158.13 with HTTP; Sat, 13 Dec 2008 11:49:41 -0800 (PST) Message-ID: <7d6fde3d0812131149m5464c4c5sec3dadad25dd79f9@mail.gmail.com> Date: Sat, 13 Dec 2008 11:49:41 -0800 From: "Garrett Cooper" To: "Fernan Aguero" In-Reply-To: <200812121210.mBCCA3Lr039737@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200812121210.mBCCA3Lr039737@freefall.freebsd.org> Cc: freebsd-bugs@freebsd.org Subject: Re: misc/129573: FreeBSD-7.1-RC1 fails to install man pages and doc distribution X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 19:49:42 -0000 On Fri, Dec 12, 2008 at 4:10 AM, Fernan Aguero wrote: > The following reply was made to PR misc/129573; it has been noted by GNATS. > > The burned CD does in fact have the catpages, manpages and doc > subdirs, all populated, but I don't know if these files are all that > is needed or if there's anything missing or corrupted: > > ls /media/FreeBSD_Install/7.1-RC1/manpages/ > CHECKSUM.MD5 manpages.aa manpages.ad manpages.inf > CHECKSUM.SHA256 manpages.ab manpages.ae manpages.mtree > install.sh manpages.ac manpages.af > > ls /media/FreeBSD_Install/7.1-RC1/catpages/ > catpages.aa catpages.ac catpages.ae catpages.mtree CHECKSUM.SHA256 > catpages.ab catpages.ad catpages.inf CHECKSUM.MD5 install.sh > > ls /media/FreeBSD_Install/7.1-RC1/doc/ > CHECKSUM.MD5 doc.aj doc.au doc.bf doc.bq doc.cb doc.cm doc.cx > CHECKSUM.SHA256 doc.ak doc.av doc.bg doc.br doc.cc doc.cn doc.cy > doc.aa doc.al doc.aw doc.bh doc.bs doc.cd doc.co doc.cz > doc.ab doc.am doc.ax doc.bi doc.bt doc.ce doc.cp doc.da > doc.ac doc.an doc.ay doc.bj doc.bu doc.cf doc.cq doc.db > doc.ad doc.ao doc.az doc.bk doc.bv doc.cg doc.cr doc.dc > doc.ae doc.ap doc.ba doc.bl doc.bw doc.ch doc.cs doc.dd > doc.af doc.aq doc.bb doc.bm doc.bx doc.ci doc.ct doc.de > doc.ag doc.ar doc.bc doc.bn doc.by doc.cj doc.cu doc.inf > doc.ah doc.as doc.bd doc.bo doc.bz doc.ck doc.cv doc.mtree > doc.ai doc.at doc.be doc.bp doc.ca doc.cl doc.cw install.sh Those are all that *should* be needed, but did you check the debug console after trying to add those distributions? Also, does adding them after the install's complete ok? I honestly haven't tried the `express installation', so I think I'll do that now. -Garrett