Re: [lfs-support] Two suspected bugs

2014-01-16 Thread William Harrington

On Jan 16, 2014, at 1:04 PM, William Harrington wrote:

> The New short option -J (alias for --lzma) was put in 1.20.90 which is
> in 1.22.

This didn't make it,

Also for the release note: http://freecode.com/projects/tar/releases/295528

Sincerely,

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


Re: [lfs-support] Two suspected bugs

2014-01-16 Thread William Harrington

On Jan 16, 2014, at 12:00 PM, parmenides wrote:

> (2) In chapter 5, "5.7. Glibc-2.18"
> I got the following warning:
>
> configure: WARNING:
> *** These auxiliary programs are missing or incompatible versions:  
> autoconf
> *** some features will be disabled.
> *** Check the INSTALL file for required versions.
>
> I seems that there should be some requirements of autoconf.

This has been stated at the support list numerous times.

GLIBC does not require autotools on the host for it to build.

Ignore the warning.

Sincerely,

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


Re: [lfs-support] Two suspected bugs

2014-01-16 Thread William Harrington

On Jan 16, 2014, at 12:00 PM, parmenides wrote:

> (1) In Preface, "vii. Host System Requirements",
> the version of tar is required 1.18, but this version does not support
> xz format at all.As such, the following command will fail:
>   tar Jxvf foo.tar.xz
> Although using xz first then tar will work, I think it is recomended  
> to
> upgrade tar to support new options.

The New short option -J (alias for --lzma) was put in 1.20.90 which is  
in 1.22.

Then -J as a short equivalent of --xz was at version 1.20.91 which is  
in 1.22.

Verify by downloading tar 1.22 and looking at the ChangeLog and view  
the doc/tar.texi @opsummary{xz}

Sincerely,

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


Re: [lfs-support] Two suspected bugs

2014-01-16 Thread Chris Staub
On 01/16/14 13:00, parmenides wrote:
> Hi,
>
> I am build the LFS 7.4 following the book, and find two suspected bugs:
>
> (2) In chapter 5, "5.7. Glibc-2.18"
> I got the following warning:
>
> configure: WARNING:
> *** These auxiliary programs are missing or incompatible versions: autoconf
> *** some features will be disabled.
> *** Check the INSTALL file for required versions.
>
> I seems that there should be some requirements of autoconf.

No, Autoconf is not needed. That is just warning, not an error.

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


[lfs-support] Two suspected bugs

2014-01-16 Thread parmenides
Hi,

I am build the LFS 7.4 following the book, and find two suspected bugs:

(1) In Preface, "vii. Host System Requirements",
the version of tar is required 1.18, but this version does not support
xz format at all.As such, the following command will fail:
tar Jxvf foo.tar.xz
Although using xz first then tar will work, I think it is recomended to
upgrade tar to support new options.

(2) In chapter 5, "5.7. Glibc-2.18"
I got the following warning:

configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: autoconf
*** some features will be disabled.
*** Check the INSTALL file for required versions.

I seems that there should be some requirements of autoconf.

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