rr11
1
I’m getting error using gl_image -p mifi
Collected errors: * opkg_install_cmd: Cannot install package gl-base-files-ar. * opkg_install_cmd: Cannot install package gl-autoupkg. Makefile:149: recipe for target ‘package_install’ failed make[2]: *** [package_install] Error 255 Makefile:108: recipe for target ‘_call_image’ failed make[1]: *** [_call_image] Error 2 Makefile:192: recipe for target ‘image’ failed make: *** [image] Error 2 Failed to build gl-mifi…
I get the same message on trying to build the example described in the readme (GitHub - gl-inet/imagebuilder: Warning!Please look at 'GL.iNET Imagebuilder Introduction' section.):
Collected errors:
- opkg_install_cmd: Cannot install package gl-base-files-ar.
- opkg_install_cmd: Cannot install package gl-autoupkg.
make[2]: *** [package_install] Error 255
make[1]: *** [_call_image] Error 2
make: *** [image] Fehler 2
rr11
3
Does no one have any answer to this?
@rr11 @Gaggenwaschke Please try again, I merged the develop branch to master branch for glinet, it should work.
You also can change to glinet folder, and change the branch by yourself.
cd glinet && git checkout develop && git pull && cd ..
rr11
5
Thank you. It seems to work 
rr11
6
rr11
7
The error:
Makefile:149: recipe for target ‘package_install’ failed
make[2]: *** [package_install] Error 255
Makefile:108: recipe for target ‘_call_image’ failed
make[1]: *** [_call_image] Error 2
Makefile:192: recipe for target ‘image’ failed
make: *** [image] Error 2
Failed to build gl-mifi…
@rr11 Please try this command.
./gl_image -p mifi
rr11
9
Hi
Tried that many times. Also tried change versions and everything.
But same error everytime