NVIDIA / NVIDIA/hpc-container-maker

OFED pulls in wrong package in ubuntu-24.04

Open
#522 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
517
Forks
106
Avg merge
1d 22h
Merged PRs (30d)
2

Description

This simple recipe

Stage0 += baseimage(image='ubuntu:24.04')

Stage0 += ofed(prefix='/usr/local')

pulls in librdmacm1

E: Can't select candidate version from package librdmacm1 as it has no candidate

but the package has changed names

$ apt search librdmacm1
Sorting... Done
Full Text Search... Done
librdmacm1t64/noble,now 50.0-2build2 amd64 [installed,automatic]
Library for managing RDMA connections

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the OFED recipe used with the Ubuntu 24.04 base image and inspect which APT package names it requests. Reproduce the shown recipe and verify that the generated dependencies use the available librdmacm1t64 package rather than the unavailable librdmacm1 package.

Written by the indexing model from the issue text.

Assessment

Tech stack
ubuntu
Domain
build-system, devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.