Re: Problems with pkg_add and partial installed package

2007-11-09 Thread Josh Grosse
On Fri, 9 Nov 2007 18:02:20 +0100, OBSD wrote > Hello All, > > I have a problem with pkg_add on a OpenBSD 4.2. > I tried to install the package freebsd_lib-4.11p0.tgz. > The first try failed because the Internet connection breaks and on > the second try and get this error: > > $ pkg_add -v freeb

Re: Problems with pkg_add and partial installed package

2007-11-09 Thread Chris Harper
pkg_delete partial-freebsd_lib-4.11p0 pkg_add freebsd_lib On 09/11/2007, OBSD <[EMAIL PROTECTED]> wrote: > Hello All, > > I have a problem with pkg_add on a OpenBSD 4.2. > I tried to install the package freebsd_lib-4.11p0.tgz. > The first try failed because the Internet connection breaks and on th

Re: Problems with pkg_add and partial installed package

2007-11-09 Thread David Walker
Hiya Stafan. I had this problem. Try this: pkg_delete partial-freebsd_lib-4.11p0 Best wishes, David Hello All, I have a problem with pkg_add on a OpenBSD 4.2. I tried to install the package freebsd_lib-4.11p0.tgz. The first try failed because the Internet connection breaks and on the second

Re: Problems with pkg_add and partial installed package

2007-11-09 Thread Edd Barrett
On 09/11/2007, OBSD <[EMAIL PROTECTED]> wrote: > The same happens if I try to install it over the ports. Ofcourse. Ports just makes a package and then calls pkg_add. > Has anybody an idea how I can fix this? > I read the man pkg_add and tried as well the -F switch but I does not help. You just p