Re: [gentoo-user] python fails to emerge

2005-05-04 Thread Jonas Pedersen
q-parser wrote:
Maybe running fix_libtool_files.sh could repair libraries. I would 
give it a try.
Looks like that solved my problem.
Thanks!
--
Jonas Pedersen - jonas(a)chown.dk
http://chown.dk  http://pictureshow.dk
Nyheder på din windows desktop? http://rss.chown.dk
--
gentoo-user@gentoo.org mailing list


[gentoo-user] python fails to emerge

2005-05-01 Thread Antoine
Hi,
I am trying to get up to date and python won't emerge. It borks at :

i686-pc-linux-gnu-gcc: glibc: No such file or directory
ln: accessing `libpython2.3.so.1.0': No such file or directory
make: *** [libpython2.3.so] Error 1

I tried revdep-rebuild but it gives me nothing to do with python. Can
anyone shed any light on this?

cheers
Antoine

tux root # emerge -av python

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] dev-lang/python-2.3.5 [2.3.4-r1] +X +berkdb -bootstrap
-build -debug +doc +gdbm -ipv6 +ncurses +readline +ssl +tcltk -ucs2 0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No] yes
 emerge (1 of 1) dev-lang/python-2.3.5 to /
 md5 files   ;-) python-2.4.1.ebuild
 md5 files   ;-) python-2.3.5.ebuild
 md5 files   ;-) python-2.1.3-r1.ebuild
 md5 files   ;-) python-2.2.3-r6.ebuild
 md5 files   ;-) python-2.3.4-r1.ebuild
 md5 files   ;-) python-2.4-r3.ebuild
 md5 files   ;-) files/python-2.4-lib64.patch
 md5 files   ;-) files/python-2.3-mimetypes_apache.patch
 md5 files   ;-) files/python-2.4.1-readline.patch
 md5 files   ;-) files/python-updater
 md5 files   ;-) files/python-2.4-readline.patch
 md5 files   ;-) files/python-2.2.1-r5-gentoo.diff
 md5 files   ;-) files/python-2.4-add_portage_search_path.patch
 md5 files   ;-) files/python-2.2.3-xmlrpc.patch
 md5 files   ;-) files/digest-python-2.3.5
 md5 files   ;-) files/digest-python-2.4.1
 md5 files   ;-) files/python-2.4-xmlrpc.patch
 md5 files   ;-) files/python-2.2.2-tk-8.4.x.patch
 md5 files   ;-) files/python-2.2.3-gentoo_py_dontcompile.patch
 md5 files   ;-) files/python-2.4-gentoo_py_dontcompile.patch
 md5 files   ;-) files/python-2.3-readline.patch
 md5 files   ;-) files/python-2.3-add_portage_search_path_take_2.patch
 md5 files   ;-) files/python-2.2.3-db4.patch
 md5 files   ;-) files/python-2.4.1-db4.patch
 md5 files   ;-) files/python-2.2.3-fPIC.patch
 md5 files   ;-) files/python-2.3-xmlrpc.patch
 md5 files   ;-) files/python-2.3.4-lib64.patch
 md5 files   ;-) files/python-config-2.2
 md5 files   ;-) files/python-config-2.3
 md5 files   ;-) files/python-config-2.4
 md5 files   ;-) files/python-2.3-db4.2.patch
 md5 files   ;-) files/python-2.3-gentoo_py_dontcompile.patch
 md5 files   ;-) files/python-2.3-add_portage_search_path.patch
 md5 files   ;-) files/python-2.2.3-disable_modules_and_ssl.patch
 md5 files   ;-) files/python-2.4-db4.2.patch
 md5 files   ;-) files/python-config-2.2.1
 md5 files   ;-) files/python-config-2.2.2
 md5 files   ;-) files/python-2.3.2-disable_modules_and_ssl.patch
 md5 files   ;-) files/digest-python-2.1.3-r1
 md5 files   ;-) files/digest-python-2.2.3-r6
 md5 files   ;-) files/digest-python-2.3.4-r1
 md5 files   ;-) files/python-2.4.1-libdir.patch
 md5 files   ;-) files/depreorder.py
 md5 files   ;-) files/python-2.4-libdir.patch
 md5 files   ;-) files/python-2.4-disable_modules_and_ssl.patch
 md5 files   ;-) files/digest-python-2.4-r3
 md5 files   ;-) files/python-2.4-mimetypes_apache.patch
 md5 src_uri ;-) Python-2.3.5.tar.bz2
 Unpacking source...
 Unpacking Python-2.3.5.tar.bz2 to /var/tmp/portage/python-2.3.5/work
 * Applying python-2.3-readline.patch ...
  [ ok ] * Applying python-2.3-add_portage_search_path_take_2.patch ...
  [ ok ] * Applying python-2.3-gentoo_py_dontcompile.patch ...
  [ ok ] * Applying
python-2.3.2-disable_modules_and_ssl.patch ...[ ok ] *
Applying python-2.3-mimetypes_apache.patch ... [
ok ] * Applying python-2.3-db4.2.patch ...

...
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] python fails to emerge

2005-05-01 Thread Jonas Pedersen
Antoine wrote:
Hi,
I am trying to get up to date and python won't emerge. It borks at :
i686-pc-linux-gnu-gcc: glibc: No such file or directory
ln: accessing `libpython2.3.so.1.0': No such file or directory
make: *** [libpython2.3.so] Error 1
I tried revdep-rebuild but it gives me nothing to do with python. Can
anyone shed any light on this?
You are not the only one with this problem. Got the exact same problem 
when I tried to do a 'emerge -uD world' earlier today. Have not found a 
sollution (on the other hand I did not try to find a sollution).

--
Jonas Pedersen - jonas(a)chown.dk
http://chown.dk  http://pictureshow.dk
Nyheder på din windows desktop? http://rss.chown.dk
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] python fails to emerge

2005-05-01 Thread q-parser
Jonas Pedersen wrote:
Antoine wrote:
Hi,
I am trying to get up to date and python won't emerge. It borks at :
i686-pc-linux-gnu-gcc: glibc: No such file or directory
ln: accessing `libpython2.3.so.1.0': No such file or directory
make: *** [libpython2.3.so] Error 1
I tried revdep-rebuild but it gives me nothing to do with python. Can
anyone shed any light on this?
You are not the only one with this problem. Got the exact same problem 
when I tried to do a 'emerge -uD world' earlier today. Have not found 
a sollution (on the other hand I did not try to find a sollution).


Maybe running fix_libtool_files.sh could repair libraries. I would 
give it a try.
--
gentoo-user@gentoo.org mailing list