Jump to content


Photo

How to build Enigma2 images.


  • Please log in to reply
139 replies to this topic

Re: How to build Enigma2 images. #81 WanWizard

  • PLi® Core member
  • 68,634 posts

+1,739
Excellent

Posted 3 January 2023 - 15:56

That is probably the quickest fix, yes.

 

Having said that, our buildservers still run 18.04, and they have no problem building 7.x, 8.x or develop.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: How to build Enigma2 images. #82 thmls

  • Senior Member
  • 57 posts

+3
Neutral

Posted 19 March 2023 - 14:56

Hello i try to make image with Ubuntu 18,4 and i have 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:

    Your Python 3 is not a full install. Please install the module distutils.sysconfig (see the Getting Started guide for further information).

with this command

$ sudo apt install sed wget cvs subversion git-core coreutils unzip texi2html texinfo docbook-utils gawk python-pysqlite2 diffstat help2man make gcc build-essential g++ desktop-file-utils chrpath default-jre gettext zip
$ mkdir
~/OpenPLi
$ cd ~/OpenPLi
$ git clone https://github.com/OpenPLi/openpli-oe-core.git
$ cd openpli-oe-core
$ MACHINE
=gbtrio4k make image


Edited by thmls, 19 March 2023 - 14:59.


Re: How to build Enigma2 images. #83 Huevos

  • PLi® Contributor
  • 4,249 posts

+158
Excellent

Posted 19 March 2023 - 15:19

It says distutils is not present, so install it.



Re: How to build Enigma2 images. #84 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,795 posts

+187
Excellent

Posted 19 March 2023 - 15:31

..and if I may add, @thmls you also forgot to select the branch to build from and Install the required submodules, so please read https://wiki.openpli..._your_own_build


Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

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

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

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

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: How to build Enigma2 images. #85 Tech

  • Forum Moderator
    PLi® Core member
  • 14,645 posts

+460
Excellent

Posted 19 March 2023 - 16:07

..and if I may add, @thmls you also forgot to select the branch to build from and Install the required submodules, so please read https://wiki.openpli..._your_own_build

It is not mandatory to specify a branch,  the default branch (which is develop at this time for openpli-oe-core) will be chosen automatically.


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

 

On the edge of the abyss, a step forward is not always progress....


Re: How to build Enigma2 images. #86 thmls

  • Senior Member
  • 57 posts

+3
Neutral

Posted 19 March 2023 - 19:49

I deleted everything and gave the commands from wiki but I have the same error

 

terminal



Re: How to build Enigma2 images. #87 rantanplan

  • PLi® Contributor
  • 1,812 posts

+83
Good

Posted 19 March 2023 - 20:07

sudo apt install -y autoconf automake bison bzip2 cvs default-jre diffstat flex g++ gawk gcc gettext git git-lfs gzip help2man make ncurses-bin lib32ncurses-dev libc6-dev libtool lz4 texinfo patch perl pkg-config subversion tar texi2html zlib1g-dev chrpath libxml2-utils xsltproc libglib2.0-dev python3-setuptools libc6-i386 genromfs guile-2.2-libs quilt zstd

 

 



Re: How to build Enigma2 images. #88 thmls

  • Senior Member
  • 57 posts

+3
Neutral

Posted 19 March 2023 - 20:16

sudo apt install -y autoconf automake bison bzip2 cvs default-jre diffstat flex g++ gawk gcc gettext git git-lfs gzip help2man make ncurses-bin lib32ncurses-dev libc6-dev libtool lz4 texinfo patch perl pkg-config subversion tar texi2html zlib1g-dev chrpath libxml2-utils xsltproc libglib2.0-dev python3-setuptools libc6-i386 genromfs guile-2.2-libs quilt zstd

athanasios@athanasios-H55M-UD2H:~$ sudo apt install -y autoconf automake bison bzip2 cvs default-jre diffstat flex g++ gawk gcc gettext git git-lfs gzip help2man make ncurses-bin lib32ncurses-dev libc6-dev libtool lz4 texinfo patch perl pkg-config subversion tar texi2html zlib1g-dev chrpath libxml2-utils xsltproc libglib2.0-dev python3-setuptools libc6-i386 genromfs guile-2.2-libs quilt zstd
[sudo] password for athanasios:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package lz4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package lib32ncurses-dev
E: Package 'lz4' has no installation candidate
athanasios@athanasios-H55M-UD2H:~$


 



Re: How to build Enigma2 images. #89 rantanplan

  • PLi® Contributor
  • 1,812 posts

+83
Good

Posted 19 March 2023 - 21:25

lib32ncurses5-dev

Yes, you still have Ubuntu 18 and I have actually shown Depends from 20 upwards.
But if you search a little under Ubuntu, you will find this too.
If you want to build an image you have to deal with the system a little more anyway.

Conflicts also arise from time to time for other reasons.
 



Re: How to build Enigma2 images. #90 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,795 posts

+187
Excellent

Posted 20 March 2023 - 08:56

 

..and if I may add, @thmls you also forgot to select the branch to build from and Install the required submodules, so please read https://wiki.openpli..._your_own_build

It is not mandatory to specify a branch,  the default branch (which is develop at this time for openpli-oe-core) will be chosen automatically.

 

:thumbs-up:


Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

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

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

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

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: How to build Enigma2 images. #91 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 6 April 2023 - 02:49

Hello!

 

I'm back again.

 

Fresh installation (Ubuntu 22)

 

