Created
October 28, 2015 14:11
-
-
Save nootanghimire/5bc59999b7e8aa6aec6a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------ | |
~/codes/foss-np/anubad(branch:master) » git pull 0 - cparch@cparch | |
Already up-to-date. | |
------------------------------------------------------------ | |
~/codes/foss-np/anubad(branch:master) » ./configure 0 - cparch@cparch | |
./src/mysettings.conf | |
--2015-10-28 19:55:47-- https://github.com/foss-np/np-l10n-glossary/archive/current.tar.gz | |
Resolving github.com (github.com)... 192.30.252.130 | |
Connecting to github.com (github.com)|192.30.252.130|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://codeload.github.com/foss-np/np-l10n-glossary/tar.gz/current [following] | |
--2015-10-28 19:55:48-- https://codeload.github.com/foss-np/np-l10n-glossary/tar.gz/current | |
Resolving codeload.github.com (codeload.github.com)... 192.30.252.144 | |
Connecting to codeload.github.com (codeload.github.com)|192.30.252.144|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
The file is already fully retrieved; nothing to do. | |
np-l10n-glossary-current/ | |
np-l10n-glossary-current/.gitignore | |
np-l10n-glossary-current/LICENSE | |
np-l10n-glossary-current/README.org | |
np-l10n-glossary-current/en2np/ | |
np-l10n-glossary-current/en2np/food.tra | |
np-l10n-glossary-current/en2np/fun.tra | |
np-l10n-glossary-current/en2np/import.tsl | |
np-l10n-glossary-current/en2np/main.tra | |
np-l10n-glossary-current/en2np/ngram.tra | |
gzip: stdin: decompression OK, trailing garbage ignored | |
np-l10n-glossary-current/en2np/numbers.tra | |
np-l10n-glossary-current/np2en/ | |
np-l10n-glossary-current/np2en/main.tra | |
tar: Child returned status 2 | |
tar: Error is not recoverable: exiting now | |
------------------------------------------------------------ | |
~/codes/foss-np/anubad(branch:master) » make 2 - cparch@cparch | |
cd src; make | |
make[1]: Entering directory '/home/cparch/codes/foss-np/anubad/src' | |
./main.py | |
sys:1: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. | |
sys:1: PyGIWarning: Keybinder was imported without specifying a version first. Use gi.require_version('Keybinder', '3.0') before import to ensure that the right version gets loaded. | |
loading: np-l10n-glossary-current/en2np/ | |
plugin: sidebar.py | |
Traceback (most recent call last): | |
File "./main.py", line 628, in <module> | |
main() | |
File "./main.py", line 624, in main | |
load_plugins() | |
File "./main.py", line 595, in load_plugins | |
namespace.plugin_main(root, fullpath) | |
AttributeError: module 'sidebar' has no attribute 'plugin_main' | |
Makefile:14: recipe for target 'gtk3' failed | |
make[1]: *** [gtk3] Error 1 | |
make[1]: Leaving directory '/home/cparch/codes/foss-np/anubad/src' | |
Makefile:2: recipe for target 'run' failed | |
make: *** [run] Error 2 | |
------------------------------------------------------------ | |
~/codes/foss-np/anubad(branch:master) » 2 - cparch@cparch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment