[ubuntu-dev] Bug#757078: gdebi FTBFS when the locale is not en_US

Vlad Orlov monsta at inbox.ru
Tue Aug 5 06:26:12 UTC 2014


Source: gdebi
Version: 0.9.5.4
Severity: serious

Steps to reproduce:

1. Have some non-en_US locale currently set in your system. I have ru_RU for example.
2. sudo apt-get install dpkg-dev devscripts build-essential
3. sudo apt-get build-dep gdebi
4. apt-get source gdebi
5. cd gdebi-0.9.5.4
6. debuild -us -uc

The build process will fail as shown in the first attachment (build_log_with_locale_ru_RU.txt).

Now try the same with locale set to en_US (but do a cleanup first):

7. debuild clean
8. LC_ALL=en_US.UTF-8 debuild -us -uc

The build process will succeed as shown in the second attachment (build_log_with_locale_en_US.txt).
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: build_log_with_locale_ru_RU.txt
URL: <http://lists.alioth.debian.org/pipermail/ubuntu-dev-team/attachments/20140805/a4b3439c/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: build_log_with_locale_en_US.txt
URL: <http://lists.alioth.debian.org/pipermail/ubuntu-dev-team/attachments/20140805/a4b3439c/attachment-0003.txt>


More information about the ubuntu-dev-team mailing list