Summary: | net-analyzer/portbunny: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED OBSOLETE | ||
Severity: | enhancement | CC: | kripton, wschlich |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() I've not come across this package before, but seeing it downloads with **, I think it's not an everyday package. I can't get an emerge started. line 1 of compile it can't find semaphore.h. I made a sed; sed -e 's:<asm/semaphore.h>:<linux/semaphore.h>:' -i queue.h which got it past that, then it couldn''t find member named ‘rcv_saddr’ in struct inet_sock which is actually inet_sk, in packet_submitter.c You can take it from there. See also #263549 This approach was changed by the -r1 python eclasses |