Opened 9 years ago
Closed 9 years ago
#48321 closed defect (fixed)
p5-moosex-getopt, p5-moosex-configfromfile: circular dependency
Reported by: | mojca (Mojca Miklavec) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | p5-moosex-getopt p5-moosex-configfromfile |
Description
There seem to be some circular dependencies in moosex ports:
> sudo port -v -t install p5.22-catalyst-runtime ---> Computing dependencies for p5.22-catalyst-runtime..... ---> Dependencies to be installed: p5.22-moosex-getopt p5.22-moosex-configfromfile p5.22-moosex-simpleconfig p5.22-type-tiny Error: The following dependencies were not installed: p5.22-moosex-getopt p5.22-moosex-configfromfile p5.22-moosex-simpleconfig p5.22-type-tiny To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port p5.22-catalyst-runtime failed
I didn't check the build logs yet, but I suspect that this might be the reason for all of the following failures on the buildbot (#48313):
Building p5.22-catalyst-plugin-session-store-dbic (5 of 6784)...failure Building p5.22-catalyst-plugin-session-store-fastmmap (65 of 6784)...failure Building p5.22-catalyst-model-adaptor (315 of 6784)...failure Building p5.22-catalyst-plugin-authorization-roles (435 of 6784)...failure Building p5.22-catalyst-view-mason (965 of 6784)...failure Building p5.22-catalyst-component-instancepercontext (985 of 6784)...failure Building p5.22-test-www-mechanize-catalyst (1180 of 6784)...failure Building p5.22-catalyst-plugin-session-store-dbi (1210 of 6784)...failure Building p5.22-catalystx-leakchecker (2185 of 6784)...failure
Change History (2)
comment:1 Changed 9 years ago by mojca (Mojca Miklavec)
Port: | p5-moosex-configfromfile added; p5.22-moosex-configfromfile removed |
---|
comment:2 Changed 9 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
optional test dependency p5-moosex-getopt removed from p5-moosex-configfromfile in r138551. This fixes the circular dependency.