The log is here: http://dl.dropbox.com/u/6726175/config.log
On Jun 30, 4:26 am, Dima Pasechnik <dimp...@gmail.com> wrote: > On Jun 29, 7:39 pm, Roman Sinayev <lqd...@gmail.com> wrote: > > > Ok, I changed the PATH (removed /local/ stuff) and it didn't help. I > > think i have the local folder as a part of the default PATH on my > > ubuntu notebook as well. > > > Which log would I look at in the build directory? > > python-2.6.4.p11/src/config.log > looks the only one potentially interesting... > > > > > > > > > > > I have all of these log files there... > > > ./prereq-0.9/config.log > > ./python-2.6.4.p11/.hg/store/00changelog.i > > ./python-2.6.4.p11/.hg/00changelog.i > > ./python-2.6.4.p11/src/Doc/library/easydialogs.rst > > ./python-2.6.4.p11/src/Doc/library/logging.rst > > ./python-2.6.4.p11/src/Doc/library/syslog.rst > > ./python-2.6.4.p11/src/Demo/pdist/makechangelog.py > > ./python-2.6.4.p11/src/Demo/tkinter/matt/dialog-box.py > > ./python-2.6.4.p11/src/Demo/tkinter/guido/dialog.py > > ./python-2.6.4.p11/src/Demo/tkinter/guido/AttrDialog.py > > ./python-2.6.4.p11/src/config.log > > ./python-2.6.4.p11/src/Lib/lib-tk/tkFileDialog.py > > ./python-2.6.4.p11/src/Lib/lib-tk/tkSimpleDialog.py > > ./python-2.6.4.p11/src/Lib/lib-tk/tkCommonDialog.py > > ./python-2.6.4.p11/src/Lib/lib-tk/SimpleDialog.py > > ./python-2.6.4.p11/src/Lib/lib-tk/Dialog.py > > ./python-2.6.4.p11/src/Lib/lib-tk/FileDialog.py > > ./python-2.6.4.p11/src/Lib/test/decimaltestdata/logb.decTest > > ./python-2.6.4.p11/src/Lib/test/decimaltestdata/log10.decTest > > ./python-2.6.4.p11/src/Lib/test/test_logging.py > > ./python-2.6.4.p11/src/Lib/distutils/log.pyc > > ./python-2.6.4.p11/src/Lib/distutils/log.py > > ./python-2.6.4.p11/src/Lib/idlelib/SearchDialog.py > > ./python-2.6.4.p11/src/Lib/idlelib/SearchDialogBase.py > > ./python-2.6.4.p11/src/Lib/idlelib/aboutDialog.py > > ./python-2.6.4.p11/src/Lib/idlelib/configDialog.py > > ./python-2.6.4.p11/src/Lib/idlelib/ReplaceDialog.py > > ./python-2.6.4.p11/src/Lib/idlelib/configSectionNameDialog.py > > ./python-2.6.4.p11/src/Lib/idlelib/keybindingDialog.py > > ./python-2.6.4.p11/src/Lib/idlelib/GrepDialog.py > > ./python-2.6.4.p11/src/Lib/logging > > ./python-2.6.4.p11/src/Lib/logging/config.py > > ./python-2.6.4.p11/src/Lib/logging/__init__.py > > ./python-2.6.4.p11/src/Lib/logging/handlers.py > > ./python-2.6.4.p11/src/Lib/plat-mac/Carbon/Dialogs.py > > ./python-2.6.4.p11/src/Lib/plat-mac/EasyDialogs.py > > ./python-2.6.4.p11/src/Lib/plat-mac/dialogs.rsrc > > ./python-2.6.4.p11/src/Lib/hotshot/log.py > > ./python-2.6.4.p11/src/PC/icons/baselogo.svg > > ./python-2.6.4.p11/src/Modules/syslogmodule.c > > ./python-2.6.4.p11/src/Tools/scripts/logmerge.py > > ./python-2.6.4.p11/src/Mac/Modules/OSATerminology.c > > ./python-2.6.4.p11/src/build/lib.linux-x86_64-2.6/syslog.so > > ./python-2.6.4.p11/src/build/temp.linux-x86_64-2.6/libffi/config.log > > ./python-2.6.4.p11/src/build/temp.linux-x86_64-2.6/home/roman/Software/ > > sage-4.7/spkg/build/python-2.6.4.p11/src/Modules/syslogmodule.o > > > Thanks > > > On Jun 28, 5:06 am, Dima Pasechnik <dimp...@gmail.com> wrote: > > > > PATH=/home/roman/Software/sage-4.7:/home/roman/Software/sage-4.7/ > > > local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > > > > Is there any reason for PATH having /usr/local ahead of the standard > > > stuff? > > > It can potentially happen that you have some stuff in /usr/local/lib > > > which interfers > > > with things. Indeed, -L/usr/local/lib is in the gcc call that > > > produces non-working crypt > > > module, and the only reason for it to be there is, I think, the > > > presense of /usr/local in your PATH. > > > > Could you try removing this part from your PATH and re-running? > > > > If this does not help, one should try to see what exactly happens when > > > one tries importing crypt. > > > Perhaps it is in a log file in SAGE_ROOT/spkg/build/ > > > > On Jun 27, 10:56 pm, Roman Sinayev <lqd...@gmail.com> wrote: > > > > > The whole log is here: > > > > >http://dl.dropbox.com/u/6726175/install.log -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org