On 11/11/2013 6:15 PM, Roman Martin wrote:
> Information about 8227 packages read in 1 seconds.
> The following package will be installed or updated:
>    sphinx-py27
> curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O
> http://distfiles.master.finkmirrors.net/Sphinx-1.1.3.tar.gz
>     % Total    % Received % Xferd  Average Speed   Time    Time Time  Current
>                                    Dload  Upload   Total   Spent Left  Speed
> 100 2570k  100 2570k    0     0  82195      0  0:00:32  0:00:32 --:--:--
> 86336
> Setting runtime build-lock...
...
> /sw/src/fink.build/root-sphinx-py27-1.1.3-1/sw/share/doc/sphinx-py27/doc
> make -C doc latex PYTHON=python2.7 SPHINXBUILD="python2.7
> ../sphinx-build.py"
> make: Entering directory
> `/sw/src/fink.build/sphinx-py27-1.1.3-1/Sphinx-1.1.3/doc'
> python2.7 ../sphinx-build.py -b latex -d _build/doctrees    . _build/latex
> Error: The markupsafe module cannot be found. Did you install Sphinx and
> its dependencies correctly?
> make: *** [latex] Error 1
> make: Leaving directory
> `/sw/src/fink.build/sphinx-py27-1.1.3-1/Sphinx-1.1.3/doc'
> ### execution of make failed, exit code 2
> ### execution of /tmp/fink.x2lGv failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-sphinx-py27-1.1.3-1
> (Reading database ... 166729 files and directories currently installed.)
> Removing fink-buildlock-sphinx-py27-1.1.3-1 ...
> Failed: phase installing: sphinx-py27-1.1.3-1 failed
>
> Before reporting any errors, please run "fink selfupdate" and try again.
>
> If you continue to have issues, please check to see if the FAQ on Fink's
> website solves the problem.  If not, ask on one (not both, please) of
> these mailing lists:
>
>       The Fink Users List <fink-users@lists.sourceforge.net>
>       The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
>
> with a carbon copy to the maintainer:
>
>       Kurt Schwehr <goat...@users.sourceforge.net>
>
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
>
> Please try to include the complete error message in your report. This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
>
> Also include the following system information:
> Package manager version: 0.36.0
> Distribution version: selfupdate-rsync Mon Nov 11 23:09:07 2013, 10.9,
> x86_64
> Trees: local/main stable/main
> Xcode.app: 5.0.1
> Xcode command-line tools: 5.0.1.0.1.1382131676
> Max. Fink build jobs:  1

Please remember to include the package maintainer when reporting a 
problem as that person might not be subscribed to the -users mailing list.

sphinx-py Depends on jinja2-py which Depends on markupsafe-py, so it 
should be present when sphinx-py is being built.  What is the output of:

fink list markupsafe-py27
dpkg -L markupsafe-py27 | grep site-packages

The dpkg output should include at least these files:

/sw/lib/python2.7/site-packages
/sw/lib/python2.7/site-packages/markupsafe
/sw/lib/python2.7/site-packages/markupsafe/__init__.py
/sw/lib/python2.7/site-packages/markupsafe/__init__.pyc
/sw/lib/python2.7/site-packages/markupsafe/_compat.py
/sw/lib/python2.7/site-packages/markupsafe/_compat.pyc
/sw/lib/python2.7/site-packages/markupsafe/_constants.py
/sw/lib/python2.7/site-packages/markupsafe/_constants.pyc
/sw/lib/python2.7/site-packages/markupsafe/_native.py
/sw/lib/python2.7/site-packages/markupsafe/_native.pyc
/sw/lib/python2.7/site-packages/markupsafe/_speedups.c
/sw/lib/python2.7/site-packages/markupsafe/_speedups.so
/sw/lib/python2.7/site-packages/markupsafe/tests.py
/sw/lib/python2.7/site-packages/markupsafe/tests.pyc
/sw/lib/python2.7/site-packages/MarkupSafe-0.18-py2.7.egg-info
/sw/lib/python2.7/site-packages/MarkupSafe-0.18-py2.7.egg-info/dependency_links.txt
/sw/lib/python2.7/site-packages/MarkupSafe-0.18-py2.7.egg-info/not-zip-safe
/sw/lib/python2.7/site-packages/MarkupSafe-0.18-py2.7.egg-info/PKG-INFO
/sw/lib/python2.7/site-packages/MarkupSafe-0.18-py2.7.egg-info/SOURCES.txt
/sw/lib/python2.7/site-packages/MarkupSafe-0.18-py2.7.egg-info/top_level.txt

If any are missing, try 'fink reinstall markupsafe-py27' and then try to 
rebuild sphinx-py27.  If that still fails, try 'fink rebuild 
markupsafe-py27'.

Hanspeter


------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to