Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#38664 closed defect (duplicate)

poppler @0.22.2: +docs variant introduces circular dependency chain

Reported by: cooljeanius (Eric Gallager) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: poppler

Description

So I was trying to update the poppler port to fix the conflict between its +docs variant and its +universal variant (as per #38525), and in doing so I found that the +docs variant introduces a circular dependency:

  cairo
...
    xrender
      xorg-libX11
...
        xorg-libxcb
          doxygen
...
            texlive
              texlive-basic
                texlive-documentation-base
...
                  texlive-bin
...
                    poppler

This is similar to the dependency chain that leads to doxygen's +docs variant having a circular dependency: #37604

Change History (4)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: devans@… removed
Owner: changed from macports-tickets@… to devans@…

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

Duplicate of #37604.

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

Hm, well while I agree that #37604 has a similar set of circular dependencies, I did not think they were the exact same ones, though...

Last edited 10 years ago by cooljeanius (Eric Gallager) (previous) (diff)

comment:4 Changed 10 years ago by cooljeanius (Eric Gallager)

well r115965 removed the docs variant entirely anyways, so even if this were not a duplicate of #37604, I guess that it would now count as "fixed"...

Last edited 10 years ago by cooljeanius (Eric Gallager) (previous) (diff)
Note: See TracTickets for help on using tickets.