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

Builder libpcap-solaris11-amd64 Build #120

Results:

Failed shell

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision43d9b39d948618a461eb109f86a23566d6ab476b
Got Revision43d9b39d948618a461eb109f86a23566d6ab476b
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 57 mins, 7 secs )
    1. stdio
    2. config.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartFri Feb 6 00:16:31 2026
EndFri Feb 6 01:13:48 2026
Elapsed57 mins, 16 secs

All Changes:

:

  1. Change #257082

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 05 Feb 2026 13:29:54
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 0073b226334eee46679c9be8f2d7e13c4e02430e

    Comments

    Autoconf: Fix detection of crypt() in QNX.
    Apparently, building of rpcapd for QNX has been broken.
    
    Before:
    checking for crypt... no
    checking for crypt in -lcrypt... no
    configure: error: rpcapd requires crypt(), but we didn't find it
    
    After:
    checking for crypt... no
    checking for crypt in -lcrypt... no
    checking for crypt in -llogin... yes

    Changed files

    • CHANGES
    • configure.ac
  2. Change #257083

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 05 Feb 2026 14:21:36
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision bfebb222f1ab299f0ba0760d9e53c26365972ac2

    Comments

    CI: Add initial support for cross-compiling. [skip appveyor]
    When the TARGET environment variable is set, in build.sh fail the build
    early if it uses CMake, otherwise enable cross-compiling [in Autoconf]
    and after the build skip all steps that run the compiled executables.
    In build_common.sh:print_so_deps() default to objdump instead of ldd
    when cross-compiling.  In Cirrus CI add a separate Linux task to
    cross-compile on an AMD64 host for an AArch64 target -- this is a common
    arrangement and it is supposed to work without any problems.

    Changed files

    • .cirrus.yml
    • build.sh
    • build_common.sh
  3. Change #257084

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 05 Feb 2026 23:31:50
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision eb239aa6fcc1eeba174c7ce381f6117a18034324

    Comments

    pcap-filter(7): There is no such thing as "frag zero".
    The correct term is "the first fragment", see RFC 791.

    Changed files

    • pcap-filter.manmisc.in
  4. Change #257085

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 05 Feb 2026 23:53:46
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 43d9b39d948618a461eb109f86a23566d6ab476b

    Comments

    Remove stale comments about tqual validation. [skip ci]
    There is no need to relate the grammar-level validation and what is now
    the default cases in gen_mcode(), gen_ncode() and gen_mcode6().

    Changed files

    • gencode.c
    • grammar.y.in