Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419813 - net-analyzer/scapy-1.1.1-r1 fails on qmerge when python-3.2 is eselected
Summary: net-analyzer/scapy-1.1.1-r1 fails on qmerge when python-3.2 is eselected
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Auty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 415635
  Show dependency tree
 
Reported: 2012-06-05 20:26 UTC by Ian Stakenvicius (RETIRED)
Modified: 2012-06-06 00:10 UTC (History)
2 users (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 Ian Stakenvicius (RETIRED) gentoo-dev 2012-06-05 20:26:23 UTC
This version of scapy installs a python module that only works for python-2 , but there is no logic in the ebuild to specify this (no python_set_active_version 2 , no python-2 dependency).

Since there is a newer version marked stable, this ebuild should probably jsut be removed.


==== Relevant part of the build.log ====
>>> Regenerating /etc/ld.so.cache...
>>> Original instance of package unmerged safely.
 * Compilation and optimization of Python modules for CPython 3.2 ...                                                    [ !! ]
 *     File "/usr/lib64/python3.2/site-packages/scapy.py", line 42
 *     print """Usage: scapy.py [-s sessionfile] [-c new_startup_file] [-C]
 *     -C: do not read startup file"""
 *     
 *     ^
 *     SyntaxError: invalid syntax
 *
Comment 1 Mike Auty (RETIRED) gentoo-dev 2012-06-06 00:10:40 UTC
Thanks, this package has been removed from the tree as suggested.