Opened 6 years ago
Closed 6 years ago
#56933 closed defect (invalid)
Can't install at-spi2-atk
Reported by: | coke (Will Coleda) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description (last modified by coke (Will Coleda))
$ sudo port install at-spi2-atk ---> Computing dependencies for at-spi2-atk Error: Dependency 'dbus' not found. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port at-spi2-atk failed
Change History (9)
comment:2 Changed 6 years ago by coke (Will Coleda)
comment:3 Changed 6 years ago by coke (Will Coleda)
Description: | modified (diff) |
---|---|
Port: | at-spi2-atk added |
comment:4 Changed 6 years ago by coke (Will Coleda)
Summary: | Can't install gtk3 → Can't install at-spi2-atk |
---|
comment:5 Changed 6 years ago by kencu (Ken)
dbus
is not found? How can that be, I wonder? What does
port info dbus
and
sudo port -v install dbus
give you on your system?
comment:6 Changed 6 years ago by coke (Will Coleda)
Both die with:
Error: Port dbus not found
port -v
gives
MacPorts 2.4.2
comment:7 Changed 6 years ago by kencu (Ken)
It looks like your MacPorts setup (and likely many of your port definition files) are quite out of date. To fix this up, you should do the following:
sudo port -v selfupdate
and then let things progress. It's likely some of your existing ports will wind up being upgraded in the process. At the end of all that, try your install again
sudo port install at-spi2-atk
comment:8 Changed 6 years ago by coke (Will Coleda)
Makes sense.
I can't use rsync, so I use "port -v sync" to update the port list via git, but then I lose any notification about the update process.
Just ran the installer for 2.5.3, reran the sync, and now I can install dbus.
Thank you for you patience.
comment:9 Changed 6 years ago by mf2k (Frank Schima)
Port: | at-spi2-atk removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Glad you got it working!