You are right. :-)
Able to pull the binaries now. Thanks,!

Jit

On Mon, Jul 2, 2018 at 5:45 PM, Luke, Chris <chris_l...@comcast.com> wrote:

> My best guess, not knowing your environment, is that you don’t have
> ca-certificates installed.
>
>
>
> *From:* Jit Mehta <jitendra.harshad...@gmail.com>
> *Sent:* Monday, July 2, 2018 16:50
> *To:* Luke, Chris <chris_l...@cable.comcast.com>
> *Cc:* Brian Brooks <brian.bro...@arm.com>; vpp-dev@lists.fd.io
>
> *Subject:* [EXTERNAL] Re: [vpp-dev] VPP ARM Build/Installation
>
>
>
> All,
>
>
>
> I see the below error when running 'apt-get update/install' during VPP
> binaries installation based on these steps: https://wiki.fd.io/view/VPP/
> Installing_VPP_binaries_from_packages#Ubuntu.2FDebian
>
>
>
> Any pointers on how to fix this?
>
>
>
> Thanks
>
> Jit
>
>
>
> root@ubuntu:/home/lab/Vpp/src# cat /etc/apt/sources.list.d/99fd.io.list
>
> deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main/ ./
>
>
>
> root@ubuntu:/home/lab/Vpp/src# sudo apt-get update
>
> Hit:1 http://ports.ubuntu.com/ubuntu-ports xenial InRelease
>
> Hit:2 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease
>
> Ign:3 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ InRelease
>
> Hit:4 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease
>
> Hit:5 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease
>
> Ign:6 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Release
>
> Ign:7 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Packages
>
> Ign:8 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Translation-en
>
> Ign:7 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Packages
>
> Ign:8 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Translation-en
>
> Ign:7 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Packages
>
> Ign:8 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Translation-en
>
> Ign:7 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Packages
>
> Ign:8 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Translation-en
>
> Ign:7 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Packages
>
> Ign:8 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Translation-en
>
> Err:7 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Packages
>
>   server certificate verification failed. CAfile: 
> /etc/ssl/certs/ca-certificates.crt
> CRLfile: none
>
> Ign:8 https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main ./ Translation-en
>
> Reading package lists... Done
>
> E: Failed to fetch https://nexus.fd.io/content/repositories/fd.io.stable.
> 1804.ubuntu.xenial.main/./Packages
> <https://nexus.fd.io/content/repositories/fd.io.stable.1804.ubuntu.xenial.main/Packages>
> server certificate verification failed. CAfie
>
> E: Some index files failed to download. They have been ignored, or old
> ones used instead.
>
>
>
> root@ubuntu:/home/lab/Vpp/src# sudo apt-get install vpp vpp-lib
>
> Reading package lists... Done
>
> Building dependency tree
>
> Reading state information... Done
>
> E: Unable to locate package vpp
>
> E: Unable to locate package vpp-lib
>
> root@ubuntu:/home/lab/Vpp/src#
>
>
>
>
>
> On Mon, Jul 2, 2018 at 11:55 AM, Jit Mehta <jitendra.harshad...@gmail.com>
> wrote:
>
> Thanks for your responses  Chris, Brian, Sirshak and Gabrielle.
>
>
>
> I will try this out and post back if I run into any issues.
>
>
>
> Thanks!
>
> Jit
>
>
>
> On Mon, Jul 2, 2018 at 9:59 AM, Luke, Chris <chris_l...@comcast.com>
> wrote:
>
> Ubuntu aarch64 packages use the same recipe as amd64;
> https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_
> packages#Ubuntu.2FDebian
>
>
>
> Chris
>
>
>
> *From:* vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Brian
> Brooks
> *Sent:* Monday, July 02, 2018 12:56 PM
> *To:* Jit Mehta <jitendra.harshad...@gmail.com>; vpp-dev@lists.fd.io
> *Subject:* [EXTERNAL] Re: [vpp-dev] VPP ARM Build/Installation
>
>
>
> Hi Jit,
>
>
>
> On AArch64 machine:
>
>
>
> $ git clone https://gerrit.fd.io/r/vpp
>
> $ cd vpp
>
> $ make build-release
>
>
>
> Packages in nexus (not exactly sure which one):
>
> https://nexus.fd.io/#view-repositories;fd.io.master.
> ubuntu-arm.xenial.main~browsestorage
>
>
>
> Brian
>
>
>
> *From:* vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> *On Behalf Of *Jit Mehta
> *Sent:* Friday, June 29, 2018 11:28 AM
> *To:* vpp-dev@lists.fd.io
> *Subject:* [vpp-dev] VPP ARM Build/Installation
>
>
>
> Hello,
>
>
>
> Is there a way I can download and install aarch64 binaries?
>
> If not, is there a wiki that lists how to build aarch64 targets?
>
>
>
> Thanks,
>
> Jit
>
> IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium. Thank you.
>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#9763): https://lists.fd.io/g/vpp-dev/message/9763
> Mute This Topic: https://lists.fd.io/mt/22895892/900041
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [
> jitendra.harshad...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#9768): https://lists.fd.io/g/vpp-dev/message/9768
Mute This Topic: https://lists.fd.io/mt/23008232/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to