Opened 14 years ago

Closed 14 years ago

#23409 closed defect (duplicate)

qt4-mac: now conflict with libevent

Reported by: Damien@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: conflict Cc:
Port: qt4-mac

Description

I am facing a dilemma for upgrading my system: a conflict has appear.

# port -d install qt4-mac
…
DEBUG: Can't install qt4-mac because conflicting ports are installed: libevent
…

# port dependents libevent
tor-devel depends on libevent

Previous version of qt4-mac (such as @4.5.3_0+darwin_10+mysql) did not have this conflict with libevent.

Is there a way to fix this, so one can install both tor-devel and qt4-mac ?

Change History (2)

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

Summary: qt4-mac: now conflict with libevent ?!¿qt4-mac: now conflict with libevent
Type: requestdefect

You need to deactivate libevent before building qt4-mac.

sudo port deactivate libevent
sudo port clean qt4-mac
sudo port install qt4-mac
sudo port activate libevent

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

Resolution: duplicate
Status: newclosed

Duplicate of #20199.

Note: See TracTickets for help on using tickets.