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. #121 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 2 May 2023 - 14:00

Done: https://github.com/O...e9d543588faf121


Edited by neo, 2 May 2023 - 14:01.


Re: How to build Enigma2 images. #122 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 2 May 2023 - 14:29

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. #123 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 2 May 2023 - 14:40

Do you know why I see only until 52 threads?

 

I understand now...

 

Show 52, but running all 72 threads (I think it's running normally, but it just doesn't show the other 20 threads)

 

 

Attached File  CPU.png   620.3KB   0 downloads


Edited by frankviana, 2 May 2023 - 14:47.

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. #124 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 2 May 2023 - 15:44

There is a limit to how many tasks you can run in parallel, eventually you either run out of tasks all together, or you run out of non-dependent tasks (things that have to wait until others are finished).

 

Besides that, you have to be carefull with defining max BB threads and max parallel make, with a bit of bad luck bitbake starts 20 threads each with a compile with 20 threads, and your build crashes (maxing out the CPU, overheating it, running out of memory).

 

On massive machines, it it recommended that BB_NUMBER_THREADS is not set higher than 32, and PARALLEL_MAKE not higher than 20.

 

And personally I think that is a bit much, I've noticed that the performance and duration of the build flattens out if you set them too high.



Re: How to build Enigma2 images. #125 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 2 May 2023 - 16:10

