Date: Thu, 11 Jan 2007 19:42:06 +0100 From: Stevan Tiefert <stevan-tiefert@t-online.de> To: freebsd-questions@freebsd.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: general question about packages and ports working together [solved] Message-ID: <200701111942.07479.stevan-tiefert@t-online.de> In-Reply-To: <20070111031338.GA9583@xor.obsecurity.org> References: <200701102349.05260.stevan-tiefert@t-online.de> <200701110411.00479.stevan-tiefert@t-online.de> <20070111031338.GA9583@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Donnerstag, 11. Januar 2007 04:13 schrieb Kris Kennaway: > On Thu, Jan 11, 2007 at 04:10:59AM +0100, Stevan Tiefert wrote: > > Am Donnerstag, 11. Januar 2007 04:05 schrieb Kris Kennaway: > > > On Thu, Jan 11, 2007 at 03:47:34AM +0100, Stevan Tiefert wrote: > > > > Am Donnerstag, 11. Januar 2007 03:38 schrieb Kris Kennaway: > > > > > On Thu, Jan 11, 2007 at 03:30:18AM +0100, Stevan Tiefert wrote: > > > > > > Am Donnerstag, 11. Januar 2007 02:47 schrieb Kris Kennaway: > > > > > > > On Wed, Jan 10, 2007 at 11:49:04PM +0100, Stevan Tiefert wrote: > > > > > > > > Hello list, > > > > > > > > > > > > > > > > portaudit suggested me to update kdelibs. Ok I've done it via > > > > > > > > ports. Two days later I wanted to add the package > > > > > > > > de-koffice-i18n. The package de-koffice-i18n tried to install > > > > > > > > also my unsecure kdelibs again, if I hadn't stopped it I > > > > > > > > would now have two kdelibs on my harddrive... > > > > > > > > > > > > > > > > May it be that the packages are not accepting the newer > > > > > > > > versions from the ports? > > > > > > > > > > > > > > No, this should not be it. Post the exact output of the > > > > > > > commands you tried so we can try to help. > > > > > > > > > > > > > > Kris > > > > > > > > > > > > Excuse me! It seems that I need sleep :-( It is 3:30 am in my > > > > > > country... > > > > > > > > > > > > That is the right log: > > > > > > > > > > > > vagabund# pkg_add -r de-koffice-i18n > > > > > > Fetching > > > > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release > > > > > >/Lat es t/de-koffice-i18n.tbz... Done. > > > > > > Fetching > > > > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release > > > > > >/All /k delibs-3.5.1_1.tbz... Done. > > > > > > pkg_add: package 'kdelibs-3.5.1_1' conflicts with > > > > > > kdelibs-nocups-3.5.5 pkg_add: please use pkg_delete first to > > > > > > remove conflicting package(s) or -f to f > > > > > > orce installation > > > > > > pkg_add: pkg_add of dependency 'kdelibs-3.5.1_1' failed! > > > > > > vagabund# > > > > > > > > > > That's the problem, you have a conflicting package (kdelibs built > > > > > with WITHOUT_CUPS set) installed. If you really want to use > > > > > packages you'll need to revert that to the standard setting of > > > > > including cups support. > > > > > > > > > > Kris > > > > > > > > Hello Kris, > > > > > > > > that is the problem... The other mail I sent before handles abaout > > > > the kdelibs-upgrade I did two days ago. And you will see, that the > > > > building stopped where cups should be integrated. You see also, that > > > > it failed and that was the reason I installed the kdelibs-nocups > > > > port. The kdelibs don't want to be installed. I don't understand > > > > why... > > > > > > OK, that's what you need to solve. You can either post your errors > > > here so we can try to solve them, or just delete the nocups port and > > > go with the package. > > > > > > Kris > > > > Hello again, > > > > this is the log of kdelibs3: > > > > vagabund# cd /usr/ports/x11/kdelibs3 > > vagabund# make install >& ~/kdelibs3-install.log > > vagabund# > > > > And here are the last few raws of kdelibs3-install.log: > > OK, make sure everything required by kdelibs is up-to-date (with > portupgrade -R kdelibs or similar). It is buildable on a clean 4.x > system, although since 4.x is EOL in a couple of weeks you might > prefer to spend your time on an upgrade to a supported version like > 6.2. > > Kris ... many hours and a "portupgrade -R kdelibs" later ... It works now... And the lessons learned today: "I forgot one small argument on the command line..." what a pity... Thanks honestly for this help. With regards Stevan Tiefert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701111942.07479.stevan-tiefert>