First try

I have tried to build erlang in my home project but it says:

have choice for libSDL-1.2.so.0 needed by wxGTK: libSDL-1_2-0 SDL

How to mitigate this?

Hi
openFATE is the place I would imagine. Else ask down in the education
subforum, One of the developers lrupp passes by :slight_smile:

See here;
http://en.opensuse.org/Packaging/Java


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 7 days 12:09, 4 users, load average: 0.15, 0.17, 0.38
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

Hi
You need to run some command line terminal voodo with osc (which you
need to install via zypper in osc)

Then can set it to a Prefer option on the fly eg;


osc meta prjconf <your_project> -e

Then your presented with an editor (vi) press i to insert then enter;


Prefer: libSDL-1_2-0

press :wq and it should update you project configuration.


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 7 days 12:43, 4 users, load average: 0.01, 0.12, 0.15
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

:wq

This does not work, I cannot quit :frowning:

Realized I should press ESC before… Now works well!

BTW, now discovered I could do the same using Web interface. There is Project Config option

Oops, press <esc> key first


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 7 days 13:18, 4 users, load average: 4.56, 1.83, 0.72
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

They accepted UPP and Wings to the OpenSUSE Education repo. But seems still they cannot make Wings to compile (they still did not link it to erlang). Upp compiles well in Edu and has been published.

Hi
Excellent news, I see the IDE repo has picked it up as well :slight_smile:


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1 day 0:22, 2 users, load average: 0.01, 0.14, 0.26
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

bitshuffler asked to make some changes to all the packages, for some reason they did not like the rpmlintrc files and also asked to remove %if around some strings as well as %debug_package.

This is what he told me:

tell malcom to clean up his erlang-esdl package (same strange %if & %debug_package and so on we did earlier) and then to submit it to devel:languages:erlang. Once that is done submit wings to graphics and write in the message that they have to link in the needed packages from the erlang repo.

I am trying to build a new package - adblockplus which is a firefox add-on.
https://build.opensuse.org/package/show?package=adblockplus&project=home%3AAnsus

It seems it compiles well for OpenSUSE 11.0 but does not for 11.1 and later. :frowning: