Opened 5 months ago

#68895 assigned defect

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:
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 { 
    4949configure.args      -Dbluez_backend=false \
    5050                    -Deds_backend=false \
    5151                    -Dofono_backend=false \
    52                     -Dtelepathy-backend=false \
     52                    -Dtelepathy_backend=false \
    5353                    -Dzeitgeist=false \
    5454                    -Ddocs=true
    5555

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 (0)

Note: See TracTickets for help on using tickets.