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

Kitura cannot build and run project #1536

Open
2 tasks
4astra opened this issue Oct 26, 2020 · 1 comment
Open
2 tasks

Kitura cannot build and run project #1536

4astra opened this issue Oct 26, 2020 · 1 comment

Comments

@4astra
Copy link

4astra commented Oct 26, 2020

Context and Description

Some URLs of Kitura dependencies are still pointed to https://github.com/IBM-Swift/XXX

Environment Details

Apple Swift version 5.2.4 on macOS 10.16.7

Steps to Reproduce

  1. Install Kitura CLI from brew command and create new folder && cd to this folder
  2. Call kitura init to generate
  3. Run swift build

Expected vs. Actual Behaviour

Updating https://github.com/RuntimeTools/SwiftMetrics.git
Fetching https://github.com/Kitura/Health.git
Fetching https://github.com/Kitura/CloudEnvironment.git
Fetching https://github.com/Kitura/HeliumLogger.git
Fetching https://github.com/Kitura/Kitura.git
Fetching https://github.com/IBM-Swift/TypeDecoder.git
Fetching https://github.com/IBM-Swift/KituraContracts.git
Fetching https://github.com/IBM-Swift/Kitura-TemplateEngine.git
Fetching https://github.com/IBM-Swift/Kitura-net.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/Kitura/Swift-cfenv.git
Fetching https://github.com/Kitura/Configuration.git
Fetching https://github.com/Kitura/FileKit.git
Fetching https://github.com/Kitura/BlueSSLService.git
Fetching https://github.com/Kitura/BlueSocket.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/RuntimeTools/omr-agentcore
Fetching https://github.com/IBM-Swift/Kitura-WebSocket.git
Cloning https://github.com/apple/swift-log.git
Resolving https://github.com/apple/swift-log.git at 1.4.0
Cloning https://github.com/Kitura/CloudEnvironment.git
Resolving https://github.com/Kitura/CloudEnvironment.git at 9.1.200
Cloning https://github.com/Kitura/BlueSocket.git
Resolving https://github.com/Kitura/BlueSocket.git at 1.0.200
Cloning https://github.com/Kitura/Health.git
Resolving https://github.com/Kitura/Health.git at 1.0.200
Cloning https://github.com/RuntimeTools/SwiftMetrics.git
Resolving https://github.com/RuntimeTools/SwiftMetrics.git at 2.6.4
Cloning https://github.com/IBM-Swift/LoggerAPI.git
Resolving https://github.com/IBM-Swift/LoggerAPI.git at 1.9.200
Cloning https://github.com/Kitura/Kitura.git
Resolving https://github.com/Kitura/Kitura.git at 2.8.1
Cloning https://github.com/RuntimeTools/omr-agentcore
Resolving https://github.com/RuntimeTools/omr-agentcore at 3.2.4-swift4
Cloning https://github.com/IBM-Swift/Kitura-TemplateEngine.git
Resolving https://github.com/IBM-Swift/Kitura-TemplateEngine.git at 2.0.200
Cloning https://github.com/Kitura/Swift-cfenv.git
Resolving https://github.com/Kitura/Swift-cfenv.git at 6.0.200
Cloning https://github.com/Kitura/HeliumLogger.git
Resolving https://github.com/Kitura/HeliumLogger.git at 1.9.200
Cloning https://github.com/IBM-Swift/BlueCryptor.git
Resolving https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200
Cloning https://github.com/IBM-Swift/Kitura-net.git
Resolving https://github.com/IBM-Swift/Kitura-net.git at 2.4.200
Cloning https://github.com/Kitura/FileKit.git
Resolving https://github.com/Kitura/FileKit.git at 0.0.200
Cloning https://github.com/IBM-Swift/KituraContracts.git
Resolving https://github.com/IBM-Swift/KituraContracts.git at 1.2.200
Cloning https://github.com/Kitura/Configuration.git
Resolving https://github.com/Kitura/Configuration.git at 3.0.200
Cloning https://github.com/Kitura/BlueSSLService.git
Resolving https://github.com/Kitura/BlueSSLService.git at 1.0.200
Cloning https://github.com/IBM-Swift/TypeDecoder.git
Resolving https://github.com/IBM-Swift/TypeDecoder.git at 1.3.200
Cloning https://github.com/IBM-Swift/Kitura-WebSocket.git
Resolving https://github.com/IBM-Swift/Kitura-WebSocket.git at 2.1.200
error: no such file or directory: '/Users/xyz/future/kitura/SocketServer/.build/x86_64-apple-macosx/debug/index/store'
error: no such file or directory: '/Users/xyz/future/kitura/SocketServer/.build/x86_64-apple-macosx/debug/index/store'
error: no such file or directory: '/Users/xyz/future/kitura/SocketServer/.build/x86_64-apple-macosx/debug/index/store'
error: no such file or directory: '/Users/xyz/future/kitura/SocketServer/.build/x86_64-apple-macosx/debug/index/store'
[0/34] Compiling memplugin MemoryPlugin.cpp

@dannys42
Copy link
Contributor

Thanks @hockeyrun . It looks like the template used by the CLI needs to be updated.

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