diff --git a/2024/So you wanna do FreeBSD?.md b/2024/So you wanna do FreeBSD?.md index 46cc31b..9eb93fc 100644 --- a/2024/So you wanna do FreeBSD?.md +++ b/2024/So you wanna do FreeBSD?.md @@ -199,4 +199,10 @@ hint: See above for details. Okay so it means `meson` build system is also written in Python.... -https://github.com/tprelog/iocage-homeassistant/issues/64#issuecomment-1936432832 \ No newline at end of file +https://github.com/tprelog/iocage-homeassistant/issues/64#issuecomment-1936432832 + +Thanks meson and pip for throwing away the NEEDED log: +``` +(homeassistant) homeassistant@mango:/data/homeassistant % cat /data/homeassistant/dl/numpy-git/.mesonpy-4rpzl4ag/build/meson-logs/meson-log.txt +cat: /data/homeassistant/dl/numpy-git/.mesonpy-4rpzl4ag/build/meson-logs/meson-log.txt: No such file or directory +``` \ No newline at end of file