Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris10-i386 Build #7395

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision83eb31dff566d22e27740b157fbb06cc782cf98e
Got Revision83eb31dff566d22e27740b157fbb06cc782cf98e
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell './autogen.sh' ( 7 mins, 31 secs )
    1. stdio
  3. shell_1 './configure' ( 12 mins, 33 secs )
    1. stdio
  4. shell_2 'gmake all' ( 19 mins, 39 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 55 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
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:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Feb 28 13:54:50 2026
EndSat Feb 28 14:41:46 2026
Elapsed46 mins, 55 secs

All Changes:

:

  1. Change #259332

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@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