This is completely stopping my development! I can't believe I encountered this at 3AM--some thing hates me :-) My last SRPM too!<br />
<br />
The normal 'rpmbuild --sign -ba xorg-x11-proto-devel' attempts to directly delete and modify many, many core system files. Note: this is NOT during install, but during initial build! Yikes!<br />
<br />
/usr/include/X11/extensions/ bigreqstr.h<br />
/usr/include/X11/extensions/ bigreqsproto.h<br />
/usr/share/pkgconfig/ bigreqsproto.pc<br />
/usr/share/doc/ compositeproto<br />
...<br />
/usr/include/X11/fonts/<br />
/usr/include/GL/<br />
/usr/include/GL/internal/<br />
...oh hell got to move on<br />
$sudo chmod -R 777 /usr/include/X11<br />
$ sudo chmod -R 777 /usr/share/doc/
↧