Date: Thu, 23 Dec 2004 19:52:31 -0800 From: "Michael C. Shultz" <reso3w83@verizon.net> To: "Noah" <admin2@enabled.com> Cc: freebsd-questions@freebsd.org Subject: Re: dri install failing with portmanager Message-ID: <200412231952.34173.reso3w83@verizon.net> In-Reply-To: <20041224030502.M78256@enabled.com> References: <20041224030502.M78256@enabled.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 23 December 2004 07:12 pm, you wrote: > sending the portInstalled.dri.log > > > also here is the error'ed output: > > --- snip --- > > > pmupgrade 0.2.0_3 command: #3 ( cd /tmp; pkg_create -b > xfree86-dri-4.4.0 ) ------------------------------------------------ > pkg_create: can't find package 'xfree86-dri-4.4.0' installed! > ------------------------------------------------ > cd /usr/ports/graphics/xfree86-dri; make deinstall > ===> Deinstalling for graphics/xfree86-dri > ===> xfree86-dri not installed, skipping > ------------------------------------------------ > cd /usr/ports/graphics/xfree86-dri; make reinstall > ===> Installing for xfree86-dri-4.4.0 > > ===> xfree86-dri-4.4.0 conflicts with installed package(s): > dri-6.2,2 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/graphics/xfree86-dri. > *** Error code 1 > > Stop in /usr/ports/graphics/xfree86-dri. > pmupgrade 0.2.0_3 error: make reinstall returned an error, cannot > continue > > > --- snip --- > > > cheers, > > Noah OK, acording to the log you attached: [snippette] docbook-sk-4.1.2_3 docbook-xml-4.2_1 docbook-xsl-1.66.1_1 doom-1.8_1 dri-6.2,2 emacs-21.3_3 esound-0.2.35_1 evolution-2.0.3 evolution-data-server-1.0.3 expat-1.95.8 dri-6.2,2 is still installed, you need to do pkg_delete -f dri-6.2,2 and then make sure /var/db/pkg/dri-6.2,2 is gone. With the information you provided I can duplicate the looping problem so now I can make a modification to portmanager to handle it better. Hopefully when its done portmanager will exit with an error message that tells which package needs to be manually deleted and why it needs to be deleted. So thanks for your help here! That will be portmanager-0.2.1_1 or portmanager-0.2.2 and will probably be about a week before it is in the port tree. Mean while I am hoping you understand what needs to be done when this looping problem occurs, let me know how it goes with dri-6.2,2, if for sime reason pkg_delete -f dri-6.2,2 won't get rid of it you can always rm -r /var/db/pkg/dri-6.2,2 but that leads to another problem, the files from dri-6.2,2 would still be installed on your system but not attached to any port, so rm -r /var/db/pkg/dri-6.2,2 is a very sloppy solution, try to avoid it if you can. -Mike ps. One final thing Noah, I prefer to keep this on list so others with similar problems can find it with google so please cc freebsd-questions@freebsd.org in your replies.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412231952.34173.reso3w83>