Initialising tasks: 100% |#########################################################| Time: 0:00:07
Sstate summary: Wanted 1674 Local 0 Network 0 Missed 1674 Current 550 (0% match, 24% complete)
NOTE: Executing Tasks
ERROR: openresolv-3.5.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/NetworkConfiguration/openresolv.git;protocol=https'. Please set a valid SRCREV for url ['SRCREV_default_pn-openresolv', 'SRCREV_default', 'SRCREV_pn-openresolv', 'SRCREV'] (possible key names are git://github.com/NetworkConfiguration/openresolv.git;protocol=https, or use a ;rev=X URL parameter)
ERROR: Logfile of failure stored in: /home/frank/OpenPLi/openpli-oe-core/build/tmp/work/all-oe-linux/openresolv/3.5.2-r0/temp/log.do_fetch.9473
ERROR: Task (/home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2631 tasks of which 2588 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb:do_fetch
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message 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. #126 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 2 May 2023 - 16:17

Chips, typo, sorry. https://github.com/O...bc63709682ad2f9



Re: How to build Enigma2 images. #127 mrdude

  • Senior Member
  • 90 posts

0
Neutral

Posted 2 May 2023 - 17:31

 

Initialising tasks: 100% |#########################################################| Time: 0:00:07
Sstate summary: Wanted 1674 Local 0 Network 0 Missed 1674 Current 550 (0% match, 24% complete)
NOTE: Executing Tasks
ERROR: openresolv-3.5.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/NetworkConfiguration/openresolv.git;protocol=https'. Please set a valid SRCREV for url ['SRCREV_default_pn-openresolv', 'SRCREV_default', 'SRCREV_pn-openresolv', 'SRCREV'] (possible key names are git://github.com/NetworkConfiguration/openresolv.git;protocol=https, or use a ;rev=X URL parameter)
ERROR: Logfile of failure stored in: /home/frank/OpenPLi/openpli-oe-core/build/tmp/work/all-oe-linux/openresolv/3.5.2-r0/temp/log.do_fetch.9473
ERROR: Task (/home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2631 tasks of which 2588 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb:do_fetch
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [Makefile:131: image] Erro 1
frank@frank-X99:~/OpenPLi/openpli-oe-core$

 

I get the same error, it's down to this file:

openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb

 

It's trying to download from a url that no longer exists - from http://roy.marples.name/downloads/....

 

The bb file needs to be updated to point to a url where you can get openresolve-3.5.2-r0.tar.bz and the md5 sum and sha will probably also need udated if getting from elsewhere.



Re: How to build Enigma2 images. #128 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 2 May 2023 - 17:34

Is in the pipeline. This change I could do remotely without having to test it first.



Re: How to build Enigma2 images. #129 mrdude

  • Senior Member
  • 90 posts

0
Neutral

Posted 2 May 2023 - 17:51

Is in the pipeline. This change I could do remotely without having to test it first.

Do you mean pointing to the url where openresolv exists?



Re: How to build Enigma2 images. #130 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 2 May 2023 - 18:07

No, that has already been done, I thought the question was related to upgrading the version.



Re: How to build Enigma2 images. #131 mrdude

  • Senior Member
  • 90 posts

0
Neutral

Posted 2 May 2023 - 18:15

No, that has already been done, I thought the question was related to upgrading the version.

I tried it about 20 minutes ago and it still failed with openresolv error, I ended up changing the SRC line in the bb file to a different url and it then worked.


Edited by mrdude, 2 May 2023 - 18:16.


Re: How to build Enigma2 images. #132 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 2 May 2023 - 18:37

I'll be home in 30 minutes or so, then I can test.



Re: How to build Enigma2 images. #133 mrdude

  • Senior Member
  • 90 posts

0
Neutral

Posted 2 May 2023 - 18:57

I'll be home in 30 minutes or so, then I can test.

No worries, I just changed the SRC line to this:

 

SRC_URI = "https://dev.alpinelinux.org/archive/${BPN}/${BP}.tar.bz2 \

 

Then the image built fine.



Re: How to build Enigma2 images. #134 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 2 May 2023 - 19:03

Fixed.

 

Switching to some other tarball is not done when the source repo is available.



Re: How to build Enigma2 images. #135 mrdude

  • Senior Member
  • 90 posts

0
Neutral

Posted 2 May 2023 - 19:44

Fixed.

 

Switching to some other tarball is not done when the source repo is available.

Thanks for fixing.



Re: How to build Enigma2 images. #136 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 3 May 2023 - 03:21

All cores   ;)

 

Attached File  Captura de tela de 2023-05-02 23-22-24.png   614.67KB   0 downloads

 

 


Edited by frankviana, 3 May 2023 - 03:23.

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. #137 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 3 May 2023 - 04:14

octagonemmc

 

Attached File  Captura de tela de 2023-05-03 00-15-26.png   69.03KB   0 downloads

Initialising tasks: 100% |################################################################| Time: 0:00:06
Sstate summary: Wanted 340 Local 325 Network 0 Missed 15 Current 1884 (95% match, 99% complete)
Removing 8 stale sstate objects for arch sf8008: 100% |###################################| Time: 0:00:00
Removing 2 stale sstate objects for arch cortexa15hf-neon-vfpv4: 100% |###################| Time: 0:00:00
NOTE: Executing Tasks
ERROR: openpli-enigma2-image-1.0-r0 do_image_octagonemmc: ExecutionError('/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/run.do_image_octagonemmc.2510008', 127, None, None)
ERROR: Logfile of failure stored in: /home/frank/OpenPLi/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/log.do_image_octagonemmc.2510008
Log data follows:
| DEBUG: Executing python function set_image_size
| DEBUG: 370479.200000 = 284984 * 1.300000
| DEBUG: 524288.000000 = max(370479.200000, 524288)[524288.000000] + 0
| DEBUG: 524288.000000 = int(524288.000000)
| DEBUG: 524288 = aligned(524288)
| DEBUG: returning 524288
| DEBUG: Python function set_image_size finished
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are ['virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/opkg/opkg_0.4.4.bb:do_populate_sysroot', '/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', '/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.3.bb:do_populate_sysroot', '/home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-openpli/enigma2/enigma2.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.1.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-extended/parted/parted_3.4.bb:do_populate_sysroot', '/home/frank/OpenPLi/openpli-oe-core/meta-octagon/recipes-bsp/octagon-buildimage-native_1.0.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/mtools/mtools_4.0.26.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-extended/pigz/pigz_2.6.bb:do_populate_sysroot', '/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot', '/home/frank/OpenPLi/openpli-oe-core/meta-octagon/recipes-linux/linux-octagon_4.4.35.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', 'virtual:native:/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', '/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-core/glibc/cross-localedef-native_2.33.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['update-rc.d-native', 'opkg-native', 'ldconfig-native', 'qemuwrapper-cross', 'opkg-utils-native', 'enigma2', 'e2fsprogs-native', 'parted-native', 'octagon-buildimage-native', 'dosfstools-native', 'mtools-native', 'pigz-native', 'depmodwrapper-cross', 'zip-native', 'linux-octagon', 'makedevs-native', 'pseudo-native', 'cross-localedef-native', 'xz-native', 'glib-2.0-native', 'shadow-native', 'quilt-native', 'qemu-native', 'gdk-pixbuf-native', 'debianutils-native', 'openssl-native', 'libtool-native', 'automake-native', 'libarchive-native', 'libsolv-native', 'pkgconfig-native', 'autoconf-native', 'kmod-native', 'patch-native', 'perl-native', 'fribidi', 'glibc', 'libjpeg-turbo', 'libudfread', 'libxml2', 'gcc-runtime', 'python3-pillow', 'freetype', 'libmad', 'giflib', 'python3-twisted', 'openssl', 'libsigc++-3', 'python3', 'libdvbsi++', 'python3-wifi', 'tuxtxt-enigma2', 'libpng', 'libdreamdvd', 'avahi', 'shared-mime-info-native', 'attr-native', 'gettext-minimal-native', 'texinfo-dummy-native', 'util-linux-native', 'ncurses-native', 'readline-native', 'unzip-native', 'zlib-native', 'ninja-native', 'libpcre-native', 'gettext-native', 'libffi-native', 'meson-native', 'gtk-doc-native', 'python3-native', 'libjpeg-turbo-native', 'libpng-native', 'gobject-introspection-native', 'lzo-native', 'bzip2-native', 'cmake-native', 'expat-native', 'gnu-config-native', 'm4-native', 'gdbm-native', 'db-native', 'linux-libc-headers', 'zlib', 'libgcc', 'tiff', 'openjpeg', 'lcms', 'libid3tag', 'opkg-utils', 'mm-common', 'libnsl2', 'libxcrypt', 'gdbm', 'readline', 'xz', 'util-linux', 'bzip2', 'libtirpc', 'libffi', 'sqlite3', 'libtuxtxt', 'libdvdnav', 'libdaemon', 'base-files', 'gobject-introspection', 'dbus', 'libcap', 'shadow-sysroot', 'shadow', 'expat', 'update-rc.d', 'base-passwd', 'initscripts', 'glib-2.0', 'itstool-native', 'xmlto-native', 'libxml2-native', 'util-linux-libuuid-native', 'libcap-ng-native', 'libpcre2-native', 're2c-native', 'python3-setuptools-native', 'libnsl2-native', 'sqlite3-native', 'libtirpc-native', 'flex-native', 'curl-native', 'ncurses', 'libcap-ng', 'bash-completion', 'libpam', 'util-linux-libuuid', 'libdvdread', 'autoconf-archive', 'libpcre', 'libxslt-native', 'docbook-xml-dtd4-native', 'docbook-xsl-stylesheets-native', 'cracklib', 'flex']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_image_octagonemmc
| 60+0 records in
| 60+0 records out
| 61440 bytes (61 kB, 60 KiB) copied, 0.000371241 s, 165 MB/s
| /home/frank/OpenPLi/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/run.do_image_octagonemmc.2510008: 151: /usr/bin/fakeroot: not found
| WARNING: exit code 127 from a shell command.
| ERROR: ExecutionError('/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/sf8008-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/run.do_image_octagonemmc.2510008', 127, None, None)
ERROR: Task (/home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_octagonemmc) failed with exit code '1'
NOTE: Tasks Summary: Attempted 6846 tasks of which 6804 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-openpli/images/openpli-enigma2-image.bb:do_image_octagonemmc
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [Makefile:131: image] Erro 1
frank@frank-X99:~/OpenPLi/openpli-oe-core$

Edited by frankviana, 3 May 2023 - 04:16.

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. #138 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 3 May 2023 - 14:40

You don't have the fakeroot package installed in your distro.



Re: How to build Enigma2 images. #139 frankviana

  • Senior Member
  • 472 posts

+4
Neutral

Posted 3 May 2023 - 19:29

You don't have the fakeroot package installed in your distro.

 

Do you know other package missing?

 

I found the post with only this packages:

 

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

 

 

Thanks.


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. #140 neo

  • PLi® Contributor
  • 712 posts

+45
Good

Posted 3 May 2023 - 19:45

https://docs.yoctopr...quirements.html doesn't mention it as well, but our buildservers have it installed:

$ apt list fakeroot
Listing... Done
fakeroot/jammy,now 1.28-1ubuntu1 amd64 [installed]

and my own server has it installed too

$ dnf list installed fakeroot
Installed Packages
fakeroot.x86_64                          1.30.1-1.el8                              @epel

Edited by neo, 3 May 2023 - 19:45.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users