No such file or directory: 'ubuntuone.override' when building sourcecode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libubuntuone |
Fix Released
|
Medium
|
dobey |
Bug Description
When building the sourcecode on a 'foo' directory, I'm getting:
nessita@
nessita@
/usr/bin/
<snip> ... </snip>
configure:
libubuntuone configured:
------
version: 0.3.8
introspection: yes
Now type `make' to compile libubuntuone
make all-recursive
make[1]: Entering directory `/home/
Making all in data
make[2]: Entering directory `/home/
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/
Making all in libubuntuone
make[2]: Entering directory `/home/
CC oauth.lo
CC u1-music-store.lo
CC xmalloc.lo
CCLD libubuntuone-1.0.la
GISCAN UbuntuOne-1.0.gir
In file included from <stdin>:4:
/home/nessita/
compilation terminated.
/home/nessita/
GICOMP UbuntuOne-1.0.gir
make[2]: Leaving directory `/home/
Making all in tests
make[2]: Entering directory `/home/
CC test-music-store.o
CCLD test-music-store
make[2]: Leaving directory `/home/
Making all in bindings
make[2]: Entering directory `/home/
Making all in python
make[3]: Entering directory `/home/
/usr/bin/
--register /usr/share/
--register /usr/share/
--register /usr/share/
--prefix gtkwidgets \
--override ubuntuone.override \
ubuntuone.defs > ubuntuone.c
Traceback (most recent call last):
File "/usr/share/
sys.
File "/usr/share/
o = override.
File "/usr/share/
self.
File "/usr/share/
fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: 'ubuntuone.
make[3]: *** [ubuntuone.c] Error 1
make[3]: Leaving directory `/home/
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/
make: *** [all] Error 2
nessita@
Related branches
- Alejandro J. Cura (community): Approve
- Natalia Bidart (community): Approve
-
Diff: 14 lines (+2/-2)1 file modifiedbindings/python/Makefile.am (+2/-2)
Changed in libubuntuone: | |
assignee: | nobody → Rodney Dawes (dobey) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in libubuntuone: | |
status: | In Progress → Fix Committed |
Changed in libubuntuone: | |
status: | Fix Committed → Fix Released |