Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_debain.sh fails to install latest version libgrcp++1 for bookworm #18033

Closed
mlok-nokia opened this issue Feb 4, 2024 · 1 comment · Fixed by #18034
Closed

build_debain.sh fails to install latest version libgrcp++1 for bookworm #18033

mlok-nokia opened this issue Feb 4, 2024 · 1 comment · Fixed by #18034
Assignees
Labels
Chassis 🤖 Modular chassis support Triaged this issue has been triaged

Comments

@mlok-nokia
Copy link
Contributor

Description

Building sonic image in bookworm on the latest master branch, the related the version of libgrpc++1 is not installed.

Steps to reproduce the issue:

  1. Build the latest image
  2. check if libgrpc++.so.1.51 is installed in fsroot-broadcom-dnx/lib/x86_64-linux-gnu directory

Describe the results you received:

After the image is built in the workspace, cannot find libgrpc++.so.1.51 in fsroot-broadcom-dnx/lib/x86_64-linux-gnu directory

Describe the results you expected:

libgrpc++.so.1.51 should be founded in fsroot-broadcom-dnx/lib/x86_64-linux-gnu directory in workspace

Output of show version:

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

@gechiang
Copy link
Collaborator

@mlok-nokia , assigned this to you since you have raised the PR to fix it.

@gechiang gechiang added Triaged this issue has been triaged Chassis 🤖 Modular chassis support labels Feb 14, 2024
lguohan pushed a commit that referenced this issue Mar 22, 2024
#18034)

Why I did it
Fix libgrpc++ bookworm debian installation issue. Fix #18033

How I did it
Modified the build_debian.sh to change the libgrpc++1 to libgrcp++1.51 for debian bookworm image build

How to verify it
After the image is built in the workspace, verify the libgrpc++.so.1.51 is installed in fsroot-broadcom-dnx/lib/x86_64-linux-gnu diretcory

~/data/master/sonic-buildimage/fsroot-broadcom-dnx/lib/x86_64-linux-gnu (master)$ ls libgrpc++.so.1.51
libgrpc++.so.1.51
~/data/master/sonic-buildimage/fsroot-broadcom-dnx/lib/x86_64-linux-gnu (master)$ 

Signed-off-by: mlok <marty.lok@nokia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chassis 🤖 Modular chassis support Triaged this issue has been triaged
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants