Fun with python and multilib

Bill Nottingham notting at redhat.com
Thu Sep 7 20:28:08 UTC 2006


Jakub Jelinek (jakub at redhat.com) said: 
> > What's happening here (in the python side) is that the .pyc/.pyo file
> > is storing the timestamp of the .py file - since aotcompile.py is
> > made by config.status from aotcompile.py.in, it's almost guaranteed
> > that its timestamp will be different between arches.
> > 
> > Ideas on how to handle/fix this?
> 
> touch -r aotcompile.py.in aotcompile.py
> after configure?

Won't that screw up Makefile deps? (aside from it being a pain to
implement across the entirety of the distro)

Bill




More information about the Fedora-maintainers mailing list