Mailinglist Archive: opensuse-buildservice (272 mails)
| < Previous | Next > |
[opensuse-buildservice] Substitute: in prjconf doesn't work
- From: Stephan Kleine <bitdealer@xxxxxxxxx>
- Date: Sat, 13 Nov 2010 03:44:21 +0100
- Message-id: <201011130344.22044.bitdealer@xxxxxxxxx>
Hi folks,
I have
%if 0%{?ubuntu_version} > 1004
Substitute: libqt4-dev libqtwebkit-dev
%endif
in the prjconf of home:bitshuffler:test/gsd
Still my builds fail with
Building gsd.dsc for xUbuntu_10.04/x86_64
Getting buildinfo from server and store to
/home/stephan/home:bitshuffler:test/gsd/.osc/_buildinfo-xUbuntu_10.04-
x86_64.xml
Getting buildconfig from server and store to
/home/stephan/home:bitshuffler:test/gsd/.osc/_buildconfig-xUbuntu_10.04-x86_64
buildinfo is broken... it says:
unresolvable: nothing provides libqtwebkit-dev
on 10.04 which is fine since libqtwebkit-dev doesn't exist here cause it got
introduced with 10.10 but to the best of my knowledge the %if clause in the
prjconf should cover that.
IOW: how to replace "libqt4-dev" with "libqtwebkit-dev" in >= Ubuntu 10.10?
regards,
Stephan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
I have
%if 0%{?ubuntu_version} > 1004
Substitute: libqt4-dev libqtwebkit-dev
%endif
in the prjconf of home:bitshuffler:test/gsd
Still my builds fail with
Building gsd.dsc for xUbuntu_10.04/x86_64
Getting buildinfo from server and store to
/home/stephan/home:bitshuffler:test/gsd/.osc/_buildinfo-xUbuntu_10.04-
x86_64.xml
Getting buildconfig from server and store to
/home/stephan/home:bitshuffler:test/gsd/.osc/_buildconfig-xUbuntu_10.04-x86_64
buildinfo is broken... it says:
unresolvable: nothing provides libqtwebkit-dev
on 10.04 which is fine since libqtwebkit-dev doesn't exist here cause it got
introduced with 10.10 but to the best of my knowledge the %if clause in the
prjconf should cover that.
IOW: how to replace "libqt4-dev" with "libqtwebkit-dev" in >= Ubuntu 10.10?
regards,
Stephan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |