Closed
Bug 962733
Opened 11 years ago
Closed 11 years ago
B2G 1.4 master build failed on Linux
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: zrzut01, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131112160018
Steps to reproduce:
git pull
./repo sync -d
./build.sh
Actual results:
[ 26%] Built target glproc
make[3]: Entering directory `/home/mac/Downloads/firefoxos/B2G/out/host/apitrace'
make[3]: Leaving directory `/home/mac/Downloads/firefoxos/B2G/out/host/apitrace'
make[3]: Entering directory `/home/mac/Downloads/firefoxos/B2G/out/host/apitrace'
[ 26%] Building CXX object dispatch/CMakeFiles/glproc_egl.dir/glproc_egl.cpp.o
/home/mac/Downloads/firefoxos/B2G/external/apitrace/dispatch/glproc_egl.cpp: In function ‘void* _getPrivateProcAddress(const char*)’:
/home/mac/Downloads/firefoxos/B2G/external/apitrace/dispatch/glproc_egl.cpp:142:52: error: ‘_eglGetProcAddress’ was not declared in this scope
make[3]: *** [dispatch/CMakeFiles/glproc_egl.dir/glproc_egl.cpp.o] Error 1
make[3]: Leaving directory `/home/mac/Downloads/firefoxos/B2G/out/host/apitrace'
make[2]: *** [dispatch/CMakeFiles/glproc_egl.dir/all] Error 2
make[2]: Leaving directory `/home/mac/Downloads/firefoxos/B2G/out/host/apitrace'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mac/Downloads/firefoxos/B2G/out/host/apitrace'
make: *** [apitrace_private_target] Error 2
real 2m38.528s
user 2m8.071s
sys 0m24.112s
> Build failed! <
Build with |./build.sh -j1| for better messages
If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf out| to clobber everything else.
Expected results:
It should be built without errors that fails the compilation.
Summary: B2G 1.4 master build filed on Linux → B2G 1.4 master build failed on Linux
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•