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

Builder tcpdump-solaris10-sparcv9 Build #5901

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-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 19 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 12 secs )
    1. stdio
  5. shell_3 gmake ( 8 mins, 35 secs )
    1. stdio
  6. shell_4 check ( 55 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartFri Apr 4 07:23:31 2025
EndFri Apr 4 07:35:43 2025
Elapsed12 mins, 12 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