Opened 13 years ago

Closed 13 years ago

#27604 closed defect (invalid)

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

Reported by: nicolabrisotto@… Owned by: dbevans (David B. Evans)
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 (7)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to devans@…
Port: poppler added

comment:2 Changed 13 years ago by dbevans (David B. Evans)

Status: newassigned

comment:3 Changed 13 years ago by dbevans (David B. Evans)

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 13 years ago by dbevans (David B. Evans)

Summary: poppler@0.14.5 configure fails because conflicting ports are installed: libiodbc virtuosopoppler@0.14.5 dependency resolution fails during install because conflicting ports are installed: libiodbc virtuoso

comment:5 Changed 13 years ago by dbevans (David B. Evans)

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

comment:6 Changed 13 years ago by nicolabrisotto@…

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

comment:7 Changed 13 years ago by dbevans (David B. Evans)

Resolution: invalid
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.