Peter Czanik wrote:
Hello,
I'm building KDE 4.1 on a local PPC BS right now. Here are some problems I ran into:
- 'phonon' does not build, I get: " [...] ----------------------------------------------------------------- ----- building phonon.spec (user abuild) ----------------------------------------------------------------- ----------------------------------------------------------------- + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' /usr/src/packages/SOURCES/phonon.spec error: line 27: Unknown tag: %requires_ge libqt4 " Why does it build in the openSUSE BS, and why not locally? I use openSUSE 11.0 PPC with obs-server-1.1.0.4791M-2.1
- I followed instructions from http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial/ope... to import openSUSE 11.0.
%requires_ge is new in Factory rpm, defined in /usr/lib/rpm/macros. If you need it for 11.0, you can add a package to your project that defines that macro in a file /etc/rpm/macros.*, or run 'osc meta prjconf <your project> and add Macros: %requires_ge ... to the project configuration. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org