Skip to content

Instantly share code, notes, and snippets.

@AntoniosHadji
Created December 31, 2018 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoniosHadji/1c5f0abe9062c1ced2b1d7dee4e059bb to your computer and use it in GitHub Desktop.
Save AntoniosHadji/1c5f0abe9062c1ced2b1d7dee4e059bb to your computer and use it in GitHub Desktop.
gnucash --debug --extra plus files for version 3.4 build
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/app-utils
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/app-utils interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/gnome-utils
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/gnome-utils interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/gnome-search
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/gnome-search interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/register/ledger-core
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/register/ledger-core interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/register/register-core
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/register/register-core interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/register/register-gnome
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/register/register-gnome interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/qif-import
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/import-export/qif-import interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/ofx
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/import-export/ofx interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/csv-import
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/import-export/csv-import interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/csv-export
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/import-export/csv-export interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/log-replay
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/import-export/log-replay interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/aqbanking
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/import-export/aqbanking interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/bi-import
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/import-export/bi-import interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/import-export/customer-import
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/import-export/customer-import interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/report/report-system
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/report/report-system interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/report/stylesheets
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/report/stylesheets interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/report/locale-specific/us
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/report/locale-specific/us interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/report/report-gnome
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/report/report-gnome interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/python
* 14:19:42 MESSG <gnc.module> Could not locate optional module gnucash/python interface v.0
* 14:19:42 DEBUG <gnc.module> module_name: gnucash/engine
* 14:19:42 WARN <gnc.module> Could not locate module gnucash/engine interface v.0
* 14:19:42 WARN <gnc.bin> GnuCash engine failed to initialize. Exiting.
/opt/gnucash34/
├── bin
│   ├── gnc-fq-check
│   ├── gnc-fq-dump
│   ├── gnc-fq-helper
│   ├── gnc-fq-update
│   ├── gnucash
│   └── gnucash-valgrind
├── lib
│   ├── gnucash
│   │   ├── libgncmod-app-utils.so
│   │   ├── libgncmod-aqbanking.so
│   │   ├── libgncmod-backend-dbi.so
│   │   ├── libgncmod-backend-xml.so
│   │   ├── libgncmod-bi-import.so
│   │   ├── libgncmod-csv-export.so
│   │   ├── libgncmod-csv-import.so
│   │   ├── libgncmod-customer-import.so
│   │   ├── libgncmod-engine.so
│   │   ├── libgncmod-generic-import.so
│   │   ├── libgncmod-gnome-search.so
│   │   ├── libgncmod-gnome-utils.so
│   │   ├── libgncmod-html.so
│   │   ├── libgncmod-ledger-core.so
│   │   ├── libgncmod-locale-reports-us.so
│   │   ├── libgncmod-log-replay.so
│   │   ├── libgncmod-ofx.so
│   │   ├── libgncmod-python.so
│   │   ├── libgncmod-qif-import.so
│   │   ├── libgncmod-register-core.so
│   │   ├── libgncmod-register-gnome.so
│   │   ├── libgncmod-report-gnome.so
│   │   ├── libgncmod-report-system.so
│   │   ├── libgncmod-stylesheets.so
│   │   ├── libgncmod-tax-us.so
│   │   └── scm
│   │   └── ccache
│   │   └── 2.2
│   │   ├── ...
│   ├── libgnc-backend-sql.so
│   ├── libgnc-backend-xml-utils.so
│   ├── libgnc-core-utils.so
│   ├── libgnc-gnome.so
│   ├── libgnc-module.so
│   ├── libgwengui-gtk3.so
│   └── python3.6
│   └── site-packages
│   └── gnucash
│   ├── function_class.py
│   ├── gnucash_business.py
│   ├── gnucash_core_c.py
│   ├── _gnucash_core_c.so
│   ├── gnucash_core.py
│   ├── __init__.py
│   ├── _sw_app_utils.so
│   └── _sw_core_utils.so
257 directories, 1279 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment