Bug 1937424 - Wrong output from geos-config --libs etc.
Summary: Wrong output from geos-config --libs etc.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: geos
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Sandro Mani
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-10 16:16 UTC by Ben Beasley
Modified: 2021-03-10 18:28 UTC (History)
4 users (show)

Fixed In Version: geos-3.9.1-2.fc35 geos-3.9.1-2.eln110
Clone Of:
Environment:
Last Closed: 2021-03-10 18:13:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ben Beasley 2021-03-10 16:16:31 UTC
Description of problem:

Wrong output from geos-config due to a typo in geos_libsuffix.patch.

Version-Release number of selected component (if applicable): 3.9.0-1


How reproducible:


Steps to Reproduce:
1. geos-config --prefix --version --libs --clibs --cclibs --static-clibs --static-cclibs --cflags --ldflags --includes --jtsport

Actual results:

/usr
3.9.0
-L/usr/lib@LIB_SUFFIX -lgeos-3
-L/usr/lib@LIB_SUFFIX -lgeos_c
-L/usr/lib@LIB_SUFFIX -lgeos
-L/usr/lib@LIB_SUFFIX -lgeos_c -lgeos -lm
-L/usr/lib@LIB_SUFFIX -lgeos -lm
-I/usr/include
-L/usr/lib@LIB_SUFFIX
/usr/include
1.17.0

Expected results:

/usr
3.9.0
-L/usr/lib64 -lgeos-3
-L/usr/lib64 -lgeos_c
-L/usr/lib64 -lgeos
-L/usr/lib64 -lgeos_c -lgeos -lm
-L/usr/lib64 -lgeos -lm
-I/usr/include
-L/usr/lib64
/usr/include
1.17.0

Additional info:

PR to follow.

Comment 1 Ben Beasley 2021-03-10 16:34:17 UTC
This impacts python-shapely, by the way.

PR to fix: https://src.fedoraproject.org/rpms/geos/pull-request/3

Comment 2 Fedora Update System 2021-03-10 18:13:32 UTC
FEDORA-2021-453846ff57 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 3 Fedora Update System 2021-03-10 18:28:26 UTC
FEDORA-2021-a21afc05c7 has been pushed to the Fedora ELN stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.