Hi Samuel,
On 12/02/2025 14:19, Samuel Thibault wrote:
Hello,
Peter B, le mer. 12 févr. 2025 14:04:20 +0000, a ecrit:
ifstat used to build on hurd-i386 until
the +b1 attempt on 29-11-2024
https://buildd.debian.org/status/logs.php?pkg=ifstat&arch=hurd-i386
But was it actually working?
I have no idea, maybe not.
Now build fails on both hurd-i386 and hurd-amd64
https://tracker.debian.org/pkg/fpc
Reason given on hurd-amd-64 is
> configure: error: no statistics gathering methods found, porting needed.
More precisely;
configure:5264: checking for snmp support in -lnetsnmp -lcrypto
configure:5279: gcc -o conftest -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -fc
conftest.c: In function 'main':
conftest.c:43:1: error: implicit declaration of function 'snmp_sess_init'
[-Wimplicit-function-declaration]
43 | snmp_sess_init();
| ^~~~~~~~~~~~~~
Possibly it's just missing some #include
Samuel
I'm not planning to investigate this myself,
but I would be happy to carry a patch if anyone on Hurd team can come up
with one.
Cheers,
Peter