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

Builder libpcap-solaris10-sparc Build #2882

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparc slave
buildername libpcap-solaris10-sparc Builder
buildnumber 2882 Build
codebase Build
got_revision 995589e7ad53554dd6c497416e0b4b5b22724b12 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 995589e7ad53554dd6c497416e0b4b5b22724b12 Build
scheduler schedule-libpcap-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartTue Mar 26 19:42:41 2024
EndTue Mar 26 19:54:41 2024
Elapsed11 mins, 59 secs

All Changes:

:

  1. Change #193778

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 26 Mar 2024 18:00:24
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 995589e7ad53554dd6c497416e0b4b5b22724b12

    Comments

    CMake: Remove unnecessary header checks.
    The checks for <inttypes.h> and <stdint.h> always succeed in a C99
    environment, thus HAVE_INTTYPES_H and HAVE_STDINT_H are always defined,
    but that is irrelevant because the code includes the headers regardless
    of the macros.  Likewise, the check for <bitypes.h> always fails because
    the header is supposed to be <sys/bitypes.h>, but that is irrelevant
    because CMake does not use the test result and the code does not use the
    header since commit a8f73cd.
    
    While at it, lose the no-op HAVE_STDLIB_H and HAVE_STRING_H too.

    Changed files

    • CMakeLists.txt
    • cmakeconfig.h.in