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

Builder texinfo-solaris10-i386 Build #6805

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision2bcd4594282c0f97f57ed09928a3efaaf47fa4b1
Got Revision2bcd4594282c0f97f57ed09928a3efaaf47fa4b1
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 3 mins, 59 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 38 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 25 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 51 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 6805 Build
codebase Build
got_revision 2bcd4594282c0f97f57ed09928a3efaaf47fa4b1 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2bcd4594282c0f97f57ed09928a3efaaf47fa4b1 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:

StartMon Jul 7 22:12:09 2025
EndMon Jul 7 22:33:11 2025
Elapsed21 mins, 1 secs

All Changes:

:

  1. Change #238673

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 07 Jul 2025 22:08:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fd6e175e9e8d46c631c0f716a7adde7ff258bb6b

    Comments

    Update test reference

    Changed files

    • util/swig/perl/t/30source_marks.t
  2. Change #238674

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 07 Jul 2025 22:08:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2bcd4594282c0f97f57ed09928a3efaaf47fa4b1

    Comments

    Build the C libraries without Perl C code if XS is disabled
    * tta/C/convert/replace_perl_call_html_function.c
    (call_latex_convert_to_latex_math),
    tta/C/main/replace_perl_api_call.c: move
    call_latex_convert_to_latex_math to replace_perl_call_html_function.c,
    since it is now in call_html_perl_function.c.
    
    * tta/C/main/replace_perl_api_call.c, tta/C/Makefile.am
    (libperlcall_utils_la_SOURCES), tta/C/main/xs_utils.c,
    tta/C/main/replace_set_perl_interpreter.c,
    tta/C/main/set_perl_interpreter.c (set_no_perl_interpreter)
    (get_no_perl_interpreter): move set_no_perl_interpreter and
    get_no_perl_interpreter to a different file to be able to replace
    those two functions only, depending on whether there is XS or not.
    
    * tta/C/Makefile.am (libperlcall_utils_la_SOURCES)
    (libcallperl_libtexinfo_la_SOURCES, libtexinfoxs_la_as_dependency)
    (libcallperl_libtexinfo_convert_la_SOURCES)
    (libcallperl_libtexinfo_convert_la_LIBADD)
    (libtexinfo_convert_la_LIBADD, libtexinfo_main_la_LIBADD),
    tta/Makefile.am (SUBDIRS): build the C libraries without the C Perl,
    ie with replacement functions used in libraries and without building
    libtexinfoxs.la nor libtexinfo-convertxs.la if HAVE_ICONV and
    DISABLE_XS are set.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/convert/replace_perl_call_html_function.c
    • tta/C/main/api_to_perl.h
    • tta/C/main/call_perl_function.h
    • tta/C/main/replace_perl_api_call.c
    • tta/C/main/replace_set_perl_interpreter.c
    • tta/C/main/set_perl_interpreter.c
    • tta/C/main/xs_utils.c
    • tta/C/main/xs_utils.h
    • tta/Makefile.am