This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 207906 - error's hyperlinks doesn't work if localized Oracle Solaris Studio is selected
Summary: error's hyperlinks doesn't work if localized Oracle Solaris Studio is selected
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.2
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2012-01-30 12:01 UTC by soldatov
Modified: 2012-03-24 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
build log (ja_JP.UTF-8) (1.85 KB, text/plain)
2012-01-30 12:01 UTC, soldatov
Details
build log (zh.UTF-8) (1.50 KB, text/plain)
2012-01-30 12:08 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-01-30 12:01:52 UTC
Created attachment 115380 [details]
build log (ja_JP.UTF-8)

NetBeans trunk
Oracle Solaris Studio 12.3
LANG=ja_JP.UTF-8

Scenario:
- Create C/C++ Application
- Type in main.cpp:
#warning 日本
#error 日本
- Build project
- Check Output tab
==> no any hyperlinks

dmake: 並列モードをデフォルトとして使用します。
.dmakerc ファイルの設定については、dmake(1) のマニュアルページを参照してください。
"/opt/solarisstudio12.3/bin/dmake" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
"/opt/solarisstudio12.3/bin/dmake"  -f nbproject/Makefile-Debug.mk dist/Debug/OracleSolarisStudio-Solaris-x86/cppapplication_4
mkdir -p build/Debug/OracleSolarisStudio-Solaris-x86
CC    -c -g -o build/Debug/OracleSolarisStudio-Solaris-x86/main.o main.cpp
mkdir -p build/Debug/OracleSolarisStudio-Solaris-x86
CC    -c -g -o build/Debug/OracleSolarisStudio-Solaris-x86/main.o main.cpp
"main.cpp", 行 13: 警告: #warning 日本.
"main.cpp", 行 14: エラー: #error 日本.
*** エラーコード 2
dmake: 致命的エラー: ターゲット `build/Debug/OracleSolarisStudio-Solaris-x86/main.o' の構築用コマンドが失敗しました。
現作業ディレクトリ: /export/files/NB/CppApplication_4
*** エラーコード 1
dmake: 致命的エラー: ターゲット `.build-conf' の構築用コマンドが失敗しました。
現作業ディレクトリ: /export/files/NB/CppApplication_4
*** エラーコード 1
dmake: 致命的エラー: ターゲット `.build-impl' の構築用コマンドが失敗しました。
Comment 1 soldatov 2012-01-30 12:08:58 UTC
Created attachment 115382 [details]
build log (zh.UTF-8)
Comment 2 Alexander Simon 2012-03-23 17:02:44 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/197127dd60bc
Comment 3 Quality Engineering 2012-03-24 11:05:59 UTC
Integrated into 'main-golden', will be available in build *201203240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/197127dd60bc
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #207906 error's hyperlinks doesn't work if localized Oracle Solaris Studio is selected