problem with koji build of my package, doesn't occur on local mock build

2010-04-11 Thread Eric Smith
I'm trying to get a the AS cross-assembler (aka asl) packaged for Fedora, and I've run up against a problem. I'm developing on an x86_64 F-12 system, and I can build the package properly for both x86_64 and i686 F-12 using mock on my local machine. However, when I submit my SRPM for a

Re: problem with koji build of my package, doesn't occur on local mock build

2010-04-11 Thread Till Maas
On Sun, Apr 11, 2010 at 02:40:07AM -0600, Eric Smith wrote: sufficient. Is there any way I can obtain a copy of the rescomp executable built on the koji server to run under gdb on my own system? You could print a base64 or hexadecimal representation of the binary in the build logs, download

Re: problem with koji build of my package, doesn't occur on local mock build

2010-04-11 Thread Eric Smith
Till Maas wrote: You could print a base64 or hexadecimal representation of the binary in the build logs, download it and then undecode it. Great idea! Or you can create a SPEC to only build and package rescomp and submit it as a scratch build. I thought about that just after I posted