Builder texinfo-solaris10-i386 Build #7395
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 83eb31dff566d22e27740b157fbb06cc782cf98e |
| Got Revision | 83eb31dff566d22e27740b157fbb06cc782cf98e |
| Changes | 1 change |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris10-i386 | slave |
| buildername | texinfo-solaris10-i386 | Builder |
| buildnumber | 7395 | Build |
| codebase | Build | |
| got_revision | 83eb31dff566d22e27740b157fbb06cc782cf98e | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 83eb31dff566d22e27740b157fbb06cc782cf98e | Build |
| scheduler | schedule-texinfo-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Sat Feb 28 13:54:50 2026 |
| End | Sat Feb 28 14:41:46 2026 |
| Elapsed | 46 mins, 55 secs |
All Changes:
:
Change #259332
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Sat 28 Feb 2026 13:49:58 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 83eb31dff566d22e27740b157fbb06cc782cf98e Comments
Correct path separator for XDG directories and ctexi2any * tta/perl/texi2any.pl (add_config_paths), tta/C/texi2any.c (add_config_paths): use PATH paths separator for XDG base directory specification directories lists. * tta/C/Makefile.am (C_libtexinfo_sources), tta/C/main/system.h (O_BINARY): add system.h for the O_BINARY definition, which can be shared among diverse code files. * tta/C/main/utils.c, tta/C/main/utils.h: define paths related macros in utils.c and use system.h. * tta/C/texi2any.c, tta/C/Makefile.am (ctexi2any_CPPFLAGS) (teximakehtml_CPPFLAGS): set PATH_SEP based on O_BINARY and __CYGWIN__ and not based on configure generated PATH_SEPARATOR, as PATH_SEPARATOR is for the shell used for the compilation, while we need some value that can also be valid for a native command as described in the Texinfo manual. Report from Eli Zaretskii.
Changed files
- ChangeLog
- tta/C/Makefile.am
- tta/C/convert/convert_html.c
- tta/C/main/system.h
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/C/texi2any.c
- tta/perl/texi2any.pl