| Store | Cart

Re: [Python-Dev] Not being able to compile: "make: *** [Programs/_freeze_importlib] Error 1"

From: Facundo Batista <facu...@gmail.com>
Thu, 16 Apr 2015 22:23:09 -0300
On Thu, Apr 16, 2015 at 6:34 PM, R. David Murray <rdmu...@bitdance.com> wrote:

> Most likely you just need to run 'make touch' so that it doesn't try> to rebuild stuff it doesn't need to (because we check in those> particular build artifacts, like the frozen importlib).

"make touch" didn't fix it, but when doing that I noticed this message:

  Modules/Setup.dist is newer than Modules/Setup;
  check to make sure you have all the updates you
  need in your Modules/Setup file.
  Usually, copying Modules/Setup.dist to Modules/Setup will work.

I copied that file, and then make touch, and then the "make" finished OK!!!

Should we update the developer guide with these instructions, or all
this is unlikely to happen?

Thanks!!

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Facundo Batista Apr 16, 2015 09:09 pm
R. David Murray Apr 16, 2015 09:34 pm
Facundo Batista Apr 17, 2015 01:23 am
Brett Cannon Apr 17, 2015 01:45 pm
Messages in this thread