Skip to content

Instantly share code, notes, and snippets.

@dbolser
Created November 21, 2017 14:02
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 dbolser/1a5f48e2d5a16d9096a0c2ecf707daf4 to your computer and use it in GitHub Desktop.
Save dbolser/1a5f48e2d5a16d9096a0c2ecf707daf4 to your computer and use it in GitHub Desktop.
[dbolser@ebi6-063 Python-2.7.14]$ make
running build
running build_ext
building dbm using ndbm
building '_tkinter' extension
gcc -pthread -fPIC -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/usr/X11/include -I. -IInclude -I./Include -I/usr/local/include -I/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Include -I/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14 -c /nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Modules/_tkinter.c -o build/temp.linux-x86_64-2.7/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Modules/_tkinter.o
gcc -pthread -fPIC -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/usr/X11/include -I. -IInclude -I./Include -I/usr/local/include -I/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Include -I/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14 -c /nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Modules/tkappinit.c -o build/temp.linux-x86_64-2.7/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Modules/tkappinit.o
gcc -pthread -shared build/temp.linux-x86_64-2.7/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Modules/_tkinter.o build/temp.linux-x86_64-2.7/nfs/production/panda/ensemblgenomes/development/dbolser/Build/Python-2.7.14/Modules/tkappinit.o -L/usr/X11/lib -L/usr/local/lib -ltk8.5 -ltcl8.5 -lX11 -o build/lib.linux-x86_64-2.7/_tkinter.so
/nfs/software/ensembl/RHEL7-JUL2017-core2/linuxbrew/bin/ld: cannot find -ltk8.5
/nfs/software/ensembl/RHEL7-JUL2017-core2/linuxbrew/bin/ld: cannot find -ltcl8.5
collect2: error: ld returned 1 exit status
Python build finished, but the necessary bits to build these modules were not found:
bsddb185 dl imageop
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_tkinter
running build_scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment