From owner-freebsd-doc@FreeBSD.ORG Sat Feb 19 03:18:22 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E9F4106566C for ; Sat, 19 Feb 2011 03:18:22 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C21428FC15 for ; Sat, 19 Feb 2011 03:18:21 +0000 (UTC) Received: by iwn39 with SMTP id 39so4346791iwn.13 for ; Fri, 18 Feb 2011 19:18:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=wjkh8rL3XvjwJSNrDT1xexhUCv6epbLMbNVpXSoA+aQ=; b=I7ILdGApoERvBO81H4y1lJuUYUb2bFgyqccyFA/pOKjWBAS2diCAHGwqynsfrylxz5 RPpYbz58qHoMw78PQ8FUp4sAJ++4pv6SyiVOOffCyQklrpucNC4qRUgdVKuiju8+sjWz v2dculJb0+kLBCLry4lKmb8YU8D1vsklXXXH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=cHHdkIlb32jBmpIg1LQjnHZggkFdll7A4CG/DTV9Nb5EfTHgthDkSFGRwv8MPAVY8n Jmazd3kipljeiu7dBf+5/q4mcOnay9kkOAiJIVmXj1JVL+ngz1bXrWqa8xfeW+FOSRwB hTIXYhVqdHiZ+Qp5kTCXZAeaEwsBKsDPH9g1o= Received: by 10.42.221.199 with SMTP id id7mr1763966icb.355.1298085501116; Fri, 18 Feb 2011 19:18:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.184.12 with HTTP; Fri, 18 Feb 2011 19:18:01 -0800 (PST) In-Reply-To: References: <4D5D40C8.1030004@gmail.com> <4D5EB055.5030500@gmail.com> <4D5ED541.1040706@gmail.com> From: Eitan Adler Date: Fri, 18 Feb 2011 22:18:01 -0500 Message-ID: To: Manolis Kiagias Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-doc@freebsd.org" Subject: Re: trouble building www/ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 03:18:22 -0000 Woot! I finally got it working. I traced the error down to a missing iso-amsa.ent. I then forefully reinstalled docbook-xml and xmlcharent which fixed the problem. I don't know if I needed both of those - but its fine now. On Fri, Feb 18, 2011 at 5:20 PM, Eitan Adler wrote: >> I've seen the commit message, congrats on getting a GNATS account! > > Thank you very much. I hope I could help some. > >> Did you also checkout doc and ports? You will need to checkout like this= : >> >> =C2=A0cvs =C2=A0-R co -AP doc www ports > > I had doc and www but not all of ports (I check them out as I need > them, I use portsnap for /usr/ports). > > checking out a complete ports tree does not help. > > This is the contents of /etc/make.conf if it matters > > # added by use.perl 2011-02-04 17:08:02 > PERL_VERSION=3D5.12.3 > > WITHOUT_NLS=3Dyes > WITHOUT_CJK=3Dyes > BUILD_OPTIMIZED=3Dyes > WITH_JADETEX=3Dno > DOC_LANG=3Den_US.ISO8859-1 > WEB_LANG=3Den > ENGLISH_ONLY=3Dyes > NOPORTSCVS=3Dyes > WEB_ONLY=3Dyes > SYSDIR=3D/usr/src/releng/8.2/sys > > > > > -- > Eitan Adler > --=20 Eitan Adler