Your message dated Sun, 15 Mar 2026 21:09:16 +0000
with message-id <[email protected]>
and subject line Bug#1123431: fixed in pwru 1.0.5+ds1-3
has caused the Debian Bug report #1123431,
regarding pwru: FTBFS: 
/<<PKGBUILDDIR>>/debian/build/src/github.com/cilium/pwru/bpf/kprobe_pwru.c:237:7:
 error: Invalid usage of the XADD return value
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1123431: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123431
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pwru
Version: 1.0.5+ds1-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pwru, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --builddirectory=debian/build --buildsystem=golang
   dh_auto_clean -O--builddirectory=debian/build -O--buildsystem=golang
   dh_autoreconf_clean -O--builddirectory=debian/build -O--buildsystem=golang
   dh_clean -O--builddirectory=debian/build -O--buildsystem=golang
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/pwru.substvars debian/files
        rm -fr -- debian/pwru/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary --builddirectory=debian/build --buildsystem=golang
   dh_update_autotools_config -O--builddirectory=debian/build 
-O--buildsystem=golang
   dh_autoreconf -O--builddirectory=debian/build -O--buildsystem=golang
   dh_auto_configure -O--builddirectory=debian/build -O--buildsystem=golang
        Copy go.sum -> debian/build/src/github.com/cilium/pwru/go.sum
        Copy go.mod -> debian/build/src/github.com/cilium/pwru/go.mod
        Copy main.go -> debian/build/src/github.com/cilium/pwru/main.go
        Copy build.go -> debian/build/src/github.com/cilium/pwru/build.go
        Copy bpf/kprobe_pwru.c -> 
debian/build/src/github.com/cilium/pwru/bpf/kprobe_pwru.c
        Copy bpf/headers/vmlinux-x86.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/vmlinux-x86.h
        Copy bpf/headers/vmlinux.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/vmlinux.h
        Copy bpf/headers/vmlinux-arm64.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/vmlinux-arm64.h
        Copy bpf/headers/bpf/bpf_tracing.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/bpf/bpf_tracing.h
        Copy bpf/headers/bpf/bpf_helpers.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/bpf/bpf_helpers.h
        Copy bpf/headers/bpf/bpf_core_read.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/bpf/bpf_core_read.h
        Copy bpf/headers/bpf/bpf_helper_defs.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/bpf/bpf_helper_defs.h
        Copy bpf/headers/bpf/bpf_ipv6.h -> 
debian/build/src/github.com/cilium/pwru/bpf/headers/bpf/bpf_ipv6.h
        Copy internal/pwru/bpf_prog.go -> 
debian/build/src/github.com/cilium/pwru/internal/pwru/bpf_prog.go
        Copy internal/pwru/config.go -> 
debian/build/src/github.com/cilium/pwru/internal/pwru/config.go
        Copy internal/pwru/ksym_test.go -> 
debian/build/src/github.com/cilium/pwru/internal/pwru/ksym_test.go
        Copy internal/pwru/output.go -> 
debian/build/src/github.com/cilium/pwru/internal/pwru/output.go
        Copy internal/pwru/types.go -> 
debian/build/src/github.com/cilium/pwru/internal/pwru/types.go
        Copy internal/pwru/utils.go -> 
debian/build/src/github.com/cilium/pwru/internal/pwru/utils.go
        Copy internal/pwru/ksym.go -> 
debian/build/src/github.com/cilium/pwru/internal/pwru/ksym.go
        Copy internal/libpcap/compile.go -> 
debian/build/src/github.com/cilium/pwru/internal/libpcap/compile.go
        Copy internal/libpcap/inject.go -> 
debian/build/src/github.com/cilium/pwru/internal/libpcap/inject.go
        Copy internal/byteorder/byteorder_littleendian.go -> 
debian/build/src/github.com/cilium/pwru/internal/byteorder/byteorder_littleendian.go
        Copy internal/byteorder/byteorder_bigendian.go -> 
