[MacPorts] #71329: gssdp: Dependency "libsoup-3.0" not found

MacPorts noreply at macports.org
Sun Nov 17 08:24:30 UTC 2024


#71329: gssdp: Dependency "libsoup-3.0" not found
---------------------------+--------------------
  Reporter:  ShadSterling  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.10.4
Resolution:                |   Keywords:
      Port:  gssdp         |
---------------------------+--------------------
Changes (by ryandesign):

 * cc: mascguy (added)


Comment:

 The gssdp port depends on the libsoup port. The libsoup port, version
 3.5.1, provides the libsoup-3.0.pc file that gssdp is looking for.

 The problem is that the gssdp port, and other ports that depend on the
 libsoup port, do so using the depspec
 `path:lib/pkgconfig/libsoup-2.4.pc:libsoup`, which is erroneous since the
 libsoup port doesn't provide the libsoup-2.4.pc file; the libsoup-2.4 port
 does.

 All ports that depend on libsoup need to be evaluated. Those that need
 libsoup 3 need to depend on `path:lib/pkgconfig/libsoup-3.0.pc:libsoup`
 and those that need libsoup 2.4 need to depend on
 `path:lib/pkgconfig/libsoup-2.4.pc:libsoup-2.4`. This all needed to have
 been sorted out at the same time that the libsoup port was updated to
 version 3 and the libsoup-2.4 port was created 18 months ago.

-- 
Ticket URL: <https://trac.macports.org/ticket/71329#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list