blob: b281809ff9e525a65e89a11f0ba4c003bba2f329 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] strange iurt error
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20strange%20iurt%20error&In-Reply-To=%3CCAONrEtb9oryo_e%2BW6uBebRywPdkaQY7RfgKKsDDaz5yHfZWDoA%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="018511.html">
<LINK REL="Next" HREF="018599.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] strange iurt error</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20strange%20iurt%20error&In-Reply-To=%3CCAONrEtb9oryo_e%2BW6uBebRywPdkaQY7RfgKKsDDaz5yHfZWDoA%40mail.gmail.com%3E"
TITLE="[Mageia-dev] strange iurt error">thierry.vignaud at gmail.com
</A><BR>
<I>Thu Sep 6 18:30:43 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="018511.html">[Mageia-dev] strange iurt error
</A></li>
<LI>Next message: <A HREF="018599.html">[Mageia-dev] strange iurt error
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18512">[ date ]</a>
<a href="thread.html#18512">[ thread ]</a>
<a href="subject.html#18512">[ subject ]</a>
<a href="author.html#18512">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 6 September 2012 18:15, Thierry Vignaud <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>> wrote:
>>><i> > I'm not sure about this, but it seems that iurt is using a regexp to
</I>>>><i> > find some errors :
</I>>>><i> >
</I>>>><i> > m!/bin/ld: cannot find -l(\S*)|configure.*error.* (?:-l(\S+)|(\S+) includes)!
</I>>>><i> >
</I>>>><i> > at line 967 in this file :
</I>>>><i> > <A HREF="http://svnweb.mageia.org/soft/build_system/iurt/trunk/iurt?revision=5553&view=markup#l967">http://svnweb.mageia.org/soft/build_system/iurt/trunk/iurt?revision=5553&view=markup#l967</A>
</I>>>><i> >
</I>>>><i> > And it looks like the regexp can match this line :
</I>><i>
</I>><i> (...)
</I>><i>
</I>>><i> It has this :
</I>>><i>
</I>>><i> D: [iurt] [iurt] calling callback for <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">build_ at 288808</A>:net-snmp-5.7.1-7.mga3.src.rpm
</I>>><i> [iurt] [iurt] likely (-devel) needed to rebuilt @288808:net-snmp-5.7.1-7.mga3.src.rpm is not in build_requires
</I>>><i> E: [iurt] [iurt] ERROR: call_ret= kill= err=0 (rror.*ailed|Bad exit status|RPM build error)
</I>>><i> F: [iurt] [iurt] See <A HREF="http://pkgsubmit.mageia.org/queue/build//cauldron/x86_64//log/@288808:net-snmp-5.7.1-7.mga3.src.rpm/">http://pkgsubmit.mageia.org/queue/build//cauldron/x86_64//log/@288808:net-snmp-5.7.1-7.mga3.src.rpm/</A>
</I>>><i>
</I>>><i> Command failed: /usr/bin/sudo /usr/sbin/iurt_root_command --chroot /home/iurt/chroot_tmp/iurt/chroot_cauldron.x86_64.0.20120906132528 /bin/su - iurt -c "TMP=/home/iurt/tmp/ rpmbuild --rebuild /home/iurt/rpm/SRPMS/@288808:net-snmp-5.7.1-7.mga3.src.rpm"
</I>>><i>
</I>><i>
</I>><i> Indeed it's due to the callback.
</I>><i> I've commited the following patch in git
</I>
We could also log the matched lines and better stop matching at all
and just relying
on rpmbuild exit code...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="018511.html">[Mageia-dev] strange iurt error
</A></li>
<LI>Next message: <A HREF="018599.html">[Mageia-dev] strange iurt error
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18512">[ date ]</a>
<a href="thread.html#18512">[ thread ]</a>
<a href="subject.html#18512">[ subject ]</a>
<a href="author.html#18512">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|