debian/build/src/github.com/cilium/pwru/internal/byteorder/byteorder_bigendian.go
        Copy internal/byteorder/byteorder_test.go -> 
debian/build/src/github.com/cilium/pwru/internal/byteorder/byteorder_test.go
        Copy tools/tools.go -> 
debian/build/src/github.com/cilium/pwru/tools/tools.go
        Symlink /usr/share/gocode/src/code.google.com -> 
debian/build/src/code.google.com
        Symlink /usr/share/gocode/src/github.com/cheggaaa -> 
debian/build/src/github.com/cheggaaa
        Symlink /usr/share/gocode/src/github.com/cilium/ebpf -> 
debian/build/src/github.com/cilium/ebpf
        Symlink /usr/share/gocode/src/github.com/cloudflare -> 
debian/build/src/github.com/cloudflare
        Symlink /usr/share/gocode/src/github.com/creack -> 
debian/build/src/github.com/creack
        Symlink /usr/share/gocode/src/github.com/fatih -> 
debian/build/src/github.com/fatih
        Symlink /usr/share/gocode/src/github.com/go-quicktest -> 
debian/build/src/github.com/go-quicktest
        Symlink /usr/share/gocode/src/github.com/google -> 
debian/build/src/github.com/google
        Symlink /usr/share/gocode/src/github.com/jsimonetti -> 
debian/build/src/github.com/jsimonetti
        Symlink /usr/share/gocode/src/github.com/kr -> 
debian/build/src/github.com/kr
        Symlink /usr/share/gocode/src/github.com/mattn -> 
debian/build/src/github.com/mattn
        Symlink /usr/share/gocode/src/github.com/mdlayher -> 
debian/build/src/github.com/mdlayher
        Symlink /usr/share/gocode/src/github.com/mitchellh -> 
debian/build/src/github.com/mitchellh
        Symlink /usr/share/gocode/src/github.com/pkg -> 
debian/build/src/github.com/pkg
        Symlink /usr/share/gocode/src/github.com/rivo -> 
debian/build/src/github.com/rivo
        Symlink /usr/share/gocode/src/github.com/rogpeppe -> 
debian/build/src/github.com/rogpeppe
        Symlink /usr/share/gocode/src/github.com/spf13 -> 
debian/build/src/github.com/spf13
        Symlink /usr/share/gocode/src/github.com/vishvananda -> 
debian/build/src/github.com/vishvananda
        Symlink /usr/share/gocode/src/github.com/VividCortex -> 
debian/build/src/github.com/VividCortex
        Symlink /usr/share/gocode/src/github.com/yuin -> 
debian/build/src/github.com/yuin
        Symlink /usr/share/gocode/src/golang.org -> debian/build/src/golang.org
   dh_auto_build -O--builddirectory=debian/build -O--buildsystem=golang
        cd debian/build && go version
go version go1.24.9 linux/amd64
        cd debian/build && go env
AR='ar'
CC='x86_64-linux-gnu-gcc'
CGO_CFLAGS='-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection'
CGO_CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2'
CGO_CXXFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection'
CGO_ENABLED='1'
CGO_FFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-clash-protection -fcf-protection'
CGO_LDFLAGS='-Wl,-z,relro'
CXX='x86_64-linux-gnu-g++'
GCCGO='gccgo'
GO111MODULE='off'
GOAMD64='v1'
GOARCH='amd64'
GOAUTH='netrc'
GOBIN=''
GOCACHE='/<<PKGBUILDDIR>>/debian/build/go-build'
GOCACHEPROG=''
GODEBUG=''
GOENV='/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFIPS140='off'
GOFLAGS=''
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 
-ffile-prefix-map=/tmp/go-build3782425497=/tmp/go-build 
-gno-record-gcc-switches'
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMOD=''
GOMODCACHE='/<<PKGBUILDDIR>>/debian/build/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/<<PKGBUILDDIR>>/debian/build'
GOPRIVATE=''
GOPROXY='off'
GOROOT='/usr/lib/go-1.24'
GOSUMDB='sum.golang.org'
GOTELEMETRY='local'
GOTELEMETRYDIR='/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.config/go/telemetry'
GOTMPDIR=''
GOTOOLCHAIN='local'
GOTOOLDIR='/usr/lib/go-1.24/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.24.9'
GOWORK=''
PKG_CONFIG='pkg-config'
        cd debian/build && go generate -v github.com/cilium/pwru 
