Re: [cctbxbb] bootstrap.py on Windows
Instructions for building on windows are here: https://github.com/cctbx/cctbx_project/wiki Rob -- Robert Oeffner, Ph.D. Research Associate, The Read Group Department of Haematology, Cambridge Institute for Medical Research University of Cambridge Cambridge Biomedical Campus Wellcome Trust/MRC Building Hills Road Cambridge CB2 0XY www.cimr.cam.ac.uk/investigators/read/index.html tel: +44(0)1223 763234 -----Original Message----- From: R. D. Oeffner Sent: Tuesday, June 20, 2017 10:37 PM To: [email protected] ; [email protected] Cc: [email protected] Subject: Re: [cctbxbb] bootstrap.py on Windows Dear Horst, There's a writeup of instructions on how to do CCTBX builds from bootstrap.py on Windows. No authentication is needed for building CCTBX on any platform. Please follow these instructions and get in touch if you have further problems. CCTBX and other projects depending on CCTBX is tested through regression test nightly on LBL machines on all platforms supported. See http://cci-vm-6.lbl.gov:8010/one_line_per_build for log files of these tests. Regards, Robert -- Robert Oeffner, Ph.D. Research Associate, The Read Group Department of Haematology, Cambridge Institute for Medical Research University of Cambridge Cambridge Biomedical Campus Wellcome Trust/MRC Building Hills Road Cambridge CB2 0XY www.cimr.cam.ac.uk/investigators/read/index.html tel: +44(0)1223 763234 -----Original Message----- From: [email protected] Sent: Tuesday, June 20, 2017 9:25 PM To: [email protected] ; [email protected] Cc: [email protected] Subject: Re: [cctbxbb] bootstrap.py on Windows Hello Horst, I think the automated tests aren't really covering the bootstrap process. While we extensively test bootstrap at our place, we do not run any tests on Windows. I don't know if LBL runs Windows tests, but if they do they probably run it within buildbot, which means it is not run the same way you run it. Best wishes -Markus ________________________________ From: [email protected] [[email protected]] on behalf of Horst Puschmann [[email protected]] Sent: Tuesday, April 04, 2017 09:59 To: [email protected] Cc: Oleg Dolomanov ([email protected]) Subject: [cctbxbb] bootstrap.py on Windows Hello I am trying to install the cctbx on a Windows 7 64 bit machine using the following bootstrap.py file: https://raw.githubusercontent.com/cctbx/cctbx_project/master/libtbx/auto_bui... The script will fail, unless I comment out lines 1101 and 1102: #if self.isPlatformWindows(): #tarurl, arxname, dirpath = MODULES.get_module(module)().get_tarauthenticated(auth=self.get_auth()) If it tries to execute the commented lines, the error will be "KeyError: 'cciuser' in line 590" After commenting this out, it will fail in line 271, with "AttributeError: 'module' object has no attribute '_create_unverified_context'" I can get round that with disabling line 247: if sys.platform == "win32": (i.e. change this to if sys.platform == "xxx":) After that, things start downloading. All appears well until the same thing happens again in another bootstrap.py file in \modules\cctbx_project\libtbx\auto_build\bootstrap.py If I disable *that*, it goes further, but fails finally with ===== Running in build: run configure.py Traceback (most recent call last): File "bootstrap.py", line 2113, in <module> run() File "bootstrap.py", line 2108, in run enable_shared=options.enable_shared, File "bootstrap.py", line 1036, in run i.run() File "bootstrap.py", line 189, in run raise RuntimeError("Could not run %s: File not found" % executable) RuntimeError: Could not run base\bin\python: File not found I guess the automatic tests haven't picked this up, because no authentication is needed, maybe? Greetings Horst -- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message. Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom _______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb --- This email has been checked for viruses by AVG. http://www.avg.com
participants (1)
-
R. D. Oeffner