Bug 1891149
| Summary: | Typo in PDALConfig.cmake | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nyall Dawson <nyall.dawson> |
| Component: | PDAL | Assignee: | markusN <neteler> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | manisandro, neteler |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | PDAL-2.2.0-2.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-13 03:46:53 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: | |||
In my local copy I don't find that, nor any trace here: https://github.com/PDAL/PDAL/blob/master/PDALConfig.cmake.in Do you see anything wrong in the SPEC file? https://src.fedoraproject.org/rpms/PDAL/blob/master/f/PDAL.spec Looks like it was changed upstream by this commit https://github.com/PDAL/PDAL/commit/2f887ef624db50c6e20f091f34bb5d3e65b5c5c8#diff-7520a891ea97b695753e3db2aaf7b2e26a6ab475ff0d62e4071355f74a06304d I see this on multiple workstations -- I just tried installing PDAL-devel on a new one and see the same issue. Which PDAL-devel version did you install? I am currently trying to package PDAL 2.2.0 but it fails (see #1891154) It's PDAL-2.1.0-6.fc32.src.rpm - PDAL 2.1.0 released on Mar 20, 2020 - the upstream commit https://github.com/PDAL/PDAL/commit/2f887ef624db50c6e20f091f34bb5d3e65b5c5c8#diff-7520a891ea97b695753e3db2aaf7b2e26a6ab475ff0d62e4071355f74a06304d is from Apr 28, 2020 - PDAL 2.2.0 released on Aug 28, 2020 Hence, I suppose that with the PDAL 2.2.0 this bug will be solved. FEDORA-2020-3750b71c79 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-3750b71c79 FEDORA-2020-3750b71c79 has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-3750b71c79` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-3750b71c79 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-3750b71c79 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: There is a typo on line 47 of PDALConfig.cmake: instead of foreach(_dir /usr/usr/lib64) this should be foreach(_dir /usr /usr/lib64) (ie. missing space before /usr/lib64) Version-Release number of selected component (if applicable):