Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in resolution #156

Closed
haf opened this issue Sep 24, 2014 · 12 comments
Closed

Error in resolution #156

haf opened this issue Sep 24, 2014 · 12 comments

Comments

@haf
Copy link
Member

haf commented Sep 24, 2014

$ mono buildsupport/paket.exe convert-from-nuget --force
Paket version 0.3.0.0
Parsing paket.dependencies
paket.dependencies is up to date
Parsing paket.dependencies
Resolving packages:
  - fetching versions for NUnit.Runners
    - exploring NUnit.Runners 2.6.2
  - fetching versions for CommonServiceLocator
    - exploring CommonServiceLocator 1.0
  - fetching versions for fasterflect
    - exploring fasterflect 2.1.3
  - fetching versions for FSharp.Actor-logary
Resolved:
  - CommonServiceLocator 1.0
  - NUnit.Runners 2.6.2
  - fasterflect 2.1.3
Still open:
  - FSharp.Actor-logary 2.0.0-alpha5
  - FSharp.Core.3 0.0.2
  - Intelliplan.JsonNet 2.0.0
  - Intelliplan.JsonNet.NodaTime 2.0.0
  - Intelliplan.Logary 2.0.0-alpha5
  - Intelliplan.Logary.CSharp 2.0.0-alpha5
  - Newtonsoft.Json 6.0.5
  - NodaTime 1.3.0
  - NUnit 2.6.3
  - AspNetMvc 4.0.20710.0
  - Autofac 3.1.5
  - Autofac.Mvc4 3.1.0
  - Microsoft.AspNet.Mvc 4.0.20710.0
  - Microsoft.AspNet.Razor 2.0.20710.0
  - Microsoft.AspNet.WebPages 2.0.20710.0
  - Microsoft.Web.Infrastructure 1.0.0.0
  - RestSharp 104.4.0
  - MimeKit 0.39.0.0
  - RhinoMocks 3.6.1
  - FluentMigrator 1.2.1.0
  - FluentMigrator.Tools 1.2.1.0
Paket failed with:
   Error in resolution.

No intelligible error messages.

@forki
Copy link
Member

forki commented Sep 24, 2014

with alpha003 it will look like:

Error in resolution.
  Resolved:
    - CommonServiceLocator 1.0
    - NUnit.Runners 2.6.2
    - fasterflect 2.1.3
  Still open:
    - FSharp.Actor-logary 2.0.0-alpha5
    - FSharp.Core.3 0.0.2
    - Intelliplan.JsonNet 2.0.0
    - Intelliplan.JsonNet.NodaTime 2.0.0
    - Intelliplan.Logary 2.0.0-alpha5
    - Intelliplan.Logary.CSharp 2.0.0-alpha5
    - Newtonsoft.Json 6.0.5
    - NodaTime 1.3.0
    - NUnit 2.6.3
    - AspNetMvc 4.0.20710.0
    - Autofac 3.1.5
    - Autofac.Mvc4 3.1.0
    - Microsoft.AspNet.Mvc 4.0.20710.0
    - Microsoft.AspNet.Razor 2.0.20710.0
    - Microsoft.AspNet.WebPages 2.0.20710.0
    - Microsoft.Web.Infrastructure 1.0.0.0
    - RestSharp 104.4.0
    - MimeKit 0.39.0.0
    - RhinoMocks 3.6.1
    - FluentMigrator 1.2.1.0
    - FluentMigrator.Tools 1.2.1.0

Is there a way to reproduce this? Maybe I can give more info about the conflicts.

@haf
Copy link
Member Author

haf commented Sep 24, 2014

Yes, or just generate comments next to the conflicts, stating some human should look at it? So that an issue like this doesn't stop someone like me who is just trying it out.

@haf
Copy link
Member Author

haf commented Sep 24, 2014

Is the "conflict" that there's an alpha?

@haf
Copy link
Member Author

haf commented Sep 24, 2014

Minimum repro, paket.dependencies

source http://nuget.org/api/v2
nuget FSharp.Actor-logary 2.0.0-alpha5
mono paket.exe install

@forki
Copy link
Member

forki commented Sep 24, 2014

image

can reproduce.

Reason: #26 is still open.

Maybe I can do this later today.

@forki
Copy link
Member

forki commented Sep 24, 2014

https://www.nuget.org/api/v2/package-versions/FSharp.Actor-logary gives only ["1.5.0"]

/cc @maartenba Do we need to fall back to OData? Is there an URL which gives prereleases?

@forki
Copy link
Member

forki commented Sep 24, 2014

thanks.

2014-09-24 13:17 GMT+02:00 Maarten Balliauw [email protected]:

Try
https://www.nuget.org/api/v2/package-versions/FSharp.Actor-logary?includePrerelease=true


Reply to this email directly or view it on GitHub
#156 (comment).

@forki forki closed this as completed in 2ed475c Sep 24, 2014
@forki
Copy link
Member

forki commented Sep 24, 2014

Please use 0.30.0-alpha004

This will find the alpha package:

NUGET
  remote: http://nuget.org/api/v2
  specs:
    FSharp.Actor-logary (2.0.0-alpha5)
      FSharp.Core.3 (>= 0.0.2)
    FSharp.Core.3 (0.0.2)
  • Error message is stil not really good. We will fix this when a real conflict arises.
  • Prereleases (apart from explict versions )are still not supported.

@haf
Copy link
Member Author

haf commented Sep 24, 2014

How do I get that version?

@forki
Copy link
Member

forki commented Sep 24, 2014

run the bootstrapper again or see
https://github.com/fsprojects/Paket/releases/tag/0.3.0-alpha006

2014-09-24 14:19 GMT+02:00 Henrik Feldt [email protected]:

How do I get that version?


Reply to this email directly or view it on GitHub
#156 (comment).

@haf
Copy link
Member Author

haf commented Sep 24, 2014

thanks!

dsyme added a commit that referenced this issue Jun 3, 2015
This is a temporary fix for #156 until the problem with FSharp.Formatting is fixed (see fsprojects/FSharp.Formatting#277)
forki added a commit that referenced this issue Jun 3, 2015
forki added a commit that referenced this issue Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants