Opened 14 years ago

Closed 14 years ago

#25202 closed defect (duplicate)

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 (2)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Cc: boeyms@… mnick@… added
Keywords: tor vidalia qt4 qt4-mac removed
Port: tor Vidalia qt4-mac added

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

comment:2 Changed 14 years ago by mf2k (Frank Schima)

Port: libevent added; tor Vidalia removed
Resolution: duplicate
Status: newclosed
Summary: Vidalia-0.2.9: build failure due to conflicting ports [tor/qt4-mac]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.