Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2002 23:19:10 +0100
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Wayne Pascoe <freebsd@molemanarmy.com>
Cc:        Cliff Sarginson <cliff@raggedclown.net>, freebsd-questions@freebsd.org
Subject:   Re: cvsup in 4.5
Message-ID:  <20020206221910.GA3590@student.uu.se>
In-Reply-To: <m23d0ep8fr.fsf@set.home.penguinpowered.org.uk>
References:  <m2665alfnn.fsf@set.ehsrealtime.com> <20020206193619.H9723@davinci.writeclick.co.za> <20020206175657.GB840@raggedclown.net> <m23d0ep8fr.fsf@set.home.penguinpowered.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 06, 2002 at 10:11:20PM +0000, Wayne Pascoe wrote:
> Cliff Sarginson <cliff@raggedclown.net> 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.


-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020206221910.GA3590>