On Wed, 2002-10-02 at 10:57, José Fonseca wrote:
> On Wed, Oct 02, 2002 at 09:40:20AM -0400, Andy Dustman wrote:
> >What didn't work was making a binary snapshot (via the dripkg.sh script)
> >and installing that over the system-wide X installation: It does the the
> >same old trick of the video going dead and X dying on signal 11. This is
> >no surprise since the snapshot lacks some of the libraries which DRI has
> >updated.
> >
> >If I can put together a binary snapshot with the right libraries that
> >will work with a stock installation, I'll be happy to supply these,
> >since they should be like the old snapshots that José Fonseca was
> >supplying prior to his upgrade.
> 
> I think it's probably much easier if done with the aid of the scripts.
> Since you already downloaded and compiled from CVS you just need to
> download dripkg.sh and install.sh scripts from
> http://dri.sourceforge.net/snapshots/scripts/ . Then all you have to do
> is
> 
>       ./dripkg.sh RADEON /path/to/cvs/xc/ /path/to/cvs/build/ 20021002-linux.i386

See, that's the problem: I'm already using this script, and it does not
include enough. Even if I remove that PKG_MINIMAL (or whatever it was, I
don't have the script at hand), it actually fails to put the package
together because some of the core libraries (.a) aren't being built for
some reason, iirc; I'll work on it some more later tonight if I have
time.

> >Can anyone put together a list of what libraries must be upgraded? The
> >GL directory in the dripkg is empty in all the old snapshots; I suspect
> >that's a Bad Thing.
> 
> Not really. In the beggining of the snapshots prodcution it was decided
> to only include the device-dependent files (at least in theory, since
> there have been some unexpected exceptions). 

Perhaps we need to produce binary snapshots for each driver that
includes only the device-specific stuff (kinda like what dripkg.sh does
now) and then have a separate snapshot for the libraries (particularly
the GL libraries) which you unpack over the driver snapshot, i.e. if you
have an r200 on linux-i386, you'd get r200-20021003-linux-i386.tar.bz2
and libs-20021003-linux-i386.tar.bz2; untar the r200 tarball, then the
libs tarball; and then proceed to install as usual. (I don't see
anything in http://dri.sourceforge.net/snapshots/ that looks like it
might be extra libraries.)

-- 
Andy Dustman         PGP: 0x930B8AB6
    @       .net     http://dustman.net/andy
"Cogito, ergo sum." -- Rene Descartes
"I yam what I yam and that's all what I yam." -- Popeye


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to