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

Builder libpcap-solaris10-i386 Build #2875

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-i386 slave
buildername libpcap-solaris10-i386 Builder
buildnumber 2875 Build
codebase Build
got_revision 995589e7ad53554dd6c497416e0b4b5b22724b12 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 995589e7ad53554dd6c497416e0b4b5b22724b12 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. Denis Ovsienko

Timing:

StartTue Mar 26 19:42:43 2024
EndTue Mar 26 19:44:29 2024
Elapsed1 mins, 45 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