From owner-freebsd-ports@FreeBSD.ORG Thu Feb 17 06:14:24 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F0A16A4CE for ; Thu, 17 Feb 2005 06:14:24 +0000 (GMT) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6025C43D5C for ; Thu, 17 Feb 2005 06:14:24 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id B7D79115F2; Thu, 17 Feb 2005 07:15:18 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42133-01; Thu, 17 Feb 2005 07:15:11 +0100 (CET) Received: from [192.168.42.3] (innercity.xbsd.org [192.168.42.3]) by smtp.xbsd.org (Postfix) with ESMTP id E4CC411588; Thu, 17 Feb 2005 07:15:10 +0100 (CET) Message-ID: <42143631.8090308@xbsd.org> Date: Thu, 17 Feb 2005 07:14:09 +0100 From: Florent Thoumie User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: fr, en MIME-Version: 1.0 To: Booker References: <20050217024157.249A817236@gau.lava.net> In-Reply-To: <20050217024157.249A817236@gau.lava.net> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at xbsd.org cc: ports@freebsd.org Subject: Re: Trying to figure out why pkg_info broken. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 06:14:25 -0000 Booker a écrit : > I'm running freebsd 4.6.2-RELEASE-p2 (yes needs updating) and I installed > apache2 via portupgrade. When I run pkg_info I get this: > > bash-2.05a$ pkg_info > ORBit-0.5.17 High-performance CORBA ORB with support for the C > language > XFree86-4.2.0_1,1 X11/XFree86 core distribution (complete, using > mini/meta-po > XFree86-FontServer-4.2.0_1 XFree86-4 Font Server > XFree86-Server-4.2.1_6 XFree86-4 X server and related programs > XFree86-clients-4.2.1_2 XFree86-4 Client environments > XFree86-documents-4.2.0 XFree86-4 Document Files > XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts > XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts > XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts > XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts > XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files > XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files > XFree86-libraries-4.2.1_1 XFree86-4 include/(shared) library kit > adns-1.0 Easy to use, asynchronous-capable DNS client library and > ut > adzap-20030201 Filter out animated ad banners from web pages > pkg_info: read_plist: bad command '@conflicts apache+mod_ssl-1.*' > > I've tracked it to (I think) in /var/db/pkg/apache-2.0.53/+CONTENTS which > contains: > > @comment PKG_FORMAT_REVISION:1.1 > @name apache-2.0.53 > @comment ORIGIN:www/apache2 > @cwd /usr/local > @pkgdep rc_subr-1.31 > @comment DEPORIGIN:sysutils/rc_subr > @pkgdep perl-5.8.6_2 > @comment DEPORIGIN:lang/perl5.8 > @pkgdep openssl-overwrite-base-0.9.6g_1 > @comment DEPORIGIN:security/openssl > @pkgdep libiconv-1.9.2_1 > @comment DEPORIGIN:converters/libiconv > @pkgdep expat-1.95.8 > @comment DEPORIGIN:textproc/expat2 > @conflicts apache+mod_ssl-1.* > @conflicts apache+mod_ssl+ipv6-1.* > @conflicts apache+mod_ssl+modsnmp-1.* > @conflicts apache+mod_ssl+mod_snmp+ipv6-1.* > @conflicts apache+mod_ssl+mod_accel-1.* > @conflicts apache+mod_ssl+mod_snmp+mod_accel-1.* > @conflicts apache+ipv6-1.* > @conflicts apache+ssl-1.* > @conflicts apache-1.* > @conflicts apache_fp-1.* > @conflicts caudium-devel-1.* > @conflicts caudium10-1.* > @conflicts caudium12-* > @conflicts ru-apache+mod_ssl-1.* > @conflicts ru-apache-1.* > @conflicts thttpd-2.* > man/man1/dbmmanage.1.gz > @comment MD5:fba2bede0e5abd7f885cffa775722875 > ... > > I'm not sure how these conflicts are appearing in this file. I don't have > those ports installed. Need help. These are ports conflicting with www/apache2. It's here so that you don't install one of them. Conflicts are recorded at install time. For your pkg_info problem, you must have an outdated pkg_install, the solution is to upgrade your system or to use sysutils/pkg_install which should be already installed (try /usr/local/bin/pkg_info). -- Florent Thoumie flz@xbsd.org