github.com/cilium/pwru/internal/byteorder 
github.com/cilium/pwru/internal/libpcap github.com/cilium/pwru/internal/pwru
src/github.com/cilium/pwru/build.go
Generating for amd64
In file included from 
/<<PKGBUILDDIR>>/debian/build/src/github.com/cilium/pwru/bpf/kprobe_pwru.c:9:
./bpf/headers/bpf/bpf_ipv6.h:25:10: warning: default initialization of an 
object of type 'typeof ((opthdr)->hdrlen)' (aka 'const unsigned char') leaves 
the object uninitialized [-Wdefault-const-init-var-unsafe]
   25 |         return (BPF_CORE_READ(opthdr, hdrlen) + 1) << 3;
      |                 ^
./bpf/headers/bpf/bpf_core_read.h:443:35: note: expanded from macro 
'BPF_CORE_READ'
  443 |         ___type((src), a, ##__VA_ARGS__) __r;                           
    \
      |                                          ^
In file included from 
/<<PKGBUILDDIR>>/debian/build/src/github.com/cilium/pwru/bpf/kprobe_pwru.c:9:
./bpf/headers/bpf/bpf_ipv6.h:30:10: warning: default initialization of an 
object of type 'typeof ((opthdr)->hdrlen)' (aka 'const unsigned char') leaves 
the object uninitialized [-Wdefault-const-init-var-unsafe]
   30 |         return (BPF_CORE_READ(opthdr, hdrlen) + 2) << 2;
      |                 ^
./bpf/headers/bpf/bpf_core_read.h:443:35: note: expanded from macro 
'BPF_CORE_READ'
  443 |         ___type((src), a, ##__VA_ARGS__) __r;                           
    \
      |                                          ^
/<<PKGBUILDDIR>>/debian/build/src/github.com/cilium/pwru/bpf/kprobe_pwru.c:237:7:
 error: Invalid usage of the XADD return value
  237 |         id = __sync_fetch_and_add(&print_skb_id, 1) % 256;
      |              ^
2 warnings and 1 error generated.
Error: compile: exit status 1
exit status 1
src/github.com/cilium/pwru/build.go:5: running "go": exit status 1
src/github.com/cilium/pwru/internal/byteorder/byteorder_littleendian.go
src/github.com/cilium/pwru/internal/byteorder/byteorder_test.go
src/github.com/cilium/pwru/internal/libpcap/compile.go
src/github.com/cilium/pwru/internal/libpcap/inject.go
src/github.com/cilium/pwru/internal/pwru/bpf_prog.go
src/github.com/cilium/pwru/internal/pwru/config.go
src/github.com/cilium/pwru/internal/pwru/ksym.go
src/github.com/cilium/pwru/internal/pwru/ksym_test.go
src/github.com/cilium/pwru/internal/pwru/output.go
src/github.com/cilium/pwru/internal/pwru/types.go
src/github.com/cilium/pwru/internal/pwru/utils.go
dh_auto_build: error: cd debian/build && go generate -v github.com/cilium/pwru 
github.com/cilium/pwru/internal/byteorder 
github.com/cilium/pwru/internal/libpcap github.com/cilium/pwru/internal/pwru 
returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pwru
Source-Version: 1.0.5+ds1-3
Done: Carlos Henrique Lima Melara <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pwru, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carlos Henrique Lima Melara <[email protected]> (supplier of updated 
pwru package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 15 Mar 2026 17:40:30 -0300
Source: pwru
Architecture: source
Version: 1.0.5+ds1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Carlos Henrique Lima Melara <[email protected]>
Closes: 1123431
Changes:
 pwru (1.0.5+ds1-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Sergio Durigan Junior ]
   * debian/patches/fix-ftbfs-ebpf-clang.patch: Fix FTBFS with new clang.
     (Closes: #1123431)
Checksums-Sha1:
 cfe5c1678c7338f9f1addc66b136ad1990affa01 2486 pwru_1.0.5+ds1-3.dsc
 d0cce467399be7399008cc1ab3b674ea41124dfb 9972 pwru_1.0.5+ds1-3.debian.tar.xz
 82e4887442c4ceaf77bd20eca1d949aa3ce6b5cb 8370 pwru_1.0.5+ds1-3_amd64.buildinfo
Checksums-Sha256:
 fe2bbfcdfe92b80a682f6dbbbda0685a8ccb87c11f49dab221205dbedd8b3908 2486 
pwru_1.0.5+ds1-3.dsc
 be7aeef72083a93916cbb3d062076e0aa05c64a509812cf79157f407e295dc83 9972 
pwru_1.0.5+ds1-3.debian.tar.xz
 097b872fb0d798388afa0c924fec4a460b0b63f48adddb568dea9bf43b336e5c 8370 
pwru_1.0.5+ds1-3_amd64.buildinfo
Files:
 20b6751512062353258d3766d08d385b 2486 golang optional pwru_1.0.5+ds1-3.dsc
 8d8b0a4ef7ef3559b07a9f655c2f8fc9 9972 golang optional 
pwru_1.0.5+ds1-3.debian.tar.xz
 e261b87f16773a747e898f61a963f515 8370 golang optional 
pwru_1.0.5+ds1-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJNBAEBCgA3FiEECgzx8d8+AINglLHJt4M9ggJ8mQsFAmm3GsgZHGNoYXJsZXNt
ZWxhcmFAcmlzZXVwLm5ldAAKCRC3gz2CAnyZC6aOEACXklB4bXKGD+vJr3iJNBTJ
rxnr+jvH3g/DP5cNvoOKmhAFnfy9Gk/t2n+ctceu4le4HXEs0aGGvpCBxl2xMN3B
ainbZt8Vu8LLufNdC54ObW0iSG0N565HMrGqGPTmVoSSuDWtgwBh1QfBP0mGOjcr
pFGUSbZKYjyhwPcWVcAoZnw75ti8pg7PEPBO+UHr6TP1f71SP/wdW59gTzCh2WvV
rkEU3urc7IFq0z+wRrOdua/mQcK+5fA9cK/Eee4DErzVkEdDCXasQ8VXchi+GME7
IDKSaMUOVBRUoaRcjlo4ZIzhRUoEldqCHU4AtmHKVbVHemG8H+DEEnlIAatc0Y5T
UZVyXlaQGas6mJmYlom7YmsXPkuUbE5bsM9Ih9lOUxN4jg3Et1JfVRy6ljNjTeWR
cQHWISpQKpKAUAqLmILf+CqKH3RYb80MP7+PhDghlXcs+m/1y2Jy/jP3EXp4wuRL
pmh9a0G+s4LsX4VraOfjKtKNSgD96sxTlAvswVxAxIoh/jpdcvdsECnc7fEtR/jQ
tubK73lCdl1SFCqi5TvON84jh8v5ZW7O40TIe3pWY1R/lbTk/L70gLWxdzmqrUBq
oJdCKGXtcCj8/AqdRZXF3drC02tJRmudjbBeuMXuelzu46f3rG3KJAIOtPsb3KuR
XG6F64cnfyEBsG6hRn7zBA==
=cYb9
-----END PGP SIGNATURE-----

Attachment: pgpdz5itTxo5R.pgp
Description: PGP signature


--- End Message ---

Reply via email to