New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #27604 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

poppler-0.14.5 dependency resolution fails during install because conflicting ports are installed: libiodbc virtuoso

Reported by: nicolabrisotto@… Owned by: devans@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: poppler

Description

I've just got this error:

sudo port install poppler +qt4 + quartz 
--->  Computing dependencies for popplerError: Unable to execute port: Can't install unixODBC because conflicting ports are installed: libiodbc virtuoso

I've just look at dependencies and virtuoso depends on libiodbc:

port dependents libiodbc
soprano depends on libiodbc
virtuoso depends on libiodbc

port dependents virtuoso
kdebase4-runtime depends on virtuoso
soprano depends on virtuoso

Change History

comment:1 Changed 2 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to devans@…
  • Port set to poppler

comment:2 Changed 2 years ago by devans@…

  • Status changed from new to assigned

comment:3 Changed 2 years ago by devans@…

Initial investigation shows that unixODBC is a dependency of qt4-x11 which is only a dependency of poppler if the +quartz variant is missing.

I see above that you have a space between the + and quartz on your command line. Can you reissue the command without the space and see what happens?

sudo port clean poppler
sudo port install poppler +qt4 +quartz

comment:4 Changed 2 years ago by devans@…

  • Summary changed from poppler@0.14.5 configure fails because conflicting ports are installed: libiodbc virtuoso to poppler@0.14.5 dependency resolution fails during install because conflicting ports are installed: libiodbc virtuoso

comment:5 Changed 2 years ago by devans@…

  • Summary changed from poppler@0.14.5 dependency resolution fails during install because conflicting ports are installed: libiodbc virtuoso to poppler-0.14.5 dependency resolution fails during install because conflicting ports are installed: libiodbc virtuoso

comment:6 Changed 2 years ago by nicolabrisotto@…

I've just tried to reissue the command without the space, sorry for the typo!

comment:7 Changed 2 years ago by devans@…

  • Status changed from assigned to closed
  • Resolution set to invalid

Assuming problem solved -- if not feel free to reopen.

Note: See TracTickets for help on using tickets.