From owner-freebsd-questions Wed Feb 6 14:19:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id B635037B426 for ; Wed, 6 Feb 2002 14:19:17 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailc.telia.com (8.11.6/8.11.6) with ESMTP id g16MJFI17720 for ; Wed, 6 Feb 2002 23:19:15 +0100 (CET) Received: from falcon.midgard.homeip.net (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id XAA15469 for ; Wed, 6 Feb 2002 23:19:13 +0100 (CET) Received: (qmail 3608 invoked by uid 1001); 6 Feb 2002 22:19:11 -0000 Date: Wed, 6 Feb 2002 23:19:10 +0100 From: Erik Trulsson To: Wayne Pascoe Cc: Cliff Sarginson , freebsd-questions@freebsd.org Subject: Re: cvsup in 4.5 Message-ID: <20020206221910.GA3590@student.uu.se> Mail-Followup-To: Wayne Pascoe , Cliff Sarginson , freebsd-questions@freebsd.org References: <20020206193619.H9723@davinci.writeclick.co.za> <20020206175657.GB840@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Feb 06, 2002 at 10:11:20PM +0000, Wayne Pascoe wrote: > Cliff Sarginson writes: > > > > Try rebuilding cvsup with -DWITHOUT_X11, or using the cvsup-without-gui > > > port instead (same result). Either of those methods will remove the > > > dependency on the X libs. > > > > > I am wondering if it was a prudent move to make the default build to be > > with X11. Seems a little strange to me...? > > My thoughts exactly. I installed cvsup-16.1f as a package from the > CD. The man page has this in it : > > -g Disables the use of the graphical user interface. This > option is implied if the DISPLAY environment variable is not > set. > > So I sortof assumed that -g would disable the use of the graphical > user interface. -g does disable the use of the GUI. Unfortunately if you do not have X installed it won't even come as far as parsing the command line. The problem is that cvsup was changed to be dynamically linked by default, whereas it previously was statically linked for the package build. This means that since it was dynamically linked against the X libraries it now needs them to start, while before teh X libraries needed were always included in the executable. Changing it to be dynamically linked by default was probably a bad idea. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message