Changes between Initial Version and Version 1 of Ticket #32318


Ignore:
Timestamp:
Nov 30, 2011, 12:37:14 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error message is a little misleading: "/Ports/include/Event.h already exists and does not belong to a registered port." It's true, no port provides Event.h, but libevent provides ${prefix}/include/event.h, which, on a case-insensitive filesystem like most of us use, is just as conflicting.

pythia and libevent should either be marked as conflicting with one another, or ideally, pythia should install its files somewhere else so it does not conflict.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32318

    • Property Cc brett@… added
    • Property Owner changed from macports-tickets@… to mattiafrancescomoro@…
    • Property Summary changed from Installing Pythia @8.135_0 conflicts on Event.h to pythia @8.135_0 conflicts with libevent on Event.h
    • Property Port pythia added
  • Ticket #32318 – Description

    initial v1  
    66Martin
    77
     8{{{
    89--->  Activating pythia @8.135_0
    910Error: Target org.macports.activate returned: Image error: /Ports/include/Event.h already exists and does not belong to a registered port.  Unable to activate port pythia. Use 'port -f activate pythia' to force the activation.
     
    1112Error: Status 1 encountered during processing.
    1213To report a bug, see <http://guide.macports.org/#project.tickets>
     14}}}