pkgconf emits extraneous whitespace (RHBZ#1419685) #113

Closed
opened 2017-02-06 23:19:15 +00:00 by Conan-Kudo · 0 comments
Conan-Kudo commented 2017-02-06 23:19:15 +00:00 (Migrated from github.com)

Issue forwarded from RHBZ#1419685:

Description of problem:

# echo "'$(pkgconf --libs-only-L QtCore QtGui QtNetwork QtOpenGL)'"
' '

This breaks tests like:

QT_LDFLAGS=$(pkgconf --libs-only-L QtCore QtGui QtNetwork QtOpenGL)

if [ -n "$QT_LDFLAGS" ]...

which expect the variable to be completely empty.

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

pkgconf-1.2.2-1.fc26.x86_64

Additional info:

This is currently breaking the builds of octave dependent packages that are now trying to overlink due to the above configure check.

Issue forwarded from [RHBZ#1419685](https://bugzilla.redhat.com/1419685): ## Description of problem: ``` # echo "'$(pkgconf --libs-only-L QtCore QtGui QtNetwork QtOpenGL)'" ' ' ``` This breaks tests like: ``` QT_LDFLAGS=$(pkgconf --libs-only-L QtCore QtGui QtNetwork QtOpenGL) if [ -n "$QT_LDFLAGS" ]... ``` which expect the variable to be completely empty. ## Version-Release number of selected component (if applicable): pkgconf-1.2.2-1.fc26.x86_64 ## Additional info: This is currently breaking the builds of octave dependent packages that are now trying to overlink due to the above configure check.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#113
There is no content yet.