Closed
Bug 761896
Opened 12 years ago
Closed 12 years ago
B2G: No enough space in /data to install Gaia into akami
Categories
(Firefox Build System :: General, defect)
Tracking
(blocking-kilimanjaro:?, blocking-basecamp:-)
RESOLVED
INVALID
People
(Reporter: vicamo, Unassigned)
References
Details
Can't install recent Gaia into Akami, no enough space in /data:
$ make install-gaia
.....
push: profile/OfflineCache/index.sqlite -> /data/local/OfflineCache/index.sqlite
failed to copy 'profile/OfflineCache/index.sqlite' to '/data/local/OfflineCache/index.sqlite': No space left on device
make[1]: *** [install-gaia] Error 1
make[1]: Leaving directory `/home/vicamo/WorkSpace/mozilla/b2g/akami/gaia'
make: *** [install-gaia] Error 2
$ du -sh gaia/profile
127M gaia/profile/
$ adb shell df /data
Filesystem Size Used Free Blksize
/data 133M 133M 104K 4096
Reporter | ||
Comment 1•12 years ago
|
||
One can remove two sample video files inside gaia/apps/video/samples and re-install gaia to work around this issue. I don't known whether should we support akami any more. It seems no one is actually working on it.
blocking-basecamp: --- → ?
blocking-kilimanjaro: --- → ?
Reporter | ||
Comment 2•12 years ago
|
||
Duplicates https://github.com/mozilla-b2g/gaia/pull/1586, already fixed in Gaia master branch.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
blocking-basecamp: ? → -
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•