Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 318738 Details for
Bug 465049
FTBFS python-markdown2-1.0.1.9-1.fc10
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 11.98 KB, created by
FTBFS
on 2008-10-01 16:32:28 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2008-10-01 16:32:28 UTC
Size:
11.98 KB
patch
obsolete
>ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/python-markdown2.spec'], False, '/var/lib/mock/fedora-development-i386-python-markdown2-1.0.1.9-1.fc10.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1953c50>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/python-markdown2.spec'] >/etc/profile: line 42: /bin/hostname: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >Building target platforms: i386 >Building for target i386 >Wrote: /builddir/build/SRPMS/python-markdown2-1.0.1.9-1.fc10.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-markdown2.spec'], False, '/var/lib/mock/fedora-development-i386-python-markdown2-1.0.1.9-1.fc10.src.rpm/root/', None, 21600, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x1953c50>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-markdown2.spec'] >/etc/profile: line 42: /bin/hostname: No such file or directory >Building target platforms: i386 >Building for target i386 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FAI5zL >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf markdown2-1.0.1.9 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/markdown2-1.0.1.9.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd markdown2-1.0.1.9 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gD4KkI >+ umask 022 >+ cd /builddir/build/BUILD >+ cd markdown2-1.0.1.9 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ /usr/bin/python setup.py build >running build >running build_py >creating build >creating build/lib >copying lib/markdown2.py -> build/lib >running build_scripts >creating build/scripts-2.5 >copying and adjusting bin/markdown2 -> build/scripts-2.5 >changing mode of build/scripts-2.5/markdown2 from 644 to 755 >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eHr3NH >+ umask 022 >+ cd /builddir/build/BUILD >+ cd markdown2-1.0.1.9 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ rm -rf /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386 >+ /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386 >running install >running install_lib >creating /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386 >creating /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr >creating /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/lib >creating /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/lib/python2.5 >creating /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/lib/python2.5/site-packages >copying build/lib/markdown2.py -> /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/lib/python2.5/site-packages >byte-compiling /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/lib/python2.5/site-packages/markdown2.py to markdown2.pyc >writing byte-compilation script '/tmp/tmpzvUSS7.py' >/usr/bin/python -O /tmp/tmpzvUSS7.py >removing /tmp/tmpzvUSS7.py >running install_scripts >creating /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/bin >copying build/scripts-2.5/markdown2 -> /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/bin >changing mode of /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/bin/markdown2 to 755 >running install_egg_info >Writing /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/lib/python2.5/site-packages/markdown2-1.0.1.9-py2.5.egg-info >+ find /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/lib/python2.5/site-packages '(' -name '*.py' -o -name 'py.*' ')' -exec sed -i '1{/^#!/d}' '{}' ';' -exec chmod u=rw,go=r '{}' ';' >+ install -p -m 0755 /builddir/build/SOURCES/markdown2 /builddir/build/BUILDROOT/python-markdown2-1.0.1.9-1.fc10.i386/usr/bin >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/markdown2-1.0.1.9 >find: >`debug' >: No such file or directory >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-compress >+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump >+ /usr/lib/rpm/brp-python-bytecompile >+ /usr/lib/rpm/redhat/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xeEIcL >+ umask 022 >+ cd /builddir/build/BUILD >+ cd markdown2-1.0.1.9 >+ unset DISPLAY >+ cd test >+ /usr/bin/python test.py >markdown2/tm/auto_link ... ok >markdown2/tm/auto_link_safe_mode [issue7, safe_mode] ... ok >markdown2/tm/basic_safe_mode [safe_mode] ... ok >markdown2/tm/basic_safe_mode_escape [safe_mode] ... ok >markdown2/tm/blockquote ... ok >markdown2/tm/blockquote_with_pre ... ok >markdown2/tm/code_block_with_tabs [fromphpmarkdown] ... ok >markdown2/tm/code_safe_emphasis [code_friendly] ... ok >markdown2/tm/codeblock ... ok >markdown2/tm/codespans ... ok >markdown2/tm/codespans_safe_mode [issue9, safe_mode] ... ok >markdown2/tm/cuddled_with_para ... ok >markdown2/tm/demote_headers ... ok >markdown2/tm/emacs_head_vars [emacs] ... ok >markdown2/tm/emacs_tail_vars [emacs] ... ok >markdown2/tm/emphasis ... ok >markdown2/tm/escapes [issue15] ... ok >markdown2/tm/footnotes ... ok >markdown2/tm/footnotes_letters [footnotes] ... ok >markdown2/tm/footnotes_markup [footnotes] ... ok >markdown2/tm/footnotes_safe_mode_escape [safe_mode, footnotes] ... ok >markdown2/tm/header ... ok >markdown2/tm/hr ... ok >markdown2/tm/img_in_link ... ok >markdown2/tm/inline_links ... ok >markdown2/tm/issue2_safe_mode_borks_markup [safe_mode] ... ok >markdown2/tm/issue3_bad_code_color_hack [unicode, pygments, issue3] ... ok >markdown2/tm/link_defn_alt_title_delims ... ok >markdown2/tm/link_defn_spaces_in_url [issue18] ... ok >markdown2/tm/link_patterns ... ok >markdown2/tm/link_patterns_double_hit [link_patterns] ... ok >markdown2/tm/link_patterns_edge_cases [link_patterns] ... ok >markdown2/tm/lists ... ok >markdown2/tm/lists2 [issue16] ... ok >markdown2/tm/mismatched_footnotes ... ok >markdown2/tm/missing_link_defn ... ok >markdown2/tm/nested_list ... ok >markdown2/tm/nested_list_safe_mode [issue9, safe_mode] ... ok >markdown2/tm/parens_in_url_4 [fromphpmarkdown] ... ok >markdown2/tm/pi_and_xinclude ... ok >markdown2/tm/pyshell ... ok >markdown2/tm/raw_html ... ok >markdown2/tm/ref_links ... ok >markdown2/tm/sublist-para [questionable] ... ok >markdown2/tm/syntax_color [pygments] ... FAIL >markdown2/tm/tricky_anchors ... ok >markdown2/tm/two_comments ... ok >markdown2/tm/underline_in_autolink ... ok >markdown2/direct/code_in_strong [code, strong] ... ok >markdown2/direct/pre ... ok >markdown2/direct/russian [unicode, issue3] ... ok >markdown2/direct/starter_pre [pre, recipes] ... ok >markdown2/doctests/api ... ok >markdown2/doctests/internal ... ok >====================================================================== >FAIL: markdown2/tm/syntax_color [pygments] >---------------------------------------------------------------------- >Traceback (most recent call last): > File "./test_markdown2.py", line 150, in <lambda> > self._assertMarkdownPath(t, opts=o) > File "./test_markdown2.py", line 82, in _assertMarkdownPath > self._assertMarkdown(text, html, text_path, html_path, opts=opts) > File "./test_markdown2.py", line 129, in _assertMarkdown > errmsg.encode('ascii', 'charreprreplace')) >AssertionError: markdown2.py didn't produce the expected HTML: > ---- text (escaping: .=space, \n=newline) ---- > Here.is.some.sample.code:\n > \n > ....:::python\n > ....import.sys\n > ....def.main(argv=sys.argv):\n > ........logging.basicConfig()\n > ........log.info('hi')\n > \n > and:\n > \n > ....:::ruby\n > ....use.'zlib'\n > ....sub.main(argv)\n > ........puts.'hi'\n > ....end\n > ---- Python markdown2.py HTML (escaping: .=space, \n=newline) ---- > <p>Here.is.some.sample.code:</p>\n > \n > <div.class="codehilite"><pre><code><span.class="kn">import</span>.<span.class="nn">sys</span>\n > <span.class="k">def</span>.<span.class="nf">main</span><span.class="p">(</span><span.class="n">argv</span><span.class="o">=</span><span.class="n">sys</span><span.class="o">.</span><span.class="n">argv</span><span.class="p">):</span>\n > ....<span.class="n">logging</span><span.class="o">.</span><span.class="n">basicConfig</span><span.class="p">()</span>\n > ....<span.class="n">log</span><span.class="o">.</span><span.class="n">info</span><span.class="p">(</span><span.class="s">'hi'</span><span.class="p">)</span>\n > </code></pre></div>\n > \n > <p>and:</p>\n > \n > <div.class="code >hilite"><pre><code><span.class="n">use</span>.<span.class="s1">'zlib'</span>\n > <span.class="nb">sub</span>.<span.class="n">main</span><span.class="p">(</span><span.class="n">argv</span><span.class="p">)</span>\n > ....<span.class="nb">puts</span>.<span.class="s1">'hi'</span>\n > <span.class="k">end</span>\n > </code></pre></div>\n > ---- expected HTML (escaping: .=space, \n=newline) ---- > <p>Here.is.some.sample.code:</p>\n > \n > <div.class="codehilite"><pre><code><span.class="k">import</span>.<span.class="nn">sys</span>\n > <span.class="k">def</span>.<span.class="nf">main</span><span.class="p">(</span><span.class="n">argv</span><span.class="o">=</span><span.class="n">sys</span><span.class="o">.</span><span.class="n">argv</span><span.class="p">):</span>\n > ....<span.class="n">logging</span><span.class="o">.</span><span.class="n">basicConfig</span><span.class="p">()</span>\n > ....<span.class="n">log</span><span.class="o">.</span><span.class="n">info</span><span.class="p">(</span><span.class="s">'hi'</span><span.class="p">)</span>\n > </code></pre></div>\n > \n > <p>and:</p>\n > \n > <div.class="codehilite"><pre><code><span.class="n">use</span>.<span.class="s1">'zlib'</span>\n > <span.class="nb">sub</span>.<span.class="n">main</span><span.class="p">(</span><span.class="n">argv</span><span.class="p">)</span>\n > ....<span.class="nb">puts</span>.<span.class="s1">'hi'</span>\n > <span.class="k">end</span>\n > </code></pre></div>\n > ---- diff ---- > --- ./tm-cases/syntax_color.html > +++ markdown2 ./tm-cases/syntax_color.text > @@ -1,6 +1,6 @@ > <p>Here is some sample code:</p> > > -<div class="codehilite"><pre><code><span class="k">import</span> <span class="nn">sys</span> > +<div class="codehilite"><pre><code><span class="kn">import</span> <span class="nn">sys</span> > <span class="k">def</span> <span class="nf">main</span><span class="p">(</span><span class="n">argv</span><span class="o">=</span><span class="n">sys</span><span class="o">.</span><span class="n">argv</span><span class="p">):</span> > <span class="n">logging</span><span class="o">.</span><span class="n">basicConfig</span><span class="p">()</span> > <span class="n">log</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s">'hi'</span><span class="p">)</span> >---------------------------------------------------------------------- >Ran 54 tests in 0.459s >FAILED (1 failure) >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.xeEIcL (%check) > Bad exit status from /var/tmp/rpm-tmp.xeEIcL (%check) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-markdown2.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.5/site-packages/mock/util.py", line 316, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-markdown2.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 465049
:
318737
| 318738 |
318739
|
318740
|
318741
|
318742