From owner-freebsd-questions@FreeBSD.ORG Sun Dec 19 05:08:57 2004 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 DF74C16A4CE for ; Sun, 19 Dec 2004 05:08:56 +0000 (GMT) Received: from addr14.addr.com (addr14.addr.com [209.249.147.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC1A43D2D for ; Sun, 19 Dec 2004 05:08:56 +0000 (GMT) (envelope-from markski@addr14.addr.com) Received: from addr14.addr.com (localhost [127.0.0.1])iBJ58tZX090101 for ; Sat, 18 Dec 2004 21:08:55 -0800 (PST) Received: (from markski@localhost) by addr14.addr.com (8.12.8/8.12.7/Submit) id iBJ58tjp090099 for freebsd-questions@freebsd.org; Sat, 18 Dec 2004 21:08:55 -0800 (PST) Date: Sat, 18 Dec 2004 21:08:55 -0800 From: Mark To: freebsd-questions@freebsd.org Message-ID: <20041218210855.A86705@logik.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i X-ADDRSpamFilter: Passed, probability (0%) X-ADDRSignature: 38404B31 Subject: system insists it's up to date (xpm woes) 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: Sun, 19 Dec 2004 05:08:57 -0000 Hi, I'm having a bit of trouble with ports and packages: # cd /usr/ports/graphics/xpdf/ # make install clean distclean ===> xpdf-3.00_4 depends on executable: freetype-config - found ===> xpdf-3.00_4 depends on executable: gmake - found ===> xpdf-3.00_4 depends on file: /usr/local/bin/autoconf259 - found ===> xpdf-3.00_4 depends on shared library: t1.5 - found ===> xpdf-3.00_4 depends on shared library: freetype.9 - found ===> xpdf-3.00_4 depends on shared library: Xm.3 - not found ===> Verifying install for Xm.3 in /usr/ports/x11-toolkits/open-motif ===> open-motif-2.2.3 has known vulnerabilities: => xpm -- image decoding vulnerabilities. Reference: => Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/x11-toolkits/open-motif. *** Error code 1 Stop in /usr/ports/graphics/xpdf. --------------------------- Right, ok, that's fair enough. So: # cd /usr/ports/x11/libXpm/ # make install clean distclean ===> libXpm-3.5.1_1 depends on file: /usr/X11R6/libdata/pkgconfig/xproto.pc - not found ===> Verifying install for /usr/X11R6/libdata/pkgconfig/xproto.pc in /usr/ports/x11/xproto ===> Extracting for xproto-6.6.2 => Checksum OK for xproto-6.6.2.tar.bz2. ===> Patching for xproto-6.6.2 ===> xproto-6.6.2 depends on executable: gmake - found ===> Configuring for xproto-6.6.2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating xproto.pc ===> Installing for xproto-6.6.2 ===> xproto-6.6.2 conflicts with installed package(s): xorg-libraries-6.7.0_3 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/x11/xproto. *** Error code 1 Stop in /usr/ports/x11/libXpm. --------------------------------- Ah. So basically libXpm is part of xorg? I didn't install Xorg via the ports system but via sysinstall when I first installed FreeBSD... # pkg_version http://www.FreeBSD.org/ports/INDEX-5 xorg-clients = xorg-fonts-100dpi = xorg-fonts-75dpi = xorg-fonts-cyrillic = xorg-fonts-encodings = xorg-fonts-miscbitmaps = xorg-fonts-truetype = xorg-fonts-type1 = xorg-fontserver = xorg-libraries = xorg-manpages = xorg-server = Now please correct me if I'm in the wrong ballpark entirely, but my system seems to think it's both current and not at the same time. The last update of xorg apparently fixed the issue, and apparently that's the version I'm using: http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/xorg-libraries/ Could someone please dispel my confusion or at least slap me about a bit until I get it? cheers, mark