Re: python-enchant is not importable in python 2.6 on armhf. Any idea which package is at fault?
Hello Peter, 2011/12/25 peter green : > While investigating the build failure of scim-python on armhf I discovered > that importing enchant with python 2.6 fails on armhf > > root@debian:/# python2.6 -c "import enchant" > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.6/dist-packages/enchant/__init__.py", line 90, in > > from enchant import _enchant as _e > File "/usr/lib/python2.6/dist-packages/enchant/_enchant.py", line 133, in > > raise ImportError("enchant C library not found") > ImportError: enchant C library not found > root@debian:/# > > Importing with python 2.7 completes without errors on armhf. Importing with > either 2.6 or 2.7 completes without errors on amd64, i386 and armel. > > Any thoughts on what is going on and which package should receive a bug > report about this This one time it works for me on harris.d.o porterbox. Cheers, -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-. -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAODfWeGJ7LxU7Kt+9o=4jz7wpmsr2rj3ozxdeuok5ae7tda...@mail.gmail.com
Re: python-enchant is not importable in python 2.6 on armhf. Any idea which package is at fault?
Hello again, 2011/12/25 peter green : > While investigating the build failure of scim-python on armhf I discovered > that importing enchant with python 2.6 fails on armhf > > root@debian:/# python2.6 -c "import enchant" > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.6/dist-packages/enchant/__init__.py", line 90, in > > from enchant import _enchant as _e > File "/usr/lib/python2.6/dist-packages/enchant/_enchant.py", line 133, in > > raise ImportError("enchant C library not found") > ImportError: enchant C library not found > root@debian:/# Right, I was unable to reproduce on harris.debian.org, porterbox using debian-ports.org packages, but I was able to reproduce on buildd, running from official archive: (sid-armhf-sbuild)root@hoiby:~# python2.6 -c "import enchant" Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.6/dist-packages/enchant/__init__.py", line 90, in from enchant import _enchant as _e File "/usr/lib/python2.6/dist-packages/enchant/_enchant.py", line 133, in raise ImportError("enchant C library not found") ImportError: enchant C library not found python2.6 package was uploaded in binary form, without any coordination with porters doing armhf bootstrapping, by its maintainer Matthias Klose. Cheers, -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-. -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/caodfwefh9-in-6cf3kdfmhordf1c1bmdckv9klc+77deutf...@mail.gmail.com
Re: python-enchant is not importable in python 2.6 on armhf. Any idea which package is at fault?
Hector Oron wrote: Hello again, 2011/12/25 peter green : While investigating the build failure of scim-python on armhf I discovered that importing enchant with python 2.6 fails on armhf root@debian:/# python2.6 -c "import enchant" Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.6/dist-packages/enchant/__init__.py", line 90, in from enchant import _enchant as _e File "/usr/lib/python2.6/dist-packages/enchant/_enchant.py", line 133, in raise ImportError("enchant C library not found") ImportError: enchant C library not found root@debian:/# Right, I was unable to reproduce on harris.debian.org, porterbox using debian-ports.org packages, but I was able to reproduce on buildd, running from official archive: (sid-armhf-sbuild)root@hoiby:~# python2.6 -c "import enchant" Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.6/dist-packages/enchant/__init__.py", line 90, in from enchant import _enchant as _e File "/usr/lib/python2.6/dist-packages/enchant/_enchant.py", line 133, in raise ImportError("enchant C library not found") ImportError: enchant C library not found python2.6 package was uploaded in binary form, without any coordination with porters doing armhf bootstrapping, by its maintainer Matthias Klose. So would the reasonable thing to do be to binnmu it and see if the problem goes away? Cheers, -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ef723ec.8020...@p10link.net
Re: python-enchant is not importable in python 2.6 on armhf. Any idea which package is at fault?
Hello, 2011/12/25 peter green : > So would the reasonable thing to do be to binnmu it and see if the problem > goes away? Done and problem does not go away, but installing `libenchant-dev' makes the error go away. It looks like to me that `scim-python' build-deps are missing `libenchant-dev', which seem to fix the build, it is also missing updated config.guess for proper detection of build/host GNU system type. I am not sure why this is only showing on armhf architecture. Maybe someone more knowledgeable on python knows why. Best regards, -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-. -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/caodfwee0fecjgmrpo2tzpwf2r8d-zms-2vlpr9uzx+vx90r...@mail.gmail.com