GNU bug report logs - #5927
`xz' command not found when running 'make dist and distcheck'

Previous Next

Package: coreutils;

Reported by: "jeff.liu" <jeff.liu <at> oracle.com>

Date: Sun, 11 Apr 2010 14:43:02 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jim Meyering <jim <at> meyering.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#5927: marked as done (`xz' command not found when running
 'make dist and distcheck')
Date: Sun, 11 Apr 2010 15:22:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 11 Apr 2010 17:21:20 +0200
with message-id <87aatarp5b.fsf <at> meyering.net>
and subject line Re: bug#5927: `xz' command not found when running 'make dist and distcheck'
has caused the GNU bug report #5927,
regarding `xz' command not found when running 'make dist and distcheck'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)


-- 
5927: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5927
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "jeff.liu" <jeff.liu <at> oracle.com>
To: bug-coreutils <at> gnu.org
Subject: `xz' command not found when running 'make dist and distcheck'
Date: Sun, 11 Apr 2010 22:42:16 +0800
Hello,

I run into a problem when running `make dist/distcheck' on "uBuntu 8.0.4 - the Hardy Heron".

The error message shows the `xz` command not found:
...
tardir=coreutils-8.4.84-8c4b6-dirty && /bin/bash
/home/jeff/opensource_dev/coreutils/build-aux/missing --run tar chof - "$tardir" | xz -c
>coreutils-8.4.84-8c4b6-dirty.tar.xz
/bin/bash: xz: command not found
WARNING: I can't seem to be able to run `tar' with the given arguments.
         You may want to install GNU tar or Free paxutils, or check the
         command line arguments.
make: *** [dist] Error 127


Is it make sense to add the pre-checking for `xz-utils' in 'boottrap.conf' like below?

From e6f6bb41a4bb443cf894c151390182d23b2f957d Mon Sep 17 00:00:00 2001
From: Jie Liu <jeff.liu <at> oracle.com>
Date: Sun, 11 Apr 2010 22:40:52 +0800
Subject: [PATCH] Add `xz-utils` pre-checking in bootstrap.conf

Signed-off-by: Jie Liu <jeff.liu <at> oracle.com>
---
 bootstrap.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index ad7d6d5..55b2f60 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -321,6 +321,7 @@ makeinfo   -
 perl       5.5
 rsync      -
 tar        -
+xz         -
 "

 # Automake requires that ChangeLog exist.
-- 
1.5.4.3



Cheers,
-Jeff



[Message part 3 (message/rfc822, inline)]
From: Jim Meyering <jim <at> meyering.net>
To: 5927-done <at> debbugs.gnu.org
Subject: Re: bug#5927: `xz' command not found when running 'make dist and
	distcheck'
Date: Sun, 11 Apr 2010 17:21:20 +0200
marking this as "done" in the tracker...


This bug report was last modified 15 years and 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.