Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dtrace.pc, dtrace_sdt.pc: whitespace makes pkgconf --validate complain #105

Open
thesamesam opened this issue Sep 12, 2024 · 0 comments
Open

Comments

@thesamesam
Copy link

$ pkgconf --validate /usr/share/pkgconfig/dtrace.pc
/usr/share/pkgconfig/dtrace.pc:1: warning: whitespace encountered while parsing key section
/usr/share/pkgconfig/dtrace.pc:2: warning: whitespace encountered while parsing key section
/usr/share/pkgconfig/dtrace.pc:3: warning: whitespace encountered while parsing key section

$ pkgconf --validate /usr/share/pkgconfig/dtrace_sdt.pc
/usr/share/pkgconfig/dtrace_sdt.pc:1: warning: whitespace encountered while parsing key section
/usr/share/pkgconfig/dtrace_sdt.pc:2: warning: whitespace encountered while parsing key section

It dislikes this (i.e. the spaces around =):

includedir = /usr/include
libdir = @LIBDIR@
dtrace = /usr/sbin/dtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant