Skip to content

Instantly share code, notes, and snippets.

@yenda
Created November 20, 2019 15:39
Show Gist options
  • Save yenda/d389da840180adffdf41edda28888374 to your computer and use it in GitHub Desktop.
Save yenda/d389da840180adffdf41edda28888374 to your computer and use it in GitHub Desktop.
yenda@desktop:~/status-react$ make startdev-android-real
make[1]: Entering directory '/home/yenda/status-react'
clj -R:dev build.clj watch --platform android --android-device real
Configuring default Nix shell for target 'android'...
these derivations will be built:
/nix/store/rm9sla50m5za099jgnwnwk2v5liqxp10-offline.drv
/nix/store/vwhnn64ki1by5czynirmjv7zd542l7sb-StatusIm-Mobile-0.0.1.drv
/nix/store/f0mm64p4y9ixx5r28vmjnn0yv27mkcry-status-react-patched-npm-gradle-modules.drv
these paths will be fetched (0.00 MiB download, 57.51 MiB unpacked):
/nix/store/4jyvmlfqkairdbrwfmhbld3mjfxd2mhc-status-go-v0.34.0-beta.8-9d7c570-android
/nix/store/laq31h3s8s8s8pbgmwv5inzrdnkw3hj9-functional_red_black_tree___functional_red_black_tree_1.0.1.tgz
copying path '/nix/store/4jyvmlfqkairdbrwfmhbld3mjfxd2mhc-status-go-v0.34.0-beta.8-9d7c570-android' from 'https://nix-cache.status.im'...
copying path '/nix/store/laq31h3s8s8s8pbgmwv5inzrdnkw3hj9-functional_red_black_tree___functional_red_black_tree_1.0.1.tgz' from 'https://nix-cache.status.im'...
building '/nix/store/rm9sla50m5za099jgnwnwk2v5liqxp10-offline.drv'...
building '/nix/store/vwhnn64ki1by5czynirmjv7zd542l7sb-StatusIm-Mobile-0.0.1.drv'...
configuring
building
yarn config v1.13.0
success Set "yarn-offline-mirror" to "/nix/store/dkfrgzclc4hyv45m3xr1a40pv0hgbsva-offline".
Done in 0.02s.
yarn install v1.13.0
[1/4] Resolving packages...
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads https://github.com/status-im/react-native-status-keycard.git
Directory: /build
Output:
fatal: unable to access 'https://github.com/status-im/react-native-status-keycard.git/': Could not resolve host: github.com
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
builder for '/nix/store/vwhnn64ki1by5czynirmjv7zd542l7sb-StatusIm-Mobile-0.0.1.drv' failed with exit code 1
cannot build derivation '/nix/store/f0mm64p4y9ixx5r28vmjnn0yv27mkcry-status-react-patched-npm-gradle-modules.drv': 1 dependencies couldn't be built
error: build of '/nix/store/f0mm64p4y9ixx5r28vmjnn0yv27mkcry-status-react-patched-npm-gradle-modules.drv' failed
Makefile:211: recipe for target '_watch-android-real' failed
make[1]: *** [_watch-android-real] Error 100
make[1]: Leaving directory '/home/yenda/status-react'
make[1]: Entering directory '/home/yenda/status-react'
Unknown target device '_startdev-android-real'. Supported targets:
startdev-android-avd
startdev-android-genymotion
startdev-android-real
startdev-desktop
startdev-ios-real
startdev-ios-simulator
Makefile:335: recipe for target '_unknown-startdev-target-_startdev-android-real' failed
make[1]: *** [_unknown-startdev-target-_startdev-android-real] Error 1
make[1]: Leaving directory '/home/yenda/status-react'
Makefile:341: recipe for target '_startdev-android-real' failed
make: *** [_startdev-android-real] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment