Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 13:02:22 +0100
From:      Peter Ulrich Kruppa <ulrich@pukruppa.de>
To:        freebsd-questions@freebsd.org
Subject:   [SOLVED] py-tkinter for python34
Message-ID:  <549959CE.5070004@pukruppa.de>
In-Reply-To: <54993AF5.9040002@pukruppa.de>
References:  <54993AF5.9040002@pukruppa.de>

next in thread | previous in thread | raw e-mail | index | archive | help

On 23.12.2014 10:50, Peter Ulrich Kruppa wrote:
> Hi,
> 
> as far as I understand the docs I have to
> 
> 	# cd /usr/ports/x11-toolkits/py-tkinter
> 	# make USES=python:3.4 install
> 
> to install tkinter support for python34 .
> 
> But I receive this error message:
> 
> 	--------------------------------------------
> ===>  License PSFL accepted by the user
> ===>   py34-tkinter-3.4.2_5 depends on file: /usr/local/sbin/pkg - found
> => Python-3.4.2.tar.gz is not in /usr/ports/lang/python34/distinfo.
> => Either /usr/ports/lang/python34/distinfo is out of date, or
> => Python-3.4.2.tar.gz is spelled incorrectly.
> *** Error code 1
> 
> Stop.
> 	--------------------------------------------
> 
> As far a I can see the distfile is Python-3.4.2.tar.xz instead of .gz .
> 
> Is there some kind of typo in the make process or did I understand
> something wrong?
That _was_ a misunderstanding!
As a user I have to
	
	# make PYTHON_VERSION=python3.4 install

"USES=python:3.4" is for creating ports.


Thanks and greetings anyway

Peter




> 
> Thanks
> 
> Peter
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 



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