Re: [OM Cooker] Did we ever split repositories?

2016-05-10 Thread Alexander Stefanov-Khryukin
Btw, i think i fixed yesterday issue with "Packages not found". Report please if you caught it 2016-05-11 1:04 GMT+03:00 Alexander Stefanov-Khryukin : > Mostly fixed by me > > 2016-05-10 23:55 GMT+03:00 Alexander Stefanov-Khryukin < > nobodyd...@gmail.com>: > >> >all done

Re: [OM Cooker] Did we ever split repositories?

2016-05-10 Thread Alexander Stefanov-Khryukin
Mostly fixed by me 2016-05-10 23:55 GMT+03:00 Alexander Stefanov-Khryukin : > >all done > What you mean? > packaged with "Bad exit status from" still need fixing. > > 2016-05-10 23:48 GMT+03:00 Crispin Boylan : > >> all done now. >> >> thanks >> >>

Re: [OM Cooker] Did we ever split repositories?

2016-05-10 Thread Alexander Stefanov-Khryukin
>all done What you mean? packaged with "Bad exit status from" still need fixing. 2016-05-10 23:48 GMT+03:00 Crispin Boylan : > all done now. > > thanks > > cris. > > On 09/05/16 23:18, Alexander Stefanov-Khryukin wrote: > > need to replace c++ to cpp > > 2016-05-10 1:08

Re: [OM Cooker] Did we ever split repositories?

2016-05-10 Thread Crispin Boylan
all done now. thanks cris. On 09/05/16 23:18, Alexander Stefanov-Khryukin wrote: need to replace c++ to cpp 2016-05-10 1:08 GMT+03:00 Crispin Boylan >: i've gone through and fixed all but: task-c++-devel TiMidity++ getfem++

Re: [OM Cooker] wiki !!! COULD YOU PLEASE DELETE ME OF UR MAILINGLISTS??

2016-05-10 Thread Kate Lebedeff
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org You do not need to ask anybody Please feel free to do so > On 10.05.2016, at 18:08, Joerg wrote: > > Hi > COULD YOU PLEASE DELETE ME OF UR MAILINGLISTS?? > I still asked a few times . > > Regards

Re: [OM Cooker] wiki !!! COULD YOU PLEASE DELETE ME OF UR MAILINGLISTS??

2016-05-10 Thread Joerg
Hi COULD YOU PLEASE DELETE ME OF UR MAILINGLISTS?? I still asked a few times . Regards Am Freitag, den 11.03.2016, 15:22 +0100 schrieb Jean-Claude Vanier: > I marked the page as obsolete but it would have been better to mark > it > as "needs update". > I'll do the changes. > I'm not a dedicated

Re: [OM Cooker] LLVM/clang 3.7 does not build on 2014.x

2016-05-10 Thread Tomasz Gajc
I forgot about to disable clang as default compiler for non lx3 https://github.com/OpenMandrivaAssociation/llvm/commit/be8bf4bb829822627447c7f1cab3d5cc8a61e268 2016-05-10 11:52 GMT+02:00 Bernhard Rosenkraenzer : > Hi, > > easiest way to fix that is probably to kill compiler-rt,

Re: [OM Cooker] LLVM/clang 3.7 does not build on 2014.x

2016-05-10 Thread Bernhard Rosenkraenzer
Hi, easiest way to fix that is probably to kill compiler-rt, in 2014.x, clang isn't the default compiler so everything should be using libgcc anyway. Will check if that works... ttyl bero On 2016-05-10 11:11, Tomasz Gajc wrote: > Found your bug >

Re: [OM Cooker] LLVM/clang 3.7 does not build on 2014.x

2016-05-10 Thread Tomasz Gajc
Found your bug https://llvm.org/bugs/show_bug.cgi?id=24093 2016-05-10 9:44 GMT+02:00 Tomasz Gajc : > Bero i've pushed 3.8.0 to 2014.x and unfortunately it does not build. > > ../projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:260:72: >

Re: [OM Cooker] LLVM/clang 3.7 does not build on 2014.x

2016-05-10 Thread Tomasz Gajc
Bero i've pushed 3.8.0 to 2014.x and unfortunately it does not build. ../projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:260:72: error: size of array 'assertion_failed__36' is negative typedef char IMPL_PASTE(assertion_failed_##_, line)[2*(int)(pred)-1]