Bug 1410302 - update userspace-rcu for epel7
Summary: update userspace-rcu for epel7
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: userspace-rcu
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Yannick Brosseau
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1507090 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-01-05 04:43 UTC by Murphy Zhou
Modified: 2024-07-08 22:25 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-07-08 22:25:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1507090 0 unspecified CLOSED userspace-rcu requires updating for gluster 3.12 compatibility 2021-02-22 00:41:40 UTC

Internal Links: 1507090

Description Murphy Zhou 2017-01-05 04:43:35 UTC
Description of problem:

Failed to build radix tree test suite in kernel source tree by
linking to EPEL7 userspace-rcu library.

Using upstream git://git.liburcu.org/userspace-rcu.git libs instead
will fix this issue.

sh-4.2# pwd
/root/linux
sh-4.2# make -C tools/testing/radix-tree/
make: Entering directory `/root/linux/tools/testing/radix-tree'
cc -I. -I../../include -g -O2 -Wall -D_LGPL_SOURCE -lpthread -lurcu main.o radix-tree.o linux.o test.o tag_check.o find_next_bit.o regression1.o regression2.o regression3.o multiorder.o iteration_check.o benchmark.o -o main
multiorder.o: In function `multiorder_join3':
/root/linux/tools/testing/radix-tree/multiorder.c:415: undefined reference to `rcu_barrier'
iteration_check.o: In function `untagged_iteration_fn':
/root/linux/tools/testing/radix-tree/iteration_check.c:128: undefined reference to `rcu_barrier'
/root/linux/tools/testing/radix-tree/iteration_check.c:128: undefined reference to `rcu_barrier'
iteration_check.o: In function `tagged_iteration_fn':
/root/linux/tools/testing/radix-tree/iteration_check.c:87: undefined reference to `rcu_barrier'
/root/linux/tools/testing/radix-tree/iteration_check.c:87: undefined reference to `rcu_barrier'
main.o:/root/linux/tools/testing/radix-tree/main.c:294: more undefined references to `rcu_barrier' follow
collect2: error: ld returned 1 exit status
make: *** [main] Error 1
make: Leaving directory `/root/linux/tools/testing/radix-tree'
sh-4.2# 

Version-Release number of selected component (if applicable):

sh-4.2# rpm -qv userspace-rcu
userspace-rcu-0.7.16-1.el7.x86_64
sh-4.2# rpm -qv userspace-rcu-devel
userspace-rcu-devel-0.7.16-1.el7.x86_64
sh-4.2# uname -r
3.10.0-514.2.2.el7.x86_64
sh-4.2# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.3 (Maipo)

How reproducible:
always

Steps to Reproduce:
1. download lates Linus kernel tree
2. setup epel7 && install userspace-rcu-devel
3. in linux tree, make -C tools/testing/radix-tree

Actual results:
ld failure

Expected results:
build success

Additional info:

Comment 1 Niels de Vos 2018-01-24 11:13:15 UTC
*** Bug 1507090 has been marked as a duplicate of this bug. ***

Comment 2 Troy Dawson 2024-07-08 22:25:40 UTC
EPEL 7 entered end-of-life (EOL) status on 2024-06-30.\n\nEPEL 7 is no longer maintained, which means that it\nwill not receive any further security or bug fix updates.\n As a result we are closing this bug.


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