nothing provides /bin/python needed by mercurial-3.5-1.fc23.x86_64

Michael Schwendt mschwendt at gmail.com
Wed Aug 12 12:46:52 UTC 2015


On Wed, 12 Aug 2015 08:33:19 -0400, Neal Becker wrote:

> I'm stuck on this (again).  According to advice here:
> 
> https://lists.fedoraproject.org/pipermail/devel/2015-June/211666.html
> 
> I just needed to use
> Requires: /usr/bin/python
> 
> But I tried changing 
> 
> Requires: python
> 
> to 
> 
> Requires: /usr/bin/python
> 
> and it doesn't work.  Somehow I still get:
> ...
> Requires: /bin/python /usr/bin/env libc.so.6()(64bit) libc.so.6(GLIBC_2.14)
> (64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) 
> libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) 
> libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.7.so.1.0()(64bit) python(abi) 
> = 2.7 rtld(GNU_HASH)
> 
> I don't know where this is coming from or how to fix it.

That's the output from rpmbuild's dependency generator.
Examine all files in the buildroot.
The automatic dep on /usr/bin/env can also be problematic.


More information about the devel mailing list