Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22754 - qpkg from gentoolkit does not work on newest textutils (uniq)
Summary: qpkg from gentoolkit does not work on newest textutils (uniq)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-13 08:12 UTC by Marcin Wisnicki
Modified: 2003-06-22 13:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (qpkg.diff,570 bytes, patch)
2003-06-15 11:56 UTC, Marcin Wisnicki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Wisnicki 2003-06-13 08:12:27 UTC
Most recent uniq expects -fN instead -N which is obsolete.
Changing "uniq -1" to "uniq -f1" in /usr/bin/qpkg fixes bug.

Reproducible: Always
Steps to Reproduce:
Comment 1 Marcin Wisnicki 2003-06-13 08:16:40 UTC
Maybe there should be some king of textutils metabug grouping all other bugs intoduced by the latest (masked) version of textutils
Comment 2 Marcin Wisnicki 2003-06-15 11:56:11 UTC
Created attachment 13321 [details, diff]
Patch
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2003-06-22 13:10:06 UTC
fixed in cvs, gentoolkit-0.1.28.  Thanks!