https://bugs.freedesktop.org/show_bug.cgi?id=47190
--- Comment #5 from Tanu Kaskinen <[email protected]> 2012-03-12 00:30:35 PDT --- I guess you're using -Wl,--as-needed in LDFLAGS. Another user was having this same problem, and the --as-needed linker option was identified as the cause for the error. (In reply to comment #4) > echo 1.98-dev-274-g50a7bf > .version-t && mv .version-t .version > ... > (same error after the recommended git commands) > ... > git revert 24ff7196753a3273bac34e87bdcf42384f974d45 > fatal: Your local changes would be overwritten by revert. > Please, commit your changes or stash them to proceed. > ...don't know how to handle this error. You have done some modifications to the source code. "git diff" will show what those modifications are if you're not sure. If they are important to you, commit them or back them up, and then run "git reset --hard". Now the reverting should work. If you update to the latest version, though, reverting isn't needed anymore, because it's done by this commit: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=bbc600aae9066ece6ed7802319669e3d00bdc095 The reason why this was failing also with 0.9.23 was that this fix was not included in 0.9.23: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/Makefile.am?id=2de2c735c937c6724c14656acf01ce90f122b903 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are the assignee for the bug. _______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
