Re: pkg upgrade odity
- Reply: Baptiste Daroussin : "Re: pkg upgrade odity"
- Reply: Baptiste Daroussin : "Re: pkg upgrade odity"
- In reply to: Baptiste Daroussin : "Re: pkg upgrade odity"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Apr 2024 03:23:55 UTC
Hello. Baptiste Daroussin wrote on 2024/04/30 08:50: > Le 29 avril 2024 22:33:09 GMT+02:00, Miroslav Lachman <000.fbsd@quip.cz> a écrit : >> >> My notes from 2024-04-23: >> >> # pkg -r /tmp/be_mount.bN62 check -Ba >> Checking all packages: >> (0ad-0.0.26_23) /usr/local/bin/ActorEditor - required shared library ../../../binaries/system/libAtlasUI.so not found >> Checking all packages... > pkg check -d is rootdir safe pkg check -B is another beast I haven yet looked at it. If that another beast of -B is what you are referring to there, there is this report in Bugzilla. https: //bugs.freebsd.org/ bugzilla/show_bug.cgi?id=261550 I combat that to some extent :) The games/0ad/Makefile seems to have a do-install target that could cause that problem. But if it is a shared library, such as a plugin used by dynamic loading, then pkg is probably doing too much checking. But, I don't know anything about games/0ad, so this opinion of mine is most likely a hazardous guess. Regards.