Created attachment 124078 [details] [review] dbus: do not include afxres.h The KDE on Windows build system for dbus (see https://quickgit.kde.org/?p=emerge.git&a=tree&hb=cf35d49f4585165da530fa885f27f62e4ba572c3&h=252b5c5369ed178f6d04d1f0a09a572563e93281&f=portage%2Fwin32libs%2Fdbus) contains a patch, which removes an unused include header.
I have no objection to this if you want to apply it. You're better able to test whether it could break anything on Windows than I am.
(In reply to Simon McVittie from comment #1) > I have no objection to this if you want to apply it. You're better able to > test whether it could break anything on Windows than I am. I tried to push this change to branch master and got the following error: git push Counting objects: 4, done. Delta compression using up to 4 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 464 bytes | 0 bytes/s, done. Total 4 (delta 3), reused 0 (delta 0) remote: error: insufficient permission for adding an object to repository database objects remote: fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To git+ssh://xxxx@git.freedesktop.org/git/dbus/dbus ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'git+ssh://xxxx@git.freedesktop.org/git/dbus/dbus' Ay idea what's going wrong ?
(In reply to Ralf Habacker from comment #2) > remote: error: insufficient permission for adding an object to repository > database objects Seems to be server-side breakage, I get the same: Bug #97014.
Comment on attachment 124078 [details] [review] dbus: do not include afxres.h committed to github.com repo branch master.
Temporarily reopening this until we can push a fix to the official location
Now really fixed in git for 1.11.4.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.