View previous topic :: View next topic |
Author |
Message |
leyvi Apprentice

Joined: 08 Sep 2023 Posts: 174
|
Posted: Thu Mar 06, 2025 8:50 pm Post subject: dev-python/netifaces fails to update |
|
|
See the full log here.
Code: | 46 │ 2025-03-06 20:36:42,177 root INFO clang -w -march=znver4 -mtune=znver4 -O3 -pipe -flto=full -DNDEBUG -fPIC -DNETIFACES_VERSION=0.11.0 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE
│ _NETPACKET_PACKET_H=1 -DHAVE_NETROSE_ROSE_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -I/usr/include/pypy3.10 -c netifaces.c -o /var/tmp/portage/dev-python/netifaces-0.11.0-r2/work/netifaces-0.11.0-pypy3/build/temp.linux-x86_64-pyp
│ y310/netifaces.o
47 │ netifaces.c:210:6: error: You need to add code for your platform.
48 │ 210 | # error You need to add code for your platform.
49 │ | ^ | What is that supposed to mean? What can I do about it? |
|
Back to top |
|
 |
CooSee Veteran


Joined: 20 Nov 2004 Posts: 1531 Location: Earth
|
Posted: Thu Mar 06, 2025 10:27 pm Post subject: |
|
|
Code: | 2025-03-06 20:36:42,177 root INFO clang -w -march=znver4 -mtune=znver4 -O3 -pipe -flto=full -DNDEBUG -fPIC -DNETIFACES_VERSION=0.11.0 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_NETROSE_ROSE_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -I/usr/include/pypy3.10 -c netifaces.c -o /var/tmp/portage/dev-python/netifaces-0.11.0-r2/work/netifaces-0.11.0-pypy3/build/temp.linux-x86_64-pypy310/netifaces.o |
you're using clang profile?! - add dev-python/netifaces to your package.env and build with gcc.
i just tried to build - no issues http://0x0.st/8uAQ.log
 _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
 |
leyvi Apprentice

Joined: 08 Sep 2023 Posts: 174
|
Posted: Thu Mar 06, 2025 10:49 pm Post subject: |
|
|
Tried that before (which is why I'm here). I'll try again, and send the logs. |
|
Back to top |
|
 |
leyvi Apprentice

Joined: 08 Sep 2023 Posts: 174
|
Posted: Thu Mar 06, 2025 10:52 pm Post subject: |
|
|
Huh, last time I built with GCC didn't work, but it worked this time for some reason. Never mind, I guess  |
|
Back to top |
|
 |
|