Re: ports/devel/pygame make install error

2018-12-28 Thread shadrock uhuru


On 12/27/18 3:35 PM, Edgar Pettijohn wrote:
 i have openbsd 6.4 release installed
 how do i fix this ?
> Don't mix release with current ports.
>
> Either install a current snapshot or ...
>
>> doas cvs -d anon...@anoncvs1.ca.openbsd.org:/cvs -q up -Pd -A
>>
> rm -rf /usr/ports
> And checkout a release ports tree.
>
> See the FAQ for instructions.
>
>> shadrock
>>
carried out instructions as above
and successfully installed pygame
i didn't notice i had use the wrong cvs update command

many thanks

shadrock



Re: ports/devel/pygame make install error

2018-12-27 Thread Edgar Pettijohn


> >> i have openbsd 6.4 release installed

> >> how do i fix this ?

Don't mix release with current ports.

Either install a current snapshot or ...

> doas cvs -d anon...@anoncvs1.ca.openbsd.org:/cvs -q up -Pd -A
>

rm -rf /usr/ports
And checkout a release ports tree.

See the FAQ for instructions.

> shadrock
>



Re: ports/devel/pygame make install error

2018-12-27 Thread shadrock uhuru


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



Re: ports/devel/pygame make install error

2018-12-26 Thread Anthony J. Bentley
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.



ports/devel/pygame make install error

2018-12-26 Thread shadrock uhuru
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 ?

shadrock