Date: Thu, 17 Feb 2005 07:14:09 +0100 From: Florent Thoumie <flz@xbsd.org> To: Booker <booker@lava.net> Cc: ports@freebsd.org Subject: Re: Trying to figure out why pkg_info broken. Message-ID: <42143631.8090308@xbsd.org> In-Reply-To: <20050217024157.249A817236@gau.lava.net> References: <20050217024157.249A817236@gau.lava.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42143631.8090308>