Ticket #282 (closed defect: fixed)
make install fails
| Reported by: | anonymous | Owned by: | thomas |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2.6 |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
$ make install Making install in bin make[1]: Betrete Verzeichnis '/home/mathias/Software/gnome/moap/bin' make[2]: Betrete Verzeichnis '/home/mathias/Software/gnome/moap/bin'
| /bin/mkdir -p "/opt/moap/bin" |
/usr/bin/install -c 'moap' '/opt/moap/bin/moap'
make[2]: Für das Ziel »install-data-am« ist nichts zu tun. make[2]: Verlasse Verzeichnis '/home/mathias/Software/gnome/moap/bin' make[1]: Verlasse Verzeichnis '/home/mathias/Software/gnome/moap/bin' Making install in etc make[1]: Betrete Verzeichnis '/home/mathias/Software/gnome/moap/etc' Making install in bash_completion.d make[2]: Betrete Verzeichnis '/home/mathias/Software/gnome/moap/etc/bash_completion.d' PYTHONPATH=../..:$PYTHONPATH ./bash-compgen \
moap moap.main.Moap > moap
Traceback (most recent call last):
File "./bash-compgen", line 211, in <module>
start()
File "./bash-compgen", line 178, in start
exec command
File "<string>", line 1, in <module> File "/home/mathias/Software/gnome/moap/moap/main.py", line 6, in <module>
from moap.command import doap, cl, ignore, bug, code
File "/home/mathias/Software/gnome/moap/moap/command/doap.py", line 10, in <module>
from moap.util import util, mail
File "/home/mathias/Software/gnome/moap/moap/util/util.py", line 9, in <module>
from moap.util import command, log
File "/home/mathias/Software/gnome/moap/moap/util/log.py", line 27, in <module>
from moap.extern.log import log as externlog
ImportError?: No module named log make[2]: * [moap] Fehler 1 make[2]: Verlasse Verzeichnis '/home/mathias/Software/gnome/moap/etc/bash_completion.d' make[1]: * [install-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/home/mathias/Software/gnome/moap/etc' make: * [install-recursive] Fehler 1

Not sure how this can happen. Is this from an SVN checkout ? Can you verify that you have the directory moap/extern/log ? What are its contents ?