First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 142818
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: CJK Team <cjk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Wulf Krueger (RETIRED) <philantrop@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 142818 depends on: Show dependency tree
Show dependency graph
Bug 142818 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-04 10:38 0000
app-dicts/canna-shion-20010916 fails to install properly because
app-i18n/canna-3.7_p2's mkbindic uses the old "+ -" syntax for "sort" to
specify the sort key.

A small change to mkbindic corrects the problem:

--- /usr/bin/mkbindic~  2006-08-04 19:29:42.000000000 +0200
+++ /usr/bin/mkbindic   2006-08-04 19:30:35.000000000 +0200
@@ -326,7 +326,7 @@
 bck_text=;
 flag=;
 compat_flag=;
-sortcmd="sort -d -s +0 -1"
+sortcmd="sort -d -s -k 1,1"
 usage="usage: mkbindic [-m|-s] [-name dicname] [-c version] textfile [cpp-args
...]";
 : ${TMPDIR:=/tmp}

With this applied, canna-shion installs.

------- Comment #1 From Alastair Tse (RETIRED) 2006-08-20 07:14:28 0000 -------
Added canna-3.7_p3 to portage with the sort syntax fixed. Thanks for your
report.

First Last Prev Next    No search results available      Search page      Enter new bug