Build Image Failed for Rambutan

Hi all,

I have some trouble whjile building the image:
I followed these instructions : http://www.8devices.com/wiki/rambutan:build

When I try make -j1 V=s I get these errors:

[--2019-05-16 07:51:21-- [http://mirror2.openwrt.org/sources/make ... -05.tar.gz](http://mirror2.openwrt.org/sources/make-ext4fs-2016-05-05.tar.gz)
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11, 2a01:4f8:221:3d45::2
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-05-16 07:51:21 ERROR 404: Not Found.

Download failed.
--2019-05-16 07:51:21-- [http://downloads.openwrt.org/sources/ma ... -05.tar.gz](http://downloads.openwrt.org/sources/make-ext4fs-2016-05-05.tar.gz)
Resolving downloads.openwrt.org (downloads.openwrt.org)... 148.251.78.235, 2a01:4f8:202:43ea::2
Connecting to downloads.openwrt.org (downloads.openwrt.org)|148.251.78.235|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: [http://sources.openwrt.org/make-ext4fs- ... -05.tar.gz](http://sources.openwrt.org/make-ext4fs-2016-05-05.tar.gz) [following]
--2019-05-16 07:51:21-- [http://sources.openwrt.org/make-ext4fs- ... -05.tar.gz](http://sources.openwrt.org/make-ext4fs-2016-05-05.tar.gz)
Resolving sources.openwrt.org (sources.openwrt.org)... 148.251.78.235, 2a01:4f8:202:43ea::3
Reusing existing connection to downloads.openwrt.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 61347 (60K) [application/octet-stream]
Saving to: 'STDOUT'

0K .......... .......... .......... .......... .......... 83% 765K 0s
50K ......... 100% 1.63M=0.07s

2019-05-16 07:51:21 (841 KB/s) - written to stdout [61347/61347]

MD5 sum of the downloaded file does not match (file: e16c8e308d9f8990c2754cd06c6ba00c, requested: 2c4161638d4ff3343e250321126d29e6) - deleting download.
No more mirrors to try - giving up.
Checking out files from the git repository...
Cloning into 'make-ext4fs-2016-05-05'...
fatal: unable to access 'https://git.openwrt.org/project/make_ext4fs.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Makefile:40: recipe for target '/home//rambutan/dl/make-ext4fs-2016-05-05.tar.gz' failed
make[3]: *** [/home//rambutan/dl/make-ext4fs-2016-05-05.tar.gz] Error 128
make[3]: Leaving directory '/home//rambutan/tools/make-ext4fs'
tools/Makefile:134: recipe for target 'tools/make-ext4fs/compile' failed
make[2]: *** [tools/make-ext4fs/compile] Error 2
make[2]: Leaving directory '/home//rambutan'
tools/Makefile:133: recipe for target '/home//rambutan/staging_dir/target-mips_34kc_musl-1.1.14/stamp/.tools_install_yyyyyynynynyyyyyyynyyyyyyyyyyyyynyyyyynnyynynyyyynnnyy' failed
make[1]: *** [/home//rambutan/staging_dir/target-mips_34kc_musl-1.1.14/stamp/.tools_install_yyyyyynynynyyyyyyynyyyyyyyyyyyyynyyyyynnyynynyyyynnnyy] Error 2
make[1]: Leaving directory '/home//rambutan'
/home//rambutan/include/toplevel.mk:192: recipe for target 'world' failed
make: *** [world] Error 2
]

Need some help :?

Thanks

No one? :roll_eyes:

It appears that you are trying to build some really old version, their fork is really bad and unmaintained.
Why not use OpenWrt as it has Rambutan support for a while now?

Hi robinmarko, thank you for your reply.
So I should follow these instrunctions right? : https://openwrt.org/docs/guide-developer/quickstart-build-images

My doubt is if there are custom settings for the Rambutan Dev Kit, this is why I downloaded from 8devices repository.

I don't want to smash my device :slight_smile:

Yes, that is the short version.
There are no special settings in their repo, only security vulnerabilites.

1 Like