Jump to content


Photo

error compilation


  • Please log in to reply
5 replies to this topic

#1 gigabite

  • Senior Member
  • 109 posts

+1
Neutral

Posted Yesterday, 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,478 posts

+1,809
Excellent

Posted Yesterday, 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,920 posts

+486
Excellent

Posted Yesterday, 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
  • 109 posts

+1
Neutral

Posted Yesterday, 20:40

sorry what should I do, forgive my ignorance

Re: error compilation #5 WanWizard

  • PLi® Core member
  • 70,478 posts

+1,809
Excellent

Posted Yesterday, 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
  • 109 posts

+1
Neutral

Posted Yesterday, 21:39

thank you for everything you are truly special I admire you




3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users