#68895 closed defect (fixed)
folks @0.14.0: meson.build:1:0: ERROR: Unknown options: "telepathy-backend"
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | AppleInternal | |
Port: | folks |
Description
folks fails to build:
meson.build:1:0: ERROR: Unknown options: "telepathy-backend"
The option is called telepathy_backend
not telepathy-backend
. This probably wasn't noticed back when the port was last updated because old meson versions silently ignored unknown options while current meson errors.
After fixing that:
-
gnome/folks/Portfile
diff --git a/gnome/folks/Portfile b/gnome/folks/Portfile index 6e509927eca..2ab5f212786 100644
a b post-patch { 49 49 configure.args -Dbluez_backend=false \ 50 50 -Deds_backend=false \ 51 51 -Dofono_backend=false \ 52 -Dtelepathy -backend=false \52 -Dtelepathy_backend=false \ 53 53 -Dzeitgeist=false \ 54 54 -Ddocs=true 55 55
it fails with:
Program valadoc found: NO meson.build:83:12: ERROR: Program 'valadoc' not found or not executable
folks depends on vala but vala doesn't provide valadoc; I can't find any port that does.
Change History (6)
comment:1 Changed 4 months ago by AppleInternal
comment:2 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | AppleInternal added |
---|
Has duplicate #70416.
comment:3 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign:
it fails with:
Program valadoc found: NO meson.build:83:12: ERROR: Program 'valadoc' not found or not executablefolks depends on vala but vala doesn't provide valadoc; I can't find any port that does.
This is #70417. The vala port currently has to be installed with the +docs variant to get the valadoc
program.
comment:4 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 3 months ago by Christopher Nielsen <mascguy@…>
comment:6 Changed 3 months ago by neverpanic (Clemens Lang)
Note: See
TracTickets for help on using
tickets.
same