debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #03643
[Bug 2114827] Re: 'od' invalid handling of non ascii chars
Upstream commited a fix but that was after 0.1.0 so that's still an
issue in questing
** Changed in: rust-coreutils (Ubuntu)
Status: New => In Progress
** Changed in: rust-coreutils (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to groff in Ubuntu.
https://bugs.launchpad.net/bugs/2114827
Title:
'od' invalid handling of non ascii chars
Status in coreutils:
Unknown
Status in coreutils-from package in Ubuntu:
New
Status in groff package in Ubuntu:
New
Status in rust-coreutils package in Ubuntu:
In Progress
Bug description:
The groff build is failing with the rust coreutils
https://launchpadlibrarian.net/798977884/buildlog_ubuntu-questing-amd64.groff_1.23.0-9_BUILDING.txt.gz
It seems to be due to 'od' incorrectly handling non-ascii chars
$ od --version
od (GNU coreutils) 9.5
$ echo '’' | LC_ALL=C od -t c
0000000 342 200 231 \n
0000004
vs
$ od --version
od 0.0.30
$echo '’' | LC_ALL=C od -t c
0000000 ’ ** ** \n
0000004
I've reported the problem also upstream
To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2114827/+subscriptions
References