Comment 5 for bug 427630

Revision history for this message
josa (johnny-sander) wrote :

After downloading branch in #3, building using
debuild -i -us -uc -b

On installing .deb I get the following from package installation

Preparing to replace software-store 0.3.4 (using .../software-store_0.3.4_all.deb) ...
Unpacking replacement software-store ...
Setting up software-store (0.3.4) ...
Traceback (most recent call last):
  File "/usr/sbin/update-software-store", line 43, in <module>
    from softwarestore.db.update import update
ImportError: No module named db.update

Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...

Can not start Software store now and when trying from command line I get ..

johnny@johnny-desktop:~$ software-store
Traceback (most recent call last):
  File "/usr/bin/software-store", line 55, in <module>
    xapian_base_path = XAPIAN_BASE_PATH
NameError: name 'XAPIAN_BASE_PATH' is not defined
johnny@johnny-desktop:~$

Am I missing packages or do I need to build differently?
Doing more than I now how to, as always.