Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; 'missed': 0.12; 'ah,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'luck!': 0.16; 'rachum': 0.16; 'remembered': 0.16; 'subject:Problems': 0.16; 'sudo': 0.16; 'ubuntu.': 0.16; 'wrote:': 0.18; 'library': 0.18; 'thanks.': 0.20; 'feb': 0.22; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'module,': 0.24; 'mon,': 0.24; 'versions': 0.24; 'cc:2**0': 0.24; 'nearly': 0.26; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; "doesn't": 0.30; 'involving': 0.30; 'message- id:@mail.gmail.com': 0.30; 'went': 0.31; '3.2': 0.31; '>>>>': 0.31; 'though.': 0.31; 'stuff': 0.32; "i'd": 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'ram': 0.36; 'thanks': 0.36; 'requirements': 0.37; 'starting': 0.37; 'christian': 0.38; 'needed': 0.38; 'pm,': 0.38; "you're": 0.61; 'more': 0.64; '3.4': 0.84; 'apt-get': 0.84; 'build-dep': 0.84; 'everything,': 0.84; 'technically': 0.84; 'ware': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=ubtcAr3p9V7u/ZakKgEqIKeqKUPkWA2PYFm1CLrjZ8Q=; b=rorv2bgOaYia6thkSYlZ4EUExUiH2sXKXNmLmsUh5yQJ/S4xRpxb2HleYfJUQ9g+bc am7DVNntz/I0QWBHSkRBKur3fsLFAcgBNsM8P1g3EkcDpIdpLxK2Qn7O4+z+sLyZjmFL uSfHqKh6TJKajEEbu4lVQwT7LTEzrWNiBVK1GQ5wGYoSYvhjHp/9ETAyV6un3oAqbFev BAcKW0ylNJDIG/UuJqR1i1uXrSJNlWXL2sdtDowLSt4S+RgOg36fLippIMba4DKKE2um In8VUkm4H85AuJseWo5BTrUYnzkaXBnt+7GF0KXZdE42Fz8hvilrqSuhgqZCVeYmQ5qO HfkQ== MIME-Version: 1.0 X-Received: by 10.68.98.3 with SMTP id ee3mr39426870pbb.31.1391454663910; Mon, 03 Feb 2014 11:11:03 -0800 (PST) In-Reply-To: References: <61de065c-ad66-4752-b04f-a27a06bc052d@googlegroups.com> <20140203110816.GA7423@arxnet.hu> Date: Tue, 4 Feb 2014 06:11:03 +1100 Subject: Re: Problems compiling Python 3.4 on Ubuntu From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391454668 news.xs4all.nl 2865 [2001:888:2000:d::a6]:48346 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65367 On Tue, Feb 4, 2014 at 6:05 AM, Zachary Ware wrote: > On Mon, Feb 3, 2014 at 12:48 PM, Chris Angelico wrote: >> On Tue, Feb 4, 2014 at 2:50 AM, Christian Heimes wrote: >>> On 03.02.2014 16:14, Ram Rachum wrote: >>>> Worked! Thanks Ervin! >>> >>> $ sudo apt-get build-dep python3.3 >>> >>> will install everything you need to compile Python 3.4 on Debian and >>> Ubuntu. Good luck! :) >> >> Technically that gets everything you need to compile Python 3.3... >> wasn't there one more library needed for 3.4? It's still an excellent >> way to get nearly everything, though. > > I think you're thinking of 3.2 -> 3.3. 3.3 added the lzma module, > which requires lzma-dev. I think 3.4 has the same requirements as > 3.3. Ah, that would be it, thanks. I just remembered I'd recently used build-dep across versions and had to get something involving data compression. Went digging for stuff starting with 'z', but missed this because, well, it doesn't start with 'z' :) Thanks. ChrisA