Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643790 - dev-vcs/rabbitvcs: RuntimeError: Bad magic number in .pyc file
Summary: dev-vcs/rabbitvcs: RuntimeError: Bad magic number in .pyc file
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-07 15:46 UTC by Nikita Zlobin
Modified: 2020-01-04 09:07 UTC (History)
1 user (show)

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


Attachments
emerge --info rabbitvcs (emerge-info-rabbitvcs,13.08 KB, text/plain)
2018-01-07 15:46 UTC, Nikita Zlobin
Details
Build log (no build errors) (emerge-build-rabbitvcs,163.68 KB, text/plain)
2018-01-08 15:58 UTC, Nikita Zlobin
Details

Note You need to log in before you can comment on or make changes to this bug.
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).