#28482 closed defect (fixed)
Infinite loop in dependency resolution
Reported by: | Feuermurmel (Michael Schwarz) | Owned by: | narf_tm@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | p5-html-parser |
Description
Installation of git-core +svn fails because of what seems to be a cycle in port dependencies revolving around perl and perl modules.
Running the install command without -d produces the following messages. See the attachment for the output produced by adding -d.
$ sudo port install git-core +svn gives ---> Computing dependencies for git-coreError: Internal error: port lookup failed: too many nested evaluations (infinite loop?) Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
I'm on Mac OS X 10.6.6 with newest Xcode toolchain and MacPorts base and this happens in a setup with no ports installed.
Attachments (1)
Change History (5)
Changed 14 years ago by Feuermurmel (Michael Schwarz)
Attachment: | debug.txt.gz added |
---|
comment:1 Changed 14 years ago by Feuermurmel (Michael Schwarz)
The console output in the description contains a copy-paste error. There should be no `gives' at the end of the first line. Could someone with sufficient permissions fix that?
Thanks
comment:2 Changed 14 years ago by blb@…
Owner: | changed from macports-tickets@… to narf_tm@… |
---|---|
Port: | p5-html-parser added |
Looks like r76261 added p5-libwww-perl as a dependency to p5-html-parser, which itself needs the former...
Does p5-html-parser really need LWP?
comment:3 Changed 14 years ago by narf_tm@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Dependency removed in r76294.
comment:4 Changed 14 years ago by Feuermurmel (Michael Schwarz)
Awesome!
Thanks for the rapid reaction!
Output of `sudo port -d install git-core +svn'