martin-ueding / thinkpad-scripts

Screen rotation, docking and other scripts for ThinkPad® X220 and X230 Tablet
Other
133 stars 23 forks source link

sphinx-build-3 is now located on fedora systems #119

Closed Aruee closed 8 years ago

Aruee commented 8 years ago

I noticed that the make script fails on my fedora system because it doesn't properly locate sphinx-build. This fixed it for me, so I thought it may be helpful in case other people have the same issue.

martin-ueding commented 8 years ago

I must admit that I must have had this problem on my Fedora machine as well. My solution was to create a symlink such that /usr/local/bin/sphinx-build/usr/bin/sphinx-build-3. Then the fallback would pick up the symlink and build on my machine.

In hindsight, I must have been in a hurry and not thought about that. It would have gotten back to me when I build on another Fedora machine.

Aruee commented 8 years ago

My solution was to create a symlink such that /usr/local/bin/sphinx-build → /usr/bin/sphinx-build-3. Then the fallback would pick up the symlink and build on my machine.

Thought about that, too, but I figured that an upstream solution may be helpful for other people with the same issue.

martin-ueding commented 8 years ago

Definitly! I have cherry-picked your commit onto develop (using git-flow for this probject) and released it as 4.7.3. Now I just have to package that new version for Ubuntu.