Jump to content


TheCount

Member Since 23 Nov 2009
Offline Last Active 15 Aug 2024 20:52
-----

Posts I've Made

In Topic: python3-treq error

15 August 2024 - 19:29

I've pushed a fix to develop. If you can confirm, I can backport it to 9.0-release.

Yes, dm8000 and that fix works.

 

Thanks.

 

Make feed now continuing.


In Topic: python3-treq error

15 August 2024 - 15:30

Strange because my release-9.0 build works fine.

 

 

Correction. It is failing with the same error there as well

 

So both develop and release-9.0 have the same problem.

 

Debian GNU/Linux 12 (bookworm)


In Topic: enigma-info error

14 August 2024 - 14:57

Many thanks to everyone who contributed.

 

All sorted and working back on my original setup of a mounted usb drive.


In Topic: enigma-info error

14 August 2024 - 13:14

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

to silence it for all directories.

 

I used this and it works.

 

The system only has one user (dream) so not sure why it complains.

 

I only use root to do system updates via sudo.

 

Many thanks.


In Topic: enigma-info error

14 August 2024 - 12:26

Thanks to all for your time.

 

So I started again and still have the git error.

 

My workflow

 

in user dream home directory

mkdir dm8000

cd dm8000

mkdir OpenPLi-develop

cd OpenPLi-develop

 

git clone --branch develop --single-branch https://github.com/O...pli-oe-core.git .

 

make -f Makefile

 

cd build/conf

edit local.conf adding MACHINE = "dm8000"

 

Add my recipes to meta-local

 

cd build

bitbake enigma-info

 

 

log.do_install

 

DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['virtual:native:/home/dream/dm8000/OpenPLi-develop/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/dream/dm8000/OpenPLi-develop'
To add an exception for this directory, call:
 
        git config --global --add safe.directory /home/dream/dm8000/OpenPLi-develop
fatal: detected dubious ownership in repository at '/home/dream/dm8000/OpenPLi-develop/openembedded-core'
To add an exception for this directory, call:
 
        git config --global --add safe.directory /home/dream/dm8000/OpenPLi-develop/openembedded-core
fatal: detected dubious ownership in repository at '/home/dream/dm8000/OpenPLi-develop'
To add an exception for this directory, call:
 
        git config --global --add safe.directory /home/dream/dm8000/OpenPLi-develop
WARNING: exit code 128 from a shell command.
 

 

 

git version 2.39.2 debian 12