From owner-freebsd-questions@FreeBSD.ORG Mon May 9 23:12:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB3F16A4EB for ; Mon, 9 May 2005 23:12:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE9043D5E for ; Mon, 9 May 2005 23:12:17 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so874776rng for ; Mon, 09 May 2005 16:12:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FVJN/01zEr3QVZkBumhvA5zMqygMXVHQwNhQWtgj9mUsuqi+i23vl8hi0DgcO3S6HgewQztosQFCOHajjiOFkTrY0fNSPfl9bCnEv2bJ7c1YkExiOaQvxC5aWC1tcsrXvaklDeWs19LCOBQuPec45byWMyCrSB4lY+CoOdpM+D4= Received: by 10.38.151.37 with SMTP id y37mr1748971rnd; Mon, 09 May 2005 16:12:17 -0700 (PDT) Received: by 10.38.74.28 with HTTP; Mon, 9 May 2005 16:12:17 -0700 (PDT) Message-ID: Date: Tue, 10 May 2005 01:12:17 +0200 From: Gert Cuykens To: Alex Zbyslaw In-Reply-To: <427FE465.5040504@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1115644148.2725.7.camel@p4-3200.local> <427FE465.5040504@dial.pipex.com> cc: freebsd-questions@freebsd.org Subject: Re: mozilla X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 23:12:18 -0000 On 5/10/05, Alex Zbyslaw wrote: > On 5/9/05, Gert Cuykens wrote: >=20 > > On 5/9/05, Andreas Rudisch <"cyb."@gmx.net> wrote: >=20 > >> > On Mon, 2005-05-09 at 14:46 +0200, Gert Cuykens wrote: > > > > > >>> > > Doesnt matter what i do, make clean, portmanager or cvsup. Mozill= a > >>> > > always gets stuck at the same place i have this problem for month= s now > >> > >> > >> > > > > > > >>> > > =3D=3D=3D> Generating temporary packing list > >>> > > =3D=3D=3D> Checking if www/mozilla already installed > >>> > > /bin/mkdir -p /usr/X11R6/lib/mozilla > >>> > > /bin/chmod 755 /usr/X11R6/lib/mozilla > >>> > > install -o root -g wheel -m 555 > >>> > > /usr/ports/www/mozilla/work/fake/bin/mozilla /usr/X11R6/lib/mozil= la > >>> > > install -o root -g wheel -m 555 > >>> > > /usr/ports/www/mozilla/work/fake/bin/mozilla-config > >>> > > /usr/X11R6/lib/mozilla > >>> > > cd /usr/ports/www/mozilla/work/fake/lib/mozilla && /usr/bin/find = . | > >>> > > /usr/bin/cpio -pdm -L -R root:wheel /usr/X11R6/lib/mozilla > >>> > > /usr/bin/cpio: /usr/X11R6/lib/mozilla/./components/nsProxyAutoCon= fig.js > >>> > > not created: newer or same age version exists > >>> > > /usr/bin/cpio: /usr/X11R6/lib/mozilla/./components/nsHelperAppDlg= .js > >>> > > not created: newer or same age version exists > >>> > > /usr/bin/cpio: /usr/X11R6/lib/mozilla/./components/nsProgressDial= og.js > >>> > > not created: newer or same age version exists > >>> > > /usr/bin/cpio: /usr/X11R6/lib/mozilla/./components/nsCloseAllWind= ows.js > >>> > > not created: newer or same age version exists > >> > >> > >> > > >> > ^^^ Make sure Mozilla is deinstalled properly before you try to inst= all > >> > it again. > > > > > > > > but i removed it properly, it just puts it back every time i try to > > install mozilla. >=20 > If mozilla was deinstalled correctly then the duplicate files in > /usr/X11R6/lib/mozilla/./components/ would not be there. You haven't sai= d what you actually did to uninstall mozilla, but I saw no mention of "make= deinstall" or "pkg_delete" or "portupgrade -f". What does "pkg_info -I mo= zilla\*" show? >=20 > I don't know portmanager, but neither make clean nor cvsup have anything = to do with deinstalling ports. >=20 > I've installed and deinstalled mozilla about five times in the last few w= eeks trying out various patches, and I know that correct deinstallation wil= l remove the files that cpio is complaining about. The files are not gone = on your machine, ergo mozilla was not deinstalled correctly. Why that happ= ened, there is just too little information to say. >=20 > --Alex wel i removed mozilla with a bit of pkg-delete forcing :) anyway why doesnt the make file overwrite it ? And why cant it tell me this before the realy realy long building process? It drives me nuts too know mozilla works but wont register it every time i try. FX-53R find / -name mozilla /usr/ports/www/mozilla FX-53R=20 See no mozilla anywhere