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

Builder tcpdump-solaris10-sparc Build #5949

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revisionccee9549f927eb13f869ee0db10c53c445191b8f
Got Revisionccee9549f927eb13f869ee0db10c53c445191b8f
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris10-sparc' 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' ( 18 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 12 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 8 mins, 32 secs )
    1. stdio
  6. shell_4 'gmake check' ( 50 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartFri Apr 4 07:23:32 2025
EndFri Apr 4 07:35:36 2025
Elapsed12 mins, 3 secs

All Changes:

:

  1. Change #226590

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Fri 04 Apr 2025 07:21:09
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision ccee9549f927eb13f869ee0db10c53c445191b8f

    Comments

    Autoconf: Avoid incorrectly include the libpcap's config.h
    Fix the problem when configure like following is done:
    ./configure CFLAGS='-I../libpcap -I.'
    This gives:
    CCOPT =  -I../libpcap -I. -W -Wall [...]
    
    See also the GitHub bug report #1313.
    
    In Makefile.in, there is:
    INCLS = -I. @V_INCLS@
    
    Put $(INCLS) first in FULL_CFLAGS.

    Changed files

    • Makefile.in