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

Builder tcpdump-solaris10-i386 Build #6015

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 1 mins, 18 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 4 mins, 37 secs )
    1. stdio
  6. shell_4 'gmake check' ( 1 mins, 50 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Feb 23 01:34:47 2026
EndMon Feb 23 01:42:46 2026
Elapsed7 mins, 58 secs

All Changes:

:

  1. Change #258586

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

    Comments

    Revert the change to make tcpdump use POSIX-style argumnt parsing.
    It might break some uses that depend on GNU-style parsing.
    
    Do *not* revert the changes to the test script to work with POSIX-style
    parsing, as setting POSIXLY_CORRECT will force getopt_long() to use
    POSIX-style parsing.
    
    (And that means people really *shouldn't* depend on GNU-style parsing in
    any code that somebody else might run.)

    Changed files

    • CHANGES
    • tcpdump.c