Builder texinfo-solaris11-i386 Build #6877
Results:
Failed shell_2 shell_3
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 8509247ecae98a36f94e65c41ca26c0081ca91b5 |
| Got Revision | 8509247ecae98a36f94e65c41ca26c0081ca91b5 |
| Changes | 1 change |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave |
| buildername | texinfo-solaris11-i386 | Builder |
| buildnumber | 6877 | Build |
| codebase | Build | |
| got_revision | 8509247ecae98a36f94e65c41ca26c0081ca91b5 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 8509247ecae98a36f94e65c41ca26c0081ca91b5 | Build |
| scheduler | schedule-texinfo-solaris11-i386 | Scheduler |
| slavename | unstable11x | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Mon Nov 17 01:09:55 2025 |
| End | Mon Nov 17 01:27:55 2025 |
| Elapsed | 18 mins, 0 secs |
All Changes:
:
Change #249017
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 17 Nov 2025 00:57:19 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 8509247ecae98a36f94e65c41ca26c0081ca91b5 Comments
* tta/m4/txi_perl_conf.m4 (perl_conf_LIB_CFLAGS), (perl_conf_EMBED_LIB_CFLAGS), tta/C/Makefile.am (*_la_CFLAGS), tta/perl/CheckXS/Makefile.am (TestXS_la_CFLAGS), tta/perl/XSTexinfo/Makefile.am (XSLIBS_CFLAGS), tta/swig/perl/Makefile.am (Texinfo_la_CFLAGS): rename perl_conf_CFLAGS as perl_conf_LIB_CFLAGS and perl_conf_EMBED_CFLAGS as perl_conf_EMBED_LIB_CFLAGS as those two variables should be used for libraries only. * tta/m4/txi_perl_conf.m4 (perl_conf_EMBED_CFLAGS), tta/C/Makefile.am (libperlembed_libtexinfo_main_la_CPPFLAGS) (libperlembed_libtexinfo_main_la_CFLAGS, ctexi2any_CFLAGS): add perl_conf_EMBED_CFLAGS with the CFLAGS part of PERL_EXTUTILS_EMBED_ccopts, corresponding to $PERL_CONF_ccflags, and use that both for ctexi2any CFLAGS and libperlembed_libtexinfo_main_la_CFLAGS. The CPPFLAGS/perl_inc part is perl_conf_CPPFLAGS, add it to libperlembed_libtexinfo_main_la_CPPFLAGS, but not to ctexi2any CPPFLAGS. Gavin idea.
Changed files
- ChangeLog
- tta/C/Makefile.am
- tta/TODO
- tta/m4/txi_perl_conf.m4
- tta/perl/CheckXS/Makefile.am
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/swig/perl/Makefile.am