From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: I cannot rebuild anaconda-9.1.4.1-1.RHEL.src.rpm on my freshly installed RHEL 3U4 AS machine. I've installed the needed BuildReq packages, but the build fails in loader2/ while running reduce-font: zcat /usr/lib/bogl/font.bdf.gz > font.bdf export LANG=en_US.UTF-8; (cat unicode-linedraw-chars.txt; for I in ../po/*.po ../po/timeconfig/*.po ; do msgconv -t utf-8 $I; done) | reduce-font font.bdf > font-reduced.bdf setlocale: C FYI: MB_CUR_MAX/MB_LEN_MAX: 1/16 error -1 at position 0 (bytes: 16 \uffff\uffff\uffff \uffff\uffff\uffff \uffff\uffff\uffff \uffff\uffff\uffff ) Used chars: 128 (0 processed) make: *** [font.bgf.gz] Error 1 This build was run with rpmbuild --rebuild anaconda-9.1.4.1-1.RHEL.src.rpm I'm rebuilding as to install the ignoredisk patch for local installations. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rpmbuild --rebuild anaconda-9.1.4.1-1.RHEL.src.rpm 2. 3. Additional info:
What lang are you running your build in?
LANG=en_US.UTF-8
Works for me however I note that you get: reduce-font font.bdf > font-reduced.bdf setlocale: C I get: setlocale: What is the full output of running as your build user: locale
Closing due to inactivity. If this issue still occurs with current releases, please reopen and set the release in which you've encountered the problem.