From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 19:37:23 2003 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 2D7C916A4CE for ; Fri, 12 Dec 2003 19:37:23 -0800 (PST) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id BB5FF43D2D for ; Fri, 12 Dec 2003 19:37:20 -0800 (PST) (envelope-from root@pukruppa.de) Received: (qmail 21237 invoked by uid 505); 13 Dec 2003 03:38:36 -0000 Received: from root@pukruppa.de by dsl-mail by uid 89 with qmail-scanner-1.14 (spamassassin: 2.43. Clear:SA:0(0.0/5.0):. Processed in 0.278302 secs); 13 Dec 2003 03:38:36 -0000 X-Spam-Status: No, hits=0.0 required=5.0 Received: from unknown (HELO reverse-213-146-114-24.dialin.kamp-dsl.de) (213.146.114.24) by dsl-mail.kamp.net with SMTP; 13 Dec 2003 03:38:35 -0000 Date: Sat, 13 Dec 2003 04:41:11 +0100 (CET) From: Peter Ulrich Kruppa X-X-Sender: root@pukruppa.net To: Richard Shea In-Reply-To: <20031213004228.5A5B17EBA6@server2.messagingengine.com> Message-ID: <20031213042927.R44706@pukruppa.net> References: <20031213004228.5A5B17EBA6@server2.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Questions Subject: Re: Removing Java ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 03:37:23 -0000 On Sat, 13 Dec 2003, Richard Shea wrote: > Hi - I've got a problem installing the JDK on FreeBSD 4.8 (see > "/usr/ports/java/jdk13 - make all dumps - any suggestions ?" previous > post for details) and as I don't know how to fix I was thinking that I > might completely uninstall all Java related stuff and start again. > > So far I have obtained the Linux JDK, the sources for the JDK and the > FreeBSD patchset for the JDK and done a 'make install'. In fact I've done > a make install several times as the process fell over because certain > dependencies weren't met and so I fixed those and restarted. I've now got > to a point in the make where it just says 'illegal instruction'. > > So my question is what's the best way to clean every trace of Java from > the box so I can start again and (maybe) get further this time ? (I don't know if this is the _best_ way) You can # cd /var/db/pkg # ls will give you a list of all packages installed via ports, sysinstall or pkg_add . You can remove them by # pkg_delete package_name Also have a look at # man pkg_delete for force and recursive options. Good Luck, Uli. > > thanks > > richard shea. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+