New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25202 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

Vidalia-0.2.9: build failure due to conflicting ports [libevent/qt4-mac]

Reported by: franck.cassedanne@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.0
Keywords: Cc: boeyms@…, mnick@…
Port: libevent qt4-mac

Description

Tor @0.2.1.25 requires libevent -- libevent conflicts with qt4-mac @4.6.2

# port build Vidalia
Error: Unable to execute port: Can't install qt4-mac because conflicting ports are installed: libevent
# port info vidalia | grep "Library Dependencies"
Library Dependencies:    tor, qt4-mac
# port info qt4-mac | grep -i conflict
Conflicts with:    qt4-mac-devel, kdelibs3, kdelibs4, libevent, xmlrpcxx
# port info tor | grep "Library Dependencies"
Library Dependencies:    libevent, openssl, zlib

Change History

comment:1 Changed 3 years ago by jmr@…

  • Keywords tor vidalia qt4 qt4-mac removed
  • Cc boeyms@…, mnick@… added
  • Port set to tor Vidalia qt4-mac

In future, please put the port names in the Port field and cc the maintainers.

comment:2 Changed 3 years ago by macsforever2000@…

  • Status changed from new to closed
  • Resolution set to duplicate
  • Port changed from tor Vidalia qt4-mac to libevent qt4-mac
  • Summary changed from Vidalia-0.2.9: build failure due to conflicting ports [tor/qt4-mac] to Vidalia-0.2.9: build failure due to conflicting ports [libevent/qt4-mac]

This is a duplicate of #20199. The workaround is to deactivate libevent, clean and build qt4-mac, and then activate libevent.

sudo port -f deactivate libevent
sudo port clean qt4-mac
sudo port install qt4-mac
sudo port activate libevent
Note: See TracTickets for help on using tickets.