From owner-freebsd-ports@FreeBSD.ORG Fri Sep 21 11:00:44 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5B9116A41A for ; Fri, 21 Sep 2007 11:00:44 +0000 (UTC) (envelope-from veeeye.cn@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 9E61913C47E for ; Fri, 21 Sep 2007 11:00:44 +0000 (UTC) (envelope-from veeeye.cn@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1579248pyb for ; Fri, 21 Sep 2007 04:00:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=qK5Vf4vfz893IebN3LaYIUaGqiR7CgROZAN00nBs6O4=; b=FJT0nnnygK8Pbk7fN24gwg3EB5jVTl7pEjgHvS5lXQtv8Gp7e+EaNb640sS3hvYX+4Cm7JU1MRCZTYF3eBK0Gxi+c0D12DFTOXxNmiZ/3tGY6kKBF/8NYP8/ii8Qap059I6f+v8Fm2336/9StSsBawt907Og+raABJE9G4iKyYE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Xsz0m8dbFuGvVLHyhK5zjogcIqRkNaXYBBisPdxvveGiU+2MKqsg2NRD+5so4K9qD0vujSDNpeqN22vtxTzR6h7kzcMPvKlcrZdAOJQPhlm6xokHFjQG7vG29GhC2dcwyok4gIzJ9yc4HuqoUpjG7U37wpdv6yOU2V8Sh0FpIHw= Received: by 10.65.114.11 with SMTP id r11mr6382667qbm.1190370825181; Fri, 21 Sep 2007 03:33:45 -0700 (PDT) Received: by 10.65.75.10 with HTTP; Fri, 21 Sep 2007 03:33:45 -0700 (PDT) Message-ID: <4997c4cf0709210333v70f45f0ai8326cb87b1a8cab8@mail.gmail.com> Date: Fri, 21 Sep 2007 18:33:45 +0800 From: veeeye To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Conflicts during install the mplayer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 11:00:45 -0000 hi, i tried to install the mplayer to my freebsd6.2 with ports, and got this question: ===> linux-gdk-pixbuf-0.22.0.18.fc4.2 conflicts with installed package(s): linux-gtk2-2.6.10 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/graphics/linux-gdk-pixbuf. *** Error code 1 I removed the package linux-gtk2-2.610, and then installed it suncessful. during the process ,i saw that the mplayer depends on the linux_base_fc4, and the linux-gtk2-2.610 was installed for this reason, and the conflict happened later. Is this a problem of my installed or a bug of ports?