Re: git: 54ceee079e36 - main - devel/dbus: Pull in a patch that uses closefrom(2)
- In reply to: Guido Falsi : "Re: git: 54ceee079e36 - main - devel/dbus: Pull in a patch that uses closefrom(2)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jan 2024 20:59:29 UTC
On 2 Jan, Guido Falsi wrote: > On 01/01/24 20:40, Gleb Popov wrote: >> The branch main has been updated by arrowd: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=54ceee079e36b05345e715d8eb3139960ff0a325 >> >> commit 54ceee079e36b05345e715d8eb3139960ff0a325 >> Author: Gleb Popov <arrowd@FreeBSD.org> >> AuthorDate: 2024-01-01 19:33:47 +0000 >> Commit: Gleb Popov <arrowd@FreeBSD.org> >> CommitDate: 2024-01-01 19:40:07 +0000 >> >> devel/dbus: Pull in a patch that uses closefrom(2) >> >> PR: 240549 > > Hi, > > Not sure if this is the actual code, but since updating dbus to this > commit I'm getting a lot of errors like this: > > ld-elf.so.1: /usr/local/lib/libdbus-1.so.3: version LIBDBUS_1_3 required > by /usr/local/lib/libdbus-glib-1.so.2 not defined > > forcing an update of all pkgs depending on dbus with "pkg info -rq dbus > | xargs pkg upgrade -fy" has fixed trhe issue. > > Maybe a PORTREVISION bump on all ports depending on dbus is required > after this change? > > Thanks in advance! > I just ran into the same problem last night. It had me stumped ...