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.

PS : I usually run mozart in a 32 bits chroot (debian sid), so please ignore 
the system information not relevant as I am reporting the bug from my 64bit 
environment

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (2, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-rc8-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mozart-stdlib depends on:
pn  mozart                        <none>     (no description available)

mozart-stdlib recommends no packages.

mozart-stdlib suggests no packages.



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

Reply via email to