Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38A7717DE8 for ; Mon, 22 Jun 2015 11:15:34 +0000 (UTC) Received: (qmail 60858 invoked by uid 500); 22 Jun 2015 11:15:33 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 60826 invoked by uid 500); 22 Jun 2015 11:15:33 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 60816 invoked by uid 99); 22 Jun 2015 11:15:33 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 11:15:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EB8D3CF707 for ; Mon, 22 Jun 2015 11:15:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id MWsNpz-zo_Ns for ; Mon, 22 Jun 2015 11:15:20 +0000 (UTC) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 7AA3C20B6F for ; Mon, 22 Jun 2015 11:15:19 +0000 (UTC) Received: by qcet6 with SMTP id t6so24192978qce.3 for ; Mon, 22 Jun 2015 04:14:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=UHNrGBe/IZ1ZUuxITltQK/MVTQieWAmAtlKQhBphmTQ=; b=nzKUF391rhJn846nBVmuSNpdR8RuwZ3bhy5XAp+s3m49iWUBxDx6rjJ70OOfyh/TJO bq6CbEMl7nw5C30Tg6KiJil59BfdOV/Jyaf8t/Rux8pVXTqjKb3iRvjpBXK7y+PSWwBC npNkMqWnB6SzL+AsvQOJyDBz45e9Pb6GbEB4VyX+VUIc5f+XAk2tiM/BmuH+HvVDQsH3 S5+YRDBrAVPzsOBCRBydN5pliS/UNN7Zx+j7z1iWVgfY9xVnMlCILgwQ470TInp+AUGU CCAnO2xQEk2Tg8pO/NQpyJypVK7PMK+Rx8tWtOPju2QJRA76XeayOheYFpA+aLk4vyl/ pH0w== X-Received: by 10.140.236.77 with SMTP id h74mr38231653qhc.21.1434971667390; Mon, 22 Jun 2015 04:14:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.248.99 with HTTP; Mon, 22 Jun 2015 04:14:08 -0700 (PDT) In-Reply-To: <5587E75A.1010509@egosoft.com> References: <5537A910.5080409@egosoft.com> <07e801d07d17$34eb4ca0$9ec1e5e0$@qqmail.nl> <5587E75A.1010509@egosoft.com> From: Johan Corveleyn Date: Mon, 22 Jun 2015 13:14:08 +0200 Message-ID: Subject: Re: building SVN trunk on Windows fails on python gen-make.py To: Stefan Hett Cc: "users@subversion.apache.org" Content-Type: text/plain; charset=UTF-8 On Mon, Jun 22, 2015 at 12:45 PM, Stefan Hett wrote: > Sorry for the late response. Had to shift priorities the last month here, > before I could get back to this issue. > > Thanks for the additional information on ways to build SVN. I quickly > skimmed through the scripts/steps and might use them later when I can't get > the current steps to run... > > After build APR myself, it got passed the previous error. However I'm now > stuck with another one and can't make-up what's wrong now... Any hint > (couldn't find any reference on google or in the mail archive): > swig not found; skipping SWIG file generation... > Traceback (most recent call last): > File "gen-make.py", line 325, in main(conf, gentype, > skip_depends=skip, other_options=rest.list) > File "gen-make.py", line 65, in main generator.compute_hdr_deps() > File "build\generator\gen_base.py", line 212, in compute_hdr_deps for > include_file in include_deps.query(native_path(source.filename)): > File "build\generator\gen_base.py", line 1167, in query c_includes, > swig_includes = self.query_swig(fname) > File "build\generator\gen_base.py", line 1150, in query_swig hdrs = > self._scan_for_includes(fname) > File "build\generator\gen_base.py", line 1203, in _scan_for_includes > for line in fileinput.input(fname): > File "E:\Python34\lib\fileinput.py", line 263, in __next__ line = > self.readline() > File "E:\Python34\lib\fileinput.py", line 363, in readline self._buffer = > self._file.readlines(self._bufsize) > File "E:\Python34\lib\encodings\cp1252.py", line 23, in decode return > codecs.charmap_decode(input,self.errors,decoding_table)[0] > UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 2116: > character maps to Quick shot: perhaps it's related to the Python version. I'm using Python 2.7. Can you try that? -- Johan