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

Builder libpcap-solaris10-amd64 Build #3245

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris10-amd64' 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' ( 45 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 23 secs )
    1. stdio
  6. shell_4 'gmake check' ( 15 mins, 23 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 3 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 6 mins, 58 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6077

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Rudi Heitbaum

Timing:

StartSun Feb 8 22:12:15 2026
EndSun Feb 8 22:36:02 2026
Elapsed23 mins, 46 secs

All Changes:

:

  1. Change #257267

    Category libpcap
    Changed by Rudi Heitbaum <rudiohnoyoudont@heitbaum.com>
    Changed at Sun 08 Feb 2026 22:04:04
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision f358bf3a5905d9392a28963e69642ddd18d8a432

    Comments

    Fix handling of missing const type qualifiers.
    For ISO C23, the function strchr that return pointers into their input
    arrays now have definitions as macros that return a pointer to a
    const-qualified type when the in put argument is a pointer to a
    const-qualified type.
    
    Update to const type for hyphen_off as returned string is only used in
    comparisons which const can be used.
    
    Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>

    Changed files

    • gencode.c