building dep with dpdk versions
- Dominant language
- C
- Stars
- 2.5k
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
I get this after I build the .deb files (on ubuntu 18.04 machines)
root@t7810-mate:~/github/glb-director/src/glb-director# gdebi *.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: dpdk (= 17.11.1-6)
leisner@t7810-mate:~/github/glb-director/src/glb-director$ pkg-config --modversion libdpdk
17.11.5
I assume since 17.11.5 is later than 17.11.1, it would work? it doesn't.
On a hunch, I changed 17.11.1-6 to 17.11.1 -- no difference.
Dependency is not satisfiable: dpdk (= 17.11.1)
Contributor guide
Research direction
Start by inspecting the dependency metadata generated in the .deb files and compare the declared dpdk version with the version reported by pkg-config on Ubuntu 18.04. Reproduce the install with gdebi and determine what dependency declaration lets the package install with the supported DPDK version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, ubuntu
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100