*BSD News Article 93762


Return to BSD News archive

From: gp@wilde.oit.umass.edu (Gregory Pavelcak)
Subject: Order of pkg_add
Newsgroups: comp.unix.bsd.freebsd.misc
Lines: 13
X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
NNTP-Posting-Host: wilde.oit.umass.edu
Message-ID: <33565fcf.0@oit.umass.edu>
Date: 17 Apr 97 17:37:19 GMT
Organization: University of Massachusetts, Amherst
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!newsfeed.direct.ca!news.maxwell.syr.edu!news-peer.sprintlink.net!news.sprintlink.net!sprint!howland.erols.net!cam-news-hub1.bbnplanet.com!cam-news-feed5.bbnplanet.com!news.bbnplanet.com!umass.edu!oit.umass.edu!wilde.oit.umass.edu!not-for-mail
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39233

Once again, I don't remember the exact messages, but sometimes something 
like this happens:

	pkg_add pkg1

All seems to go well, but at the end there's a message like
can't find package2. Can't set all dependencies, or something like that.
I assume that just means there's a file that the package expected to
find and didn't. My questions: How big a problem is this? AND
If I want to fix it can I just pkg_add package2, or do I need to delete 
the first package, add the second, and then re-add the first?

Thanks