Jump to content


Photo

Compile error

DM800

  • Please log in to reply
29 replies to this topic

#1 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 11 September 2011 - 22:59

Hello

I compiling image from this trunk ( http://openpli.svn.s...pli-oe/Makefile ).

I getting this error

------------------------------
NOTE: package enigma2-openpli+git8837+fd0bcde6d12e1f8414e4300dd67ecc38b2866dce-r22: task do_patch: completed
NOTE: package enigma2-openpli+git8837+fd0bcde6d12e1f8414e4300dd67ecc38b2866dce-r22: task do_configure: started
ERROR: function do_configure failed
ERROR: see log in /home/bable/openpli/build-dm800/tmp/work/enigma2-openpli+git8837+fd0bcde6d12e1f8414e4300dd67ecc38b2866dce-r22/temp/log.do_configure.11715
NOTE: Task failed: /home/bable/openpli/build-dm800/tmp/work/enigma2-openpli+git8837+fd0bcde6d12e1f8414e4300dd67ecc38b2866dce-r22/temp/log.do_configure.11715
NOTE: package enigma2-openpli+git8837+fd0bcde6d12e1f8414e4300dd67ecc38b2866dce-r22: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package enigma2-openpli+git8837+fd0bcde6d12e1f8414e4300dd67ecc38b2866dce: failed
ERROR: Build of dreambox-image failed
make: *** [image] Error 1

-----------------------------------

Whats mean of this error ?
How i can solve this error ?

Thanks

Re: Compile error #2 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 11 September 2011 - 23:27

use Makefile-2.1

Re: Compile error #3 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 11 September 2011 - 23:35

Before i compile image with Make2.1 image successfully compile but tuner detect problem tuner empty etc...already open threads for this but not solve my
issue.

Now i trying with this now here is this one issue.

thanks

Re: Compile error #4 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 12 September 2011 - 12:23

I've told you this before, the structure of the sources on git has
changed over the weekend.

You'd best remove EVERYTHING, download the new makefile as instructed
and build again. Or fix it by hand, which you probably do not want.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Compile error #5 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 12 September 2011 - 19:27

Ok

Now i following your struction . I remove everything.

Now reinstall the operating system Ubuntu 10.04.( 32bit desktop edition ).

I follow the wiki and install everything which on there ( http://openpli.pli-i...nembeddedBuildc )

At the moment i getting this error

below is log how i compiling

---------------------------
bable@bable-desktop:~$ cd openpli21
bable@bable-desktop:~/openpli21$ make -f Makefile-2.1 image
cd /home/bable/openpli21/openembedded && git pull origin master
remote: Counting objects: 18, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 12 (delta 7), reused 0 (delta 0)
Unpacking objects: 100% (12/12), done.
From git://openpli.git.sourceforge.net/gitroot/openpli/openembedded
* branch master -> FETCH_HEAD
Updating 20cac1e..274a649
Fast-forward
recipes/openpli/enigma2-pliplugins.bb | 4 +-
recipes/ushare/files/remove-lsb-dependency.patch | 29 ++++++++++++++++++++++
recipes/ushare/ushare_1.1a.bb | 5 +++-
3 files changed, 35 insertions(+), 3 deletions(-)
create mode 100644 recipes/ushare/files/remove-lsb-dependency.patch
cd /home/bable/openpli21/build-dm800; . ./env.source; bitbake openpli-enigma2-image
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 7347 entries from dependency cache.
Parsing recipes: 100% |#########################################| Time: 00:01:04
Parsing of 7545 .bb files complete (6719 cached, 826 parsed). 8192 targets, 357 skipped, 2 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_overlay '/home/bable/openpli21/local'
ERROR: Openembedded's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Using dash as /bin/sh causes various subtle build problems, please use bash instead.

ERROR: Command execution failed: Exited with 1
make: *** [image] Error 1
bable@bable-desktop:~/openpli21$

----------------------------

How i can fix first error which module is missing ?

Thanks

Re: Compile error #6 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 12 September 2011 - 19:45

I won't repeat this. Just READ the error message!!

Re: Compile error #7 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 12 September 2011 - 19:48

Just like it says...

You're using dash instead of bash and bitbake cannot guarantee it will work
then.

Replace dash by dash, afaik that's done with

apt-get update
apt-get install bash

And then login again.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Compile error #8 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 12 September 2011 - 20:03

Ok thank you Erik.

Re: Compile error #9 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 15 September 2011 - 11:47

I gettng this error

-----------------------
ERROR: '/home/bable/openpli21/openembedded/recipes/libdvdread/libdvdread_4.1.4.bb' failed
ERROR: '/home/bable/openpli21/openembedded/recipes/libdvdnav/libdvdnav_4.1.3.7.bb' failed
make: *** [image] Error 1
------------------------

I search on google but not found these files where to download these files.?

Thanks

Re: Compile error #10 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 15 September 2011 - 11:58

There should be more "error" lines pointing to log files.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Compile error #11 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 15 September 2011 - 13:59

Here is full log

----------------------
bable@bable-desktop:~$ cd openpli21
bable@bable-desktop:~/openpli21$ make -f Makefile-2.1 image
cd /home/bable/openpli21/openembedded && git pull origin master
From git://openpli.git.sourceforge.net/gitroot/openpli/openembedded
* branch master -> FETCH_HEAD
Already up-to-date.
cd /home/bable/openpli21/build-dm800; . ./env.source; bitbake openpli-enigma2-image
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 7352 entries from dependency cache.
Parsing recipes: 100% |#########################################| Time: 00:01:06
Parsing of 7547 .bb files complete (6722 cached, 825 parsed). 8194 targets, 357 skipped, 2 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_overlay '/home/bable/openpli21/local'

Build Configuration:
BB_VERSION = "1.12.0"
METADATA_BRANCH = "master"
METADATA_REVISION = "77f5c59"
TARGET_ARCH = "mipsel"
TARGET_OS = "linux"
MACHINE = "dm800"
DISTRO = "openpli"
DISTRO_VERSION = "2.1"

NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for runtime inetd (busybox, netkit-base, busybox-static)
NOTE: consider defining a PREFERRED_PROVIDER entry to match inetd
NOTE: multiple providers are available for runtime gst-plugin-matroska (gst-plugins-good, gst-plugins-ugly)
NOTE: consider defining a PREFERRED_PROVIDER entry to match gst-plugin-matroska
NOTE: multiple providers are available for runtime busybox-static (busybox-static, busybox)
NOTE: consider defining a PREFERRED_PROVIDER entry to match busybox-static
NOTE: Preparing runqueue
NOTE: Executing RunQueue Tasks
NOTE: Running task 262 of 3437 (ID: 2854, virtual:native:/home/bable/openpli21/openembedded/recipes/libxml/libxml2_2.7.8.bb, do_populate_sysroot)
NOTE: Running task 263 of 3437 (ID: 2863, virtual:native:/home/bable/openpli21/openembedded/recipes/libxml/libxml2_2.7.8.bb, do_package)
NOTE: package libxml2-native-2.7.8-r9.1: task do_populate_sysroot: Started
NOTE: Running task 688 of 3437 (ID: 2752, /home/bable/openpli21/openembedded/recipes/libdvdread/libdvdread_4.1.4.bb, do_fetch)
NOTE: package libxml2-native-2.7.8-r9.1: task do_package: Started
NOTE: package libxml2-native-2.7.8-r9.1: task do_package: Succeeded
NOTE: Running task 689 of 3437 (ID: 2865, virtual:native:/home/bable/openpli21/openembedded/recipes/libxml/libxml2_2.7.8.bb, do_package_write_ipk)
NOTE: package libdvdread-4.1.4-r0: task do_fetch: Started
NOTE: Running task 705 of 3437 (ID: 2266, virtual:native:/home/bable/openpli21/openembedded/recipes/python/python-setuptools_0.6c11.bb, do_populate_sysroot)
fatal: The remote end hung up unexpectedly
Cloning into /home/bable/openpli21/sources/git/git.debian-maintainers.org.git.daniel.libdvdread.git...
NOTE: Running task 706 of 3437 (ID: 2275, virtual:native:/home/bable/openpli21/openembedded/recipes/python/python-setuptools_0.6c11.bb, do_package)
NOTE: package libxml2-native-2.7.8-r9.1: task do_package_write_ipk: Started
NOTE: package libxml2-native-2.7.8-r9.1: task do_package_write_ipk: Succeeded
NOTE: package libdvdread-4.1.4-r0: task Fetch failed: Unable to fetch URL git://git.debian-maintainers.org/git/daniel/libdvdread.git;protocol=git;branch=debian;tag=9e62d1f071d70ab28f943438e80b940aa5e271bf from any source.: Failed
ERROR: Function 'Fetch failed: Unable to fetch URL git://git.debian-maintainers.org/git/daniel/libdvdread.git;protocol=git;branch=debian;tag=9e62d1f071d70ab28f943438e80b940aa5e271bf from any source.' failed
ERROR: Task 2752 (/home/bable/openpli21/openembedded/recipes/libdvdread/libdvdread_4.1.4.bb, do_fetch) failed with exit code '1'
Waiting for 1 active tasks to finish:
0: libxml2-native-2.7.8-r9.1 do_populate_sysroot (pid 6635)
Waiting for 2 active tasks to finish:
0: python-setuptools-native-0.6c11-ml2 do_populate_sysroot (pid 6713)
1: libxml2-native-2.7.8-r9.1 do_populate_sysroot (pid 6635)
NOTE: package python-setuptools-native-0.6c11-ml2: task do_populate_sysroot: Started
Waiting for 3 active tasks to finish:
0: python-setuptools-native-0.6c11-ml2 do_populate_sysroot (pid 6713)
1: libxml2-native-2.7.8-r9.1 do_populate_sysroot (pid 6635)
2: python-setuptools-native-0.6c11-ml2 do_package (pid 6718)
NOTE: package python-setuptools-native-0.6c11-ml2: task do_package: Started
Waiting for 2 active tasks to finish:
0: python-setuptools-native-0.6c11-ml2 do_populate_sysroot (pid 6713)
1: libxml2-native-2.7.8-r9.1 do_populate_sysroot (pid 6635)
NOTE: package python-setuptools-native-0.6c11-ml2: task do_package: Succeeded
Waiting for 1 active tasks to finish:
0: python-setuptools-native-0.6c11-ml2 do_populate_sysroot (pid 6713)
NOTE: package libxml2-native-2.7.8-r9.1: task do_populate_sysroot: Succeeded
NOTE: package python-setuptools-native-0.6c11-ml2: task do_populate_sysroot: Succeeded
ERROR: '/home/bable/openpli21/openembedded/recipes/libdvdread/libdvdread_4.1.4.bb' failed
make: *** [image] Error 1
bable@bable-desktop:~/openpli21$

-----------------

Thanks

Re: Compile error #12 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 15 September 2011 - 14:43

Unable to fetch URL git://git.debian-maintainers.org/git/daniel/libdvdread.git


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Compile error #13 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 15 September 2011 - 17:31

Yes i know like this many packages not found but i do google for this and download and put in source directory.

But these one i cant found.

Can you upload these two packages on (rapidshare or other) from your source directory ?

I think when i put in source directory then problem solve.

Thanks

Re: Compile error #14 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 15 September 2011 - 20:08

If you have downloaded the source by hand, you should place it in the
"sources" directory and also add the md5 file. You can create the md5 file
this way (example):

md5sum time-1.7.tar.gz | awk '{ print $1; }' > time-1.7.tar.gz.md5

Only if the md5sum is present, the source is considered to be successfully
downloaded.

If you can't retrieve some files in any way, I might be able to supply
them, but only by e-mail, no file sharing websites etc.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Compile error #15 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 15 September 2011 - 21:11

Ok i understand i sending my email address by pm.

Plz send me these two packages
libdvdread_4.1.4
libdvdnav_4.1.3.7

Many thanks

Re: Compile error #16 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 16 September 2011 - 09:03

libdvdread_4.1.4
libdvdnav_4.1.3.7


Sorry, I don't have these... I guess they are added recently? I do have
libdvdcss, I guess that was used instead.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Compile error #17 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 16 September 2011 - 12:14

libdvdcss i have but compile block for these two packages its requred these two packages.

You know how i can ignore these two packages from which files?

thanks

Re: Compile error #18 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 16 September 2011 - 13:41

try to add these attached to the sources directory...

Re: Compile error #19 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 16 September 2011 - 13:51

seems that uploading failed for some reason (too long names?),
another try, unapack attached archive (then you'll get 2 archives and 2 md5 files that are 'not found!' above) and place all in a sources directory...

Attached Files



Re: Compile error #20 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 16 September 2011 - 15:35

Thanks for attachment

My problem solve now its going ok.



Also tagged with one or more of these keywords: DM800

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users