Re: xorg-server config error

2010-11-03 Thread Jim Michmerhuizen
On 11/03/2010 09:36 PM, Ken Moffat wrote:
> On Wed, Nov 03, 2010 at 09:24:35PM -0400, Jim Michmerhuizen wrote:
>> ...reported as
>> 
>> Package gl was not found in the pkg-config search path.
>>

> Name: gl
> Description: Mesa OpenGL library
> ...
> Version: 7.8.2
>
>   Unfortunately (for users - but probably best for our sanity), we
> don't index the .pc files in the book.  Chapter 24, MesaLib.
>

Ah.  Thanks.  I had assumed that the stuff in ch24 wouldn't need to get 
built until the server was operational.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: xorg-server config error

2010-11-03 Thread Ken Moffat
On Wed, Nov 03, 2010 at 09:24:35PM -0400, Jim Michmerhuizen wrote:
> ...reported as
> 
> Package gl was not found in the pkg-config search path.
> 
[...]
> I haven't found a 'gl' package listed in BLFS, and google hasn't yielded 
> me any useful info so far.

 From my gl.pc :

Name: gl
Description: Mesa OpenGL library
...
Version: 7.8.2

 Unfortunately (for users - but probably best for our sanity), we
don't index the .pc files in the book.  Chapter 24, MesaLib.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

xorg-server config error

2010-11-03 Thread Jim Michmerhuizen
...reported as

Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
configure:18565: $? = 1
configure:18578: $PKG_CONFIG --exists --print-errors "$GLPROTO $LIBGL"
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
configure:18581: $? = 1
No package 'gl' found
configure:18618: error: Package requirements (glproto >= 1.4.10 gl >= 
7.1.0) were not met:

No package 'gl' found
+

But I have a 'glproto.pc', in /opt/X11/lib/pkgconfig, and a bunch of 
stuff in /opt/X11/include/GL.

I haven't found a 'gl' package listed in BLFS, and google hasn't yielded 
me any useful info so far.  The 'glproto.pc' came in, alongside some 
other files, with the protocol headers, back when I started this build 
project.

The relevant environment variables:

LD_LIBRARY_PATH=/opt/X11/lib
XORG_CONFIG='--prefix=/opt/X11 --sysconfdir=/etc --mandir=/opt \
  /X11/share/man --localstatedir=/var'
XORG_PREFIX=/opt/X11

So is this enough to suggest what I'm doing wrong, or where I should 
look next?

