DJ Lucas | 1 Jun 2006 01:28

Re: Xorg-server compilation error: agpgart.h

Matthew Burgess wrote:
> Dan Nicholson wrote:
> 
>> Unfortunately, most people aren't going to rebuild glibc on a live
>> system, so this is gonna need to be in for a while.
> 
> 
> I don't see why - BLFS svn assumes an LFS svn host, no?  In which case 
> I'd drop the patch and if anyone says xorg-server doesn't build then 
> tell them to build on a sane host :-)
> 

That's why it was removed a second time.  I figured enough time had 
passed.  This note cannot carry into the release.  If it goes back in, 
it should be removed once LFS goes to rc.

-- DJ Lucas

--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Dan Nicholson | 1 Jun 2006 02:01
Picon

Re: Xorg-server compilation error: agpgart.h

On 5/31/06, DJ Lucas <blfs-dev <at> lfs.lucasit.com> wrote:
>
> That's why it was removed a second time.  I figured enough time had
> passed.  This note cannot carry into the release.  If it goes back in,
> it should be removed once LFS goes to rc.

Absolutely I agree that this should not be in the release.  Until
then, though, you can't really know if that patch is applied or not.
Someone could have built glibc yesterday, a week ago, a month ago,
whatever.  We're not working off one specific build like in the stable
book.

If you want to leave it out, I'm fine with that.  I just think it's a
good stopgap for the inevitable support questions.

--
Dan
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Chris Staub | 1 Jun 2006 02:32

Changes to Xorg 7 instructions

Why was the information about the 17 libs that need to be installed in a 
certain order, as well as the comment about installing font-util and 
encodings before other font packages, removed from the book? This is 
important information and needs to be there.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

DJ Lucas | 1 Jun 2006 06:33

Re: Changes to Xorg 7 instructions

Chris Staub wrote:

> Why was the information about the 17 libs that need to be installed in a 
> certain order, as well as the comment about installing font-util and 
> encodings before other font packages, removed from the book? This is 
> important information and needs to be there.

It's still there, just not in those words.  As mentioned in the
introduction, build order is provided by the wget file lists.  BLFS
assumes all packages are installed in the order provided.  The two
(actually there were three) notes you had mentioned were unnecessary and
went against the outcome of the community's discussion on what
dependency information to include for xorg7.

Specifically, we (I think that might be three of us that agreed fully)
had decided against any inter-package/inter-group dependencies, instead
viewing xorg7 as a *single* package.  There were two obvious exceptions
(xbitmaps and luit) that were separated from their xorg defined groups
simply because they couldn't be lumped into their group of packages'
build, and be expected to work.  For now, this information belongs in
the wiki.

-- DJ Lucas

--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

(Continue reading)

DJ Lucas | 1 Jun 2006 06:34

Re: Corrections to Xorg7 dependencies

Chris Staub wrote:
> 1. Xorg-server says it depends on Xorg fonts and Xorg libs. However, 
> Xorg fonts already needs Apps, which needs Libs, so the Libs dependency 
> in server is redundant.
> 
> 2. Same goes for the pkg-config dependency in xterm. It needs the 
> Xorg-server, which needs Fonts, which need Apps, which need Libs, which 
> need pkg-config. Actually, I'm not sure it even needs the server 
> (except, obviously, to be able to start the program).

Fixed.

Thanks.

-- DJ Lucas
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Chris Staub | 1 Jun 2006 06:47

Re: Changes to Xorg 7 instructions

DJ Lucas wrote:
> Chris Staub wrote:
> 
> It's still there, just not in those words.  As mentioned in the
> introduction, build order is provided by the wget file lists.  BLFS
> assumes all packages are installed in the order provided.  The two
> (actually there were three) notes you had mentioned were unnecessary and
> went against the outcome of the community's discussion on what
> dependency information to include for xorg7.

Whoops, sorry for not paying attention. I see the file order in the wget 
list and just read the note in the Introduction.

> Specifically, we (I think that might be three of us that agreed fully)
> had decided against any inter-package/inter-group dependencies, instead
> viewing xorg7 as a *single* package.  There were two obvious exceptions
> (xbitmaps and luit) that were separated from their xorg defined groups
> simply because they couldn't be lumped into their group of packages'
> build, and be expected to work.  For now, this information belongs in
> the wiki.
> 
> -- DJ Lucas

Actually, I *do* also agree that dependency info for each individual 
library and app does not need to be in the book. However, I do still 
believe there is a difference between giving dependency information and 
simply providing what I see to be simply an additional bit of necessary 
installation instructions. In any case, what's in the book now certainly 
does work. I still somewhat disagree with it, mainly that installing 
everything eliminates the point of the "modular" build system, but I do 
(Continue reading)

Eloi Primaux | 1 Jun 2006 23:45

Xorg-7.1 agpgart.h error

I encountered some problem while compiling xorg-7.1-RC* and xorg-7.1
about agpgart.h , i get over it by following this post :
http://lists.freedesktop.org/archives/xorg/2005-December/011626.html

it says that we have to modify sys/kd.h :

Edit /usr/include/sys/kd.h, change:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

(or whatever it is.)

to:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#define __undef_LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

#ifdef __undef_LINUX_TYPES_H
#undef _LINUX_TYPES_H
#undef __undef_LINUX_TYPES_H
#endif

eloi at bliscat dot org

(Continue reading)

Eloi Primaux | 1 Jun 2006 23:53

Xorg-7.1 agpgart.h error

I encountered some problem while compiling xorg-7.1-RC* and xorg-7.1
about agpgart.h with lfs-6.1.1, lfs-svn-20060420 and HLFS-20060510, i got over it by following this post :
http://lists.freedesktop.org/archives/xorg/2005-December/011626.html

it says that we have to modify sys/kd.h :

Edit /usr/include/sys/kd.h, change:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

(or whatever it is.)

to:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#define __undef_LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

#ifdef __undef_LINUX_TYPES_H
#undef _LINUX_TYPES_H
#undef __undef_LINUX_TYPES_H
#endif

I think that the book should say that xorg require modified lfs headers

(Continue reading)

Dan Nicholson | 2 Jun 2006 02:35
Picon

Re: Xorg-7.1 agpgart.h error

On 6/1/06, Eloi Primaux <eloi <at> bliscat.org> wrote:
> I encountered some problem while compiling xorg-7.1-RC* and xorg-7.1
> about agpgart.h with lfs-6.1.1, lfs-svn-20060420 and HLFS-20060510, i got over it by following this
post :
> http://lists.freedesktop.org/archives/xorg/2005-December/011626.html
>
> it says that we have to modify sys/kd.h :

Well, it didn't take long for this to come up again.  We have a patch
now in LFS svn since that header is installed by Glibc.  See here:

http://www.linuxfromscratch.org/patches/lfs/development/glibc-2.3.6-linux_types-1.patch

You can probably just patch /usr/include/sys/kd.h in place, but I
haven't tried it, so it's no guarantee.

If you'd prefer not to patch that header, you can workaround it in
xorg by using this sed:

sed -i.bak '/CONFIG_H/i #include <linux/types.h>' \
    hw/xfree86/os-support/linux/lnx_agp.c

> I think that the book should say that xorg require modified lfs headers

DJ, can we put something back in the book?

--
Dan
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
(Continue reading)

Chris Staub | 2 Jun 2006 04:41

Libgnome does not need esound

BLFS says that esound is a required dependency of libgnome. However, 
libgnome compiles fine without esound. The output from the configure 
script makes it look like it's required, but it seems to work fine 
without esound.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Gmane