[blfs-dev] Some notes, when building/tagging (B)LFS-7.5-rc1

2014-02-18 Thread Fernando de Oliveira
Some notes and questions, from the work yesterday.


1. At Count Me

http://www.linuxfromscratch.org/cgi-bin/lfscounter.php

No tag for 7.5-rc1.

2. Problem with Valgrind (not in the book, but used in many tests)

checking the GLIBC_VERSION version... unsupported version 2.19
configure: error: Valgrind requires glibc version 2.2 - 2.17

3. fcron-3.1.2

checking Looking for docbook2man-spec file... default
checking Looking for dsssl stylsheets... configure: error:
/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl does not
exist.

I cannot use the switch

--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-1.79

Yesterday, I did one commit and reverted it: was not correct.

I wanted to remove this switch, but am not sure. Since 7.4 or even
before, I have a problem with it.

Perhaps if a directory is created before, it would work? (only now had
this idea).

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


Re: [blfs-dev] Some notes, when building/tagging (B)LFS-7.5-rc1

2014-02-18 Thread Armin K.
On 02/18/2014 11:37 AM, Fernando de Oliveira wrote:
 Some notes and questions, from the work yesterday.
 
 
 1. At Count Me
 
 http://www.linuxfromscratch.org/cgi-bin/lfscounter.php
 
 No tag for 7.5-rc1.
 
 2. Problem with Valgrind (not in the book, but used in many tests)
 
 checking the GLIBC_VERSION version... unsupported version 2.19
 configure: error: Valgrind requires glibc version 2.2 - 2.17
 

https://projects.archlinux.org/svntogit/packages.git/tree/trunk/valgrind-3.9.0-glibc-2.19.patch?h=packages/valgrind

 3. fcron-3.1.2
 
 checking Looking for docbook2man-spec file... default
 checking Looking for dsssl stylsheets... configure: error:
 /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl does not
 exist.
 
 I cannot use the switch
 
 --with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-1.79
 

Do you have docbok-dsssl installed, along with the sgml stack (docbook,
open{jade,sp}, sgml-common)? Did you try removing it entirely?

 Yesterday, I did one commit and reverted it: was not correct.
 
 I wanted to remove this switch, but am not sure. Since 7.4 or even
 before, I have a problem with it.
 
 Perhaps if a directory is created before, it would work? (only now had
 this idea).
 


-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Some notes, when building/tagging (B)LFS-7.5-rc1

2014-02-18 Thread Armin K.
On 02/18/2014 02:14 PM, Fernando de Oliveira wrote:
 Em 18-02-2014 09:49, Armin K. escreveu:
 On 02/18/2014 11:37 AM, Fernando de Oliveira wrote:
 Some notes and questions, from the work yesterday.


 1. At Count Me

 http://www.linuxfromscratch.org/cgi-bin/lfscounter.php

 No tag for 7.5-rc1.

 2. Problem with Valgrind (not in the book, but used in many tests)

 checking the GLIBC_VERSION version... unsupported version 2.19
 configure: error: Valgrind requires glibc version 2.2 - 2.17


 https://projects.archlinux.org/svntogit/packages.git/tree/trunk/valgrind-3.9.0-glibc-2.19.patch?h=packages/valgrind
 
 Thanks. Had just found it (before reading, but after you sent the message).
 

 3. fcron-3.1.2

 checking Looking for docbook2man-spec file... default
 checking Looking for dsssl stylsheets... configure: error:
 /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl does not
 exist.

 I cannot use the switch

 --with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-1.79


 Do you have docbok-dsssl installed, along with the sgml stack (docbook,
 open{jade,sp}, sgml-common)?
 
 No. It is always one of the first that I install.
 
 Did you try removing it entirely?
 
 
 I wanted to remove this switch, but am not sure. Since 7.4 or even
 before, I have a problem with it.

 Perhaps if a directory is created before, it would work? (only now had
 this idea).


The directory is created by docbook-dsssl package from sgml chapter. If
you didn't install it, either install it or try without using a switch.


-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Some notes, when building/tagging (B)LFS-7.5-rc1

2014-02-18 Thread Fernando de Oliveira
Em 18-02-2014 10:47, Armin K. escreveu:
 On 02/18/2014 02:14 PM, Fernando de Oliveira wrote:
 Em 18-02-2014 09:49, Armin K. escreveu:
 On 02/18/2014 11:37 AM, Fernando de Oliveira wrote:


 3. fcron-3.1.2

 checking Looking for docbook2man-spec file... default
 checking Looking for dsssl stylsheets... configure: error:
 /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl does not
 exist.

 I cannot use the switch

 --with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-1.79


 Do you have docbok-dsssl installed, along with the sgml stack (docbook,
 open{jade,sp}, sgml-common)?

 No. It is always one of the first that I install.

 Did you try removing it entirely?


 I wanted to remove this switch, but am not sure. Since 7.4 or even
 before, I have a problem with it.

 Perhaps if a directory is created before, it would work? (only now had
 this idea).

 
 The directory is created by docbook-dsssl package from sgml chapter. If
 you didn't install it, either install it or try without using a switch.

Thanks.

That is what I did, yesterday. What I am asking what should be default
in the book or not, i.e., I want to be sure, before editing the book.
For me, I would remove from configure and transform in option. Would
that be correct? I am asking, because I am trying to get thgings built
and do not want to spend time searching (already spent some with valgrind).


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


Re: [blfs-dev] Some notes, when building/tagging (B)LFS-7.5-rc1

2014-02-18 Thread Bruce Dubbs
Fernando de Oliveira wrote:
 Some notes and questions, from the work yesterday.


 1. At Count Me

 http://www.linuxfromscratch.org/cgi-bin/lfscounter.php

 No tag for 7.5-rc1.

Fixed.

 2. Problem with Valgrind (not in the book, but used in many tests)

 checking the GLIBC_VERSION version... unsupported version 2.19
 configure: error: Valgrind requires glibc version 2.2 - 2.17

Generally it's CMMI, but you may need to check out the svn version:

http://valgrind.org/downloads/repository.html

 3. fcron-3.1.2

 checking Looking for docbook2man-spec file... default
 checking Looking for dsssl stylsheets... configure: error:
 /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl does not
 exist.

 I cannot use the switch

 --with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-1.79

 Yesterday, I did one commit and reverted it: was not correct.

 I wanted to remove this switch, but am not sure. Since 7.4 or even
 before, I have a problem with it.

 Perhaps if a directory is created before, it would work? (only now had
 this idea).

Don't know.  We'll need to investigate.  Please create a ticket.

   -- Bruce


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