Fun with python and multilib

Jakub Jelinek jakub at redhat.com
Thu Sep 7 20:16:19 UTC 2006


On Thu, Sep 07, 2006 at 03:56:02PM -0400, Bill Nottingham wrote:
> Example bug:
> 
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205216
> 
> 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?

	Jakub




More information about the Fedora-maintainers mailing list