2009/12/2 Nicolas Maître <[email protected]>:
> Package: mozart-stdlib
> Version: 20060615-4
> Severity: normal
>
> It seems that mozart-stdlib has been compiled with mozart-1.3.2 or
> lower. Since the mozart package is version 1.4.0, I can't get QTk
> working due to the error below.
>
> When I feed this code :
> [QTk] = {Module.link ["x-oz://system/wp/QTk.ozf"]}
> D = td(button(text:"Show"
>              action: proc {$}
>                          {Show 'Hello World'}
>                       end)
>      button(text:"Close"
>             action:toplevel#close))
> Window = {QTk.build D}
> {Window show}
>
> I get the error :
> %***************** Error: distributed programming ***************
> %**
> %** Version mismatch during loading of pickle
> %**
> %** File:
> '/usr/share/mozart/cache/x-oz/system/wp/Prototyper.ozf'
> %** Expected:                                     '4#0'
> %** Got:                                          '3#3'
> %** Pickle version 3#3 corresponds to Oz version: '1.3.0'
> %** In statement: {<P/2 URL.load> '#'('/' [117 115 114] '/' [115 104
> 97 114 101] '/' [109 111 122 97 114 116] '/' [99 97 99 104 101] '/'
> [120 45 111 122] ,,,) _}
> %**
> %** Call Stack:
> %** procedure 'Meth_load' in file
> "/tmp/buildd/mozart-1.4.0/share/lib/init/Resolve.oz", line 61, column
> 3, PC = 160264548
> %** procedure 'Do_Method' in file
> "/tmp/buildd/mozart-1.4.0/share/lib/init/Resolve.oz", line 87, column
> 3, PC = 160265944
> %**--------------------------------------------------------------
>
> It is an  annoying issue as I didn't manage to compile the svn version from 
> upstream.
> So, could you please provide a more recent mozart-stdlib package matching the 
> requirements of mozart 1.4.0 ?
>
> Thanks in advance.
>

Thanks for the report.  I will ask for a rebuild of this package.

If that doesn't work out then I will be having surgery on Friday and
will probably be out of action for at least a week.

It should be straightforward for you to rebuild the package yourself.
Let me know if you want help with that.

k



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to