dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Xorg 7.2 Fresh Install. - bsd.freebsd.misc

This is a discussion on Xorg 7.2 Fresh Install. - bsd.freebsd.misc ; I have no xorg ports installed yet its telling me to read about updating. cd /usr/ports/x11/xorg make install clean installing for xorg-7.2 ===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not found ===> Verifying install for /usr/local/lib/dri/r128_dri.so in /usr/ports/graphics/dri ===> dri-6.5.3_1,2 ...


Home > Database Forum > Operating Systems > bsd.freebsd.misc > Xorg 7.2 Fresh Install.

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 05-29-2007, 01:21 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Xorg 7.2 Fresh Install.

I have no xorg ports installed yet its telling me to read about
updating.
cd /usr/ports/x11/xorg
make install clean
installing for xorg-7.2
===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not
found ===> Verifying install for /usr/local/lib/dri/r128_dri.so
in /usr/ports/graphics/dri ===> dri-6.5.3_1,2 depends on executable
in : makedepend - found ===> dri-6.5.3_1,2 depends on executable in :
gmake - found ===> dri-6.5.3_1,2 depends on
file: /usr/local/libdata/xorg/libraries - not found ===> Verifying
install for /usr/local/libdata/xorg/libraries
in /usr/ports/x11/xorg-libraries Read /usr/ports/UPDATING for the
procedure to upgrade or install xorg 7.2.

How do you install xorg 7.2 on a fresh system?? I can't update what's
not there..
Reply With Quote
  #2  
Old 05-29-2007, 01:30 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Xorg 7.2 Fresh Install.

On Wed, 30 May 2007 05:27:22 +0000 (UTC)
marka@drugs.dv.isc.org (Mark Andrews) wrote:

> In article <20070529132040.402325d3@linux-8x7e.site>,
> Test User wrote:
> >I have no xorg ports installed yet its telling me to read about
> >updating.
> >cd /usr/ports/x11/xorg
> >make install clean
> >installing for xorg-7.2
> >===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not
> >found ===> Verifying install for /usr/local/lib/dri/r128_dri.so
> >in /usr/ports/graphics/dri ===> dri-6.5.3_1,2 depends on executable
> >in : makedepend - found ===> dri-6.5.3_1,2 depends on executable in :
> >gmake - found ===> dri-6.5.3_1,2 depends on
> >file: /usr/local/libdata/xorg/libraries - not found ===> Verifying
> >install for /usr/local/libdata/xorg/libraries
> >in /usr/ports/x11/xorg-libraries Read /usr/ports/UPDATING for the
> >procedure to upgrade or install xorg 7.2.
> >
> >How do you install xorg 7.2 on a fresh system?? I can't update what's
> >not there..

>
> ln -s /usr/local /usr/X11R6


Hi!

Could you be more specific about "ln -s /usr/local /usr/X11R6"?
Reply With Quote
  #3  
Old 05-30-2007, 01:27 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Xorg 7.2 Fresh Install.

In article <20070529132040.402325d3@linux-8x7e.site>,
Test User wrote:
>I have no xorg ports installed yet its telling me to read about
>updating.
>cd /usr/ports/x11/xorg
>make install clean
>installing for xorg-7.2
>===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not
>found ===> Verifying install for /usr/local/lib/dri/r128_dri.so
>in /usr/ports/graphics/dri ===> dri-6.5.3_1,2 depends on executable
>in : makedepend - found ===> dri-6.5.3_1,2 depends on executable in :
>gmake - found ===> dri-6.5.3_1,2 depends on
>file: /usr/local/libdata/xorg/libraries - not found ===> Verifying
>install for /usr/local/libdata/xorg/libraries
>in /usr/ports/x11/xorg-libraries Read /usr/ports/UPDATING for the
>procedure to upgrade or install xorg 7.2.
>
>How do you install xorg 7.2 on a fresh system?? I can't update what's
>not there..


ln -s /usr/local /usr/X11R6
Reply With Quote
  #4  
Old 05-30-2007, 01:40 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Xorg 7.2 Fresh Install.

In article <20070529132040.402325d3@linux-8x7e.site>,
Test User writes:
> I have no xorg ports installed yet its telling me to read about
> updating.
> cd /usr/ports/x11/xorg
> make install clean
> installing for xorg-7.2
> ===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not
> found ===> Verifying install for /usr/local/lib/dri/r128_dri.so
> in /usr/ports/graphics/dri ===> dri-6.5.3_1,2 depends on executable
> in : makedepend - found ===> dri-6.5.3_1,2 depends on executable in :
> gmake - found ===> dri-6.5.3_1,2 depends on
> file: /usr/local/libdata/xorg/libraries - not found ===> Verifying
> install for /usr/local/libdata/xorg/libraries
> in /usr/ports/x11/xorg-libraries Read /usr/ports/UPDATING for the
> procedure to upgrade or install xorg 7.2.
>
> How do you install xorg 7.2 on a fresh system?? I can't update what's
> not there..


