| Anonymous | Login | Signup for a new account | 11-10-2008 11:06 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001044 | [buildroot] Other | minor | always | 09-23-06 15:23 | 02-12-07 05:44 | ||||
| Reporter | ambrox8 | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001044: ext2root.mk uses LANG to specify C locale for 'du' instead of LC_ALL | ||||||||
| Description | ext2root.mk uses LANG enviroment variable to specify C locale for 'du', but it should also specify LC_ALL, as only specifying LANG still causes 'du' to use localised messages instead of english. As a result, not enough space is used and creating the image fails. | ||||||||
| Additional Information |
to solve this problem change line 85 of ext2root.mk to GENEXT2_REALSIZE=`LANG=C LC_ALL=C du -l -s -c -k $(TARGET_DIR) | grep total | sed -e "s/total//"`; \ |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |