Re: [blfs-support] LibreOffice 4.2.2 fails

2014-03-31 Thread Ronnie van Aarle
Those environment variables that you setup with EXPORT disappear when you
log out.
Op 30 mrt. 2014 23:20 schreef Bruce Dubbs bruce.du...@gmail.com het
volgende:

 Ronnie van Aarle wrote:
  You can check if aclocal is available on your system by just typing
 aclocal
  --version in a terminal window.
 
  if its not available, you should install automake from
  http://www.linuxfromscratch.org/lfs/view/stable/chapter06/automake.html
 
  If $XORG_PREFIX is something else as /usr than that can also be the
 cause.
 

 See http://www.linuxfromscratch.org/blfs/view/stable/x/xorg7.html

 Note the lines that say:

 ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal'

 export ... ACLOCAL ...

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

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

Re: [blfs-support] LibreOffice 4.2.2 fails

2014-03-31 Thread Bruce Dubbs
Ronnie van Aarle wrote:
 Those environment variables that you setup with EXPORT disappear when you
 log out.

Not if you follow the instructions in the book.  They are reset in the 
bash profile.

They assume you did 
http://www.linuxfromscratch.org/blfs/view/stable/postlfs/profile.html

   -- Bruce

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


Re: [blfs-support] LibreOffice 4.2.2 fails

2014-03-31 Thread Ragnar Thomsen
On Sunday 30 March 2014 16:20:15 Bruce Dubbs wrote:
 See http://www.linuxfromscratch.org/blfs/view/stable/x/xorg7.html
 
 Note the lines that say:
 
 ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal'
 
 export ... ACLOCAL ...

The ACLOCAL variable is set properly:

echo $ACLOCAL yields:
aclocal -I $XORG_PREFIX/share/aclocal

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


Re: [blfs-support] LibreOffice 4.2.2 fails

2014-03-31 Thread Bruce Dubbs
Ragnar Thomsen wrote:
 On Sunday 30 March 2014 16:20:15 Bruce Dubbs wrote:
 See http://www.linuxfromscratch.org/blfs/view/stable/x/xorg7.html

 Note the lines that say:

 ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal'

 export ... ACLOCAL ...

 The ACLOCAL variable is set properly:

 echo $ACLOCAL yields:
 aclocal -I $XORG_PREFIX/share/aclocal

OK, I'll try to take a look at this when I get a chance.

   -- Bruce

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


Re: [blfs-support] LibreOffice 4.2.2 fails

2014-03-30 Thread Fernando de Oliveira
Em 29-03-2014 18:14, Ragnar Thomsen escreveu:
 LibreOffice fails for me at the autogen.sh step with the following error:
 
 Various low-level dependencies are missing, please install them:
  aclocal -I $XORG_PREFIX/share/aclocal: aclocal -I 
 $XORG_PREFIX/share/aclocal is required
 
 Any ideas?
 

Unfortunately, not.

But I noticed that it is using $XORG_PREFIX. I searched in my log files
and did not find it:

xzgrep XORG_PREFIX ~/Downloads/blfs/libreoffice-4.2.2.1*

xzgrep XORG_PREFIX ~/Downloads/blfs/libreoffice-*

I have logs for 4.2.2 and 4.2.1 in that place.

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


Re: [blfs-support] LibreOffice 4.2.2 fails

2014-03-30 Thread Ronnie van Aarle
You can check if aclocal is available on your system by just typing aclocal
--version in a terminal window.

if its not available, you should install automake from
http://www.linuxfromscratch.org/lfs/view/stable/chapter06/automake.html

If $XORG_PREFIX is something else as /usr than that can also be the cause.


2014-03-30 11:44 GMT+02:00 Fernando de Oliveira fam...@yahoo.com.br:

 Em 29-03-2014 18:14, Ragnar Thomsen escreveu:
  LibreOffice fails for me at the autogen.sh step with the following error:
 
  Various low-level dependencies are missing, please install them:
   aclocal -I $XORG_PREFIX/share/aclocal: aclocal -I
  $XORG_PREFIX/share/aclocal is required
 
  Any ideas?
 

 Unfortunately, not.

 But I noticed that it is using $XORG_PREFIX. I searched in my log files
 and did not find it:

 xzgrep XORG_PREFIX ~/Downloads/blfs/libreoffice-4.2.2.1*

 xzgrep XORG_PREFIX ~/Downloads/blfs/libreoffice-*

 I have logs for 4.2.2 and 4.2.1 in that place.

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

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

Re: [blfs-support] LibreOffice 4.2.2 fails

2014-03-30 Thread Bruce Dubbs
Ronnie van Aarle wrote:
 You can check if aclocal is available on your system by just typing aclocal
 --version in a terminal window.

 if its not available, you should install automake from
 http://www.linuxfromscratch.org/lfs/view/stable/chapter06/automake.html

 If $XORG_PREFIX is something else as /usr than that can also be the cause.


See http://www.linuxfromscratch.org/blfs/view/stable/x/xorg7.html

Note the lines that say:

ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal'

export ... ACLOCAL ...

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