If you have nothing installed at all, then set the environemental
variable XORG_UPGRADE (see ports/UPDATING). You can then proceed.

--
Steve
http://troutmask.apl.washington.edu/~kargl/
Reply With Quote
  #5  
Old 05-30-2007, 02:07 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Xorg 7.2 Fresh Install.

In article <20070529133021.3f8ce027@linux-8x7e.site>,
Test User wrote:
>On Wed, 30 May 2007 05:27:22 +0000 (UTC)
>marka@drugs.dv.isc.org (Mark Andrews) wrote:
>
>> In article <20070529132040.402325d3@linux-8x7e.site>,
>> Test User wrote:
>> >I have no xorg ports installed yet its telling me to read about
>> >updating.
>> >cd /usr/ports/x11/xorg
>> >make install clean
>> >installing for xorg-7.2
>> >===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not
>> >found ===> Verifying install for /usr/local/lib/dri/r128_dri.so
>> >in /usr/ports/graphics/dri ===> dri-6.5.3_1,2 depends on executable
>> >in : makedepend - found ===> dri-6.5.3_1,2 depends on executable in :
>> >gmake - found ===> dri-6.5.3_1,2 depends on
>> >file: /usr/local/libdata/xorg/libraries - not found ===> Verifying
>> >install for /usr/local/libdata/xorg/libraries
>> >in /usr/ports/x11/xorg-libraries Read /usr/ports/UPDATING for the
>> >procedure to upgrade or install xorg 7.2.
>> >
>> >How do you install xorg 7.2 on a fresh system?? I can't update what's
>> >not there..

>>
>> ln -s /usr/local /usr/X11R6

>
>Hi!
>
>Could you be more specific about "ln -s /usr/local /usr/X11R6"?


You are either out of date w/ you ports tree or you really
do have X11 related ports installed. Upgrade ports or
follow the UPDATING procedure.

"ln -s /usr/local /usr/X11R6" worked around the early
pre-everything test which didn't test for the existance of
/usr/X11R6.

From ports/x11/xorg-libraries/Makefile version 1.19:

..if !defined(XORG_UPGRADE) && !defined(PACKAGE_BUILDING) && exists(/usr/X11R6)
pre-everything::
@test -L /usr/X11R6 || ( echo "Read ${PORTSDIR}/UPDATING for the procedure to upgrade or install xorg 7.2." && /usr/bin/false )
..elif !exists(/usr/X11R6) && !defined(WITHOUT_X11R6_SYMLINK)
pre-everything::
${LN} -s ${X11BASE} /usr/X11R6 || ${TRUE}
..endif
Reply With Quote
  #6  
Old 05-30-2007, 08:17 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Xorg 7.2 Fresh Install.

On Tue, 29 May 2007 13:20:40 -0400, Test User wrote:
> I have no xorg ports installed yet its telling me to read about
> updating.
> cd /usr/ports/x11/xorg
> make install clean
> installing for xorg-7.2
> ===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not
> found ===> Verifying install for /usr/local/lib/dri/r128_dri.so
> in /usr/ports/graphics/dri ===> dri-6.5.3_1,2 depends on executable
> in : makedepend - found ===> dri-6.5.3_1,2 depends on executable in :
> gmake - found ===> dri-6.5.3_1,2 depends on
> file: /usr/local/libdata/xorg/libraries - not found ===> Verifying
> install for /usr/local/libdata/xorg/libraries
> in /usr/ports/x11/xorg-libraries Read /usr/ports/UPDATING for the
> procedure to upgrade or install xorg 7.2.
>
> How do you install xorg 7.2 on a fresh system?? I can't update what's
> not there..


Try setting XORG_UPGRADE to 'yes'.

A slightly confusing detail is that even when *no* X11 packages are
installed, you still have to set this.

Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Installing Tor in Linux Database Administrator Unix and OS Discussions 22 05-01-2007 02:34 PM
comp.sys.hp.hpux FAQ Database Administrator hp-hpux 0 08-29-2006 01:04 AM
comp.sys.hp.hpux FAQ Database Administrator hp-hpux 0 08-19-2006 12:48 AM
comp.sys.hp.hpux FAQ Database Administrator hp-hpux 0 08-09-2006 12:25 AM
comp.sys.hp.hpux FAQ Database Administrator hp-hpux 0 07-29-2006 12:43 AM


All times are GMT -4. The time now is 12:22 PM.