skip to content
DeLi Linux Wiki
User Tools
Login
Site Tools
Tools
Show page
Old revisions
Backlinks
Recent changes
Media Manager
Sitemap
Login
Recent changes
Media Manager
Sitemap
Trace:
deli:bugs:bugreports:util-linux:column_makes_no_columns
===== #2:util-linux:column -t makes no columns ===== version: 2.12r-1 severity: normal column -t makes no columns at all. To reproduce, try this: <code> [deli@deli:/home/deli]# echo "1 2 3"|column -t 123[deli@deli:/home/deli]# </code> But it should look like this (on a glibc system - Slackware-current): <code> henry@edv1:/home/henry$ echo "1 2 3"|column -t 1 2 3 henry@edv1:/home/henry$ </code> Hint: I can reproduce this bug on two other uClibc-based systems: ugentoo and ucrux. ---- tags:fixed The problem is, that util-linux doesn't like uClibc's implementation of widechar. So I removed the ''#define ENABLE_WIDECHAR'' line in defines.h created by configure. An [[bugs:updates|update]] of util-linux is available, 2.12r-2 --- //Henry Jensen 2006/09/28 22:47//
deli/bugs/bugreports/util-linux/column_makes_no_columns.txt ยท Last modified: 2010/09/02 15:38 (external edit)
Page Tools
Show page
Old revisions
Backlinks
Back to top