Closed Bug 836693 Opened 12 years ago Closed 12 years ago

configure topping : UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position 0: ordinal not in range(128)

Categories

(Firefox Build System :: General, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 784841

People

(Reporter: ayakawa.m, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130131 Firefox/19.0 Build ID: 20130131111144 Steps to reproduce: I got trunk source(changeset 20bbf73921f4) and tried to build firefox. Actual results: configure stop with error with: Traceback (most recent call last): File "./config.status", line 1514, in <module> config_status(**args) File "d:\mozbuild\trunk\mozilla-central\build\ConfigStatus.py", line 84, in config_status non_global_defines=non_global_defines, substs=substs) File "d:\mozbuild\trunk\mozilla-central\python\mozbuild\mozbuild\backend\configenvironment.py", line 81, in __init__ self.substs[name]) for name in self.substs])) UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position 0: ordinal not in range(128) Expected results: don't stop to configure.
I use Windows 7 Pro x86_64 JP & VC11 Update1(JP). When error happened, config.status has that line : (''' CL_INCLUDES_PREFIX ''', r''' メモ: インクルード ファイル: '''), This text is Shift-JIS encoding. At configure.in line 7887, set CL_INCLUDES_PREFIX from dummy-hello.c compiled log. This log is : Microsoft(R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. cl : コマンド ライン warning D9024 : ソースファイルの種類 'Fonul' は認識できませんでした。オブジェクト ファイルと仮定します。 cl : コマンド ライン warning D9027 : ソースファイル 'Fonul' は無視されます。 dummy-hello.c メモ: インクルード ファイル: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdio.h メモ: インクルード ファイル: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\crtdefs.h メモ: インクルード ファイル: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\sal.h メモ: インクルード ファイル: c:\program files (x86)\microsoft visual studio 10.0\vc\include\codeanalysis\sourceannotations.h メモ: インクルード ファイル: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\vadefs.h メモ: インクルード ファイル: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\swprintf.inl This log is encoding Shift-JIS, too.
Pretty sure we fixed this with https://hg.mozilla.org/mozilla-central/rev/7faec6303aa9. Reopen if not.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.