port tk84 won't upgrade properly on AMD64 system

2006-08-26 Thread Dino Vliet
Hi all,


I'm having problems upgrading my port tk84 on a amd64
machine. I'm using cvsup and portupgrade to accomplish
that and it fails with:

Stop in
/usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix.
*** Error code 1

Stop in /usr/ports/x11-toolkits/tk84.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade4543.1 env PORT_UPGRADE=yes make
** Fix the problem and try again.
--->  Skipping 'math/R' (R-2.2.1_1) because a
requisite package 'tk-8.4.11,2' (x11-toolkits/tk84)
failed (specify -k to force)
** Listing the failed packages (*:skipped / !:failed)
! x11-toolkits/tk84 (tk-8.4.11,2)  
(linker error)
* math/R (R-2.2.1_1)
--->  Packages processed: 0 done, 16 ignored, 1
skipped and 1 failed

What can I do to solve this?

Brgds


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: port tk84 won't upgrade properly on AMD64 system

2006-08-26 Thread Dino Vliet
The build gives this error:

[EMAIL PROTECTED] /usr/ports/x11-toolkits/tk84]# make build
===>  Building for tk-8.4.13,2
cc -pipe -O2 -fno-strict-aliasing -pipetkAppInit.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

Stop in
/usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix.
*** Error code 1

Stop in /usr/ports/x11-toolkits/tk84.
[EMAIL PROTECTED] /usr/ports/x11-toolkits/tk84]#

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. 

thanks in advanced,

--- Scot Hetzel <[EMAIL PROTECTED]> wrote:

> On 8/26/06, Dino Vliet <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> >
> > I'm having problems upgrading my port tk84 on a
> amd64
> > machine. I'm using cvsup and portupgrade to
> accomplish
> > that and it fails with:
> >
> > Stop in
> > /usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix.
> > *** Error code 1
> >
> > Stop in /usr/ports/x11-toolkits/tk84.
> > ** Command failed [exit code 1]: /usr/bin/script
> -qa
> > /tmp/portupgrade4543.1 env PORT_UPGRADE=yes make
> > ** Fix the problem and try again.
> > --->  Skipping 'math/R' (R-2.2.1_1) because a
> > requisite package 'tk-8.4.11,2'
> (x11-toolkits/tk84)
> > failed (specify -k to force)
> > ** Listing the failed packages (*:skipped /
> !:failed)
> > ! x11-toolkits/tk84 (tk-8.4.11,2)
> > (linker error)
> > * math/R (R-2.2.1_1)
> > --->  Packages processed: 0 done, 16 ignored, 1
> > skipped and 1 failed
> >
> > What can I do to solve this?
> >
> cd /usr/ports/x11-toolkits/tk84/
> make clean
> make build
> 
> Then report the error your getting with the build,
> as we can't tell
> what is failing from the above information.
> 
> Scot
> -- 
> DISCLAIMER:
> No electrons were mamed while sending this message.
> Only slightly bruised.
> 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: port tk84 won't upgrade properly on AMD64 system

2006-08-27 Thread Stanislav Sedov
On Sat, 26 Aug 2006 23:39:59 -0700 (PDT)
Dino Vliet <[EMAIL PROTECTED]> mentioned:

> The build gives this error:
> 
> [EMAIL PROTECTED] /usr/ports/x11-toolkits/tk84]# make build
> ===>  Building for tk-8.4.13,2
> cc -pipe -O2 -fno-strict-aliasing -pipetkAppInit.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
> 
> Stop in
> /usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix.
> *** Error code 1
> 
> Stop in /usr/ports/x11-toolkits/tk84.
> [EMAIL PROTECTED] /usr/ports/x11-toolkits/tk84]#
> 
> 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. 
> 

You have threaded tcl installed, thus you need thread tk
instead.

Define WITH_THREADS on make commandline during build, i.e.
make WITH_THREADS=yes clean all install

-- 
Stanislav Sedov MBSD labs, Inc. <[EMAIL PROTECTED]>
Россия, Москва 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


signature.asc
Description: PGP signature