Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267638 - dev-python/dpkt-1.6 fails to merge with python-2.6
Summary: dev-python/dpkt-1.6 fails to merge with python-2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.6
  Show dependency tree
 
Reported: 2009-04-27 09:31 UTC by Radek Podgorny
Modified: 2009-05-16 21:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radek Podgorny 2009-04-27 09:31:33 UTC
>>> Emerging (13 of 35) dev-python/dpkt-1.6
 * dpkt-1.6.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                           [ ok ]
 * checking ebuild checksums ;-) ...                                                                                         [ ok ]
 * checking auxfile checksums ;-) ...                                                                                        [ ok ]
 * checking miscfile checksums ;-) ...                                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking dpkt-1.6.tar.gz to /var/tmp/portage/dev-python/dpkt-1.6/work
>>> Source unpacked in /var/tmp/portage/dev-python/dpkt-1.6/work
>>> Compiling source in /var/tmp/portage/dev-python/dpkt-1.6/work/dpkt-1.6 ...
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    import dpkt
  File "/var/tmp/portage/dev-python/dpkt-1.6/work/dpkt-1.6/dpkt/__init__.py", line 17, in <module>
    import bgp
  File "/var/tmp/portage/dev-python/dpkt-1.6/work/dpkt-1.6/dpkt/bgp.py", line 678
    self.failUnless(c.as == 65215)
                       ^
SyntaxError: invalid syntax
 * 
 * ERROR: dev-python/dpkt-1.6 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_compile
 *             environment, line 2518:  Called distutils_src_compile
 *             environment, line  709:  Called die
 * The specific snippet of code:
 *       ${python} setup.py build "$@" || die "compilation failed"
 *  The die message:
 *   compilation failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-python/dpkt-1.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/dpkt-1.6/temp/environment'.
 *
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-16 21:22:27 UTC
Fixed.