Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 350327

Summary: sys-apps/coreutils-8.9 version bump
Product: Gentoo Linux Reporter: Marcin Gryszkalis <mg>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: major CC: jer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marcin Gryszkalis 2011-01-02 01:21:26 UTC
There's nasty bug in suffix length calculation in split, it's fixed upstream
http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=44dbcae6b98700617d4d3cb8d799ce83d538e3e7


Reproducible: Always

Steps to Reproduce:
% cat /dev/zero | split  -d -b 512m -a3 - test.  
split: the suffix length needs to be at least 9
Comment 1 SpanKY gentoo-dev 2011-01-03 03:05:55 UTC
considering coreutils-8.9 is due out soon, i'm just going to wait for that
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-01-04 17:06:40 UTC
* Noteworthy changes in release 8.9 (2011-01-04) [stable]

** Bug fixes

  split no longer creates files with a suffix length that
  is dependent on the number of bytes or lines per file.
  [bug introduced in coreutils-8.8]


It's there.
Comment 3 SpanKY gentoo-dev 2011-01-04 19:19:30 UTC
now in the tree