Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 1995 11:06:03 -0700
From:      kelly@fsl.noaa.gov (Sean Kelly)
To:        scott@dcs.qmw.ac.uk
Cc:        questions@freebsd.org
Subject:   Re: Tk4.0p2 on FreeBSD: compiles OK but tests fail
Message-ID:  <9511141806.AA04063@emu.fsl.noaa.gov>
In-Reply-To: <199511141556.PAA26594@canary.dcs.qmw.ac.uk> (message from Scott Mitchell on Tue, 14 Nov 1995 15:56:40 %2B0000)

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Scott" == Scott Mitchell <scott@dcs.qmw.ac.uk> writes:

    Scott> The trouble starts with Tk -- no complaints during the
    Scott> build, but _lots_ of tests fail.  Interestingly, I get less
    Scott> failed tests if I run them under a pared-down X setup (just
    Scott> twm and an xterm) rather than my usual mess of clients and
    Scott> a vastly over-configured fvwm.

You'll get even more successes if you run no window manager at all an
an empty X resource database, too.  Do

        X :0 &                                  # Start X server
        xrdb -display :0 -load /dev/null        # Empty resources
        setenv DISPLAY :0                       # For benefit of Tk
        make test                               # Let 'er rip.

As for the tests that fail, ignoring them hasn't caused me any
problems ... yet.

-- 
Sean Kelly
NOAA Forecast Systems Laboratory, Boulder Colorado USA

I went to a restaurant that serves "breakfast at any time."  So I
ordered French Toast during the Renaissance. -- Steven Wright



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