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

Builder texinfo-solaris10-sparc Build #5782

Results:

Failed shell shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell './autogen.sh' failed ( 53 mins, 44 secs )
    1. stdio
  3. shell_1 './configure' ( 22 mins, 49 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 1 mins, 17 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 20 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5782 Build
codebase Build
got_revision 9318faa71dfba238c51f53780ddc13a5b1d87af6 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 9318faa71dfba238c51f53780ddc13a5b1d87af6 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartSun Jul 27 23:51:26 2025
EndMon Jul 28 01:09:50 2025
Elapsed1 hrs, 18 mins, 24 secs

All Changes:

:

  1. Change #240880

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 27 Jul 2025 22:51:03
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9318faa71dfba238c51f53780ddc13a5b1d87af6

    Comments

    Add maintain/generate_css_data.pl
    * tta/maintain/generate_css_data.pl: New.  Generate source code
    files with CSS data for HTML output.
    * tta/maintain/generate_code_convert_data.pl: Do not output
    CSS data.
    
    * tta/C/Makefile.am: Update to use maintain/generate_css_data.pl
    to generate main/html_css_data.c and main/html_css_data.h.
    
    * tta/perl/Makefile.am: Update to use maintain/generate_css_data.pl
    to generate Texinfo/HTMLDataCSS.pm.
    
    * tta/perl/Texinfo/Convert/HTML.pm: use "Texinfo::HTMLDataCSS".
    
    * tta/C/convert/html_prepare_converter.c:
    include "main/html_css.data.h" as well as html_css_data.h.
    
    This cuts the time taken to rebuild after
    tta/data/default_css_element_class_styles.csv is touched by
    a factor of about 10.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/html_conversion_data.c
    • tta/C/main/html_conversion_data.h
    • tta/C/main/html_css_data.c
    • tta/C/main/html_css_data.h
    • tta/Makefile.am
    • tta/maintain/generate_code_convert_data.pl
    • tta/maintain/generate_css_data.pl
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/HTMLData.pm
    • tta/perl/Texinfo/HTMLDataCSS.pm