Skip to content

Instantly share code, notes, and snippets.

@smacfarlane
Created September 27, 2016 22:29
Show Gist options
  • Save smacfarlane/350649d39955af02c2957d26b5edd91c to your computer and use it in GitHub Desktop.
Save smacfarlane/350649d39955af02c2957d26b5edd91c to your computer and use it in GitHub Desktop.
[2][default:/src:1]# RUST_LOG=debug RUST_BACKTRACE=1 hab pkg install results/uafgina-demo-0.0.1-20160927215857-x86_64-linux.hart
DEBUG:habitat_common::ui: InputStream(stdin): { is_a_terminal(): true }
DEBUG:habitat_common::ui: OutputStream(stdout): { is_colored(): false, supports_color(): false, is_a_terminal(): true }
DEBUG:habitat_common::ui: OutputStream(stderr): { is_colored(): false, supports_color(): false, is_a_terminal(): true }
DEBUG:hab: clap cli args: ["hab", "pkg", "install", "results/uafgina-demo-0.0.1-20160927215857-x86_64-linux.hart"]
DEBUG:hab: remaining cli args: []
DEBUG:habitat_http_client::ssl: Setting CA file for SSL context to: /hab/pkgs/core/cacerts/2016.04.20/20160612081125/ssl/cert.pem
DEBUG:habitat_http_client::api_client: User-Agent: hab/0.9.3/20160916191534 (x86_64-linux; 4.1.18-boot2docker)
DEBUG:habitat_core::package::archive: content = core/busybox-static/1.24.2/20160926152859
DEBUG:habitat_core::package::archive: content = uafgina/demo/0.0.1/20160927215857
DEBUG:habitat_core::package::archive: content = # uafgina / demo
* __Maintainer__: demo
* __Version__: 0.0.1
* __Release__: 20160927215857
* __Architecture__: x86_64
* __System__: linux
* __Target__: x86_64-linux
* __Upstream URL__: upstream project's website or home page is not defined
* __License__: MIT
* __Source__: [nosuchfile.tar.gz](nosuchfile.tar.gz)
* __SHA__: SHA256 checksum not provided or required
* __Path__: `/hab/pkgs/uafgina/demo/0.0.1/20160927215857`
* __Build Dependencies__: no build dependencies or undefined
* __Dependencies__: `core/busybox-static `
* __Interpreters__: no interpreters or undefined
# Plan
## Build Flags
```bash
CFLAGS: no CFLAGS
CPPFLAGS: no CPPFLAGS
CXXFLAGS: no CXXFLAGS
LDFLAGS: no LDFLAGS
LD_RUN_PATH: no LD_RUN_PATH
```
## Plan Source
```bash
pkg_name="demo"
pkg_version="0.0.1"
pkg_maintainer="demo"
pkg_license=('MIT')
pkg_source=nosuchfile.tar.gz
pkg_deps=(
core/busybox-static
)
do_build() {
return 0
}
do_install() {
return 0
}
do_download() {
return 0
}
do_verify() {
return 0
}
do_unpack() {
return 0
}
do_prepare() {
return 0
}
```
DEBUG:habitat_core::package::archive: content = core/busybox-static/1.24.2/20160926152859
✗✗✗
✗✗✗ No such file or directory (os error 2)
✗✗✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment