02:22:51 I have upgrade pkgin to use trunk, now all software is upgraded to latest by pkgin, but for uuid.node, it had issue, https://pastebin.com/4Y7KLAKU , it require “libuuid.so.1 (SUNW_1.1)” , where is it? 06:41:33 tozhu: it looks like you built it against the platform libuuid but are trying to run it on a different platform that doesn't have that version 06:41:55 the libraries in pkgsrc don't use symbol versioning, so if you see SUNW_* stuff then it's related to the platform libraries in /usr/lib 06:44:04 is it possible to fix that? 06:44:13 if you're building software for multiple hosts then you need to ensure that you build the software on the host running the oldest platform image 06:45:26 it's one of the reasons I always build our packages on a 20210826 PI, it ensures that they will run on pretty much any host out there 06:46:33 okay, got it, I’ll back the PI to 20210826, that could be used for most platform, 06:47:51 no need to go back that far, I'd recommend not tbh as you want to be on the most recent PI possible, just ensure that you build on whichever is the oldest 06:48:14 okay, got it 06:48:30 for builds it's less of an issue, my hosts are well hidden and don't run any external services 06:48:35 thank you very much, and have a nice weekend :-) 06:48:39 you too!