Bug 122435 - join -t doesn't work
Summary: join -t doesn't work
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: coreutils
Version: 2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-04 14:35 UTC by Mikel Ward
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-05-09 09:41:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mikel Ward 2004-05-04 14:35:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040422 Epiphany/1.2.4

Description of problem:
As of coreutils 5.2, join's -t flag doesn't appear to work, instead
it hangs.

Version-Release number of selected component (if applicable):
coreutils-5.2.1-6

How reproducible:
Always

Steps to Reproduce:
Create two files:
file1
1:Ben
2:Mike
3:Scott

file2
1:Beer
2:Coke
3:Whisky

Run:
join -t ':' file1 file2

Actual Results:  Hangs.

Expected Results:  Following is output to standard out:
1:Ben:Beer
2:Mike:Coke
3:Scott:Whisky

Additional info:

Didn't double check this test case, but you get the idea.  Bug exhibits
itself on my actual data.

This worked for me in coreutils 5.0 (and therefore presumably coreutils
as shipped with Fedora Core 1).

Comment 1 Tim Waugh 2004-05-04 14:46:20 UTC
Confirmed.  Thanks for the report.

Comment 2 Tim Waugh 2004-05-04 16:34:08 UTC
Fixed in coreutils-5.2.1-7.  Once it shows up in the daily development
push (it'll be tomorrow now), please verify that it works for you and
resolve this bug 'RAWHIDE' if so.  Thanks.

Comment 3 Mikel Ward 2004-05-09 09:41:28 UTC
Works for me now, so it seems to be fixed.

Thanks for the quick turnaround.



Note You need to log in before you can comment on or make changes to this bug.