-
ndut7hi all l33t
-
triskdivansantana: see the inetconv(8) man page
-
szilardI just have noticed right now the smartos pkgsrc tree got updated.
-
wardenszilard: thanks, I just updated a couple of pkgsrc zones. Sorry for the stupid and maybe OT question (I'm a newbie of pkgsrc): it's normal that 'pkgin upgrade' removes a package which is in the "keep" list?
-
szilardI haven't noticed behaviour like you have described.
-
wardenjust an example: the new matrix-synapse package needed py312-psycopg2, which in turns needed postgresql16-client. But its previous version needed postgresql14-client. So the upgrade command removed postgresql14-client in favor to postgresql16-client, and removed all packages which depended from the it! :(
-
wardenI searched in pkgin(8), but I found nothing about recursive checking of dependencies during full pkgsrc upgrade
-
wardenI read also pkg_add(1), maybe I should have run 'pkg_add -uu matrix-synapse' in order not to have my Synapse server removed? But sorry, this is a pkgsrc question, not related to OmniOS!
-
m1ariwarden: that sounds like strange behaviour but it's been a while since I used pkgsrc. I can imagine that the later client might have a conflicts with type of dependency with the older client. But I'd hope a package manager gives some warning in that case rather than removing a lot of things.
-
wardenI’ll try to reproduce that behavior in a test bed to better understand what happened, but I bet that the cause is in my poor knowledge of pkgsrc package management :)