48 threads. :P :D :o :rolleyes: :wub:

 

See:

 

Attached File  Captura de tela de 2023-04-05 22-34-32.png   448.44KB   0 downloads

 

Attached File  Captura de tela de 2023-04-05 22-35-27.png   307.7KB   0 downloads

 

Attached File  Captura de tela de 2023-04-05 22-40-36.png   593.63KB   0 downloads

 

Attached File  Captura de tela de 2023-04-05 22-42-27.png   490.05KB   0 downloads

 

Attached File  Captura de tela de 2023-04-05 22-42-52.png   525.6KB   0 downloads

 

 

Frank

==============

 

 

 

 


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: How to build Enigma2 images. #92 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 6 April 2023 - 03:03

My PC Dual CPU for try to compile some image tests (tvheadend, CoreElec/LibreElec, oscam, etc...)

 

 

Attached File  WhatsApp Image 2023-04-05 at 22.56.35.jpeg   153.49KB   0 downloads

 

 

Attached File  WhatsApp Image 2023-04-05 at 22.56.36.jpeg   159.12KB   0 downloads


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: How to build Enigma2 images. #93 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 6 April 2023 - 03:22

| collect2: error: ld returned 1 exit status
| make[1]: *** [Makefile:759: libcrypto.so] Error 1
| make[1]: Leaving directory '/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/armv7vehf-neon-vfpv4-oe-linux-gnueabi/openssl/1.1.1n-r0/build'
| make: *** [Makefile:178: all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: ExecutionError('/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/armv7vehf-neon-vfpv4-oe-linux-gnueabi/openssl/1.1.1n-r0/temp/run.do_compile.1576619', 1, None, None)
ERROR: Task (/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1469 tasks of which 1444 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb:do_compile
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
make: *** [Makefile:131: image] Erro 1
frank@frank-X99:~/OpenPLi/openpli-oe-core$


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: How to build Enigma2 images. #94 serdeliuk

  • Senior Member
  • 315 posts

+18
Neutral

Posted 6 April 2023 - 06:26

| collect2: error: ld returned 1 exit status
| make[1]: *** [Makefile:759: libcrypto.so] Error 1
| make[1]: Leaving directory '/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/armv7vehf-neon-vfpv4-oe-linux-gnueabi/openssl/1.1.1n-r0/build'
| make: *** [Makefile:178: all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: ExecutionError('/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/armv7vehf-neon-vfpv4-oe-linux-gnueabi/openssl/1.1.1n-r0/temp/run.do_compile.1576619', 1, None, None)
ERROR: Task (/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1469 tasks of which 1444 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb:do_compile
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
make: *** [Makefile:131: image] Erro 1
frank@frank-X99:~/OpenPLi/openpli-oe-core$

It seems that the real error is a bit higher in the terminal buffer, you need to check the whole thing, maybe use a pastebin and put there the whole output, however, will help to let us know OS/version and which openpli version you are trying to build


init 2 && init 3


Re: How to build Enigma2 images. #95 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 6 April 2023 - 10:46

Ok.

 

Here: https://pastebin.com/gm258vpf

 

 

I think is only for "homebuild" when insert this option only "MACHINE=osmini4k make image".

 

 

Thx.


Edited by frankviana, 6 April 2023 - 10:51.

Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: How to build Enigma2 images. #96 serdeliuk

  • Senior Member
  • 315 posts

+18
Neutral

Posted 6 April 2023 - 10:53

Ok.

 

Here: https://pastebin.com/gm258vpf

 

 

I think is only for "homebuild" when insert this option only "MACHINE=osmini4k make image".

 

 

Thx.

I think your OS is not compatible with build environment reqiured

`NATIVELSBSTRING = "ubuntu-22.04"`

 

Check following post

https://forums.openp...dpost&p=1508634


init 2 && init 3


Re: How to build Enigma2 images. #97 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 6 April 2023 - 10:58

 

Ok.

 

Here: https://pastebin.com/gm258vpf

 

 

I think is only for "homebuild" when insert this option only "MACHINE=osmini4k make image".

 

 

Thx.

I think your OS is not compatible with build environment reqiured

`NATIVELSBSTRING = "ubuntu-22.04"`

 

Check following post

https://forums.openp...dpost&p=1508634

 

Ok.

 

I have other ssd here for this tests, then I'll install 18.04 version

 

Thx.


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: How to build Enigma2 images. #98 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 6 April 2023 - 12:27

48 threads. :P :D :o :rolleyes: :wub:

 

You can get a lot more, by default bitbake sets both BB_NUM_THREADS and PARALLEL_MAKE to the number of cores available.


Edited by neo, 6 April 2023 - 12:27.


Re: How to build Enigma2 images. #99 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 6 April 2023 - 12:29

I think your OS is not compatible with build environment reqiured

`NATIVELSBSTRING = "ubuntu-22.04"`

 

For develop not a problem, we are in the process of upgrading our buildservers to 22.04, and develop builds fine.

 

You'll have to check the log to see what exactly the compile error is, the information you posted does not contain that error.



Re: How to build Enigma2 images. #100 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 7 April 2023 - 20:34

How do I limit RAM memory? The computer crashes after a while as it uses all the memory. When all processor is used, all memory is also used, causing freeze.

 

See:

 

 

Attached File  Captura de tela de 2023-04-07 16-32-34.png   619.15KB   3 downloads

 

 

Thx


Edited by frankviana, 7 April 2023 - 20:36.

Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)



4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users