GNU bug report logs - #8511
Sort error in makefile

Previous Next

Package: coreutils;

Reported by: Harpal Shergill <harpalshergill <at> gmail.com>

Date: Sat, 16 Apr 2011 19:26: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: Harpal Shergill <harpalshergill <at> gmail.com>
Subject: bug#8511: closed (Re: bug#8511: Sort error in makefile)
Date: Sun, 17 Apr 2011 06:28:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#8511: Sort error in makefile

which was filed against the coreutils package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 8511 <at> debbugs.gnu.org.

-- 
8511: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8511
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jim Meyering <jim <at> meyering.net>
To: "Alan Curry" <pacman-cu <at> kosh.dhis.org>
Cc: 8511-done <at> debbugs.gnu.org, Harpal Shergill <harpalshergill <at> gmail.com>
Subject: Re: bug#8511: Sort error in makefile
Date: Sun, 17 Apr 2011 08:27:17 +0200
tags 8511 notabug
close 8511
thanks

Alan Curry wrote:
...
> Your makefile is running the DOS/Windows sort command instead of the
> GNU/cygwin sort. Use a full path like /whatever/cygwin/bin/sort to make it
> use the right one.
>
> cygwin's bug, if a bug at all...

Hi Alan,
Thanks for replying.
I'm closing this issue.

[Message part 3 (message/rfc822, inline)]
From: Harpal Shergill <harpalshergill <at> gmail.com>
To: bug-coreutils <at> gnu.org, bug-gzip <at> gnu.org, cygwin <at> cygwin.com
Subject: Sort error in makefile
Date: Sat, 16 Apr 2011 15:09:29 -0400
[Message part 4 (text/plain, inline)]
Hello,

I have  a makefile which does the following:

   1. grab a .gz file from server using wget -- works fine
   2. extract the data from .gz file to new file based on filter using ZCAT
   -- works fine
   3. sort the data from based on specific field and saves the data into a
   new file -- DOES NOT WORK


   - command looks like this: sort -t: -k2n <inputFile> outputFile
   - this command works perfectly on command line of cygwin BUT fails
   through makefile
   - Error says: Input file specified two times.

I tried to search on this online but couldn't get any info. Can you please
help and show me what's wrong? In make file i have this command enclosed
with "`" character. Any feedback on this would be greatly appreciated.

Thank you.

Harpal
[Message part 5 (text/html, inline)]

This bug report was last modified 14 years and 92 days ago.

Previous Next


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