Bill Nottingham wrote:
dragoran (dragoran feuerpokemon de) said:it is possible to build i386 packages on a x86_64 box (just different cflags)
what about creating a package python32 which has a 32-bit interpreter in /usr/bin/python-i386 (just rename the file) ?
Then you have a package that you build on i386 but only ship on x86_64. Which, in the current paradigm, doesn't work.
Bill