Bug 9047 - cd ports/x11/XFree86;make install fails in XF86Setup on _Tcl_AsyncReady
Summary: cd ports/x11/XFree86;make install fails in XF86Setup on _Tcl_AsyncReady
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: jmz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-12-11 00:10 UTC by jhs
Modified: 1999-05-09 19:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jhs freebsd_committer freebsd_triage 1998-12-11 00:10:00 UTC
	cd ports/x11/XFree86;make install
	
       cc -o XF86Setup -O2 -ansi -pedantic -Dasm=__asm     -L../../../../../e
xports/lib main.o tclmisc.o tclvidmode.o tclcards.o tclother.o               tcl
kbd.o tclxfconf.o xf86Config.o cards.o tclxkbui.o                    tkother.o -
lxkbui -lxkbfile                    -Wl,-Bstatic -L/usr/local/lib -ltk80 -Wl,-B
dynamic -Wl,-Bstatic -L/usr/local/lib -ltcl80 -Wl,-Bdynamic -lXxf86vm -lXxf86mis
c            -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX
11 -lm   -L/usr/X11R6/lib   -lxpg4   -lkrb -ldes -lcrypt

        tclBasic.o: Undefined symbol `_Tcl_AsyncReady' referenced from text

Fix: 

... grep on 7.5 7.6 & 8.0 ports/lang/tcl* source show AsyncReady,
	maybe  jmz@FreeBSD.ORG  might want something aprox to
	   BUILD_DEPENDS=        tcl80${LIBEXT}.1:${PORTSDIR}/lang/tcl80
	?  (not sure, still experimenting)
How-To-Repeat: 
	cd /usr/ports/x11/XFree86 ; make install
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-12-11 00:27:16 UTC
Responsible Changed
From-To: freebsd-ports->jmz

Over to port's maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-05-09 19:09:04 UTC
State Changed
From-To: open->closed

Please try a more recent version of this port.  Thanks.