Bug 193847
| Summary: | mkisofs 2.01.01.0.a09-0 incorrectly reports "Value too large for defined data type." on small files | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ellen Shull <ellenshull> |
| Component: | cdrtools | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | clumens, dcantrell, jfrieben |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-06-02 15:34:40 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** Bug 193796 has been marked as a duplicate of this bug. *** Not related to bug 191860. Checked in the fix in CVS, waitung for the build system to work again. *** Bug 193955 has been marked as a duplicate of this bug. *** For FC5, please test https://www.redhat.com/archives/fedora-test-list/2006-June/msg00051.html |
Description of problem: $ ls -l total 4 -rw-rw-r-- 1 wes wes 0 Jun 1 22:24 foo $ mkisofs -print-size . INFO: UTF-8 character encoding detected by locale settings. Assuming UTF-8 encoded filenames on source filesystem, use -input-charset to override. Unknown file type (unallocated) ./.. - ignoring and continuing. mkisofs: Value too large for defined data type. File ./foo is too large - ignoring Total extents scheduled to be written = 174 174 That was just a simple example, but it flags just about every file with the "Value too large" Version-Release number of selected component (if applicable): mkisofs-2.01.01.0.a09-0.FC5.1.i386.rpm, currently in updates-testing How reproducible: always Steps to Reproduce: 1. do anything with mkisofs--I can't *not* reproduce it Additional info: backing off to a03-3 that shipped with FC5 works fine. Maybe this is related to the somewhat vague bug 191860