Files missing in install

Bug #888264 reported by Welshtramp
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cardapio
Fix Released
Undecided
Unassigned

Bug Description

OS: Linux Mint Debian

seems the CardapioSimpleDbusApplet.py' is missing and so make install was returning a error.

iain@lmde ~/cardapio/cardapio $ sudo make install
if test -d /usr/share/dockmanager; then \
  mkdir -p /usr/share/dockmanager/metadata; \
  mkdir -p /usr/share/dockmanager/scripts; \
  cp -f src/docky/cardapio_helper.py.info /usr/share/dockmanager/metadata/; \
  cp -f src/docky/cardapio_helper.py /usr/share/dockmanager/scripts/; \
  chmod +x /usr/share/dockmanager/scripts/cardapio_helper.py; \
 fi
python -m compileall src/
Listing src/ ...
Listing src/docky ...
Listing src/gnomepanel ...
Listing src/plugins ...
Listing src/ui ...
python -m compileall src/plugins/
Listing src/plugins/ ...
python -m compileall src/gnomepanel/
Listing src/gnomepanel/ ...
python -m compileall src/docky/
Listing src/docky/ ...
# remove old files which have been renamed or moved to another package
rm -rf /usr/lib/cardapio/cardapio.py
rm -rf /usr/lib/cardapio/cardapio.pyc
rm -rf /usr/lib/cardapio/plugins/firefox_bookmarks.py
rm -rf /usr/lib/cardapio/plugins/firefox_bookmarks.pyc
#rm -f /usr/lib/cardapio/cardapio-gnome-panel-applet
#rm -rf /usr/bin/cardapio-gnome-panel-applet
mkdir -p /usr/lib/cardapio
cp -f src/cardapio /usr/lib/cardapio/
cp -f src/cardapio-gnome-panel-applet /usr/lib/cardapio/
cp -f src/Cardapio.py /usr/lib/cardapio/
cp -f src/Cardapio.pyc /usr/lib/cardapio/
cp -f src/Constants.py /usr/lib/cardapio/
cp -f src/Constants.pyc /usr/lib/cardapio/
cp -f src/DesktopEnvironment.py /usr/lib/cardapio/
cp -f src/DesktopEnvironment.pyc /usr/lib/cardapio/
cp -f src/CardapioGtkView.py /usr/lib/cardapio/
cp -f src/CardapioGtkView.pyc /usr/lib/cardapio/
cp -f src/CardapioViewInterface.py /usr/lib/cardapio/
cp -f src/CardapioViewInterface.pyc /usr/lib/cardapio/
cp -f src/CardapioAppletInterface.py /usr/lib/cardapio/
cp -f src/CardapioAppletInterface.pyc /usr/lib/cardapio/
cp -f src/CardapioSimpleDbusApplet.py /usr/lib/cardapio/
cp: cannot stat `src/CardapioSimpleDbusApplet.py': No such file or directory
make: *** [install] Error 1

Revision history for this message
Thiago Teixeira (tvst) wrote :

Thanks for posting this! I just fixed it in trunk. Let me know if you still run into problems after updating your local branch.

Changed in cardapio:
status: New → Fix Released
Revision history for this message
Welshtramp (istewartcloss) wrote :

Fixed, thanks for a swift reply and resolution

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.