RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1272918 - libnl3-devel-3.2.21-8.el7.x86_64.rpm is missing for RH7.2snap4
Summary: libnl3-devel-3.2.21-8.el7.x86_64.rpm is missing for RH7.2snap4
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libnl3
Version: 7.2
Hardware: Unspecified
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Thomas Haller
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-19 08:32 UTC by Or Kehati
Modified: 2015-10-19 16:48 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-19 16:47:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Or Kehati 2015-10-19 08:32:30 UTC
Description of problem:
RH7.2 snapshot 4 is missing the libnl3-devel package.
In order to compile against libnl3, libnl3-devel is required.

Version-Release number of selected component (if applicable):
The libnl3 version for RH7.2snap4 is libnl3-3.2.21-10.el7.x86_64.

How reproducible:
Trying to compile a library to work with libnl3 is failing.
For example, i'm trying to compile libvma (https://github.com/Mellanox/libvma) which require libnl or libnl3.
Since libnl3-devel does not exist, i have to compile against libnl-devel.
But libvma is also depending on libibverbs which is dependent on libnl3.
As a result, when loading libvma, both libnl3 and libnl are loaded, which causes a crash in libnl3.

Steps to Reproduce:
1.install libvma dependencies: libibverbs, librdmacm
2.compile libvma or any other library or tool depending on libnl3
3.load libvma: LD_PRELOAD=libvma.so ls

Actual results:
ls: route/tc.c:973: rtnl_tc_register: Assertion `0' failed.
Aborted (core dumped)

Expected results:
ls to print files in directory

Additional info:

Comment 2 Tomas Pelka 2015-10-19 10:22:20 UTC
Which variant are you using? Workstation, Client or Server? Devel packages are usually shipped in optional channel make sure your optional os enabled.

Comment 3 Or Kehati 2015-10-19 11:05:06 UTC
Sorry, i missed the optional channel.
I found the devel package.
thank you!
This bug can be closed.
Sorry again for the misunderstanding.

Comment 4 Tomas Pelka 2015-10-19 16:48:27 UTC
(In reply to Or Kehati from comment #3)
> Sorry, i missed the optional channel.
> I found the devel package.
> thank you!
> This bug can be closed.
> Sorry again for the misunderstanding.

No problem at all.


Note You need to log in before you can comment on or make changes to this bug.