Closed Bug 796399 Opened 12 years ago Closed 10 years ago

Build system uses incorrect path for adb when flashing Gaia on Galaxy S II; flashing fails

Categories

(Firefox OS Graveyard :: Gaia, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ghtobz, Unassigned)

Details

(Whiteboard: [label:Makefile])

[GitHub issue by gerv on 2012-07-18T17:06:16Z, https://github.com/mozilla-b2g/gaia/issues/2590]
(Copied from https://bugzilla.mozilla.org/show_bug.cgi?id=775052)

This is on a B2G trunk build made from a pull done last night (17th July).

$ ./flash.sh gaia

...

Done
Generating extensions...
Done
Profile Ready: please run [b2g|firefox] -profile /usr/src/b2g/gaia/profile
out/host/linux-x86/bin/adb start-server
/bin/bash: out/host/linux-x86/bin/adb: No such file or directory
make: *** [install-gaia] Error 127
make: Leaving directory `/usr/src/b2g/gaia'
make: Entering directory `/usr/src/b2g/gaia'
out/host/linux-x86/bin/adb shell 'if test -d /sdcard/Pictures; then mv /sdcard/Pictures /sdcard/DCIM; fi'
/bin/bash: out/host/linux-x86/bin/adb: No such file or directory
make: *** [install-media-samples] Error 127
make: Leaving directory `/usr/src/b2g/gaia'
gerv@mink:/usr/src/b2g$ 


Doing a:
$ ln -s /usr/src/b2g/out/host/linux-x86/bin/adb gaia/out/host/linux-x86/bin/adb
leads to success. So it looks like the script is simply looking for adb in the wrong place.

Gerv
The galaxy s2 is no longer an officially supported device, so I think we should close this. If it is related, let's fix it in bug 923767.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.