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 nimble install nimx #489

Open
rforcen opened this issue Aug 12, 2021 · 3 comments
Open

error nimble install nimx #489

rforcen opened this issue Aug 12, 2021 · 3 comments

Comments

@rforcen
Copy link

rforcen commented Aug 12, 2021

Linux desktop 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

asd@desktop:~/Documents/nim$ nimble install nimx
Downloading https://github.com/yglukhov/nimx using git
Verifying dependencies for [email protected]
Info: Dependency on sdl2@any version already satisfied
Verifying dependencies for [email protected]
Installing opengl@#head
Downloading https://github.com/nim-lang/opengl using git
Verifying dependencies for opengl@#head
Info: Dependency on x11@>= 1.1 already satisfied
Verifying dependencies for [email protected]
Installing opengl@#head
Success: opengl installed successfully.
Info: Dependency on nimsl@>= 0.3 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on variant@any version already satisfied
Verifying dependencies for [email protected]
Installing jnim@any version
Downloading https://github.com/yglukhov/jnim using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: jnim installed successfully.
Installing nake@any version
Downloading https://github.com/fowlmouth/nake using git
Warning: Package 'nake' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'nake.nim', but a file named 'nakefile.nim' was found. This will be an error in the future.
Hint: If this is the primary source file in the package, rename it to 'nake.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'nake', then move it into a 'nakepkg/' subdirectory. If it's a test file or otherwise not required to build the the package 'nake.nim', prevent its installation by adding skipFiles = @["nakefile.nim"] to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.
Verifying dependencies for [email protected]
Installing [email protected]
Building nake/nake using c backend
Success: nake installed successfully.
Installing closure_compiler@>= 0.3.1
Downloading https://github.com/yglukhov/closure_compiler.git using git
Verifying dependencies for [email protected]
Installing [email protected]
Building closure_compiler/closure_compiler using c backend
/tmp/nimble_15805/githubcom_yglukhovclosurecompilergit_0.3.1/closure_compiler.nim(149, 12) Warning: Use the 'parseopt' module instead; parseopt2 is deprecated [Deprecated]
/tmp/nimble_15805/githubcom_yglukhovclosurecompilergit_0.3.1/closure_compiler.nim(1, 59) Warning: imported and not used: 'streams' [UnusedImport]
Success: closure_compiler installed successfully.
Installing plists@any version
Downloading https://github.com/yglukhov/plists using git
Verifying dependencies for [email protected]
Installing darwin@any version
Downloading https://github.com/yglukhov/darwin using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: darwin installed successfully.
Installing [email protected]
Success: plists installed successfully.
Info: Dependency on variant@>= 0.2 & < 0.3 already satisfied
Verifying dependencies for [email protected]
Installing kiwi@any version
Downloading https://github.com/yglukhov/kiwi using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: kiwi installed successfully.
Installing https://github.com/yglukhov/ttf@>= 0.2.9 & < 0.3
Downloading https://github.com/yglukhov/ttf using git
Verifying dependencies for [email protected]
Installing nimBMP@any version
Downloading https://github.com/jangko/nimBMP using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: nimBMP installed successfully.
Installing [email protected]
Success: ttf installed successfully.
Installing https://github.com/yglukhov/async_http_request@any version
Downloading https://github.com/yglukhov/async_http_request using git
Verifying dependencies for [email protected]
Installing jsbind@any version
Downloading https://github.com/yglukhov/jsbind using git
Verifying dependencies for [email protected]
Installing https://github.com/yglukhov/wasmrt@any version
Downloading https://github.com/yglukhov/wasmrt using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: wasmrt installed successfully.
Installing [email protected]
Success: jsbind installed successfully.
Installing [email protected]
Success: async_http_request installed successfully.
Info: Dependency on jsbind@any version already satisfied
Verifying dependencies for [email protected]
Info: Dependency on https://github.com/yglukhov/wasmrt@any version already satisfied
Verifying dependencies for [email protected]
Installing rect_packer@any version
Downloading https://github.com/yglukhov/rect_packer using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: rect_packer installed successfully.
Installing https://github.com/yglukhov/android@any version
Downloading https://github.com/yglukhov/android using git
Verifying dependencies for [email protected]
Info: Dependency on jnim@any version already satisfied
Verifying dependencies for [email protected]
Installing [email protected]
Success: android installed successfully.
Info: Dependency on https://github.com/yglukhov/darwin@any version already satisfied
Verifying dependencies for [email protected]
Installing os_files@any version
Downloading https://github.com/tormund/os_files using git
Verifying dependencies for [email protected]
Installing oldgtk3@any version
Downloading https://github.com/stefansalewski/oldgtk3 using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: oldgtk3 installed successfully.
Info: Dependency on jsbind@any version already satisfied
Verifying dependencies for [email protected]
Info: Dependency on https://github.com/yglukhov/wasmrt@any version already satisfied
Verifying dependencies for [email protected]
Info: Dependency on https://github.com/yglukhov/darwin@any version already satisfied
Verifying dependencies for [email protected]
Installing [email protected]
Success: os_files installed successfully.
Installing https://github.com/tormund/nester@any version
Downloading https://github.com/tormund/nester using git
Warning: Package 'nester' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'nester.nim', but a file named 'nestd.nim' was found. This will be an error in the future.
Hint: If this is the primary source file in the package, rename it to 'nester.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'nester', then move it into a 'nester/' subdirectory. If it's a test file or otherwise not required to build the the package 'nester.nim', prevent its installation by adding skipFiles = @["nestd.nim"] to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.
Verifying dependencies for [email protected]
Installing https://github.com/kedean/nest@any version
Downloading https://github.com/kedean/nest using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: nest installed successfully.
Installing cligen@any version
Downloading https://github.com/c-blake/cligen.git using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: cligen installed successfully.
Installing [email protected]
Building nester/nestd using c backend
/tmp/nimble_15805/githubcom_tormundnester/src/nester.nim(153, 57) template/generic instantiation of async from here
/tmp/nimble_15805/githubcom_tormundnester/src/nester.nim(166, 24) Warning: use fileExists; existsFile is deprecated [Deprecated]
/tmp/nimble_15805/githubcom_tormundnester/src/nester.nim(153, 57) template/generic instantiation of async from here
/tmp/nimble_15805/githubcom_tormundnester/src/nester.nim(176, 34) Error: 'anonymousIter' is not GC-safe as it performs an indirect call here
Tip: 379 messages have been suppressed, use --verbose to show them.
Error: Build failed for package: nester
... Execution failed with exit code 1
... Command: /usr/local/bin/nim c --colors:on --noNimblePath -d:release -d:NimblePkgVersion=0.2.0 --path:/home/asd/.nimble/pkgs/nest-0.1.0 --path:/home/asd/.nimble/pkgs/cligen-1.5.9 --hints:off -o:/tmp/nimble_15805/githubcom_tormundnester/nestd /tmp/nimble_15805/githubcom_tormundnester/src/nestd.nim

@Tormund
Copy link
Collaborator

Tormund commented Aug 12, 2021

Hello, which nim version are you using?

@Tormund
Copy link
Collaborator

Tormund commented Aug 12, 2021

Should be fixed in Tormund/nester@15e612c
please try again

@rforcen
Copy link
Author

rforcen commented Aug 13, 2021 via email

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

2 participants