Can you create a temporary directory, and execute the failing `repo` command from your log directly on the command line, like this (I've added two more commands for testing purposes). a0797059@dasso:~/tmp/vision-test $ /usr/bin/env repo init -m vision_apps_yocto.xml -b refs/tags/REL.PSDK.ANALYTICS.09.02.00.05 -u https://git.ti.com/git/processor-sdk/psdk_repo_manifests.git Downloading Repo source from https://gerrit.googlesource.com/git-repo ... A new version of repo (2.45) is available. ... New version is available at: /home/a0797059/tmp/vision-test/.repo/repo/repo ... The launcher is run from: /usr/bin/repo !!! The launcher is not writable. Please talk to your sysadmin or distro !!! to get an update installed. Your identity is: Andreas Dannenberg If you want to change this, please re-run 'repo init' with --config-name repo has been initialized in /home/a0797059/tmp/vision-test a0797059@dasso:~/tmp/vision-test $ repo info ... A new version of repo (2.45) is available. ... New version is available at: /home/a0797059/tmp/vision-test/.repo/repo/repo ... The launcher is run from: /usr/bin/repo !!! The launcher is not writable. Please talk to your sysadmin or distro !!! to get an update installed. Manifest branch: Manifest merge branch: refs/tags/REL.PSDK.ANALYTICS.09.02.00.05 Manifest groups: default,platform-linux ---------------------------- a0797059@dasso:~/tmp/vision-test $ repo sync ... A new version of repo (2.45) is available. ... New version is available at: /home/a0797059/tmp/vision-test/.repo/repo/repo ... The launcher is run from: /usr/bin/repo !!! The launcher is not writable. Please talk to your sysadmin or distro !!! to get an update installed. Fetching: 100% (10/10), done in 14.243s Checking out: 80% (8/10), done in 1.431s repo sync has finished successfully. Are you working behind a firewall? Perhaps the settings don't get picked up by `repo`. Looks like `repo` relies on the `http_proxy` environmental variable to be set for this. Regards, Andreas
↧