Debian Patches
Status for golang-github-pkg-profile/1.7.0-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-remove-clock-test-from-package.patch | This test fails inside the packaging environment. This had been reported by a Guix packager in 2024 https://github.com/pkg/profile/issues/68 . Investigation by Arthur Diniz <arthurbd@debian.org>: . The "clock profile" test case in TestProfile spawns a subprocess via go run to compile and execute a small Go program. That program imports github.com/pkg/profile, which transitively imports github.com/felixge/fgprof. . In the sbuild environment, there is no network access and no module cache, so the Go toolchain in the subprocess cannot resolve the fgprof dependency, even though it's installed on disk via golang-github-felixge-fgprof-dev, because the subprocess runs in module mode without a proper module context. |
Rafael Passos <rafael@rcpassos.me> | not-needed | 2026-05-10 |
