User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; da-DK; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc13 Firefox/3.6.12 When running mock I noticed that the LANG variable affects the output and the return codes from mock. See below for examples where --installdeps and --rebuild are running with LANG=C and LANG=da_DK.utf8 respectively. Reproducible: Always Steps to Reproduce: 1. Change LANG variable to e.g. da_DK.utf8 2. Run mock --rebuild or mock --installdeps on a package with missing buildreq 3. Compare output/return codes when run with LANG=C Actual Results: $ echo $LANG da_DK.utf8 --installdeps $ LANG=C mock -q -r fedora-14-x86_64 --installdeps ~/fastx_toolkit-0.0.13-4.fc13.src.rpm && echo DONE ERROR: Bad build req: No Package Found for libgtextutils-devel. Exiting. $ mock -q -r fedora-14-x86_64 --installdeps ~/fastx_toolkit-0.0.13-4.fc13.src.rpm && echo DONE DONE --rebuild $ LANG=C mock -q -r fedora-14-x86_64 --rebuild ~/fastx_toolkit-0.0.13-4.fc13.src.rpm && echo DONE ERROR: Exception(/home/rasmuson/fastx_toolkit-0.0.13-4.fc13.src.rpm) Config(fedora-14-x86_64) 0 minutes 25 seconds ERROR: Bad build req: No Package Found for libgtextutils-devel. Exiting. $ mock -q -r fedora-14-x86_64 --rebuild ~/fastx_toolkit-0.0.13-4.fc13.src.rpm && echo DONE ERROR: Exception(/home/rasmuson/fastx_toolkit-0.0.13-4.fc13.src.rpm) Config(fedora-14-x86_64) 0 minutes 32 seconds ERROR: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/fastx_toolkit.spec'] Expected Results: The same output as when running with LANG=C I have only tested --rebuild and --installdeps
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This message is a notice that Fedora 14 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 14. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '14' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 14 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping