Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Jun 2006 12:55:25 -0400
From:      Gerard Seibert <gerard@seibercom.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: portmanager keeps on reinstalling the same port
Message-ID:  <20060603122342.DEF4.GERARD@seibercom.net>
In-Reply-To: <1149340045.704.17.camel@localhost.savola.com>
References:  <20060603073403.5447.GERARD@seibercom.net> <1149340045.704.17.camel@localhost.savola.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yousef Raffah wrote:

> On Sat, 2006-06-03 at 07:44 -0400, Gerard Seibert wrote:
> > Yousef Raffah wrote:
> > 
> > > excuse the n00b in me but I'm trying to install a port using portmanager
> > > as installing it the traditional (make install clean) way failed and the
> > > one of the cool guys on the list here suggested to use portmanager to
> > > resolve the problem.
> > > 
> > > I have synced my ports as of today morning and tried to launch:
> > > # portmanager deskutils/taskjuggler -l -f
> > > 
> > > the thing is, portmanager kicks out and tries to reinstall lang/perl5.8,
> > > although it had reinstalled it earlier and I'm sure I have perl 5.8.8
> > > installed already!. I'm not sure if this is a normal behaviour of
> > > portmanager? But I will keep on monitoring it and see if it all goes
> > > well
> > > 
> > > 
> > You are telling 'portmanager' to rebuild your entire system when you use
> > the '-f' switch.
> > 
> > To install just this one port, run the program like this:
> > 
> > portmanager deskutils/taskjuggler -l -y
> I did that and here is the latest output I got from portmanager:
> 
> ========================================================================
> skipping taskjuggler-2.2.0 /deskutils/taskjuggler until dependency
> p5-Class-MethodMaker-2.08 updated
> skipping p5-Class-MethodMaker-2.08 /devel/p5-Class-MethodMaker until
> dependency p5-PathTools-3.18 updated
> skipping qt-3.3.6_2 /x11-toolkits/qt33 until dependency libmng-1.0.9
> updated
> skipping kdelibs-3.5.2_1 /x11/kdelibs3 until dependency
> xorg-clients-6.9.0_3 updated
> skipping p5-Bit-Vector-6.4_1 /math/p5-Bit-Vector until dependency
> p5-Carp-Clan-5.3 updated
> skipping xorg-clients-6.9.0_3 /x11/xorg-clients until dependency
> imake-6.9.0 updated
> skipping openssl-0.9.8b_1 /security/openssl marked IGNORE reason:
> conflicts with another installed port
> skipping xorg-fonts-encodings-6.9.0_1 /x11-fonts/xorg-fonts-encodings
> until dependency xorg-clients-6.9.0_3 updated
> skipping OpenEXR-1.2.2_1 /graphics/OpenEXR until dependency
> pkg-config-0.20_2 updated
> skipping libart_lgpl-2.3.17_1 /graphics/libart_lgpl until dependency
> pkg-config-0.20_2 updated
> skipping arts-1.5.2,1 /audio/arts until dependency qt-3.3.6_2 updated
> skipping libidn-0.6.3 /dns/libidn until dependency pkg-config-0.20_2
> updated
> skipping libxml2-2.6.24_1 /textproc/libxml2 until dependency
> pkg-config-0.20_2 updated
> skipping libxslt-1.1.16_2 /textproc/libxslt until dependency
> pkg-config-0.20_2 updated
> skipping cups-base-1.1.23.0_9 /print/cups-base until dependency
> gnutls-1.2.11 updated
> skipping gamin-0.1.7_2 /devel/gamin until dependency pkg-config-0.20_2
> updated
> skipping fontconfig-2.3.2_5,1 /x11-fonts/fontconfig until dependency
> pkg-config-0.20_2 updated
> skipping freetype2-2.1.10_3 /print/freetype2 until dependency
> pkg-config-0.20_2 updated
> skipping libaudiofile-0.2.6 /audio/libaudiofile until dependency
> pkg-config-0.20_2 updated
> skipping libmad-0.15.1b_2 /audio/libmad until dependency
> pkg-config-0.20_2 updated
> skipping glib-2.10.2 /devel/glib20 until dependency pkg-config-0.20_2
> updated
> skipping jackit-0.100.0_2 /audio/jack until dependency pkg-config-0.20_2
> updated
> skipping gnutls-1.2.11 /security/gnutls until dependency
> pkg-config-0.20_2 updated
> skipping libsndfile-1.0.16 /audio/libsndfile until dependency
> pkg-config-0.20_2 updated
> skipping libtasn1-0.3.4 /security/libtasn1 until dependency
> pkg-config-0.20_2 updated
> skipping p5-PostScript-Simple-0.07 /print/p5-PostScript-Simple marked
> IGNORE reason: looping, 3rd attempt at make
> skipping p5-PathTools-3.18 /devel/p5-PathTools marked IGNORE reason:
> looping, 3rd attempt at make
> skipping libmng-1.0.9 /graphics/libmng marked IGNORE reason: looping,
> 3rd attempt at make
> skipping mDNSResponder-107.5 /net/mDNSResponder marked IGNORE reason:
> looping, 3rd attempt at make
> skipping lua-5.0.2_1 /lang/lua50 marked IGNORE reason: looping, 3rd
> attempt at make
> skipping p5-Carp-Clan-5.3 /devel/p5-Carp-Clan marked IGNORE reason:
> looping, 3rd attempt at make
> skipping imake-6.9.0 /devel/imake-6 marked IGNORE reason: looping, 3rd
> attempt at make
> skipping pkg-config-0.20_2 /devel/pkg-config marked IGNORE reason:
> looping, 3rd attempt at make
> skipping portaudio-18.1_2 /audio/portaudio marked IGNORE reason:
> looping, 3rd attempt at make
> 
> 
> Should I update the dependencies manually? Isn't portmanager supposed to
> "update" those dependencies?
> > 
> > If you have 'portupgrade' installed, you might want to run 'portsclean':
> > 
> > portsclean -C -L
> > 
> > first to make sure that you have cleaned out any old work before
> > starting a new installation.
> > 
> I did that and it cleaned some stuff :) Thanks for sharing the
> information.
> > 

Well, it seems that you have a problem here:

skipping openssl-0.9.8b_1 /security/openssl marked IGNORE reason:
conflicts with another installed port

You might want to check that out. Are you sure you have a completely
fresh ports tree? If not, update it and then run"

portmanager -u -l -y

and see if that corrects the other problems. Then try to install the
package. Did portmanager actually exit or did you stop it manually?
There is no mention in the log file you supplied of it exiting the build
process.


-- 
Gerard Seibert
gerard@seibercom.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060603122342.DEF4.GERARD>