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

Running build in Pkg mode fails #61

Open
karajan9 opened this issue Jun 27, 2019 · 2 comments
Open

Running build in Pkg mode fails #61

karajan9 opened this issue Jun 27, 2019 · 2 comments
Labels
waiting This requires a change in another package first

Comments

@karajan9
Copy link
Contributor

When running build in Pkg mode the following error appears:

ERROR: The following package names could not be resolved:
 * PackageName (not found in project or manifest)
Please specify by known `name=uuid`.

This is presumably because the Project.toml contains name = "PackageName" which was given when the project was initialized, but nothing but that name.
A workaround is to run build pkg1 pkg2 ... instead, but it appears the error also prevents automatic building after installing a new package.

Running on Julia 1.1.0 on Windows 7 with DrWatson 0.5.3.

@Datseris Datseris added bug Something isn't working help wanted The developers need some help here! labels Jun 27, 2019
@Datseris
Copy link
Member

Hm, I need help here. I don't really know why this happens and I don't know how to solve it... :( I think we need help from a Pkg-guru. I'll try to see if I can get some help.

@Datseris
Copy link
Member

This turns out to be a missing feature from Pkg.

@Datseris Datseris added waiting This requires a change in another package first and removed bug Something isn't working help wanted The developers need some help here! labels Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting This requires a change in another package first
Projects
None yet
Development

No branches or pull requests

2 participants