Re: Compiling xorg 7.2 issue

2007-08-03 Thread Nikola Lecic
On Thu, 02 Aug 2007 02:43:26 +0200
Roberth Sjonøy <[EMAIL PROTECTED]> 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,
> 
> ===>  Installing for xorg-7.2
> ===>   xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not
> found ===>Verifying install on /usr/local/lib/dri/r128_dri.so in 
> /usr/ports/graphics/dri
> ===>  Building for dri-7.0,2
> Please run 'make realclean' before changing configs
> gmake: *** Error code 2
> 
> Stop in /usr/ports/graphics/dri.
> *** Error code 1
> 
> Stop in /usr/ports/x11/xorg.
> 
> 
> 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čić
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Compiling xorg 7.2 issue (fwd)

2007-08-02 Thread Roberth Sjonøy

Make: don' know how to make realclean. Stop

Tuc at T-B-O-H.NET skrev:

cd /usr/ports/graphics/dri
make realclean
cd /usr/ports/x11/xorg
make


Forwarded message:
  

From [EMAIL PROTECTED]  Wed Aug  1 21:10:09 2007
X-Authentication-Warning: vjofn.tucs-beachin-obx-house.com: tbohml set sender 
to [EMAIL PROTECTED] using -f
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on
vjofn.tucs-beachin-obx-house.com
X-Spam-Level: 
X-Spam-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL

autolearn=no version=3.1.8
Delivered-To: freebsd-questions@freebsd.org
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta;

h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding;

b=G4cZ+86cW4EoIs77WotojqXm2AAT/fFtF9ybne9HjhfwuUon3A4550QS4dAwKDGvF9sM46LEqf9iWXDLpz852lrjEbK970MNBc8sMjAm4QP4NtxaU7V/V0rVWPUqr4RsMg171BZtaMd6lQR9ouC3XdWDj3MY2qjymdszYalLqr0=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;

h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding;

b=tNRI2WzalbQ8/cXScvtEXZjyAZm7Dss7cRhZKH3GfW63FSSF4SUjvSwsGnjkO/H77CA+ZvgSSyRqGR+aJLzxrgadB9z+IGtsyklIGkMrQ6+d3jV5p2sFicXzOL6I8iznLEdHjcUtFml3VrCrUcJU3RIuuX5akF0Pvs/+Pp6N6yM=
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 02 Aug 2007 02:43:26 +0200
From: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= <[EMAIL PROTECTED]>
User-Agent: Thunderbird 2.0.0.4 (Windows/20070604)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Compiling xorg 7.2 issue
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions 
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:[EMAIL PROTECTED]>

List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:[EMAIL PROTECTED]>

Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]

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,


===>  Installing for xorg-7.2
===>   xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not found
===>Verifying install on /usr/local/lib/dri/r128_dri.so in 
/usr/ports/graphics/dri

===>  Building for dri-7.0,2
Please run 'make realclean' before changing configs
gmake: *** Error code 2

Stop in /usr/ports/graphics/dri.
*** Error code 1

Stop in /usr/ports/x11/xorg.


How do I solve this? please explain properly im very new to *bsd.

Regards, Roberth.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"





  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Compiling xorg 7.2 issue

2007-08-01 Thread Roberth Sjonøy
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,


===>  Installing for xorg-7.2
===>   xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not found
===>Verifying install on /usr/local/lib/dri/r128_dri.so in 
/usr/ports/graphics/dri

===>  Building for dri-7.0,2
Please run 'make realclean' before changing configs
gmake: *** Error code 2

Stop in /usr/ports/graphics/dri.
*** Error code 1

Stop in /usr/ports/x11/xorg.


How do I solve this? please explain properly im very new to *bsd.

Regards, Roberth.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"