IBM-Swift / swift-buildpack

IBM Cloud buildpack for Swift
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

The dependency graph could not be satisfied #11

Closed zixzelz closed 8 years ago

zixzelz commented 8 years ago

Hello

I created pre-built sample project via IBM Cloud Tools for swift. Then I have uploaded project "cf push zixzelz", and In the during uploading I have an error:

MacBook-Pro-Ruslan:zixzelz Ruslan$ cf push zixzelz
Using manifest file /Users/Ruslan/Documents/Projects/ibm-bluemix/zixzelz/manifest.yml

Updating app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK

Uploading zixzelz...
Uploading app files from: /Users/Ruslan/Documents/Projects/ibm-bluemix/zixzelz/BluePic-Server
Uploading 102.6K, 50 files
Done uploading               
OK
Binding service BluePic-Cloudant to app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK
Binding service BluePic-Object-Storage to app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK
Binding service BluePic-Mobile-Client-Access to app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK
Binding service BluePic-IBM-Push to app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK
Binding service BluePic-Insights-for-Weather to app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK
Binding service BluePic-Alchemy to app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK

Stopping app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
OK

Starting app zixzelz in org zixzelz@gmail.com / space My as zixzelz@gmail.com...
-----> Downloaded app package (44K)
Cloning into '/tmp/buildpacks/swift-buildpack'...
-----> Installing system level dependencies...
-----> Installing libblocksruntime0_0.1-1_amd64.deb
-----> Installing libblocksruntime-dev_0.1-1_amd64.deb
-----> Installing libcurl3_7.35.0-1ubuntu2.6_amd64.deb
-----> Installing libkqueue0_1.0.4-2ubuntu1_amd64.deb
-----> Installing libssl-dev_1.0.1f-1ubuntu2.19_amd64.deb
-----> Installing openssl_1.0.1f-1ubuntu2.19_amd64.deb
-----> No Aptfile found.
-----> Writing profile script...
-----> Buildpack version 1.1.6
-----> Installing Swift DEVELOPMENT-SNAPSHOT-2016-06-20-a
       Downloaded Swift
-----> Installing Clang 3.7.0
       Downloaded Clang
-----> Building Package...
-----> Adding libdispatch binaries...
       Cloning https://github.com/IBM-Swift/Kitura.git
       HEAD is now at 65ae28c Updated to new version.
       Resolved version: 0.22.0
       Cloning https://github.com/IBM-Swift/Kitura-net.git
       HEAD is now at d87f8fd Tuning and Cleanup of FastCGI Code (#51)
       Resolved version: 0.22.2
       Cloning https://github.com/IBM-Swift/Kitura-sys.git
       HEAD is now at d1f7ffb IBM-Swift/Kitura#617 Add back Kitura-Build
       Resolved version: 0.22.0
       Cloning https://github.com/IBM-Swift/LoggerAPI.git
       HEAD is now at 9b30704 Merge pull request #8 from tkhuran/develop
       Resolved version: 0.8.0
       Cloning https://github.com/IBM-Swift/BlueSocket.git
       HEAD is now at 20e506d Merge branch 'master' of github.com:IBM-Swift/BlueSocket
       Resolved version: 0.6.2
       Cloning https://github.com/IBM-Swift/CCurl.git
       HEAD is now at 3330699 Removed use of pkgConfig and added system declaration
       Resolved version: 0.2.1
       Cloning https://github.com/IBM-Swift/CHTTPParser.git
       HEAD is now at 41daabb IBM-Swift/Kitura#365 Removed references to code installed externally and the pkgConfig file that is no longer needed.
       Resolved version: 0.1.1
       Cloning https://github.com/IBM-Swift/SwiftyJSON.git
       HEAD is now at 1eec775 Added Package info
       Resolved version: 10.0.2
       Cloning https://github.com/IBM-Swift/Kitura-TemplateEngine.git
       HEAD is now at 1fe55ef Merge remote-tracking branch 'origin/develop'
       Resolved version: 0.16.0
       Cloning https://github.com/IBM-Swift/Kitura-CouchDB.git
       HEAD is now at 851d049 Updated to new version.
       Resolved version: 0.22.0
       Cloning https://github.com/IBM-Swift/HeliumLogger.git
       HEAD is now at 967db14 Migration 0620 (#14)
       Resolved version: 0.12.0
       HEAD is now at b0f6595 Updates to README.
       Resolved version: 1.4.0
       Cloning https://github.com/ibm-bluemix-mobile-services/bluemix-objectstorage-swift-sdk.git
       HEAD is now at f020bc8 Merge pull request #7 from ibm-bluemix-mobile-services/development
       Resolved version: 0.5.0
       Cloning https://github.com/ibm-bluemix-mobile-services/bluemix-simple-http-client-swift.git
       HEAD is now at 4bb9175 Merge branch 'development'
       Resolved version: 0.4.2
       Cloning https://github.com/ibm-bluemix-mobile-services/bluemix-simple-logger-swift.git
       HEAD is now at 11a0adc Feature/update to june 20 snapshot (#1)
       Resolved version: 0.3.0
swift-build: error: The dependency graph could not be satisfied (https://github.com/IBM-Swift/Kitura-net.git)
Staging failed: Buildpack compilation step failed

FAILED
Error restarting application: BuildpackCompileFailed

TIP: use 'cf logs zixzelz --recent' for more information

Could you help me resolve that issue?

rolivieri commented 8 years ago

Hello, at first glance, this does not look like a buildpack problem. Have you tried compiling and running the code on OS X first? Also, which sample project were you trying to provision?

kweinmeister commented 8 years ago

Stale issue; please reopen if you are seeing the same issues after following Ricardo's directions on the latest version of IBM Cloud Tools for Swift.