From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 05:20:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4E2106564A for ; Wed, 21 Sep 2011 05:20:02 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id 036228FC0C for ; Wed, 21 Sep 2011 05:20:01 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAHJyeU7DDR9Z/2dsb2JhbABCqFyBUwEBBTocIxAIAxguFCUkLodeBLM1hh1gBJNKkTE Received: from 89.31-13-195.static.isp.belgacom.be (HELO localhost) ([195.13.31.89]) by relay.skynet.be with ESMTP; 21 Sep 2011 07:19:59 +0200 Date: Wed, 21 Sep 2011 07:19:05 +0200 From: "Alain G. Fabry" To: Frank Shute Message-ID: <20110921051905.GA1861@desmo.3rdrock.kicks-ass.net> References: <20110920053708.GA2051@desmo.3rdrock.kicks-ass.net> <20110920114254.GA94013@desmo.3rdrock.kicks-ass.net> <20110920121635.GA35842@desmo.3rdrock.kicks-ass.net> <20110920124056.GC22274@mech-cluster241.men.bris.ac.uk> <20110920132541.GA36102@desmo.3rdrock.kicks-ass.net> <20110920134042.GA46675@mech-cluster241.men.bris.ac.uk> <20110920134431.GA36250@desmo.3rdrock.kicks-ass.net> <20110920164145.GA7704@orange.esperance-linux.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110920164145.GA7704@orange.esperance-linux.co.uk> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org, Lars Eighner Subject: Re: Firefox clean installation but does not execute X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 05:20:02 -0000 On Tue, Sep 20, 2011 at 05:41:45PM +0100, Frank Shute wrote: > On Tue, Sep 20, 2011 at 03:44:31PM +0200, Alain G. Fabry wrote: > > > > On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: > > > > > > So, what do you get if you now type: > > > > > > /usr/local/bin/firefox3 > > > > > > or > > > > > > /usr/local/bin/firefox > > > > > > -- > > What I mentioned before ;-) 'command not found' > > > > afabry@desmo 15:40 % /usr/local/bin/firefox3 > > /usr/local/bin/firefox3: Command not found. > > afabry@desmo 15:40 % /usr/local/bin/firefox > > /usr/local/bin/firefox: Command not found. > > afabry@desmo 15:41 % > > > > files don't exist, and must have deinstalled/installed already 3 times... > > > > You don't mention how you are installing/deleting. > > Try: > > # pkg_delete -f firefox\* > # cd /usr/ports/www/firefox > # make install clean > # ls -l /usr/local/bin/firefox > I've always installed it from ports, I'll also try the pkg_delete and reinstall from ports as you mentioned. See following settings for install ------ ===> Configuring for firefox-3.6.22,1 (cd /usr/ports/www/firefox36/work/mozilla-1.9.2 && /usr/local/bin/autoconf-2.13) (cd /usr/ports/www/firefox36/work/mozilla-1.9.2/js/src/ && /usr/local/bin/autoconf-2.13) Adding configure options from ./.mozconfig: --prefix=/usr/ports/www/firefox36/work/fake --program-transform-name=s/firefox/firefox3/ --with-default-mozilla-five-home=/usr/local/lib/firefox3 --enable-svg --enable-svg-renderer=cairo --enable-application=browser --enable-official-branding --disable-updater --enable-canvas --enable-libxul --disable-necko-wifi --disable-ipc --with-system-nspr --enable-crypto --disable-tests --enable-default-toolkit=cairo-gtk2 --enable-xft --with-pthreads --x-includes=/usr/local/include --x-libraries=/usr/local/lib --enable-extensions=default --enable-image-decoders=default --enable-necko-protocols=default --with-system-zlib=/usr --with-gssapi=/usr --disable-auto-deps --disable-debug-symbols --enable-chrome-format=jar --disable-cpp-exceptions --disable-cpp-rtti --disable-glibtest --disable-gtktest --disable-freetypetest --enable-double-buffer --enable-mathml --disable-installer --disable-md --disable-pedantic --disable-bidi --disable-xterm-updates --disable-xprint --enable-xinerama --disable-gnomevfs --enable-strip --enable-install-strip --disable-debug --enable-optimize= --disable-logging --disable-gnomeui creating cache ./config.cache ...... -------- All the way at the end I see a stat: /usr/local/bin/firefox3: stat: No such file or directory -------- /usr/bin/find /usr/ports/www/firefox36/work/fake -type l -exec echo stat -f \'/bin/ln -hfs \"%Y\" \"%N\"\' {} + | /usr/bin/sed s'|/usr/ports/www/firefox36/work/fake|/usr/local|g' | /bin/sh | /usr/bin/sed -n s'|/usr/ports/ww w/firefox36/work/fake|/usr/local|p' | /bin/sh -x^M stat: /usr/local/lib/firefox3/lib: stat: No such file or directory^M stat: /usr/local/lib/firefox3/bin: stat: No such file or directory^M stat: /usr/local/lib/firefox3/include: stat: No such file or directory^M stat: /usr/local/lib/firefox3/idl: stat: No such file or directory^M stat: /usr/local/bin/firefox3: stat: No such file or directory^M /bin/mkdir -p /usr/local/share/applications /usr/local/share/pixmaps^M install -o root -g wheel -m 444 /usr/ports/www/firefox36/work/firefox3.desktop /usr/local/share/applications/^M /bin/mkdir -p /usr/local/lib/firefox3/chrome/icons/default^M /bin/ln -sf /usr/local/lib/firefox3/chrome/icons/default/default48.png /usr/local/share/pixmaps/firefox3.png^M ======================================================================^M ^M SMB issues:^M Network group, machine, and share browsing does not work correctly.^M ^M SFTP:^M Only sftp access using public key authentication works. To easily^M setup public key authentication to "remote_host":^M ^M ssh-keygen -t dsa^M cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"^M ^M The SSH server on remote_host must allow pub key authentication.^M ^M ======================================================================^M ^M ----------- But don't break you head over this strange issue. If I can't find a solution soon, I'll take the opportunity to reinstall latest release, currently running 7.0 release. Thanks, Alain > > Regards, > > -- > > Frank > > Contact info: http://www.shute.org.uk/misc/contact.html > >