Skip to content

Instantly share code, notes, and snippets.

@ashnur
Created May 13, 2012 05:59
Show Gist options
  • Select an option

  • Save ashnur/2686382 to your computer and use it in GitHub Desktop.

Select an option

Save ashnur/2686382 to your computer and use it in GitHub Desktop.
mpc issue
[ashnur@myhost ../frontend]$ make --debug
GNU Make 3.82
Built for i686-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
File `all' does not exist.
Must remake target `all'.
Invoking recipe from Makefile:2 to update target `all'.
make templates;
GNU Make 3.82
Built for i686-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
File `templates' does not exist.
Must remake target `templates'.
Invoking recipe from Makefile:7 to update target `templates'.
make[1]: Entering directory `/home/ashnur/multiplayerchess.com/frontend'
cd templates; \
python build.py>bundle.js; \
cd ../;
Successfully remade target file `templates'.
make[1]: Leaving directory `/home/ashnur/multiplayerchess.com/frontend'
make js;
GNU Make 3.82
Built for i686-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
File `js' does not exist.
Must remake target `js'.
Invoking recipe from Makefile:22 to update target `js'.
make[1]: Entering directory `/home/ashnur/multiplayerchess.com/frontend'
onejs build package.json site/mpc.js
[2012-05-13 07:58:00.204] [INFO] onejs - mustache loaded.
[2012-05-13 07:58:00.209] [INFO] onejs - functools loaded.
[2012-05-13 07:58:00.210] [INFO] onejs - relative-date loaded.
[2012-05-13 07:58:00.211] [INFO] onejs - observer loaded.
[2012-05-13 07:58:00.212] [INFO] onejs - environ loaded.
[2012-05-13 07:58:00.213] [INFO] onejs - chess loaded.
[2012-05-13 07:58:00.214] [INFO] onejs - util loaded.
[2012-05-13 07:58:00.214] [INFO] onejs - dom loaded.
[2012-05-13 07:58:00.215] [INFO] onejs - css loaded.
[2012-05-13 07:58:00.216] [INFO] onejs - cookie loaded.
[2012-05-13 07:58:00.216] [INFO] onejs - es5patch loaded.
[2012-05-13 07:58:00.217] [INFO] onejs - operate_async loaded.
[2012-05-13 07:58:00.217] [INFO] onejs - xhr loaded.
[2012-05-13 07:58:00.218] [INFO] onejs - router loaded.
[2012-05-13 07:58:00.219] [INFO] onejs - toledo-chess loaded.
[2012-05-13 07:58:00.220] [ERROR] onejs - An unexpected error occurred during collecting modules of the package "mpc".
[2012-05-13 07:58:00.220] [ERROR] onejs - Error: ENOENT, stat 'lib/wallpapers.js'
/home/ashnur/.nvm/v0.6.16/lib/node_modules/one/bin/onejs:59
if(error) throw error;
^
Error: ENOENT, stat 'lib/wallpapers.js'
make[1]: *** [js] Error 1
make[1]: Leaving directory `/home/ashnur/multiplayerchess.com/frontend'
make: *** [all] Error 2
[ashnur@myhost ../frontend]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment