Bug 1266528
Summary: | bison does not rebuild on Fedora 23 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Sommerseth <davids> | ||||
Component: | bison | Assignee: | Patsy Griffin <pfrankli> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 23 | CC: | me, ovasik, pfrankli | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | bison-3.0.4-3.fc23 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-11-22 02:25:09 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
bison-3.0.4-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-39ed38612d bison-3.0.4-3.fc23 has been pushed to the Fedora 23 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 'dnf --enablerepo=updates-testing update bison' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-39ed38612d bison-3.0.4-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1077113 [details] Fix bison example files packaging Trying to do a mock rebuild on Fedora 23 with the fedora-23-x86_64 profile fails with the following error: ----------------------------------- Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bison-3.0.4-2.fc23.x86_64 error: Installed (but unpackaged) file(s) found: /usr/share/doc/bison/examples/calc++/calc++-driver.cc /usr/share/doc/bison/examples/calc++/calc++-driver.hh /usr/share/doc/bison/examples/calc++/calc++-parser.yy /usr/share/doc/bison/examples/calc++/calc++-scanner.ll /usr/share/doc/bison/examples/calc++/calc++.cc /usr/share/doc/bison/examples/mfcalc/calc.h /usr/share/doc/bison/examples/mfcalc/mfcalc.y /usr/share/doc/bison/examples/rpcalc/rpcalc.y Installed (but unpackaged) file(s) found: /usr/share/doc/bison/examples/calc++/calc++-driver.cc /usr/share/doc/bison/examples/calc++/calc++-driver.hh /usr/share/doc/bison/examples/calc++/calc++-parser.yy /usr/share/doc/bison/examples/calc++/calc++-scanner.ll /usr/share/doc/bison/examples/calc++/calc++.cc /usr/share/doc/bison/examples/mfcalc/calc.h /usr/share/doc/bison/examples/mfcalc/mfcalc.y /usr/share/doc/bison/examples/rpcalc/rpcalc.y ----------------------------------- The attached patch updates bison.spec, packaging the example code properly.