Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 643790

Summary: dev-vcs/rabbitvcs: RuntimeError: Bad magic number in .pyc file
Product: Gentoo Linux Reporter: Nikita Zlobin <cook60020tmp>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=643816
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info rabbitvcs
Build log (no build errors)

Description Nikita Zlobin 2018-01-07 15:46:46 UTC
Created attachment 513662 [details]
emerge --info rabbitvcs

When thunar is started from command line, it gives following output, though it doesn't block it:

$ Thunar 
RuntimeError: Bad magic number in .pyc file
ERROR	rabbitvcs.services.checkerservice	org.freedesktop.DBus.Error.ServiceUnknown: The name org.google.code.rabbitvcs.RabbitVCS.Checker was not provided by any .service files
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/rabbitvcs/services/checkerservice.py", line 265, in _connect_to_checker
    OBJECT_PATH)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 241, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 248, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 180, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 278, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.google.code.rabbitvcs.RabbitVCS.Checker was not provided by any .service files

Current version 0.16 ends up with non-working menu actions, while version 0.17.1 makes it freeze on attempt to just open context menu (or it could be another bug).
Comment 1 Jonas Stein gentoo-dev 2018-01-08 15:06:29 UTC
Thank you for the report. Please *attach* the logfiles,
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
and reopen this ticket (Status:unconfirmed).
Comment 2 Nikita Zlobin 2018-01-08 15:58:56 UTC
Created attachment 513768 [details]
Build log (no build errors)
Comment 3 Nikita Zlobin 2018-01-08 16:07:22 UTC
emerge --info: was attached right together report.
> [reply] [−] Description Nikita Zlobin 2018-01-07 15:46:46 UTC
> Created attachment 513662 [details]

Plugin log is in report text - there is almost nothing, but python backtrace.

All attachements are enough small to omit compression (build long is ~160Kb).