[Bug 285151] lang/go*: Stop installing Linux test binaries
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 285151] lang/go*: Stop installing Linux test binaries"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Mar 2025 17:18:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285151 --- Comment #14 from Baptiste Daroussin <bapt@FreeBSD.org> --- there is nothing to be fixed in pkg ;) pkg reports that testdata/gcc-386-freebsd-exec is a freebsd 32 bit binary required libc.so.6 (readelf -d on it you will see it is true) pkg can be instrumented not to analyse this file: like in this review: https://reviews.freebsd.org/D49260 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.