[Collab-qa-commits] r770 - collab-qa-tools/lib/collab-qa
lucas at alioth.debian.org
lucas at alioth.debian.org
Wed Apr 9 09:04:52 UTC 2008
Author: lucas
Date: 2008-04-09 09:04:51 +0000 (Wed, 09 Apr 2008)
New Revision: 770
Modified:
collab-qa-tools/lib/collab-qa/log-parser.rb
Log:
updated template to include something about gcc 4.3
Modified: collab-qa-tools/lib/collab-qa/log-parser.rb
===================================================================
--- collab-qa-tools/lib/collab-qa/log-parser.rb 2008-04-08 06:44:13 UTC (rev 769)
+++ collab-qa-tools/lib/collab-qa/log-parser.rb 2008-04-09 09:04:51 UTC (rev 770)
@@ -294,7 +294,12 @@
/LaTeX Error: /,
/: error CS\d+: /,
/; use `pycentral pycentraldir' to determine the installation directory/,
- /^ImportError:/
+ /^ImportError:/,
+ /File format not recognized/,
+ /libtool: link: cannot find the library/,
+ / is already defined$/,
+ /Could not find module /
+
]
POSSIBLE_CUTS = [
@@ -444,6 +449,12 @@
During a rebuild of all packages in sid, your package failed to build on i386.
+This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
+the default on most architectures (even if it's not the case on i386 yet).
+Feel free to downgrade this bug to 'important' if your package is only built
+on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
+gcc 4.2).
+
Relevant part:
> #{@extract.join("\n> ")}
More information about the Collab-qa-commits
mailing list