Bug 265221
Summary: | syslog-ng fails to build due to debuginfo issue | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
Component: | syslog-ng | Assignee: | Douglas E. Warner <silfreed> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dcantrell, dchapman, jose.p.oliveira.oss, pmatilai, pvrabec, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | 2.0.7-1.fc8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-01-18 23:56:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 304121 | ||
Bug Blocks: | 163350, 235704 |
Description
Jesse Keating
2007-08-29 20:44:55 UTC
http://www.redhat.com/archives/fedora-cvs-commits/2006-September/msg00425.html Here is the checkin where this error check was added to RPM. Seeing the same issue when trying to build for ia64. This appears to be sufficient to fix the build: --- syslog-ng.spec 17 Dec 2007 14:58:04 -0000 1.32 +++ syslog-ng.spec 9 Jan 2008 06:40:24 -0000 @@ -60,6 +60,8 @@ %{__sed} -i 's|^#!/usr/local/bin/perl|#!%{__perl}|' contrib/relogger.pl chmod -c a-x contrib/syslog2ng +# force regeneration to avoid broken paths from upstream (#265221) +touch src/cfg-grammar.y %build %configure \ Panu, thanks for the patch. I'll have an updated syslog-ng package out shortly. syslog-ng-2.0.7-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update syslog-ng' syslog-ng-2.0.7-1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update syslog-ng' syslog-ng-2.0.7-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. syslog-ng-2.0.7-1.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |