This is the wrong forum for this question but... On 09/07/2016 12:42 PM, CS DBA wrote: > Hi All; > > > I just updated my Fedora 23 KDE spin and vmware will not build. I've > done the fix to the code : > > [...] > # sed -i -e 's/dev->trans_start = jiffies/netif_trans_update\(dev\)/g' > vmnet-only/netif.c Try: sed -i -e 's/dev->trans_start = jiffies/netif_trans_update(dev)/g' vmnet-only/netif.c Note no backslashes for the open and close brackets -- the escape isn't required inside single-quotes, so its probably being included in `netif.c`. You should apply this sed to the original netif.c, not your modified one. Regards, Raman _______________________________________________ kde mailing list kde@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/kde@xxxxxxxxxxxxxxxxxxxxxxx