On 12/27/18 3:48 AM, Anthony J. Bentley wrote: > shadrock uhuru writes: >> hi everyone >> >> i have openbsd 6.4 release installed >> >> when i try to make install ports/devel/pygame i get an error stating >> >> create /usr/ports/packages/amd64/all/py-game-1.9.3.tgz >> error: Libraries in packing-list in the port tree >> and libraries from installed packages don't match >> >> how do i fix this ? > As the error message says, the library versions you have installed > don't match the library versions in your checked out ports tree. > So update your ports tree and packages to -current. > > The remainder of the output (that you cut out) shows which exact > libraries are out of sync on your system.
i have updated the packages with doas pkg_add -u but when updating the port tree with the following command doas cvs -d anon...@anoncvs1.ca.openbsd.org:/cvs -q up -Pd -A i was continually getting - packet_write_wait: Connection to 129.128.197.20 port 22: broken pipe but changed repository and manage to complete the update but i still get the following error Create /usr/ports/packages/amd64/all/py-game-1.9.3.tgz Error: Libraries in packing-lists in the ports tree and libraries from installed packages don't match --- /tmp/dep_cache.riRhLvqpZ/portstree-py-game-1.9.3 Thu Dec 27 14:58:48 2018 +++ /tmp/dep_cache.riRhLvqpZ/inst-py-game-1.9.3 Thu Dec 27 14:58:48 2018 @@ -3,7 +3,7 @@ -W SDL_mixer.5.0 -W SDL_ttf.8.1 -W X11.16.1 --W jpeg.70.0 +-W jpeg.69.0 -W png.17.5 -W pthread.25.1 -W freetype.29.0 *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3248 'wantlib-args') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2014 '/usr/ports/packages/amd64/all/py-game-1.9.3.tgz') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2475 '_internal-package') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2454 'package') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2027 '/var/db/pkg/py-game-1.9.3/+CONTENTS') *** Error 1 in /usr/ports/devel/pygame (/usr/ports/infrastructure/mk/bsd.port.mk:2454 'install') shadrock