From owner-freebsd-questions@FreeBSD.ORG Fri Jun 8 22:19:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6335716A477 for ; Fri, 8 Jun 2007 22:19:07 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id C1DE613C45A for ; Fri, 8 Jun 2007 22:19:06 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1199214uge for ; Fri, 08 Jun 2007 15:19:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=uo6SwRjtfZ4h48nC7maOXpfio2Ooe+HKEVU5A9O2ml3Y3K2oq6eCnPwLcT7f0kDYJuKO0GmnSzDjqyTnQCo3k6UwuWtGJT2vlkGM8n75i1twcIijAVhpMuDUwGlVR5XWrPvrEFwakfl2XROupFNMC1VFtu3TaBf7YDjBzqrUH/U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ldl++y/jEu2qmEiKjE5397YnwvFHwJ6LZWGzfxVF0XwfpQcWeGe/cQ/0SdtP+pM1ExcMQUWGEJsZfUukZA4+KuHk3qmOdgE6DiRO61csq5Hy6KASKuQOqb9O0ALT46e/fRyS/S5foeV8173HXQNgVs0zwMGkqahscD2knSHGlqQ= Received: by 10.82.134.12 with SMTP id h12mr6296157bud.1181341145484; Fri, 08 Jun 2007 15:19:05 -0700 (PDT) Received: by 10.82.148.3 with HTTP; Fri, 8 Jun 2007 15:19:05 -0700 (PDT) Message-ID: <7c80322b0706081519h63a4f26do2362fc863d3d35bc@mail.gmail.com> Date: Fri, 8 Jun 2007 19:19:05 -0300 From: "Anton Galitch" To: freebsd-questions@freebsd.org In-Reply-To: <7c80322b0706081500i377a6d2et114714aa9653cb1c@mail.gmail.com> MIME-Version: 1.0 References: <46661626.3000307@u.washington.edu> <20070608000213.12c91bdf@localhost> <7c80322b0706081456m6c3ae64u6784cf1b8510af04@mail.gmail.com> <7c80322b0706081500i377a6d2et114714aa9653cb1c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [FIXED]Re: problem compiling xorg 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 22:19:07 -0000 On 6/8/07, Anton Galitch wrote: > > > > On 6/8/07, Anton Galitch wrote: > > > > > > > > >I have a problem when I compile /usr/ports/x11/xorg, when I make > > install it shows the following error: > > >configure: error: cannot find GL library - make sure Mesa or other > > >OpenGL package is installed > > >See `config.log' for more details. > > >===> Script "configure" failed unexpectedly. > > > > >I have installed libGL and libGLU but it shows the same error. > > > > >I attach my config.log file and the output of ls /var/db/pkg > > > > >Thanks for any help > > > > > > Ok, now I have installed xorg successfully, and updated all the ports, > > but it has the "could not open default font 'fixed'" problem. > > I looked for the solution in google, but what I found didnt help, I > > tried to reinstall font-misc-misc and font-cursor-misc, reinstall > > nvidia-driver (dont know what for, but anyway). I created new xorg.confwith X -configure, but nothing helped. Is there any other method I could > > try? > > > > and btw, yes I followed the /usr/ports/UPDATING instructions, and I have > font-aliases Mm. sorry... finally I could fix this by reinstalling font-alias, font-misc-misc and font-cursor-misc in that order. Dont know why it hadn't worked before =). Thanks for helping me. :)