Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2007 20:12:00 +0200
From:      Nikola Lecic <nlecic@EUnet.yu>
To:        Roberth =?UTF-8?B?U2pvbsO4eQ==?= <roberth.sjonoy@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Compiling xorg 7.2 issue
Message-ID:  <200708031816.l73IGsjW025018@smtpclu-3.eunet.yu>
In-Reply-To: <46B128AE.9050203@gmail.com>
References:  <46B128AE.9050203@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 02 Aug 2007 02:43:26 +0200
Roberth Sjon=C3=B8y <roberth.sjonoy@gmail.com> wrote:

> Hello, I have just installed FreeBSD for the first time, and I prefer
> to just install the kernel and the base system under the
> installation, now I'm compiling xorg, but I got an issue,
>=20
> =3D=3D=3D>  Installing for xorg-7.2
> =3D=3D=3D>   xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - n=
ot
> found =3D=3D=3D>    Verifying install on /usr/local/lib/dri/r128_dri.so i=
n=20
> /usr/ports/graphics/dri
> =3D=3D=3D>  Building for dri-7.0,2
> Please run 'make realclean' before changing configs
> gmake: *** Error code 2
>=20
> Stop in /usr/ports/graphics/dri.
> *** Error code 1
>=20
> Stop in /usr/ports/x11/xorg.
>=20
>=20
> How do I solve this? please explain properly im very new to *bsd.

Hello Roberth,

According to this message, you should cd to the dri working
directory (/usr/ports/graphics/dri/work/Mesa-7.0) and run 'make
realclean' (actually 'gmake realclean'). 'make realclean' is not the
command of the ports system.

However, this shouldn't happen, of course. You didn't described how you
installed ports collection after you have installed the base system. If
in doubt, you might consider to start anew:

  # rm -rf /usr/ports/*
  # rm -rf /var/db/portsnap
  # portsnap fetch
  # portsnap extract

Nikola Le=C4=8Di=C4=87



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708031816.l73IGsjW025018>