Re: More mono/koji problems

2010-10-21 Thread Tom "spot" Callaway
On 10/20/2010 02:24 PM, Paul F. Johnson wrote:
> Hi,
> 
> I'm still trying to get to the bottom as to why mono is failing to build
> on koji as either a scratch build or as a live build and I've come
> across this on the x86 build - can anyone shed any light on it as it's
> about as useful an error throw back as 4/10 was back on the ZX81!

Paul, it might be helpful if you could put up a copy of your current
SRPM that is failing to build. :)

~spot
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: More mono/koji problems

2010-10-21 Thread Andreas Schwab
"Paul F. Johnson"  writes:

> Hi,
>
> I'm still trying to get to the bottom as to why mono is failing to build
> on koji as either a scratch build or as a live build and I've come
> across this on the x86 build - can anyone shed any light on it as it's
> about as useful an error throw back as 4/10 was back on the ZX81!
>
> make[3]: *** [libmonoruntimesgen_la-reflection.lo] Error 130
>
>
> I've looked up Error 130 and it's no real help. Can anyone shed any
> light on what it means?

:

The exit status of a command that terminated because it received
a signal shall be reported as greater than 128.

Andreas.

-- 
Andreas Schwab, sch...@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: More mono/koji problems

2010-10-20 Thread Richard W.M. Jones
On Wed, Oct 20, 2010 at 07:24:05PM +0100, Paul F. Johnson wrote:
> Hi,
> 
> I'm still trying to get to the bottom as to why mono is failing to build
> on koji as either a scratch build or as a live build and I've come
> across this on the x86 build - can anyone shed any light on it as it's
> about as useful an error throw back as 4/10 was back on the ZX81!
> 
> make[3]: *** [libmonoruntimesgen_la-reflection.lo] Error 130
> 
> 
> I've looked up Error 130 and it's no real help. Can anyone shed any
> light on what it means?

It's not 'make' that is generating the error, it is just reporting it.

The error comes from the return code of the command that last ran.
For example:

$ cat test.make 
all:
exit 130

$ make -f test.make
exit 130
make: *** [all] Error 130

I'm assuming from the target that the last command must have been
libtool.  But you can't really tell from that last line what the real
error was.  It must have been printed on the preceeding lines.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


More mono/koji problems

2010-10-20 Thread Paul F. Johnson
Hi,

I'm still trying to get to the bottom as to why mono is failing to build
on koji as either a scratch build or as a live build and I've come
across this on the x86 build - can anyone shed any light on it as it's
about as useful an error throw back as 4/10 was back on the ZX81!

make[3]: *** [libmonoruntimesgen_la-reflection.lo] Error 130


I've looked up Error 130 and it's no real help. Can anyone shed any
light on what it means?

TTFN

Paul
-- 
Vertraue mir, ich weiss, was ich mache...

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel