Builder texinfo-solaris10-i386 Build #6805
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 2bcd4594282c0f97f57ed09928a3efaaf47fa4b1 |
Got Revision | 2bcd4594282c0f97f57ed09928a3efaaf47fa4b1 |
Changes | 2 changes |
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 | 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:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Mon Jul 7 22:12:09 2025 |
End | Mon Jul 7 22:33:11 2025 |
Elapsed | 21 mins, 1 secs |
All Changes:
:
Change #238673
Category texinfo Changed by Patrice Dumas <pertusus @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
Change #238674
Category texinfo Changed by Patrice Dumas <pertusus @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