Builder wget-solaris10-i386 Build #492
Results:
Failed shell_2 shell_3
SourceStamp:
Project | wget |
Repository | https://gitlab.com/gnuwget/wget.git |
Branch | master |
Revision | e1fa51206c1c4501626217e032e3e23cdd13c023 |
Got Revision | e1fa51206c1c4501626217e032e3e23cdd13c023 |
Changes | 11 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-wget-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/wget-solaris10-i386 | slave |
buildername | wget-solaris10-i386 | Builder |
buildnumber | 492 | Build |
codebase | Build | |
got_revision | e1fa51206c1c4501626217e032e3e23cdd13c023 | Git |
project | wget | Build |
repository | https://gitlab.com/gnuwget/wget.git | Build |
revision | e1fa51206c1c4501626217e032e3e23cdd13c023 | Build |
scheduler | schedule-wget-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/wget-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Darshit Shahdarnir@gnu.org
Timing:
Start | Sat Feb 26 17:01:40 2022 |
End | Sat Feb 26 17:07:13 2022 |
Elapsed | 5 mins, 33 secs |
All Changes:
:
Change #147897
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Fri 25 Feb 2022 17:25:30 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision cc5ec2a158a7cd9e3e50ff37831f4598bff1cb6c Comments
Fix case where installed gettext is newer than minimum version * configure.ac: Use AM_GNU_GETTEXT_REQUIRE_VERSION to specify a minimum version of gettext needed. This should allow newer versions of gettext to be copied for autipoint to use when available. This commit hopefully fixes the annoying issue when building from source on a system that has a newer version of gettext.
Changed files
- configure.ac
Change #147898
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 15:20:29 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision f5263969fa4aa518384b44d7bb334fdb232f7a0a Comments
Replace incorrect usage of AC_LIBOBJ in configure.ac AC_LIBOBJ is to be used for providing replacement functions for compatibility reasons. Not for conditional compilation of entire source files. Autotools provides other methods for achieving that. However, our build system has (ab-)used the AC_LIBOBJ macros for doing this for over 15 years. That stops today. * configure.ac: Replace uses of AC_LIBOBJ with automake conditionals that can be used in Makefiles * src/Makefile.am: Use the defined conditionals to select which files get built.
Changed files
- configure.ac
- src/Makefile.am
Change #147899
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 15:45:02 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 3a470a90f2811832166c47edb7636b5d7652a2ab Comments
Cleanup some incorrect uses of AM Conditionals * configure.ac: Replace IRI_IS_ENABLED with WITH_IRI and METALINK_IS_ENABLED with WITH_METALINK * src/Makefile.am: Add the .c and .h files for IRI, Metalink and Xattr support to wget_SOURCES directly when needed instead of adding them as object files. * testenv/Makefile.am: Rename METALINK_IS_ENABLED to WITH_METALINK
Changed files
- configure.ac
- src/Makefile.am
- testenv/Makefile.am
Change #147900
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 15:45:02 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 98c23153a2f7b8d9e5944c31bf4fb74d659dfbd8 Comments
* gnulib: Pull forward
Changed files
- gnulib
Change #147901
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 15:45:03 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 7ba0a44939c13f0e2ef3087e73b49836a7f9352c Comments
* bootstrap: Update script
Changed files
- bootstrap
Change #147902
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 15:49:52 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision be936bda564963d7903a6966d3f40f92c95ca7f0 Comments
* Update Copyright years
Changed files
- Makefile.am
- NEWS
- README
- README.checkout
- bootstrap.conf
- build-aux/build_info.pl
- configure.ac
- doc/Makefile.am
- doc/fdl.texi
- doc/texi2pod.pl
- doc/wget.texi
- fuzz/fuzzer.h
- fuzz/glob_crash.c
- fuzz/main.c
- fuzz/run-afl.sh
- fuzz/run-clang.sh
- fuzz/wget_cookie_fuzzer.c
- fuzz/wget_css_fuzzer.c
- fuzz/wget_ftpls_fuzzer.c
- fuzz/wget_html_fuzzer.c
- fuzz/wget_netrc_fuzzer.c
- fuzz/wget_ntlm_fuzzer.c
- fuzz/wget_options_fuzzer.c
- fuzz/wget_progress_fuzzer.c
- fuzz/wget_read_hunk_fuzzer.c
- fuzz/wget_robots_fuzzer.c
- fuzz/wget_url_fuzzer.c
- m4/wget.m4
- m4/wget_manywarnings.m4
- po/POTFILES.in
- src/Makefile.am
- src/connect.c
- src/connect.h
- src/convert.c
- src/convert.h
- src/cookies.c
- src/cookies.h
- src/css-tokens.h
- src/css-url.c
- src/css-url.h
- src/css.l
- src/exits.c
- src/exits.h
- src/ftp-basic.c
- src/ftp-ls.c
- src/ftp-opie.c
- src/ftp.c
- src/ftp.h
- src/gnutls.c
- src/hash.c
- src/hash.h
- src/host.c
- src/host.h
- src/hsts.c
- src/hsts.h
- src/html-parse.c
- src/html-parse.h
- src/html-url.c
- src/html-url.h
- src/http-ntlm.c
- src/http-ntlm.h
- src/http.c
- src/http.h
- src/init.c
- src/init.h
- src/iri.c
- src/iri.h
- src/log.c
- src/log.h
- src/main.c
- src/metalink.c
- src/metalink.h
- src/mswindows.c
- src/mswindows.h
- src/netrc.c
- src/netrc.h
- src/openssl.c
- src/options.h
- src/progress.c
- src/progress.h
- src/ptimer.c
- src/ptimer.h
- src/recur.c
- src/recur.h
- src/res.c
- src/res.h
- src/retr.c
- src/retr.h
- src/spider.c
- src/spider.h
- src/ssl.h
- src/sysdep.h
- src/url.c
- src/url.h
- src/utils.c
- src/utils.h
- src/version.h
- src/warc.c
- src/wget.h
- src/xattr.c
- src/xattr.h
- testenv/Makefile.am
- tests/Makefile.am
- tests/unit-tests.c
- tests/unit-tests.h
- util/Makefile.am
- util/paramcheck.pl
- util/rmold.pl
Change #147903
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 16:20:30 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 2730a00c0d690dccd46ce4951505218a88fd3e10 Comments
Fix issues from syntax-check * doc/wget.texi: s/time stamp/timestamp/ * src/ftp-ls.c(clean_line): Same (ftp_parse_vms_ls): Don't cast return value of x*alloc * src/ftp.c: Don't cast return value of alloca * src/css-url.c: wget.h should be the first include * testenv/Makefile.am: Use $(PATH_SEPARATOR) instead of : when declaring a path * testenv/Test-no_proxy-env.py: s/can not/cannot/
Changed files
- doc/wget.texi
- src/css-url.c
- src/ftp-ls.c
- src/ftp.c
- testenv/Makefile.am
- testenv/Test-no_proxy-env.py
Change #147904
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 16:24:57 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision ccc7866fead1f71db48189e9004867e29aadb14e Comments
* cfg.mk: Remove passing syntax-checks from skip list
Changed files
- cfg.mk
Change #147905
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 16:50:48 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 14a7f68f46bd02f9ca582cc49ca4c72c8988e082 Comments
* configure.ac: Add some warning flags to ignore
Changed files
- configure.ac
Change #147906
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 16:51:21 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 6d4a4e56c82b806758e1240d7746475da876df9c Comments
* src.hsts.c(hsts_read_database): Use SCNd64 for portable format flags
Changed files
- src/hsts.c
Change #147907
Category wget Changed by Darshit Shah <darnir @gnu.org>Changed at Sat 26 Feb 2022 16:54:51 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision e1fa51206c1c4501626217e032e3e23cdd13c023 Comments
* .gitignore: Update file
Changed files
- .gitignore