I'm building this on an LFS 6.7 running on a VirtualBox VM.  I'm using 
nfs mounts from the host (ubuntu 10.04 desktop) to supply my sources 
directory (and three others that aren't relevant here):

jam...@hamilton:/build/xc/xorg-server-1.8.2$ df -k
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/sda7  6418360   2313668   3778652  38% /
tmpfs  1035612 0   1035612   0% /dev/shm
holland:/mnt/sda8 40314880   1388544  36878336   4% /sources
holland:/home 50395136  20577280  27257856  44% /mnt/host/home
holland:/usr/local10081280   4087808   5481472  43% /usr/local
holland:/var/local10081280867328   8701952  10% /var/local

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


Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Ken Moffat
On Wed, Nov 03, 2010 at 03:12:13PM -0500, Stuart Stegall wrote:
> 
> I'm using amd64 with a Core2 Laptop CPU.  I've looked at the issue
> from several directions and I believe it's related to the newer
> version of zlib doing something in its optimizations that causes the
> issue.  I haven't tested this since 2.7.7 came out and according to
> zlib's page, this was an issue fixed in 2.7.7, so I will be rebuilding
> today and I should know in a few hours if zlib-1.2.5+libxml2-2.7.7
> fixes the issue for me.

 Thanks for your reply.

 For some reason, I had overlooked ticket #3081 - I thought 2.7.7
was "just another version upgrade" and had it way down my list of
things to tackle.  Looking at the ticket, the problem might apply on
32-bit as well as x86_64 (not that I really care about i?86).  I'll
upgrade the book when I'm back on my other desktop machine.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Stuart Stegall
On Wed, Nov 3, 2010 at 1:39 PM, Ken Moffat  wrote:
> On Wed, Nov 03, 2010 at 05:56:30PM +, Andrew Benton wrote:
>> >
>> >  Hi Stuart, I've seen posts about this before, probably from you,
>> > and wondered why I haven't seen the problem.
>> >
>> >  I'm on x86_64 using libxml2-2.7.7.  Are you guys using 2.7.6 and
>> > x86_64 ?
>> >
>> It's related to the version of zlib too. zlib-1.2.4 is fine, 1.2.5
>> causes crashes.
>>
>> Andy
>  For the avoidance of doubt, I'm using 1.2.5 without noticing any
> problems.
>
> --
> das eine Mal als Tragödie, das andere Mal als Farce
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>

I'm using amd64 with a Core2 Laptop CPU.  I've looked at the issue
from several directions and I believe it's related to the newer
version of zlib doing something in its optimizations that causes the
issue.  I haven't tested this since 2.7.7 came out and according to
zlib's page, this was an issue fixed in 2.7.7, so I will be rebuilding
today and I should know in a few hours if zlib-1.2.5+libxml2-2.7.7
fixes the issue for me.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Ken Moffat
On Wed, Nov 03, 2010 at 05:56:30PM +, Andrew Benton wrote:
> > 
> >  Hi Stuart, I've seen posts about this before, probably from you,
> > and wondered why I haven't seen the problem.
> > 
> >  I'm on x86_64 using libxml2-2.7.7.  Are you guys using 2.7.6 and
> > x86_64 ?
> > 
> It's related to the version of zlib too. zlib-1.2.4 is fine, 1.2.5
> causes crashes.
> 
> Andy
 For the avoidance of doubt, I'm using 1.2.5 without noticing any
problems.

-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: looking for updates

2010-11-03 Thread Lars Bamberger
On 03.11.2010 18:52, bendeguz wrote:
> 
> Is there a web page or mailing list, where I can keep
> track of all packages related to gnu/linux?

I'm not aware of any SINGLE source for that purpose.

> Or do I
> have to keep looking at several sources?

Jup, I guess so. Personally, I've subscribed to the linux-kernel list,
the gnome-announce list, and some blfs lists. If you subscribe to the
mailing lists of your interests and have them sorted into a separate
folder, then you'd have something close to a single source...

Regards,
Lars




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


Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Andrew Benton
On Wed, 3 Nov 2010 17:27:47 +
Ken Moffat  wrote:

> On Wed, Nov 03, 2010 at 11:56:42AM -0500, Stuart Stegall wrote:
> > 
> > I've had the same problem, though if it's the same as mine, the
> > problem is actually in libxml2 & zlib.  It's resolved by compiling
> > libxml2 with zlib support disabled.
> 
>  Hi Stuart, I've seen posts about this before, probably from you,
> and wondered why I haven't seen the problem.
> 
>  I'm on x86_64 using libxml2-2.7.7.  Are you guys using 2.7.6 and
> x86_64 ?
> 
It's related to the version of zlib too. zlib-1.2.4 is fine, 1.2.5
causes crashes.

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


looking for updates

2010-11-03 Thread bendeguz
Hi all!

Is there a web page or mailing list, where I can keep
track of all packages related to gnu/linux? Or do I
have to keep looking at several sources?
Now, I'm mainly checking updates at freshmeat.net and
icewalkers.com, but I'm not sure if all the packges
are listed there.

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


Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Ken Moffat
On Wed, Nov 03, 2010 at 11:56:42AM -0500, Stuart Stegall wrote:
> 
> I've had the same problem, though if it's the same as mine, the
> problem is actually in libxml2 & zlib.  It's resolved by compiling
> libxml2 with zlib support disabled.

 Hi Stuart, I've seen posts about this before, probably from you,
and wondered why I haven't seen the problem.

 I'm on x86_64 using libxml2-2.7.7.  Are you guys using 2.7.6 and
x86_64 ?

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Stuart Stegall
On Wed, Nov 3, 2010 at 11:41 AM, Ryosuke KUTSUNA
 wrote:
> Hi, Randy.
>
> On Wed, 03 Nov 2010 09:41:18 -0500
> Randy McMurchy  wrote:
>> Ryosuke KUTSUNA wrote these words on 11/03/10 09:07 CST:
>> > I'm try to build BLFS svn-20101028, Setting of docbook-xslt does not go
>> > well. I output the following messages and stop.
>> >
>> >   -bash-4.1# xmlcatalog --noout --add "rewriteSystem" \
>> >                  "http://docbook.sourceforge.net/release/xsl/1.75.2"; \
>> >                  "/usr/share/xml/docbook/xsl-stylesheets-1.75.2" \
>> >                  /etc/xml/catalog
>> >   Segmentation fault
>>
>> It would really help if you reported what platform you are building on.
>> Something such as LFS-6.7 or LFS-SVN, or whatever platform it is.
>
> Sorry, I forgot tell.
> My building platform is LFS 6.7.
>
>> This week I will be building the packages necessary to render the BLFS
>> book (including the one you are having issues with). I'm using a very
>> current LFS-SVN platform. I will report the results. It is likely that
>> I will do it today.
>
>
> Regars,
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>

I've had the same problem, though if it's the same as mine, the
problem is actually in libxml2 & zlib.  It's resolved by compiling
libxml2 with zlib support disabled.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Ryosuke KUTSUNA
Hi, Randy.

On Wed, 03 Nov 2010 09:41:18 -0500
Randy McMurchy  wrote:
> Ryosuke KUTSUNA wrote these words on 11/03/10 09:07 CST:
> > I'm try to build BLFS svn-20101028, Setting of docbook-xslt does not go
> > well. I output the following messages and stop.
> > 
> >   -bash-4.1# xmlcatalog --noout --add "rewriteSystem" \
> >  "http://docbook.sourceforge.net/release/xsl/1.75.2"; \
> >  "/usr/share/xml/docbook/xsl-stylesheets-1.75.2" \
> >  /etc/xml/catalog 
> >   Segmentation fault
> 
> It would really help if you reported what platform you are building on.
> Something such as LFS-6.7 or LFS-SVN, or whatever platform it is.

Sorry, I forgot tell.
My building platform is LFS 6.7.

> This week I will be building the packages necessary to render the BLFS
> book (including the one you are having issues with). I'm using a very
> current LFS-SVN platform. I will report the results. It is likely that
> I will do it today.


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


Re: Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Randy McMurchy
Ryosuke KUTSUNA wrote these words on 11/03/10 09:07 CST:
> I'm try to build BLFS svn-20101028, Setting of docbook-xslt does not go
> well. I output the following messages and stop.
> 
>   -bash-4.1# xmlcatalog --noout --add "rewriteSystem" \
>  "http://docbook.sourceforge.net/release/xsl/1.75.2"; \
>  "/usr/share/xml/docbook/xsl-stylesheets-1.75.2" \
>  /etc/xml/catalog 
>   Segmentation fault

It would really help if you reported what platform you are building on.
Something such as LFS-6.7 or LFS-SVN, or whatever platform it is.

This week I will be building the packages necessary to render the BLFS
book (including the one you are having issues with). I'm using a very
current LFS-SVN platform. I will report the results. It is likely that
I will do it today.

-- 
Randy

rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
09:38:00 up 1 day, 15:32, 1 user, load average: 0.00, 0.00, 0.00
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Segmentation fault in Configuring DocBook XSL Stylesheets

2010-11-03 Thread Ryosuke KUTSUNA
Hi, all

I'm try to build BLFS svn-20101028, Setting of docbook-xslt does not go
well. I output the following messages and stop.

  -bash-4.1# xmlcatalog --noout --add "rewriteSystem" \
 "http://docbook.sourceforge.net/release/xsl/1.75.2"; \
 "/usr/share/xml/docbook/xsl-stylesheets-1.75.2" \
 /etc/xml/catalog 
  Segmentation fault

has anyone had the same problem?

strace result is following.

-bash-4.1# uname -a
Linux lfs 2.6.35.4 #1 SMP Sun Oct 17 13:43:10 JST 2010 x86_64 GNU/Linux
-bash-4.1# strace xmlcatalog --noout --add "rewriteSystem" 
"http://docbook.sourceforge.net/release/xsl/1.75.2"; 
"/usr/share/xml/docbook/xsl-stylesheets-1.75.2" /etc/xml/catalog

stat("/etc/xml/catalog", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0
open("/etc/xml/catalog", O_RDONLY)  = 3
read(3, "\n\nhttp://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page