[MacPorts] #68895: folks @0.14.0: meson.build:1:0: ERROR: Unknown options: "telepathy-backend"

MacPorts noreply at macports.org
Thu Dec 14 08:36:39 UTC 2023


#68895: folks @0.14.0: meson.build:1:0: ERROR: Unknown options: "telepathy-backend"
------------------------+----------------------
 Reporter:  ryandesign  |      Owner:  dbevans
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.8.1
 Keywords:              |       Port:  folks
------------------------+----------------------
 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:

 {{{#!diff
 diff --git a/gnome/folks/Portfile b/gnome/folks/Portfile
 index 6e509927eca..2ab5f212786 100644
 --- a/gnome/folks/Portfile
 +++ b/gnome/folks/Portfile
 @@ -49,7 +49,7 @@ post-patch {
  configure.args      -Dbluez_backend=false \
                      -Deds_backend=false \
                      -Dofono_backend=false \
 -                    -Dtelepathy-backend=false \
 +                    -Dtelepathy_backend=false \
                      -Dzeitgeist=false \
                      -Ddocs=true

 }}}

 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.

-- 
Ticket URL: <https://trac.macports.org/ticket/68895>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list