On 12/12/13 19:37 , "Tomasz Olszak" <[email protected]<mailto:[email protected]>> wrote:
Hi, following snippet is part of obs log: [ 93s] I have the following modifications for qt5.spec: [ 93s] 43c43 [ 93s] < Release: 0 [ 93s] --- [ 93s] > Release: 7.1 [ 93s] 74d73 [ 93s] < BuildRequires: pkgconfig(egl) [ 93s] 407d405 [ 93s] < Requires: pkgconfig(egl) It looks like obs changed Release tag to 7.1 (reasonably) but also changed BuildRequires: pkgconfig(egl) to Requires: pkgconfig(egl) and broke configuration of the package (it need KHR/* headers). it actually removed both lines from spec. < mean “<“. It is based on the piece in prjconf that somebody put to workarround OpenGL in ARM repos. here is piece that responsible for that: %ifarch %arm armv7l Substitute: mesa-devel pkgconfig(glesv20) Substitute: pkgconfig(egl) %else Substitute: mesa-devel pkgconfig(gles11) pkgconfig(gles20) Substitute: pkgconfig(glesv20) pkgconfig(gles20) %endif I see that /usr/lib/build/substitutedeps in chroot changes that but at first glance I can't find out what is the purpose of such automatic changes. Any hints? PS: It failed to build in Tizen:Mobile:build project. -- regards, Tomasz Olszak -- Best regards, Alexander Kanevskiy. --------------------------------------------------------------------- Intel Finland Oy Registered Address: PL 281, 00181 Helsinki Business Identity Code: 0357606 - 4 Domiciled in Helsinki This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
