Builder doxygen-solaris10-i386 Build #3740
Results:
Failed shell shell_1 shell_2
SourceStamp:
| Project | doxygen |
| Repository | https://github.com/doxygen/doxygen.git |
| Branch | master |
| Revision | a327e0241d642879d7188b84e3b07345fd16dc68 |
| Got Revision | a327e0241d642879d7188b84e3b07345fd16dc68 |
| Changes | 3 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' triggered this build
Steps and Logfiles:
-
git update ( 5 secs )
-
MakeDirectory Created ( 0 secs )
- - no logs -
-
shell 'cmake -G ...' failed ( 10 secs )
-
shell_1 'gmake' failed ( 0 secs )
-
shell_2 'gmake tests' failed ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/doxygen-solaris10-i386 | slave |
| buildername | doxygen-solaris10-i386 | Builder |
| buildnumber | 3740 | Build |
| codebase | Build | |
| got_revision | a327e0241d642879d7188b84e3b07345fd16dc68 | Git |
| project | doxygen | Build |
| repository | https://github.com/doxygen/doxygen.git | Build |
| revision | a327e0241d642879d7188b84e3b07345fd16dc68 | Build |
| scheduler | schedule-doxygen-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/doxygen-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Dimitri van Heeschdoxygen@gmail.com
- StackAndPointer1733594238@qq.com
Timing:
| Start | Thu May 7 20:32:36 2026 |
| End | Thu May 7 20:32:52 2026 |
| Elapsed | 16 secs |
All Changes:
:
Change #266537
Category doxygen Changed by StackAndPointer <1733594238@qq.com> Changed at Thu 07 May 2026 16:48:55 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision 6ee70e72990cf9a1b9ae31197a7abd5eb4264291 Comments
Fix translation resource embedding and language switching issues CMakeLists.txt fixes: - Use DOXYWIZARD_TRANSLATION_FILES to compute .qm file paths at configure time instead of relying on qt_add_translation output variable which may be empty - Add OBJECT_DEPENDS property to ensure .qm files are generated before resource compilation - Use full paths in .qrc file for reliable resource embedding doxywizard.cpp fixes: - Add support for English language code 'en' in isLanguageCodeSupported() (English is the default language and has no doxywizard_en.qm file) - Fix switchLanguage() to properly save language setting with sync() call - Remove redundant local QSettings variable These changes ensure translations are properly embedded in static Qt builds and language switching works correctly after application restart.
Changed files
- addon/doxywizard/CMakeLists.txt
- addon/doxywizard/doxywizard.cpp
Change #266538
Category doxygen Changed by StackAndPointer <1733594238@qq.com> Changed at Thu 07 May 2026 16:54:04 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision e2a210a0bc8cf490d84b9ba89fcd55411178eccf Comments
Add missing 'Description' translation to all translation files The 'Description' string used in Expert::createTopicContents() was not translated because it was missing from all translation files. Added translations for: - Chinese (Simplified): 描述 - Chinese (Traditional): 描述 - Japanese: 説明 - Korean: 설명 - German: Beschreibung - French: Description - Russian: Описание - Spanish: Descripción
Changed files
- addon/doxywizard/i18n/doxywizard_de.ts
- addon/doxywizard/i18n/doxywizard_es.ts
- addon/doxywizard/i18n/doxywizard_fr.ts
- addon/doxywizard/i18n/doxywizard_ja.ts
- addon/doxywizard/i18n/doxywizard_ko.ts
- addon/doxywizard/i18n/doxywizard_ru.ts
- addon/doxywizard/i18n/doxywizard_zh_CN.ts
- addon/doxywizard/i18n/doxywizard_zh_TW.ts
Change #266539
Category doxygen Changed by Dimitri van Heesch <doxygen@gmail.com> Changed at Thu 07 May 2026 20:27:16 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision a327e0241d642879d7188b84e3b07345fd16dc68 Comments
Merge pull request #12128 from StackAndPointer/sync-upstream-20250430 I've fixed some issues, such as language switching problems, translation resource problems, and more.
Changed files
- no files