Date: Sun, 27 Aug 2006 11:57:01 +0400 From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: freebsd-ports@freebsd.org, Dino Vliet <dino_vliet@yahoo.com>, eric+fbports@vangyzen.net, Scot Hetzel <swhetzel@gmail.com>, freebsd-questions@freebsd.org Subject: Re: port tk84 won't upgrade properly on AMD64 system Message-ID: <20060827115701.23bca82d@localhost> In-Reply-To: <20060827063959.77809.qmail@web51107.mail.yahoo.com> References: <790a9fff0608261526t79e2a42fv22f2f474b174112e@mail.gmail.com> <20060827063959.77809.qmail@web51107.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_05c+MJfcGteUr7CmMbpvGjn Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Sat, 26 Aug 2006 23:39:59 -0700 (PDT) Dino Vliet <dino_vliet@yahoo.com> mentioned: > The build gives this error: >=20 > [root@zouk /usr/ports/x11-toolkits/tk84]# make build > =3D=3D=3D> Building for tk-8.4.13,2 > cc -pipe -O2 -fno-strict-aliasing -pipe tkAppInit.o > -L/usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix > -ltk84 -L/usr/local/lib -ltcl84 -L/usr/X11R6/lib > -lX11 -lm -Wl,-rpath,/usr/local/lib:/usr/X11R6/lib -o > wish > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_attr_destroy' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_create' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_attr_init' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_exit' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_attr_setscope' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_attr_setstacksize' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_attr_setdetachstate' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_join' > /usr/local/lib/libtcl84.so: undefined reference to > `pthread_cond_timedwait' > *** Error code 1 >=20 > Stop in > /usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix. > *** Error code 1 >=20 > Stop in /usr/ports/x11-toolkits/tk84. > [root@zouk /usr/ports/x11-toolkits/tk84]# >=20 > What else do you need from me, to figure this out? It > worked fine until I wanted to upgrade my ports at some > moment in time.=20 >=20 You have threaded tcl installed, thus you need thread tk instead. Define WITH_THREADS on make commandline during build, i.e. make WITH_THREADS=3Dyes clean all install --=20 Stanislav Sedov MBSD labs, Inc. <ssedov@mbsd.msk.ru> =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_05c+MJfcGteUr7CmMbpvGjn Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE8VBTK/VZk+smlYERAvXCAJ4uQ9Rbd0t4KJrdlYyeuGlPxKWqSgCcCc/g gebKJwJZRvBRgbjS4/XKCtw= =Wka6 -----END PGP SIGNATURE----- --Sig_05c+MJfcGteUr7CmMbpvGjn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060827115701.23bca82d>