What's new

Custom / Unofficial Build To my compiler friends

calypso

Vuplus-Images Elite
Messages
64
Joined
Sep 16, 2016
Reaction score
24
Points
8
Got this error:-

ERROR: OE-core'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:

DISTRO 'openobh' not found. Please set a valid DISTRO in your local.conf

Any suggestions pl?
 

DirtyDonki

Staff member
Admin
I am the Nice One
Messages
26,066
Joined
Sep 10, 2014
Reaction score
3,912
Points
728

calypso

Vuplus-Images Elite
Messages
64
Joined
Sep 16, 2016
Reaction score
24
Points
8
Thanks once again to all. openbh-4.1.025.release-vusolo2 succeeded.
 
Last edited:

calypso

Vuplus-Images Elite
Messages
64
Joined
Sep 16, 2016
Reaction score
24
Points
8
I tried OpenVix and it failed. If I understand correctly this happened because of errors about softcams. Seems strange. I mean, if needed, a softcam could be included later on during the setup. Any ideas please?

NOTE: Tasks Summary: Attempted 4227 tasks of which 0 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/openvixbuilder/openvix/build-enviroment/meta-oe-alliance/meta-oe/recipes-distros/openvix/softcams/openvix-softcams-oscam-mipsel.bb:do_fetch
Summary: There were 80 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
Makefile:865: recipe for target 'image' failed
make: *** [image] Error 1
 

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
I tried OpenVix and it failed. If I understand correctly this happened because of errors about softcams. Seems strange. I mean, if needed, a softcam could be included later on during the setup. Any ideas please?

NOTE: Tasks Summary: Attempted 4227 tasks of which 0 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/openvixbuilder/openvix/build-enviroment/meta-oe-alliance/meta-oe/recipes-distros/openvix/softcams/openvix-softcams-oscam-mipsel.bb:do_fetch
Summary: There were 80 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
Makefile:865: recipe for target 'image' failed
make: *** [image] Error 1
It is probably using the oscam.cc mirror which no longer exists so the recipe will need updated to use streamboard mirror instead, you can build without it by removing the corresponding line from the file
build-enviroment/meta-oe-alliance/meta-oe/recipes-distros/openvix/softcams/openvix-softcams-meta.bb.
 

calypso

Vuplus-Images Elite
Messages
64
Joined
Sep 16, 2016
Reaction score
24
Points
8
These are the contents of the said file but not sure what to remove:-

SUMMARY = "meta file for enigma2 softcam packages"

require conf/license/license-gplv2.inc

PROVIDES = "openvix-softcams"

DEPENDS = "\
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-cccam", "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-evocamd", "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-mgcamd135a", "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-mgcamd138", "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-newcs", "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-oscam-mipsel" , "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-oscam-latest-mipsel" , "openvix-softcams-oscam-latest-arm", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-oscam-pcscd-mipsel" , "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-oscam-pcscd-latest-mipsel" , "openvix-softcams-oscam-pcscd-latest-arm", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-oscam-emu-mipsel" , "openvix-softcams-oscam-emu-arm", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-rqcamd", "", d)} \
${@bb.utils.contains("TARGET_ARCH", "mipsel", "openvix-softcams-scam", "", d)} \
"

PR = "r14"
 

calypso

Vuplus-Images Elite
Messages
64
Joined
Sep 16, 2016
Reaction score
24
Points
8
Each time I try to build I'm getting this error:-
ERROR: Task (virtual:native:/home/charles/openatv/build-enviroment/openembedded-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb:do_compile) failed with exit code '1'
Any suggestions please? Thks.
 

LandRocket

Vuplus-Images Elite
Messages
100
Joined
Apr 5, 2016
Reaction score
29
Points
28
Sorry I haven't been able to respond to you...

Due to severe health issues, I've not been compiling like I used to, at the minute I'm just flipping between the daily builds of ATV and PLi that are already compiled and available on their respective websites. I've had to close down my VPS to save the pennies for the time being.

The only thing I'm currently still compiling is OSCam-EMU for ARM as I can do that on an old PC sat in my bedroom :( So unfortunately I'm not in a position to take a look at the moment :(

Only thing I can say is it's always worth trying again later, and sometimes it takes a complete wipe/re-clone of the git environment to get things going again.

At the moment, I'm being a total enigma n00b and trying to fight with the relationship between satellites.xml and services/bouquets. I'm hoping to change dishes soon(!) and if I update satellites.xml with a different one (generated online or from E-Channelizer with Lyngsat), I'm losing channels out of the vhannibal settings (because VH says 4.8 east, lyngsat says 4.9 east - that's obviously going to be a problem!).. time for a beer, and try again tomorrow......
 

calypso

Vuplus-Images Elite
Messages
64
Joined
Sep 16, 2016
Reaction score
24
Points
8
Thanks very much for your reply and I sincerely hope you get well soon.
 

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
Each time I try to build I'm getting this error:-
ERROR: Task (virtual:native:/home/charles/openatv/build-enviroment/openembedded-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb:do_compile) failed with exit code '1'
Any suggestions please? Thks.
Try extracting the attached file & sending both files git2_git.kernel.org.pub.scm.fs.ext2.e2fsprogs.git.tar.gz & git2_git.kernel.org.pub.scm.fs.ext2.e2fsprogs.git.tar.gz.done into your sources folder.
 

Attachments

calypso

Vuplus-Images Elite
Messages
64
Joined
Sep 16, 2016
Reaction score
24
Points
8
Same problem persisted. This happened since I recently upgraded to Ubuntu 18:04 and I rather like this version very much and don't wish
to revert to 16:04. Many thanks for all your help.
 

Ten Below

SuperTux
Staff member
Admin
Moderator
Messages
7,935
Joined
Sep 9, 2014
Reaction score
7,765
Points
628
Same problem persisted. This happened since I recently upgraded to Ubuntu 18:04 and I rather like this version very much and don't wish
to revert to 16:04. Many thanks for all your help.
Try changing permission on the 2 files to 777.
 

diablo

Member
Messages
29
Joined
Jun 28, 2015
Reaction score
5
Points
8
Try changing permission on the 2 files to 777.
Brother the probleme is not on fetching the problem is on compiling so their is some errors and most have all log file for found what is wrong
 
Top Bottom