Jetpack 3.3 host "Installing VisionWorks 1.6 failed."

I flashed my TX2 by the SDK Manager. My host system is ubuntu16.04 and target system is jetpack3.3. The host failed to install visionworks1.6.

The error information is listed as follows.

Return Code: 1
Error installing libvisionworks libvisionworks-dev libvisionworks-samples to host, please check /home/xxx/Downloads/TX2/_installer/logs/visionworks_host.log for more details

The visionworks_host.log information is listed as follows.

Selecting previously unselected package libvisionworks-repo.
(Reading database … 261263 files and directories currently installed.)
Preparing to unpack …/libvisionworks-repo_1.6.0.500n_amd64.deb …
Unpacking libvisionworks-repo (1.6.0.500n) …
Setting up libvisionworks-repo (1.6.0.500n) …
OK
Get:1 file:/var/cuda-repo-10-2-local-10.2.89-440.40 InRelease
Ign:1 file:/var/cuda-repo-10-2-local-10.2.89-440.40 InRelease
Get:2 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 InRelease
Ign:2 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 InRelease
Get:3 file:/var/cuda-repo-9-0-local InRelease
Ign:3 file:/var/cuda-repo-9-0-local InRelease
Get:4 file:/var/visionworks-repo InRelease
Ign:4 file:/var/visionworks-repo InRelease
Get:5 file:/var/cuda-repo-10-2-local-10.2.89-440.40 Release [574 B]
Get:6 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 Release [574 B]
Get:7 file:/var/cuda-repo-9-0-local Release [574 B]
Get:8 file:/var/visionworks-repo Release [1,999 B]
Get:5 file:/var/cuda-repo-10-2-local-10.2.89-440.40 Release [574 B]
Get:6 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 Release [574 B]
Get:7 file:/var/cuda-repo-9-0-local Release [574 B]
Get:8 file:/var/visionworks-repo Release [1,999 B]
Get:9 file:/var/visionworks-repo Release.gpg [819 B]
Get:9 file:/var/visionworks-repo Release.gpg [819 B]
Hit:13 Index of /ubuntu xenial InRelease
Hit:14 Index of /ubuntu xenial-security InRelease
Hit:15 Index of /rvm/smplayer/ubuntu xenial InRelease
Hit:16 Index of /ubuntu xenial-updates InRelease
Hit:17 Index of /ubuntu xenial-backports InRelease
Reading package lists…
Reading package lists…
Building dependency tree…
Reading state information…
The following package was automatically installed and is no longer required:
snapd-login-service
Use ‘apt autoremove’ to remove it.
The following NEW packages will be installed:
libvisionworks libvisionworks-dev libvisionworks-samples
0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
Need to get 0 B/67.0 MB of archives.
After this operation, 178 MB of additional disk space will be used.
Get:1 file:/var/visionworks-repo libvisionworks 1.6.0.501 [12.4 MB]
Err:1 file:/var/visionworks-repo libvisionworks 1.6.0.501
File not found - /var/visionworks-repo/./libvisionworks_1.6.0.501_amd64.deb (2: No such file or directory)
Get:2 file:/var/visionworks-repo libvisionworks-dev 1.6.0.501 [152 kB]
Err:2 file:/var/visionworks-repo libvisionworks-dev 1.6.0.501
File not found - /var/visionworks-repo/./libvisionworks-dev_1.6.0.501_all.deb (2: No such file or directory)
Get:3 file:/var/visionworks-repo libvisionworks-samples 1.6.0.501 [54.4 MB]
Err:3 file:/var/visionworks-repo libvisionworks-samples 1.6.0.501
File not found - /var/visionworks-repo/./libvisionworks-samples_1.6.0.501_amd64.deb (2: No such file or directory)
W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Failed to fetch file:/var/visionworks-repo/./libvisionworks_1.6.0.501_amd64.deb File not found - /var/visionworks-repo/./libvisionworks_1.6.0.501_amd64.deb (2: No such file or directory)

E: Failed to fetch file:/var/visionworks-repo/./libvisionworks-dev_1.6.0.501_all.deb File not found - /var/visionworks-repo/./libvisionworks-dev_1.6.0.501_all.deb (2: No such file or directory)

E: Failed to fetch file:/var/visionworks-repo/./libvisionworks-samples_1.6.0.501_amd64.deb File not found - /var/visionworks-repo/./libvisionworks-samples_1.6.0.501_amd64.deb (2: No such file or directory)

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

There are two libvisionworks files on the dictionary ‘/home/xxx/Downloads/TX2/jetpack_download’ .
libvisionworks-repo_1.6.0.500n_amd64.deb 63.9MB
libvisionworks-repo_1.6.0.500n_arm64.deb 59.4MB

Then, I got three 1.6.0.500n packets (libvisionworks_1.6.0.500n_amd64.deb, libvisionworks-dev_1.6.0.500n_all.deb, libvisionworks-samples_1.6.0.500n_amd64.deb) on the dictionary ‘/var/visionworks-repo/’. How can I get the three 1.6.0.501 packets (libvisionworks_1.6.0.501_amd64.deb, libvisionworks-dev_1.6.0.501_all.deb, libvisionworks-samples_1.6.0.501_amd64.deb) on the dictionary ‘/var/visionworks-repo/’?

Thanks for your helping.

Hi dqpijsj,

Please try below command on your host machine:

sudo apt-get update
sudo apt-get update --fix-missing
Run JetPack again

Thank you very much. I will try the commands later.

Chris

Dear carolyuu,

I have try the commands that you sent to me, but the same error messages still appear. In addtion, I have changed several ‘source.list’ on the dictionary ‘/etc/apt’. The error messages didn’t change. Could you help me to send the three files (named *1.6.0.501_amd64.deb) or tell me where can I download the three files? Thank you very much.

Chris

Hi dqpijsj,

You can download host visionworks-1.6 from here.

Thanks for your helping.

1 Like

The problem seems to persist even after installing visionworks-1.6. I’m using Jetpack 3.2.1, Host machine has Ubuntu 16.04.


Terminal_Installation.log (11.2 KB)

Hi smano201,

Please open a new topic for your issue. Thanks