We were still figuring out to fix build errors.
1. privacy-popup
This package was throwing errors because it could not find the privacy-popup.xml file. We edited and commented out the line that requested the privacy-popup.xml.
In {TIZEN_SRC}/framework/security/privacy-popup/packaging/privacy-popup.spec at line 53
/usr/share/packages/privacy-popup.xml
to
#/usr/share/packages/privacy-popup.xml
2. python-doc-tizen2.2
This package was throwing errors because the spec file had unknown tag “Enhances: python=2.7.1″. Removed the unknown tag line.