Git Product home page Git Product logo

Comments (9)

yyuu avatar yyuu commented on May 9, 2024

What is your operating system? I can build 2.5.6 on my Debian sid box without troubles.

from pyenv.

Azd325 avatar Azd325 commented on May 9, 2024

I have an Arch Linux
2.7.4 and 2.6.6 are also working for me but the whole 2.5 row not

from pyenv.

Azd325 avatar Azd325 commented on May 9, 2024

Do you want to have my complete error log?

from pyenv.

yyuu avatar yyuu commented on May 9, 2024

This seems to be a problem of python build process, not a problem of pyenv.

Because the problem is not reproduced on my machine, basically, please find the cause of the trouble by yourself. I'll try to setup Arch Linux as VM, but I cannot promise you anything about this trouble.

from pyenv.

yyuu avatar yyuu commented on May 9, 2024

I tested building CPython 2.5.6 on latest Arch Linux (cleanly installed), and it finishes without any problems. After that, I did sudo pacman -S subversion and then try rebuilding, it fails by the same error as yours.

from pyenv.

Azd325 avatar Azd325 commented on May 9, 2024

Yep. I have subversion installed.
Is the subversion version to high?

from pyenv.

Azd325 avatar Azd325 commented on May 9, 2024

Or what can be the reason?

from pyenv.

yyuu avatar yyuu commented on May 9, 2024

The Python build system expects svnversion to print "exported" if the source tree is not on the Subversion repository. But recent version of Suversion prints "Unversioned directory" in place of "exported". This is the why build fails.

Just placing following script as svnversion into your $PATH will solve the build problem.

#!/bin/sh
echo exported

Other workarounds described in the post you pointed are also effective.

Again, this is not a kind of problem of pyenv.

from pyenv.

Azd325 avatar Azd325 commented on May 9, 2024

But thanks for the help

from pyenv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.