Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder libpcap-solaris10-i386 Build #3243

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision1bb64059f7e76943ac237320945fd8473f0052ba
Got Revision1bb64059f7e76943ac237320945fd8473f0052ba
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 6 secs )
    1. stdio
  4. shell_2 './configure' ( 53 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 29 secs )
    1. stdio
  6. shell_4 'gmake check' ( 16 mins, 20 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 4 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-i386 ( 7 mins, 40 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #6016

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-i386 slave
buildername libpcap-solaris10-i386 Builder
buildnumber 3243 Build
codebase Build
got_revision 1bb64059f7e76943ac237320945fd8473f0052ba Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 1bb64059f7e76943ac237320945fd8473f0052ba Build
scheduler schedule-libpcap-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Feb 23 01:24:41 2026
EndMon Feb 23 01:50:25 2026
Elapsed25 mins, 43 secs

All Changes:

:

  1. Change #258585

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 23 Feb 2026 01:17:53
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 1bb64059f7e76943ac237320945fd8473f0052ba

    Comments

    autotools: use AC_REPLACE_FUNCS() rather that doing it manually.
    Using AC_CHECK_FUNCS() and AC_LIBOBJ() can be done more simply by using
    AC_REPLACE_FUNCS().

    Changed files

    • configure.ac