More mono/koji problems
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 |
More mono/koji problems
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
"Paul F. Johnson" <paul@all-the-johnsons.co.uk> 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? <http://opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_08_02>: The exit status of a command that terminated because it received a signal shall be reported as greater than 128. Andreas. -- Andreas Schwab, schwab@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 |
More mono/koji problems
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 |
| All times are GMT. The time now is 09:09 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.