Randy McMurchy wrote:
> Hi all,
>
> Does anyone have a current wget list for the Xorg-7.4 packages?
>
>
Working through it because I need it now.
> BLFS is so far behind and I'm using such a new cut of LFS that
> I don't even want to try building until I get a decent list of
> 7.4 packages.
>
> I can see at
> http://cgit.freedesktop.org/xorg/util/modular/tree/module-list.txt
> a list of packages, but that list doesn't break it down by the
> individual sections as we have it in the book.
>
> There's also http://www.x.org/wiki/Releases/7.4, but that page
> doesn't include all the packages.
>
> DJ/Dan, how do you normally go about fishing out all the required
> packages for an Xorg release? I'll be happy to guinea pig an
> installation, but not having experience creating the wget list
> simply makes this task difficult for me.
>
I'm working through Xorg-7.4 update right now. So far, looks like our
current grouping works well (different package lists and order of
course). Only thing out the ordinary so far is in Mesa, the dri libs
are installed into $XORG_PREFIX/lib/dri/ by default instead of
$XORG_PREFIX/lib/X11/dri. We do have that issue 'fixed' in the book
with the old build method. Can anyone check where they are in a recent
distro to see if we really need to address it? FYI I used:
[EMAIL PROTECTED] x74]# head -n 11 /media/lfs/sources/logs/227-mesa
{
llog -p
time {
./configure ${XORG_CONFIG} --enable-xcb &&
make &&
make install &&
ln -s -v ${XORG_PREFIX}/include/GL /usr/include
}
llog Mesa-7.2
} 2>&1 | tee -a ../../logs/227-mesa
-- DJ Lucas
--
This message has been scanned for viruses and
dangerous content, and is believed to be clean.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page