Created attachment 918269 [details] pacth Description of problem: code in /usr/include/libdevmapper.h got a typo in line 1663 we got: const void const *value; /* reserved value: and should got: const void *value; /* reserved value:
we can't compile things that use /usr/include/libdevmapper.h ! in my case VirtualBox
Already fixed upstream https://git.fedorahosted.org/cgit/lvm2.git/commit/?id=100342605ce4a304b397665682d2ec555af5aa27 so next rawhide build will pick this up
(In reply to Alasdair Kergon from comment #2) > so next rawhide build will pick this up when we have a new rawhide build ? this is critical I can't compile VirtualBox until then
(In reply to Sergio Monteiro Basto from comment #3) > (In reply to Alasdair Kergon from comment #2) > > so next rawhide build will pick this up > > when we have a new rawhide build ? this is critical I can't compile > VirtualBox until then I need recompile VirtualBox for rawhide / F21 on RPMFusion , because x11-server-abi changed and the current VirtualBox-guest need be rebuild to match this new xorg ABI.
(In reply to Sergio Monteiro Basto from comment #4) > I need recompile VirtualBox for rawhide / F21 on RPMFusion , because > x11-server-abi changed and the current VirtualBox-guest need be rebuild to > match this new xorg ABI. It looks like the new device-mapper/lvm2 package was updated yesterday [1] and built too [2], though I'm not sure when it'll hit the repos. [1] http://pkgs.fedoraproject.org/cgit/lvm2.git/commit/?id=1393db588bae1729dea4015150b0d12b19b55173 [2] http://koji.fedoraproject.org/koji/buildinfo?buildID=547594
(In reply to Xiao-Long Chen from comment #5) > (In reply to Sergio Monteiro Basto from comment #4) > > I need recompile VirtualBox for rawhide / F21 on RPMFusion , because > > x11-server-abi changed and the current VirtualBox-guest need be rebuild to > > match this new xorg ABI. > > It looks like the new device-mapper/lvm2 package was updated yesterday [1] > and built too [2], though I'm not sure when it'll hit the repos. > > [1] > http://pkgs.fedoraproject.org/cgit/lvm2.git/commit/ > ?id=1393db588bae1729dea4015150b0d12b19b55173 > [2] http://koji.fedoraproject.org/koji/buildinfo?buildID=547594 yes , already hit rawhide repos and mirrors and fix this bug. Unfortunately rpmfusion use F21 for devel/rawhide builds, I just confirm it today . So when we have a new lvm2 build for F21 ?
I can do that too now.
Hi, Builds done (on rpmfusion) . Many thanks,