View Single Post
  #7   (View Single Post)  
Old 31st October 2012
nico_h nico_h is offline
Port Guard
 
Join Date: Jun 2008
Posts: 23
Default

I have no idea if fping works. I don't think I really need it. The install was done on a server by the provider so some things & settings and a little bit different from the "raw" install. I also have a "raw" freebsd on a local computer and I notice there is no fping installed on it. So I don't know what the fping on the server is for...

But it was a bad idea to switch directly to pkgng... Now the usual commands seem to work differently, for instance pkg_version -v give only one line :
Code:
fping-3.4                           =   up-to-date with port
pkg_info -arR only this one :
Code:
Information for fping-3.4:

Depends on:
EDIT: OK, all the pkg_* are replaced by pkg, see http://wiki.freebsd.org/pkgng

and portmaster -a wants me to install fping :
Code:
===>>> The following actions will be taken if you choose to proceed:
        Install net/fping

===>>> Proceed? y/n [y]
If I say yes, it fails :
Code:
Installing fping-3.4...pkg: fping-3.4 conflicts with fping+ipv6-2.4b2 (installs files into the same place).  Problematic file: /usr/local/man/man8/fping.8.gz
*** Error code 70

Stop in /usr/ports/net/fping.
*** Error code 1

Stop in /usr/ports/net/fping.

===>>> Installation of fping-3.4 (net/fping) failed
===>>> Aborting update

===>>> Update for net/fping failed
===>>> Aborting update

Terminated

===>>> You can restart from the point of failure with this command line:
       portmaster <flags> net/fping
If I delete it :
Code:
# pkg_delete fping-3.4
pkg_delete: no such package 'fping' installed
then portmaster still wants me to install it
Code:
===>>> The following actions will be taken if you choose to proceed:
        Install net/fping

===>>> Proceed? y/n [y]
How to get out of it ?

Last edited by nico_h; 31st October 2012 at 08:01 AM.
Reply With Quote