Why there is a SLE_10_SDK repository not SLE_10?

Hello,

I just tried my first project with OBS. My goal is to have module php5-xmlwriter-5.2.14-0.16.2.x86_64.rpm compiled for SLES10. Then I found some similar php5 home project that were successfully compiled toward SLES10 as a pattern and just branch it. Then when I choose the sles10 repository it appears as SLE_10_SDK. Is it normal? see MLaguilharre:test1 project.

On my project home:MLaguilharre:test1 which is just a non modified branch of a successful project I have the following unresolvable: nothing provides freetds-devel, nothing provides mysql-devel > 5.0.26-12.8, nothing provides libmysqlclient16, nothing provides libedit-devel. Did I miss something?

Thanks
Marc

Hi
SLE_10_SDK is an earlier version, SLE_10 is SP4;

Look at the descriptions;
https://build.opensuse.org/project/repositories?project=server%3Aphp

SLE_10 (i586, x86_64)
SUSE:SLE-10:SP4:SDK/standard

Yours is;
SLE_10_SDK (i586, x86_64)
SUSE:SLE-10:SDK/standard

Go to ‘Repositories’ ->Add repositories -> pick one via advanced
interface. Now in the ‘Project:’ enter SUSE: then pick your target in
the list.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 10 days 23:43, 3 users, load average: 0.31, 0.20, 0.17
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

Malcom,

Thanks at least I do not have any more unresolvable. I can go further and play again.

Marc