←  [EN] Third-Party Development

Forums

»

Openpli 2.0 build error

rossi2000's Photo rossi2000 11 Apr 2011

good evening all!

i have recently been getting into building images etc.

i am running into an error when trying to build openpli 2.0

after make -f Makefile-2.0 image and the build progresses, at around task 134 the build halts with this error, this is the log from the build :-

dev@dev:~/openpli$ make -f Makefile-2.0 image
cd /home/dev/openpli/openembedded && git pull origin 2.0-pre13
From git://openpli.git.sourceforge.net/gitroot/openpli/openembedded
 * branch		  2.0-pre13  -> FETCH_HEAD
Already up-to-date.
cd /home/dev/openpli/build-dm800; . ./env.source; bitbake openpli-enigma2-image
NOTE: Handling BitBake files: - (7273/7273) [100 %]
Parsing of 7273 .bb files complete (6786 cached, 487 parsed). 7387 targets, 340 skipped, 2 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
--2011-04-11 00:17:03--  ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20110108-patch.sh.bz2
		 => `/home/dev/openpli/sources/ncurses-5.7-20110108-patch.sh.bz2'
Resolving invisible-island.net... NOTE: Preparing runqueue
NOTE: Executing runqueue
216.194.248.64
Connecting to invisible-island.net|216.194.248.64|:21... connected.
Logging in as anonymous ... NOTE: Running task 134 of 3240 (ID: 2631, virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb, do_fetch)
NOTE: package ncurses-native-5.7-r16: task do_fetch: Started
NOTE: fetch ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20110108-patch.sh.bz2
Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /ncurses/5.7 ... 
No such directory `ncurses/5.7'.

--2011-04-11 00:17:14--  http://mirrors.openembedded.org//ncurses-5.7-20110108-patch.sh.bz2
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: Connection refused.
--2011-04-11 00:17:15--  http://sources.openembedded.org//ncurses-5.7-20110108-patch.sh.bz2
Resolving sources.openembedded.org... NOTE: fetch http://mirrors.openembedded.org//ncurses-5.7-20110108-patch.sh.bz2
140.211.169.165
Connecting to sources.openembedded.org|140.211.169.165|:80... NOTE: fetch http://sources.openembedded.org//ncurses-5.7-20110108-patch.sh.bz2
connected.
HTTP request sent, awaiting response... 404 Not Found
2011-04-11 00:17:15 ERROR 404: Not Found.

ERROR: TaskFailed event exception, aborting
ERROR: Build of virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb do_fetch failed
ERROR: Task 2631 (virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb, do_fetch) failed with exit code 1
ERROR: 'virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb' failed
NOTE: Task failed: Fetch failed: Unable to fetch URL ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20110108-patch.sh.bz2;apply=yes;name=p20110108sh from any source.
NOTE: package ncurses-native-5.7-r16: task do_fetch: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb do_fetch failed
ERROR: Task 2631 (virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb, do_fetch) failed with exit code 1
ERROR: 'virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb' failed
ERROR: 'virtual:native:/home/dev/openpli/openembedded/recipes/ncurses/ncurses_5.7.bb' failed
make: *** [image] Error 1
dev@dev:~/openpli$


i can see it keeps trying to download this file ncurses-5.7-20110108-patch.sh.bz2 but the file and locations at the source do not exist anymore.
i have sourced the file from elsewhere and dropped it into sources but it keeps trying to download the file and doenst seem to recognize that ive manually put the file in sources myself.

ive had a couple look at my problem and they say the same thing as to what ive already tried which was to put my own file it needs into sources, they've even supplied the files and still it doenst work.

can anyone help me on this one please.

TIA!!
Quote

rossi2000's Photo rossi2000 14 Apr 2011

anyone?
i cant seem to fix this issue
Quote

littlesat's Photo littlesat 14 Apr 2011

Ik cannot download some required file. This sometimes happen when building. I would recommend to trace the file via google and put it to your build (there were all downloads will be come together). Add a MD5 file to it is also required.
Quote

rossi2000's Photo rossi2000 14 Apr 2011

thank you for your reply.
ive sourced the file already and put it in sources.

you mention an MD5 file, i assume i create one using something like md5sum?
Quote

littlesat's Photo littlesat 14 Apr 2011

Yes exactly
Quote

rossi2000's Photo rossi2000 14 Apr 2011

thanks alot mate, its gone past the error now :)

cheers!!
Quote

littlesat's Photo littlesat 14 Apr 2011

The same thing could happen more often during the build... Therefore (not only beside that less downloads are required) it is to be recommended to keep the sources for a next of complete rebuild.
Quote

Kluns's Photo Kluns 25 Apr 2011

The real problem is that ncurses-5.7 has been removed from ftp site invisible-island.net, they are now at version 5.9.
Obviously the build environment has to be updated to reflect that.
I have another few observations regarding the build signalling various problems.
I'll report those in a new thread.
Quote