Bug 1891149

Summary: Typo in PDALConfig.cmake
Product: [Fedora] Fedora Reporter: Nyall Dawson <nyall.dawson>
Component: PDALAssignee: markusN <neteler>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: 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:

Description Nyall Dawson 2020-10-23 22:40:24 UTC
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):

Comment 1 markusN 2020-10-24 09:18:04 UTC
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

Comment 2 Nyall Dawson 2020-10-26 05:09:03 UTC
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.

Comment 3 markusN 2020-10-27 15:24:27 UTC
Which PDAL-devel version did you install?

I am currently trying to package PDAL 2.2.0 but it fails (see #1891154)

Comment 4 Nyall Dawson 2020-10-27 22:24:22 UTC
It's PDAL-2.1.0-6.fc32.src.rpm

Comment 5 markusN 2020-10-28 08:18:10 UTC
- 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.

Comment 6 Fedora Update System 2020-11-04 17:55:20 UTC
FEDORA-2020-3750b71c79 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-3750b71c79

Comment 7 Fedora Update System 2020-11-05 03:28:19 UTC
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.

Comment 8 Fedora Update System 2020-11-13 03:46:53 UTC
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.