Hi Peter,

For the first issue, this is really annoying. On newer versions of
git, it complains that set-upstream is deprecated, and warns us unless
we perform an annoying renaming to set-upstream-to. We should have
expected that this new name does not work on older versions. The real
problem is that we don't have a good enough understanding of what
these options do... Anyway your solution is good, it should have no
bad effect, but we should do something better.

The second point is surprising. What version of ocaml do you have? The
problematic integer is 2147483647, i.e. 2**31-1: it should be the max
positive integer on OCaml, where the type int is signed and
represented on 31 bits. What's your arch and version of OCaml?

Cheers,

David

On Fri, Oct 25, 2013 at 8:58 PM, Peter Retep <peter_re...@gmx.de> wrote:
> Hi,
>
> I finally found some time to check the new separate channel DB output feature
> and therefore wanted to build the latest version from git on Ubuntu 12.4 LTS.
>
> 1)
> After doing "git clone" in a fresh directory,
> "make init" exited with following errors:
>
> git fetch
> git branch --set-upstream-to=origin/master master
> error: unknown option `set-upstream-to=origin/master'
>
> I assume --set-upstream-to is not supported by the current Ubuntu LTS
> git version 1.7.0.4
>
> I did remove the "git branch" commands from Makefile.git and went on.
> (I do not know if this works for my usecase: to get the newest version
> from the repository)
>
> 2)
>
> After bootstrap and configure I finally got a syntax error at compiling:
>
> OCAMLDEP
> File "tools/utils.ml", line 636, characters 16-26:
> Error: Integer literal exceeds the range of representable integers of type int
> File "configure.mli", line 84, characters 15-21:
> Error: Syntax error
> OCAMLOPT -c tools/stdlib.ml
> OCAMLOPT -c tools/doc.ml
> OCAMLOPT -c tools/plug.ml
> OCAMLOPT -c tools/utils.ml
> File "tools/utils.ml", line 636, characters 16-26:
> Error: Integer literal exceeds the range of representable integers of type int
>
> Do you have any ideas?
>
> Thanks in advance,
>
> Peter
>
> Am 04.10.2013 13:10, schrieb Peter Retep:
>> Hi Romain,
>>
>> thanks for your response.
>>
>> I wrote 3 separate issues at github (#102, #103, #104)
>> to split the request into separate units that can be priorized as you like 
>> it.
>>
>> * RMS channel separation
>> * setting RMS duration
>> * dynamically adding or removing multiple RMS monitors with different 
>> durations
>>
>> Best regards,
>> Peter
>>
>>
>> Am 01.10.2013 21:15, schrieb Romain Beauxis:
>>> Hi Peter,
>>>
>>> 2013/9/29 Peter Retep <peter_re...@gmx.de <mailto:peter_re...@gmx.de>>
>>>> Hello again,
>>>>
>>>> I finally remembered it was called rms and server.rms.
>>>> which worked out of the box.
>>>>
>>>> Is there the possibility to get the RMS separated for each channel?
>>>> Is there also the possibility to dynamically set the duration, the RMS is 
>>>> to be calculated for?
>>>> This would allow to request the current peak (with small duration), but 
>>>> also medium and long duration RMS)?
>>> None of that is currently available, I think. If you would be kind enough 
>>> to open a feature request on github I'd be glad to look at it:
>>>   https://github.com/savonet/liquidsoap/issues/new
>>>
>>> Romain
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
>>> from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
>>>
>>>
>>> _______________________________________________
>>> Savonet-users mailing list
>>> Savonet-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Savonet-users mailing list
>> Savonet-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users



-- 
David

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to