From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 09:59:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 96BA516A400 for ; Tue, 18 Apr 2006 09:59:45 +0000 (UTC) (envelope-from freebsd.low@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D7F43D76 for ; Tue, 18 Apr 2006 09:59:44 +0000 (GMT) (envelope-from freebsd.low@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so673253nfc for ; Tue, 18 Apr 2006 02:59:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=dXaBhmPxoFZGTMPzDzTuDrVAYZ31UFvGU/8VHyIL9/dzZ38LgOj7bffVjZGANpYgdp2cbMrlIr+foow/5q+Fqw0wD71mAny9xFsB7CvZuDEZNqZlXuNeODODNx6ih5qNmfAPUnvq4r8gaeDGhtEbD6S+dPaWganBgEgBW1n+ius= Received: by 10.48.243.2 with SMTP id q2mr2670211nfh; Tue, 18 Apr 2006 02:59:44 -0700 (PDT) Received: by 10.49.4.3 with HTTP; Tue, 18 Apr 2006 02:59:44 -0700 (PDT) Message-ID: Date: Tue, 18 Apr 2006 17:59:44 +0800 From: "Low Kian Seong" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Question regarding upgrading jed 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: Tue, 18 Apr 2006 09:59:45 -0000 Dear all, When i try to upgrade jed, I get this error : =3D=3D=3D> libslang2-2.0.6 conflicts with installed package(s): libslang-1.4.9 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/devel/libslang2. *** Error code 1 Stop in /usr/ports/devel/libslang2. *** Error code 1 Stop in /usr/ports/editors/jed. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade85756.= 0 make Is this some bug in the port ? Isn't portupgrade supposed to handle dependency problems as well ? Thank you in advance.