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 826512 Details for
Bug 1032491
[abrt] python-setuptools-0.6.36-1.fc19: setup.py:90:<module>:ValueError: invalid literal for int() with base 10: ''
[?]
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.
File: backtrace
backtrace (text/plain), 10.35 KB, created by
tuankiet65
on 2013-11-20 09:50:25 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
tuankiet65
Created:
2013-11-20 09:50:25 UTC
Size:
10.35 KB
patch
obsolete
>setup.py:90:<module>:ValueError: invalid literal for int() with base 10: '' > >Traceback (most recent call last): > File "/usr/bin/easy_install", line 9, in <module> > load_entry_point('distribute==0.6.36', 'console_scripts', 'easy_install')() > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1941, in main > with_ei_usage(lambda: > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1922, in with_ei_usage > return f() > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1945, in <lambda> > distclass=DistributionWithoutHelpCommands, **kw > File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup > dist.run_commands() > File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands > self.run_command(cmd) > File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 358, in run > self.easy_install(spec, not self.no_deps) > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 602, in easy_install > return self.install_item(spec, dist.location, tmpdir, deps) > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 632, in install_item > dists = self.install_eggs(spec, download, tmpdir) > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 827, in install_eggs > return self.build_and_install(setup_script, setup_base) > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1107, in build_and_install > self.run_setup(setup_script, setup_base, args) > File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1093, in run_setup > run_setup(setup_script, args) > File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 33, in run_setup > lambda: execfile( > File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 81, in run > return func() > File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 35, in <lambda> > {'__file__':setup_script, '__name__':'__main__'} > File "setup.py", line 90, in <module> >ValueError: invalid literal for int() with base 10: '' > >Local variables in innermost frame: >platform: <module 'platform' from '/usr/lib64/python2.7/platform.pyc'> >__builtins__: {'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': <built-in function isinstance>, 'copyright': Copyright (c) 2001-2013 Python Software Foundation. >All Rights Reserved. > >Copyright (c) 2000 BeOpen.com. >All Rights Reserved. > >Copyright (c) 1995-2001 Corporation for National Research Initiatives. >All Rights Reserved. > >Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. >All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': <built-in function input>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': <built-in function iter>, 'reload': <built-in function reload>, 'Warning': <type 'exceptions.Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': <built-in function reduce>, 'intern': <built-in function intern>, 'issubclass': <built-in function issubclass>, 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': <built-in function locals>, 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands > for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, '__name__': '__builtin__', 'ord': <built-in function ord>, 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': See http://www.python.org/2.7/license.html, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': <built-in function filter>, 'range': <built-in function range>, 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>, 'apply': <built-in function apply>, 'LookupError': <type 'exceptions.LookupError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': <built-in function zip>, 'hex': <built-in function hex>, 'long': <type 'long'>, 'next': <built-in function next>, 'ImportError': <type 'exceptions.ImportError'>, 'chr': <built-in function chr>, 'xrange': <type 'xrange'>, 'type': <type 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'raw_input': <built-in function raw_input>, 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, '__import__': <built-in function __import__>, 'KeyError': <type 'exceptions.KeyError'>, 'coerce': <built-in function coerce>, 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': <built-in function unichr>, 'id': <built-in function id>, 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': <built-in function execfile>, 'any': <built-in function any>, 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': <built-in function map>, 'buffer': <type 'buffer'>, 'max': <built-in function max>, 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': <built-in function callable>, 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>} >REQUIRES: ['pyobjc-core==2.5.1', 'pyobjc-framework-AddressBook==2.5.1', 'pyobjc-framework-AppleScriptKit==2.5.1', 'pyobjc-framework-Automator==2.5.1', 'pyobjc-framework-CFNetwork==2.5.1', 'pyobjc-framework-Cocoa==2.5.1', 'pyobjc-framework-CoreData==2.5.1', 'pyobjc-framework-CoreText==2.5.1', 'pyobjc-framework-ExceptionHandling==2.5.1', 'pyobjc-framework-FSEvents==2.5.1', 'pyobjc-framework-InstallerPlugins==2.5.1', 'pyobjc-framework-LatentSemanticMapping==2.5.1', 'pyobjc-framework-LaunchServices==2.5.1', 'pyobjc-framework-Message==2.5.1', 'pyobjc-framework-PreferencePanes==2.5.1', 'pyobjc-framework-Quartz==2.5.1', 'pyobjc-framework-ScreenSaver==2.5.1', 'pyobjc-framework-SearchKit==2.5.1', 'pyobjc-framework-SyncServices==2.5.1', 'pyobjc-framework-SystemConfiguration==2.5.1', 'pyobjc-framework-WebKit==2.5.1', 'pyobjc-framework-XgridFoundation==2.5.1'] >__file__: '/tmp/easy_install-1uXKI3/pyobjc-2.5.1/setup.py' >__package__: None >REQUIRES_10_8: ['pyobjc-framework-Accounts==2.5.1', 'pyobjc-framework-EventKit==2.5.1', 'pyobjc-framework-Social==2.5.1'] >DEL_REQUIRES_10_7: ['pyobjc-framework-InterfaceBuilderKit='] >VERSION: '2.5.1' >DEL_REQUIRES_10_8: ['pyobjc-framework-XgridFoundation=', 'pyobjc-framework-InterfaceBuilderKit='] >setuptools: <module 'setuptools' from '/usr/lib/python2.7/site-packages/setuptools/__init__.pyc'> >__name__: '__main__' >os: <module 'os' from '/usr/lib64/python2.7/os.pyc'> >REQUIRES_10_5: ['pyobjc-framework-CalendarStore==2.5.1', 'pyobjc-framework-Collaboration==2.5.1', 'pyobjc-framework-DictionaryServices==2.5.1', 'pyobjc-framework-InputMethodKit==2.5.1', 'pyobjc-framework-InstantMessage==2.5.1', 'pyobjc-framework-InterfaceBuilderKit==2.5.1', 'pyobjc-framework-PubSub==2.5.1', 'pyobjc-framework-QTKit==2.5.1', 'pyobjc-framework-ScriptingBridge==2.5.1'] >REQUIRES_10_6: ['pyobjc-framework-AppleScriptObjC==2.5.1', 'pyobjc-framework-CoreLocation==2.5.1', 'pyobjc-framework-ServerNotification==2.5.1', 'pyobjc-framework-ServiceManagement==2.5.1'] >REQUIRES_10_7: []
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 1032491
: 826512 |
826513