User Tools

Site Tools


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:

[deli@deli:/home/deli]#  echo "1 2 3"|column -t
123[deli@deli:/home/deli]# 

But it should look like this (on a glibc system - Slackware-current):

henry@edv1:/home/henry$  echo "1 2 3"|column -t
1  2  3
henry@edv1:/home/henry$ 

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 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)