Jump to content


Photo

error compilation


  • Please log in to reply
12 replies to this topic

#1 gigabite

  • Senior Member
  • 112 posts

+1
Neutral

Posted 20 November 2024 - 19:59

evening sorry can you help me I wanted to compile the develop but it gives me this error, sorry for my ignorance thanks a lot

 

 

Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are ['virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['pseudo-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_install
| fatal: detected dubious ownership in repository at '/home/alfred/Documenti/openpli-oe-core'
| To add an exception for this directory, call:
| git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core
| fatal: detected dubious ownership in repository at '/home/alfred/Documenti/openpli-oe-core/openembedded-core'
| To add an exception for this directory, call:
| git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core/openembedded-core
| fatal: detected dubious ownership in repository at '/home/alfred/Documenti/openpli-oe-core'
| To add an exception for this directory, call:
| git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core
| WARNING: /home/alfred/Documenti/openpli-oe-core/build/tmp/work/h7-oe-linux-gnueabi/enigma-info/35-r0/temp/run.do_install.1524184:172 exit 128 from 'OE_REVISION=`cd /home/nonsolosat/Documenti/openpli-oe-core && git rev-parse --short HEAD`'
| WARNING: Backtrace (BB generated script):
| #1: do_install, /home/alfred/Documenti/openpli-oe-core/build/tmp/work/h7-oe-linux-gnueabi/enigma-info/35-r0/temp/run.do_install.1524184, line 172
| #2: main, /home/alfred/Documenti/openpli-oe-core/build/tmp/work/h7-oe-linux-gnueabi/enigma-info/35-r0/temp/run.do_install.1524184, line 391
| ERROR: ExecutionError('/home/alfred/Documenti/openpli-oe-core/build/tmp/work/h7-oe-linux-gnueabi/enigma-info/35-r0/temp/run.do_install.1524184', 128, None, None)
ERROR: Task (/home/alfred/Documenti/openpli-oe-core/meta-openpli/recipes-openpli/enigma2/enigma-info.bb:do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1858 tasks of which 1814 didn't need to be rerun and 1 failed.
 
Summary: 1 task failed:
  /home/alfred/Documenti/openpli-oe-core/meta-openpli/recipes-openpli/enigma2/enigma-info.bb:do_install
 


Re: error compilation #2 WanWizard

  • PLi® Core member
  • 70,891 posts

+1,833
Excellent

Posted 20 November 2024 - 20:12

The cause, and the fix, are both displayed in that output.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: error compilation #3 Tech

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

+488
Excellent

Posted 20 November 2024 - 20:29

git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core

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....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Geplaatste afbeelding button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: error compilation #4 gigabite

  • Senior Member
  • 112 posts

+1
Neutral

Posted 20 November 2024 - 20:40

sorry what should I do, forgive my ignorance

Re: error compilation #5 WanWizard

  • PLi® Core member
  • 70,891 posts

+1,833
Excellent

Posted 20 November 2024 - 21:13

| fatal: detected dubious ownership in repository at '/home/alfred/Documenti/openpli-oe-core'
| To add an exception for this directory, call:
| 
| git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core

The error says that your path /home/alfred/Documenti/openpli-oe-core has "dubious ownership", which means somewhere in the path users other than the user executing the git command have access.

Which is very normal, as on any linux machine, /home/ is accessable for all users (otherwise you can't access your home directory).

 

This is a security check in newer versions of git, to avoid you unknownly using a git repository contaminated by a third party.

 

To address that, execute

git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core

or. if you are absolutely sure you are the only user, always, use

git config --global --add safe.directory "*"

and stop the check for all directories.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: error compilation #6 gigabite

  • Senior Member
  • 112 posts

+1
Neutral

Posted 20 November 2024 - 21:39

thank you for everything you are truly special I admire you



Re: error compilation #7 gigabite

  • Senior Member
  • 112 posts

+1
Neutral

Posted 21 November 2024 - 21:07

Hello image compiled successfully but if I can kindly ask something... I modified the openpli-common.conf file by putting my name but when installing the decoder in the info Openpli Alfred comes out, how can I modify it to make a personalized IMG? thanks a lot

Re: error compilation #8 WanWizard

  • PLi® Core member
  • 70,891 posts

+1,833
Excellent

Posted 21 November 2024 - 21:13

What did you change, and "OpenPli alfred" comes out "where"? And what branch did you build?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: error compilation #9 gigabite

  • Senior Member
  • 112 posts

+1
Neutral

Posted 21 November 2024 - 21:22

I created the develop and when I do menu in the decoder and then info it gives me compilation date and instead of Alfred it comes out Openpli Alfred

Re: error compilation #10 WanWizard

  • PLi® Core member
  • 70,891 posts

+1,833
Excellent

Posted 22 November 2024 - 13:42

So what did you change?

 

The data comes out of the enigma.info file, which is generated during the build based on the build configuration.

 

You can see its contents if you press Yellow in the info screen, and then press left a few times.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: error compilation #11 gigabite

  • Senior Member
  • 112 posts

+1
Neutral

Posted 10 December 2024 - 17:32

error compilation develop and core 9.1 zgemma h11

 

DEBUG: Executing python function set_image_size
DEBUG: 355674.800000 = 273596 * 1.300000
DEBUG: 614400.000000 = max(355674.800000, 614400)[614400.000000] + 0
DEBUG: 614400.000000 = int(614400.000000)
DEBUG: 614400 = aligned(614400)
DEBUG: returning 614400
DEBUG: Python function set_image_size finished
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/home/alfred/Documenti/openpli-oe-core/meta-openpli/recipes-openpli/enigma2/enigma2.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.3.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home\alfred/Documenti/openpli-oe-core/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_populate_sysroot', '/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', '/home/alfred/Documenti/openpli-oe-core/meta-openpli/recipes-openpli/enigma2/enigma-info.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.1.bb:do_populate_sysroot', 'virtual:native:/home\alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', '/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home\alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/mtools/mtools_4.0.26.bb:do_populate_sysroot', '/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-core/glibc/cross-localedef-native_2.33.bb:do_populate_sysroot', '/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-extended/pigz/pigz_2.6.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot', 'virtual:native:/home/alfred/Documenti/openpli-oe-core/openembedded-core/meta/recipes-devtools/opkg/opkg_0.4.4.bb:do_populate_sysroot']
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['enigma2', 'opkg-utils-native', 'pseudo-native', 'android-tools-native', 'depmodwrapper-cross', 'enigma-info', 'e2fsprogs-native', 'makedevs-native', 'qemuwrapper-cross', 'update-rc.d-native', 'mtools-native', 'cross-localedef-native', 'ldconfig-native', 'dosfstools-native', 'pigz-native', 'zip-native', 'opkg-native', 'xz-native', 'perl-native', 'quilt-native', 'zlib-native', 'libbsd-native', 'libcap-native', 'libpcre-native', 'shadow-native', 'kmod-native', 'qemu-native', 'patch-native', 'openssl-native', 'debianutils-native', 'libtool-native', 'libsolv-native', 'pkgconfig-native', 'autoconf-native', 'libarchive-native', 'automake-native', 'libsigc++-3', 'freetype', 'python3-twisted', 'libudfread', 'avahi', 'tuxtxt-enigma2', 'glibc', 'giflib', 'libdreamdvd', 'libdvbsi++', 'python3-pillow', 'libjpeg-turbo', 'libpng', 'openssl', 'libmad', 'fribidi', 'gcc-runtime', 'python3-wifi', 'libxml2', 'python3', 'gettext-minimal-native', 'texinfo-dummy-native', 'attr-native', 'util-linux-native', 'shared-mime-info-native', 'db-native', 'gdbm-native', 'libmd-native', 'gperf-native', 'python3-native', 'gtk-doc-native', 'glib-2.0-native', 'ninja-native', 'cmake-native', 'expat-native', 'gnu-config-native', 'm4-native', 'lzo-native', 'bzip2-native', 'mm-common', 'zlib', 'libdaemon', 'update-rc.d', 'gobject-introspection', 'expat', 'base-passwd', 'libcap', 'shadow', 'base-files', 'dbus', 'shadow-sysroot', 'initscripts', 'glib-2.0', 'libtuxtxt', 'linux-libc-headers', 'libdvdnav', 'openjpeg', 'lcms', 'tiff', 'opkg-utils', 'libid3tag', 'libgcc', 'libxcrypt', 'gdbm', 'libffi', 'bzip2', 'readline', 'xz', 'sqlite3', 'libnsl2', 'libtirpc', 'util-linux', 'util-linux-libuuid-native', 'libcap-ng-native', 'ncurses-native', 'libpcre2-native', 'itstool-native', 'xmlto-native', 'meson-native', 'libxml2-native', 'libtirpc-native', 'libffi-native', 'libnsl2-native', 'readline-native', 'sqlite3-native', 'gettext-native', 're2c-native', 'curl-native', 'autoconf-archive', 'libpam', 'libpcre', 'bash-completion', 'libdvdread', 'ncurses', 'libcap-ng', 'util-linux-libuuid', 'libxslt-native', 'docbook-xml-dtd4-native', 'docbook-xsl-stylesheets-native', 'python3-setuptools-native', 'flex', 'cracklib']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing shell function do_image_zgemmafastboot8gb
0+0 records in
0+0 records out
0 bytes copied, 4.8565e-05 s, 0.0 kB/s
mke2fs 1.46.1 (9-Feb-2021)
Discarding device blocks:   4096/153600             done                            
Creating filesystem with 153600 4k blocks and 38400 inodes
Filesystem UUID: 3e3a1c38-1816-4366-a0c6-acdb947982c8
Superblock backups stored on blocks:
    32768, 98304

Allocating group tables: 0/5   done                            
Writing inode tables: 0/5   done                            
Creating journal (4096 blocks): done
Copying files into the device: done
Writing superblocks and filesystem accounting information: 0/5   done

2048+0 records in
2048+0 records out
2097152 bytes (2.1 MB, 2.0 MiB) copied, 0.0023518 s, 892 MB/s
mkfs.fat 4.2 (2021-01-31)
Copying STARTUP
Copying STARTUP_ANDROID
Copying STARTUP_ANDROID_DISABLE_LINUXSE
Copying STARTUP_LINUX_1
Copying STARTUP_LINUX_2
Copying STARTUP_LINUX_3
Copying STARTUP_LINUX_4
Copying STARTUP_RECOVERY
Copying bootmenu.conf
cp: cannot stat '/home/alfred/Documenti/openpli-oe-core/build/tmp/deploy/images/h11/zgemma-partitions-h11/h11/recovery.bin': No such file or directory
WARNING: /home/alfred/Documenti/openpli-oe-core/build/tmp/work/h11-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/run.do_image_zgemmafastboot8gb.94492:199 exit 1 from 'cp /home/alfred/Documenti/openpli-oe-core/build/tmp/deploy/images/h11/zgemma-partitions-h11/h11/recovery.bin /home/alfred/Documenti/openpli-oe-core/build/tmp/work/h11-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/deploy-openpli-enigma2-image-image-complete/zgemma-recovery/h11/recovery.bin'
WARNING: Backtrace (BB generated script):
    #1: do_image_zgemmafastboot8gb, /home/alfred/Documenti/openpli-oe-core/build/tmp/work/h11-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/run.do_image_zgemmafastboot8gb.94492, line 199
    #2: main, /home/alfred/Documenti/openpli-oe-core/build/tmp/work/h11-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/run.do_image_zgemmafastboot8gb.94492, line 203
ERROR: ExecutionError('/home/alfred/Documenti/openpli-oe-core/build/tmp/work/h11-oe-linux-gnueabi/openpli-enigma2-image/1.0-r0/temp/run.do_image_zgemmafastboot8gb.94492', 1, None, None)


Edited by gigabite, 10 December 2024 - 17:33.


Re: error compilation #12 WanWizard

  • PLi® Core member
  • 70,891 posts

+1,833
Excellent

Posted 10 December 2024 - 17:52

9.1 ? There is no 9.1 ?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: error compilation #13 WanWizard

  • PLi® Core member
  • 70,891 posts

+1,833
Excellent

Posted 10 December 2024 - 17:56

The error itself is a race condition in the BSP: the file is created an installed in the recovery recipe, but used in a different recipe.

 

If you have a partial build, and you use rm_work, it is possible that the file is erased by bitbake rm_work, but not installed again as bitbake decides that rebuilding the recipe isn't needed.

 

You can work around that by doing a bitbake cleanall of the hisi3798mv310 recovery package.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users