Re: [blfs-dev] [BLFS Trac] #4647: Texlive build instructions are incorect

2014-02-19 Thread Ken Moffat
On Wed, Feb 19, 2014 at 08:12:48PM -, BLFS Trac wrote:
 #4647: Texlive build instructions are incorect
 -+--
  Reporter:  gregnietsky  |   Owner:  blfs-book@…
  Type:  defect   |  Status:  new
  Priority:  normal   |   Milestone:  7.5
 Component:  BOOK | Version:  SVN
  Severity:  trivial  |  Resolution:
  Keywords:   |
 -+--
 Changes (by bdubbs@…):
 
  * milestone:  current = 7.5
 
 I think this should probably move beyond 7.6.  Everything except
xindy is done, but for xindy it really needs

(i.) someone who has a document which can be indexed by xindy, and
who knows how to do that, to prove that it works.

(ii.) finding out how to build xindy.mem (or perhaps, just how to
install it - I deleted my build tree without considering if there
was a way to do this).

(iii.) deps - probably clisp and libsigsegv, but maybe also other(s).
For me, the clisp testsuite ends with a segfault and I have no idea
if that is important or not.

 Hopefully, Greg will be able to join us and pick up what is left.

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

Re: [blfs-dev] [BLFS Trac] #4647: Texlive build instructions are incorect

2014-02-19 Thread Bruce Dubbs
Ken Moffat wrote:
 On Wed, Feb 19, 2014 at 08:12:48PM -, BLFS Trac wrote:
 #4647: Texlive build instructions are incorect
 -+--
   Reporter:  gregnietsky  |   Owner:  blfs-book@…
   Type:  defect   |  Status:  new
   Priority:  normal   |   Milestone:  7.5
 Component:  BOOK | Version:  SVN
   Severity:  trivial  |  Resolution:
   Keywords:   |
 -+--
 Changes (by bdubbs@…):

   * milestone:  current = 7.5

   I think this should probably move beyond 7.6.  Everything except
 xindy is done, but for xindy it really needs

 (i.) someone who has a document which can be indexed by xindy, and
 who knows how to do that, to prove that it works.

 (ii.) finding out how to build xindy.mem (or perhaps, just how to
 install it - I deleted my build tree without considering if there
 was a way to do this).

 (iii.) deps - probably clisp and libsigsegv, but maybe also other(s).
 For me, the clisp testsuite ends with a segfault and I have no idea
 if that is important or not.

   Hopefully, Greg will be able to join us and pick up what is left.

Perhaps the ticket should be closed and a new one opened with just the 
specific problem addressed.  I'd prefer not to have the reference to the 
ticket in the book.  Perhaps it would be better to just say something to 
the effect that xindy was not rebuilt due to a problem with the 
tarball's install procedure.

Also, the page needs some white space touchups.

   -- Bruce

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

Re: [blfs-dev] [BLFS Trac] #4647: Texlive build instructions are incorect

2014-02-19 Thread Ken Moffat
On Wed, Feb 19, 2014 at 03:51:55PM -0600, Bruce Dubbs wrote:
 Ken Moffat wrote:
I think this should probably move beyond 7.6.  Everything except
  xindy is done, but for xindy it really needs
 
  (i.) someone who has a document which can be indexed by xindy, and
  who knows how to do that, to prove that it works.
 
  (ii.) finding out how to build xindy.mem (or perhaps, just how to
  install it - I deleted my build tree without considering if there
  was a way to do this).
 
  (iii.) deps - probably clisp and libsigsegv, but maybe also other(s).
  For me, the clisp testsuite ends with a segfault and I have no idea
  if that is important or not.
 
Hopefully, Greg will be able to join us and pick up what is left.
 
 Perhaps the ticket should be closed and a new one opened with just the 
 specific problem addressed.  I'd prefer not to have the reference to the 
 ticket in the book.  Perhaps it would be better to just say something to 
 the effect that xindy was not rebuilt due to a problem with the 
 tarball's install procedure.
 
 OK, I'll look at those when I tag it.

 Also, the page needs some white space touchups.
 
-- Bruce
 

 If you mean the blank lines between the build instructions, I
disagree.  The instructions are spread over many lines, and some of
the instructions are unusual.  I find the extra blank lines help to
break it up into more comprehensible sections.

 If you mean something else about whitespace, what ?

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

Re: [blfs-dev] [BLFS Trac] #4647: Texlive build instructions are incorect

2014-02-19 Thread Bruce Dubbs
Ken Moffat wrote:

   If you mean the blank lines between the build instructions, I
 disagree.  The instructions are spread over many lines, and some of
 the instructions are unusual.  I find the extra blank lines help to
 break it up into more comprehensible sections.

   If you mean something else about whitespace, what ?

Actually a couple of spaces before the lines between the pushd/popd 
would be nice.  Also add a blank line before the 2nd configure.

Finally, we like to line up the backslashes, , --options, etc to let 
the readers see the regularity in the instructions.

Something like:

pushd ../utils/asymptote  
echo ac_cv_lib_m_sqrt=yes  config.cache 
echo ac_cv_lib_z_deflate=yes  config.cache 

   ./configure LIBS=-ltirpc   \
   --prefix=/opt/texlive/2013   \
   --bindir=/opt/texlive/2013/bin/x86_64-linux  \
   --datarootdir=/opt/texlive/2013/texmf-dist   \
   --infodir=/opt/texlive/2013/texmf-dist/doc/info  \
   --mandir=/opt/texlive/2013/texmf-dist/doc/man\
   --enable-texlive-build   \
   --cache-file=config.cache 
popd 

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


Re: [blfs-dev] [BLFS Trac] #4647: Texlive build instructions are incorect

2014-02-19 Thread Ken Moffat
On Wed, Feb 19, 2014 at 05:27:01PM -0600, Bruce Dubbs wrote:
 
 Actually a couple of spaces before the lines between the pushd/popd 
 would be nice.  Also add a blank line before the 2nd configure.
 
 Finally, we like to line up the backslashes, , --options, etc to let 
 the readers see the regularity in the instructions.
 
 Something like:
 
 pushd ../utils/asymptote  
 echo ac_cv_lib_m_sqrt=yes  config.cache 
 echo ac_cv_lib_z_deflate=yes  config.cache 
 
./configure LIBS=-ltirpc   \
--prefix=/opt/texlive/2013   \
--bindir=/opt/texlive/2013/bin/x86_64-linux  \
--datarootdir=/opt/texlive/2013/texmf-dist   \
--infodir=/opt/texlive/2013/texmf-dist/doc/info  \
--mandir=/opt/texlive/2013/texmf-dist/doc/man\
--enable-texlive-build   \
--cache-file=config.cache 
 popd 
 
-- Bruce

 OK, I'll have a go when I tag it.

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