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

0.7.2: meson fails #29

Open
kloczek opened this issue Aug 21, 2023 · 1 comment
Open

0.7.2: meson fails #29

kloczek opened this issue Aug 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working stale

Comments

@kloczek
Copy link

kloczek commented Aug 21, 2023

Looks like 0.7.2 is not compliant with latest meson1.2.x

+ /usr/bin/meson setup --buildtype=plain --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --localedir=/usr/share/locale --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib --wrap-mode=nodownload --auto-features=enabled . x86_64-redhat-linux-gnu
The Meson build system
Version: 1.2.1
Source dir: /home/tkloczko/rpmbuild/BUILD/dleyna-renderer-0.7.2
Build dir: /home/tkloczko/rpmbuild/BUILD/dleyna-renderer-0.7.2/x86_64-redhat-linux-gnu
Build type: native build

meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean "[provide]"?

A full log can be found at /home/tkloczko/rpmbuild/BUILD/dleyna-renderer-0.7.2/x86_64-redhat-linux-gnu/meson-logs/meson-log.txt
@kloczek kloczek added the bug Something isn't working label Aug 21, 2023
@kloczek
Copy link
Author

kloczek commented Aug 21, 2023

Looks like below patch fixes this issue

--- a/subprojects/dleyna-core-1.0.wrap
+++ b/subprojects/dleyna-core-1.0.wrap
@@ -2,5 +2,5 @@
 url = https://github.com/phako/dleyna-core.git
 revision = head

-[provides]
+[provide]
 dependency_name = dleyna-core-1.0

@stale stale bot added the stale label Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants