*BSD News Article 33493


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!usc!howland.reston.ans.net!usenet.ins.cwru.edu!ns.mcs.kent.edu!borsburn
From: borsburn@mcs.kent.edu (Bret Orsburn)
Newsgroups: comp.os.386bsd.apps
Subject: ports/x11/tk build problem
Date: 25 Jul 1994 17:30:52 GMT
Organization: Kent State University
Lines: 40
Message-ID: <310ssc$812@ns.mcs.kent.edu>
NNTP-Posting-Host: condor.mcs.kent.edu

I'm trying to track down an apparent bug in tk3.6 under FreeBSD 1.1.

As a first step, I tried to build tk3.6 from source.

Compiling ports/x11/tk from the 2nd issue of BSDisc (which should be identical
to freebsd.cdrom.com around the time of the BSDisc master date) failed like
this:

-------------------------------------------------------

rm -f libtk.a
ar cr libtk.a tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkCmds.o  tkColor.o t
kConfig.o tkCursor.o tkError.o tkEvent.o  tkFocus.o tkFont.o tkGet.o tkGC.o tkGe
ometry.o tkGrab.o  tkMain.o tkOption.o tkPack.o tkPlace.o tkPreserve.o tkSelect.
o  tkSend.o tkWindow.o tkWm.o tkButton.o tkEntry.o tkFrame.o tkListbox.o  tkMenu
.o tkMenubutton.o tkMessage.o tkScale.o  tkScrollbar.o tkFScale.o  tkCanvas.o tk
CanvArc.o tkCanvBmap.o tkCanvLine.o  tkCanvPoly.o tkCanvPs.o tkCanvText.o tkCanv
Wind.o  tkRectOval.o tkTrig.o tkText.o tkTextBTree.o tkTextDisp.o tkTextIndex.o 
tkTextTag.o
ar: tkFScale.o: No such file or directory.
*** Error code 1

Stop.

-------------------------------------------------------

I figured there was a file missing, so I looked for another source of tk3.6.

Freebsd.cdrom.com is pretty busy these days, so I got it from
ftp.cs.berkeley.edu, the "home" system of tk/tcl.

The version from ucb builds cleanly: it does not contain any file tkFScale.*,
but neither does it attempt to include it in the library.

So, what's up with this?

---

    Bret Orsburn
    borsburn@mcs.kent.edu