Jakub Jelinek (jakub@xxxxxxxxxx) 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 -- Fedora-maintainers mailing list Fedora-maintainers@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers -- Fedora-maintainers-readonly mailing list Fedora-maintainers-readonly@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly