|
Bugzilla – Full Text Bug Listing |
| Summary: | rpmlint apparently crashing during package build | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Klaus Kämpf <kkaempf> |
| Component: | Basesystem | Assignee: | Dirk Mueller <dmueller> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | 13.1 Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Klaus Kämpf
2013-01-30 09:08:24 UTC
I agree the error reporting could be better, but basically the problem is an invalid regexp in your rpmlintrc:
--- omcsmash-rpmlintrc (revision 11)
+++ omcsmash-rpmlintrc (working copy)
@@ -1 +1 @@
-addFilter("devel-file-in-non-devel-package .*/openwbem/c++providers/.*\.so")
+addFilter("devel-file-in-non-devel-package .*/openwbem/c\+\+providers/.*\.so")
Added a patch to make the error reporting more verbose. (In reply to comment #1) > I agree the error reporting could be better ;-) >, but basically the problem is an > invalid regexp in your rpmlintrc: Thanks ! Now I get [ 1206s] /.build_patchrpmcheck_scr: line 6: syntax error near unexpected token `un' |