From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 16:50:41 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 649C916A4E0 for ; Tue, 16 Nov 2004 16:50:41 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88AC143D54 for ; Tue, 16 Nov 2004 16:50:40 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.13.1/8.13.1) with ESMTP id iAGGocIb014269; Tue, 16 Nov 2004 17:50:38 +0100 (CET) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.13.1/8.13.1/Submit) id iAGGobK9014264; Tue, 16 Nov 2004 17:50:37 +0100 (CET) (envelope-from karelj) Date: Tue, 16 Nov 2004 17:50:36 +0100 From: "Karel J. Bosschaart" To: Webtech Message-ID: <20041116165036.GA13577@kayjay.xs4all.nl> References: <419A207F.4030102@get-telecom.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <419A207F.4030102@get-telecom.fr> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: portupgrade open-motif doesn't work 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: Tue, 16 Nov 2004 16:50:41 -0000 On Tue, Nov 16, 2004 at 04:45:03PM +0100, Webtech wrote: > Hi, > > I need to upgrade open-motif from 2.2.2_2 to 2.2.3 but when I make the > upgrade, I've got : > > zzz# portupgrade -ri open-motif-2.2.2_2 > ---> Session started at: Tue, 16 Nov 2004 16:40:18 +0100 > ---> Upgrade of x11-toolkits/open-motif started at: Tue, 16 Nov 2004 > 16:40:22 +0100 > ---> Upgrading 'open-motif-2.2.2_2' to 'open-motif-2.2.3' > (x11-toolkits/open-motif) > OK? [yes] yes > ---> Build of x11-toolkits/open-motif started at: Tue, 16 Nov 2004 > 16:40:23 +0100 > ---> Building '/usr/ports/x11-toolkits/open-motif' > ===> Cleaning for libiconv-1.9.2_1 > ===> Cleaning for gettext-0.13.1_1 > ===> Cleaning for gmake-3.80_2 > ===> Cleaning for imake-4.4.0 > ===> Cleaning for libtool-1.3.5_2 > ===> Cleaning for libtool-1.5.10 > ===> Cleaning for pkgconfig-0.15.0_1 > ===> Cleaning for freetype2-2.1.7_3 > ===> Cleaning for expat-1.95.8 > ===> Cleaning for fontconfig-2.2.3,1 > ===> Cleaning for XFree86-libraries-4.4.0_2 > ===> Cleaning for open-motif-2.2.3 > ===> 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. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade26568.0 make > ** Fix the problem and try again. > ---> Build of x11-toolkits/open-motif ended at: Tue, 16 Nov 2004 > 16:40:27 +0100 (consumed 00:00:04) > ---> Upgrade of x11-toolkits/open-motif ended at: Tue, 16 Nov 2004 > 16:40:27 +0100 (consumed 00:00:05) > ---> Skipping 'graphics/xpdf' (xpdf-3.00_4) because a requisite package > 'open-motif-2.2.2_2' (x11-toolkits/open-motif) failed (specify -k to force) > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > ! x11-toolkits/open-motif (open-motif-2.2.2_2) (unknown build > error) > * graphics/xpdf (xpdf-3.00_4) > ---> Packages processed: 0 done, 0 ignored, 1 skipped and 1 failed > ---> Session ended at: Tue, 16 Nov 2004 16:40:27 +0100 (consumed 00:00:09) > > Any Ideas ? You can ignore the vulnerability by setting DISABLE_VULNERABILITIES in your build environment (ie. 'setenv DISABLE_VULNERABILITIES="YES"' for tcsh). However, check the reference url given above and decide if it is acceptable for you to install this software. Karel.