Builder texinfo-solaris11-sparc Build #7248
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3 |
| Got Revision | 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3 |
| Changes | 1 change |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave |
| buildername | texinfo-solaris11-sparc | Builder |
| buildnumber | 7248 | Build |
| codebase | Build | |
| got_revision | 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3 | Build |
| scheduler | schedule-texinfo-solaris11-sparc | Scheduler |
| slavename | unstable11s | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Gavin Smithgavinsmith0123@gmail.com
Timing:
| Start | Tue Feb 3 19:56:28 2026 |
| End | Tue Feb 3 20:17:41 2026 |
| Elapsed | 21 mins, 13 secs |
All Changes:
:
Change #256907
Category texinfo Changed by Gavin Smith <gavinsmith0123@gmail.com> Changed at Tue 03 Feb 2026 19:52:09 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3 Comments
Re-jig BUILD_C_CODE condition * tta/configure.ac: Add conditional USE_SHARED_TXI_LIBRARIES to be used when build targets depend on the C auxiliary libraries. Require iconv to be found to set this. (Suggestion from Patrice to make reason clearer for use of condition.) Always set BUILD_C_CODE if any C code is being built. * tta/Makefile.am: Don't build in C or SWIG directories if USE_SHARED_TXI_LIBRARIES is false. * tta/perl/XSTexinfo/Makefile.am: use BUILD_C_CODE condition around building XSParagraph.la and MiscXS.la so that they are built under the same condition as that of gnulib upon which they depend. This mismatch led to a build failure on macOS 26, where iconv was not found and the other XS modules were not built. Report from Bruno. Use USE_SHARED_TXI_LIBRARIES instead of BUILD_C_CODE for other *.la targets.
Changed files
- ChangeLog
- tta/Makefile.am
- tta/configure.ac
- tta/perl/XSTexinfo/Makefile.am