Builder texinfo-solaris10-i386 Build #6846
Results:
Failed shell_2 shell_3
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | b2db2c2acf88fc21d844cebb3b58234b93399924 |
Got Revision | b2db2c2acf88fc21d844cebb3b58234b93399924 |
Changes | 1 change |
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 | 6846 | Build |
codebase | Build | |
got_revision | b2db2c2acf88fc21d844cebb3b58234b93399924 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | b2db2c2acf88fc21d844cebb3b58234b93399924 | 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 | Wed Jul 16 08:32:21 2025 |
End | Wed Jul 16 08:54:27 2025 |
Elapsed | 22 mins, 5 secs |
All Changes:
:
Change #239896
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 16 Jul 2025 08:30:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b2db2c2acf88fc21d844cebb3b58234b93399924 Comments
Integrate Perl SWIG interface in the build system * tta/swig/python/Makefile.am (AM_CPPFLAGS), tta/swig/texinfo.i (setup), tta/configure.ac, tta/swig/perl/Makefile.PL: remove include <config.h> from texinfo.i as it could be incompatible with Perl includes. Pass EMBED_PERL and PACKAGE_VERSION_CONFIG through AM_CPPFLAGS. Remove HAVE_EMBEDDED_PERL. Modify setup to use EMBED_PERL to set the embed_perl variable only. * tta/swig/python/Makefile.am (txi_libs_srcdir): add and use variable. * configure.ac, tta/configure.ac (perl-install-mode, installsitearch) (installvendorarch, installvendorlib, installsitelib, swig_perl_tests) (perlarchdir, perllibdir, AC_CONFIG_FILES), tta/swig/Makefile.am (SUBDIRS, DIST_SUBDIRS), tta/swig/perl/Makefile.am: integrate Perl SWIG interface in the build system. * tta/swig/perl/t/*.t, tta/swig/perl/parse_refold.pl: add code to find module and XS object in source dir and build dir. * tta/swig/perl/t/*.t, tta/swig/perl/parse_refold.pl: update.
Changed files
- .gitignore
- ChangeLog
- configure.ac
- tta/configure.ac
- tta/swig/Makefile.am
- tta/swig/perl/Makefile.PL
- tta/swig/perl/Makefile.am
- tta/swig/perl/parse_refold.pl
- tta/swig/perl/t/01use.t
- tta/swig/perl/t/30source_marks.t
- tta/swig/python/Makefile.am
- tta/swig/texinfo.i