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

Builder tcpdump-solaris11-amd64 Build #94

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris11-amd64' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 4 secs )
    1. stdio
  4. shell_2 './build_matrix.sh' ( 4 hrs, 30 mins, 2 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Feb 23 01:34:43 2026
EndMon Feb 23 06:04:56 2026
Elapsed4 hrs, 30 mins, 12 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