On Sat, May 23, 2009 at 02:10:21PM +0200, Thomas Sailer wrote: > Hi, > > is there a way to force the builder arch for building a noarch package? > > mingw32-tcl builds first tclsh85.exe, and then tries to use this shell > plus some tcl scripts in the build process. This works in mock if I > BuildRequire wine. > > However, on koji, noarch packages tend to be built on PPC builders where > there is no wine package, and therefore package building fails.
This is nasty, but I suspect that 'forcing' the build arch is going to be the wrong thing to do. My suggested approach (not knowing very much about it ...) would be: (1) Change the build so it doesn't need to run tclsh at all. (2) Change the build so it uses the native /usr/bin/tclsh. (3) Set BuildArch to i386. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
