Opened 11 years ago
Closed 11 years ago
#4760 closed defect (fixed)
LVM2 current instructions broken with readline-6.3
Reported by: | Pierre Labastie | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
LVM2 is still using a deprecated typedef (CPPFunction) in tools/lvm.c. In the last readline version (6.3), this typedef has been completely suppressed, so the current build of LVM2 is broken. A fix is at https://git.fedorahosted.org/cgit/lvm2.git/commit/?id=216c57eed72fee52e99bb5d014c9de535e631f58.
A sed is enough actually.
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r12834