Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
Hi! I run update packages by sudo pkg_add -u PKG_PATH=http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386 and I see follow error message Can't install libnotify-0.7.5p2 because of libraries |library png.16.0 not found | /usr/local/lib/libpng.so.17.0 (png-1.6.2p0): bad major | /usr/local/li

Re: Help me resolve png package issue.

2013-06-14 Thread Marc Espie
On Fri, Jun 14, 2013 at 12:14:45PM +0500, dmitry.sensei wrote: > Hi! > I run update packages by sudo pkg_add -u > > PKG_PATH=http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386 > > and I see follow error message > Can't install libnotify-0.7.5p2 because of libraries > |library png.16.0 not

Re: Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
May I edit|change some files in locally downloaded package/-es and reinstall it? On Fri, Jun 14, 2013 at 12:43 PM, Marc Espie wrote: > On Fri, Jun 14, 2013 at 12:14:45PM +0500, dmitry.sensei wrote: > > Hi! > > I run update packages by sudo pkg_add -u > > > > PKG_PATH=http://ftp.openbsd.org/pub/

Re: Help me resolve png package issue.

2013-06-14 Thread Stuart Henderson
I suspect ftp.openbsd.org may have been part-way through an update. Does it still happen if you try again now? On 2013/06/14 12:14, dmitry.sensei wrote: > Hi! > I run update packages by sudo pkg_add -u > > PKG_PATH=http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386 > > and I see follow

Re: Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
I tring continuously (5 times already). No result. On Fri, Jun 14, 2013 at 12:48 PM, Stuart Henderson wrote: > I suspect ftp.openbsd.org may have been part-way through an update. > Does it still happen if you try again now? > > > On 2013/06/14 12:14, dmitry.sensei wrote: > > Hi! > > I run update

Re: Help me resolve png package issue.

2013-06-14 Thread Marc Espie
On Fri, Jun 14, 2013 at 12:47:24PM +0500, dmitry.sensei wrote: > >May I edit|change some files in locally downloaded package/-es and >reinstall it? It's probably not such a good idea, as you don't quite know how the actual update is going to look.

Re: Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
All right. While I look at the white squares instead of icons :D On Fri, Jun 14, 2013 at 12:51 PM, Marc Espie wrote: > On Fri, Jun 14, 2013 at 12:47:24PM +0500, dmitry.sensei wrote: > > > >May I edit|change some files in locally downloaded package/-es and > >reinstall it? > > It's prob

Re: Help me resolve png package issue.

2013-06-14 Thread Stuart Henderson
On 2013/06/14 12:49, dmitry.sensei wrote: > I tring continuously (5 times already). No result. I don't see this problem installing libnotify from http://ftp.openbsd.org on a clean freshly-updated i386 machine this morning. I have also tried installing 5.3 packages and using pkg_add -u to update t

Re: Help me resolve png package issue.

2013-06-14 Thread Stuart Henderson
On 2013/06/14 09:48, Stuart Henderson wrote: > On 2013/06/14 12:49, dmitry.sensei wrote: > > I tring continuously (5 times already). No result. > > I don't see this problem installing libnotify from http://ftp.openbsd.org > on a clean freshly-updated i386 machine this morning. > > I have also tri

Re: Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
May be. Using http://mirror.corbina.net/OpenBSD/snapshots/packages/i386/ helped me the previous time. On Fri, Jun 14, 2013 at 1:48 PM, Stuart Henderson wrote: > On 2013/06/14 12:49, dmitry.sensei wrote: > > I tring continuously (5 times already). No result. > > I don't see this problem installi

Re: Help me resolve png package issue.

2013-06-14 Thread Stuart Henderson
On 2013/06/14 13:56, dmitry.sensei wrote: > May be. Using http://mirror.corbina.net/OpenBSD/snapshots/packages/i386/ > helped > me the previous time. For normal use, I would definitely recommend using a mirror on the same continent rather than ftp.openbsd.org..

Re: Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
Thanks. On Fri, Jun 14, 2013 at 2:06 PM, Stuart Henderson wrote: > On 2013/06/14 13:56, dmitry.sensei wrote: > > May be. Using > > http://mirror.corbina.net/OpenBSD/snapshots/packages/i386/helped > > me the previous time. > > For normal use, I would definitely recommend using a mirror on the s

Re: Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
sudo pkg_check -f and PKG_PATH= http://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/packages/i386 helped me fully. Strange bullshit : On Fri, Jun 14, 2013 at 2:14 PM, dmitry.sensei wrote: > Thanks. > > > On Fri, Jun 14, 2013 at 2:06 PM, Stuart Henderson wrote: > >> On 2013/06/14 13:56, dmitry.s

Re: Help me resolve png package issue.

2013-06-14 Thread dmitry.sensei
At first I deleted /var/db/pkg/.libs_png-1.15.../+REQUIRED_BY file :) After deleting I run pkg_check -f. and so on. Hacked successfully! On Fri, Jun 14, 2013 at 3:18 PM, dmitry.sensei wrote: > sudo pkg_check -f and PKG_PATH= > http://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/packages/i386 helped

Re: Help me resolve png package issue.

2013-06-14 Thread Christian Weisgerber
Marc Espie wrote: > > Can't install libnotify-0.7.5p2 because of libraries > > |library png.16.0 not found > > | /usr/local/lib/libpng.so.17.0 (png-1.6.2p0): bad major > > | /usr/local/lib/libpng.so.16.0 (.libs-png-1.5.15p1): not reachable >