OpenWrt Forum Archive

Topic: New build r6859 build failing on ext2fs-install

The content of this topic has been archived on 21 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I've checked out the latest 6859 build of kamikaze here and have attempted to build it for the atheros chipset and it seems to be failing on the ext2fs-install step. Keep in mind nothing has changed and I have been able to flawlessly compile previous builds with 0 issue. Here's the feedback with V=99:

vchat20@debian-dev:~/trunk$ make world
Checking 'pkg-config'... ok.
Checking 'automake'... ok.
Checking 'autoconf'... ok.
Checking 'autoconf'... ok.
Checking 'sdcc'... ok.
Checking 'xgettext'... ok.
Checking 'jikes'... ok.
Checking 'fastjar'... ok.
Checking 'pkg-config'... ok.
Checking '/usr/bin/ruby'... ok.
Checking 'aclocal'... ok.
make[2] tools/install
make[3] -C tools install
make[4] -C tools/sed install
make[4] -C tools/sstrip install
make[4] -C tools/ipkg-utils install
make[4] -C tools/ext2fs install
Build failed. Please re-run make with V=99 to see what's going on
make: *** [world] Error 1
vchat20@debian-dev:~/trunk$ make world V=99
make[1]: Entering directory `/home/vchat20/trunk'
make -C tools install
make[2]: Entering directory `/home/vchat20/trunk/tools'
make -C sed install
make[3]: Entering directory `/home/vchat20/trunk/tools/sed'
make[3]: `install' is up to date.
make[3]: Leaving directory `/home/vchat20/trunk/tools/sed'
make -C sstrip install
make[3]: Entering directory `/home/vchat20/trunk/tools/sstrip'
make[3]: `install' is up to date.
make[3]: Leaving directory `/home/vchat20/trunk/tools/sstrip'
make -C ipkg-utils install
make[3]: Entering directory `/home/vchat20/trunk/tools/ipkg-utils'
make[3]: `install' is up to date.
make[3]: Leaving directory `/home/vchat20/trunk/tools/ipkg-utils'
make -C ext2fs install
make[3]: Entering directory `/home/vchat20/trunk/tools/ext2fs'
make -C /home/vchat20/trunk/tool_build/genext2fs-1.4rc1 CFLAGS="-O2 -I /home/vchat20/trunk/staging_dir_mips/include-host -include getline.h" all
make[4]: Entering directory `/home/vchat20/trunk/tool_build/genext2fs-1.4rc1'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"genext2fs\" -DVERSION=\"1.4rc1\"  -I. -I.      -O2 -I /home/vchat20/trunk/staging_dir_mips/include-host -include getline.h -c genext2fs.c
<command line>:138475787:63824: getline.h: No such file or directory
make[4]: *** [genext2fs.o] Error 1
make[4]: Leaving directory `/home/vchat20/trunk/tool_build/genext2fs-1.4rc1'
make[3]: *** [/home/vchat20/trunk/tool_build/genext2fs-1.4rc1/.built] Error 2
make[3]: Leaving directory `/home/vchat20/trunk/tools/ext2fs'
make[2]: *** [ext2fs-install] Error 2
make[2]: Leaving directory `/home/vchat20/trunk/tools'
make[1]: *** [tools/install] Error 2
make[1]: Leaving directory `/home/vchat20/trunk'
make: *** [world] Error 2

It is broke, I had the same issue and several others have too.

go into the trunk dir and type:

svn up -r 6856

This will update the files to rev 6856 which will build properly

Much thanks. That did the trick. smile

Indeed, Kamikaze in r6846 is a bit broken. Even the SDK and the IB are broken (this is probably fixed in newer version). I reduced my build (for the Atheros [2.6] target) for about 20 packages. That was the only way to get it build.

Well it's called BLEEDING EDGE. For me in can say that I'll only rebuild every 1000 revisions for my fonera. I'm really sad of wasting so much time for rebuilding the firmware.

Yeah. I just had to downgrade to r6845 to get past all the errors and continue into the compile. though it's still in progress, im past the ext2fs and uClibc compile steps which both threw it off before in error.

The discussion might have continued from here.