Your message dated Wed, 22 Feb 2023 21:06:26 +0100
with message-id <Y/[email protected]>
and subject line Re: Bug#1012927: firefox-esr: ftbfs with GCC-12
has caused the Debian Bug report #1012927,
regarding firefox-esr: ftbfs with GCC-12
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1012927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012927
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:firefox-esr
Version: 91.10.0esr-1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-12
[This bug is targeted to the upcoming bookworm release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/firefox-esr_91.10.0esr-1_unstable_gcc12.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
1135 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
aObject->GetParentObject()));
| ^~~~~~
WebrtcDeprecatedBinding.cpp:1135:25: note: ‘aCx’ declared here
In member function ‘void
JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
JSObject*]’,
inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
inlined from ‘virtual JSObject*
mozilla::dom::mozRTCSessionDescription::WrapObject(JSContext*,
JS::Handle<JSObject*>)’ at WebrtcDeprecatedBinding.cpp:1666:96:
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
storing the address of local variable ‘obj’ in
‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WebrtcDeprecatedBinding.cpp: In member function ‘virtual JSObject*
mozilla::dom::mozRTCSessionDescription::WrapObject(JSContext*,
JS::Handle<JSObject*>)’:
WebrtcDeprecatedBinding.cpp:1666:25: note: ‘obj’ declared here
1666 | JS::Rooted<JSObject*> obj(aCx,
mozRTCSessionDescription_Binding::Wrap(aCx, this, aGivenProto));
| ^~~
WebrtcDeprecatedBinding.cpp:1666:25: note: ‘aCx’ declared here
In member function ‘void
JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
JSObject*]’,
inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
inlined from ‘bool
mozilla::dom::WindowGlobalChild_Binding::Wrap(JSContext*,
mozilla::dom::WindowGlobalChild*, nsWrapperCache*, JS::Handle<JSObject*>,
JS::MutableHandle<JSObject*>)’ at WindowGlobalActorsBinding.cpp:1502:90:
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
storing the address of local variable ‘global’ in
‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WindowGlobalActorsBinding.cpp: In function ‘bool
mozilla::dom::WindowGlobalChild_Binding::Wrap(JSContext*,
mozilla::dom::WindowGlobalChild*, nsWrapperCache*, JS::Handle<JSObject*>,
JS::MutableHandle<JSObject*>)’:
WindowGlobalActorsBinding.cpp:1502:25: note: ‘global’ declared here
1502 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
aObject->GetParentObject()));
| ^~~~~~
WindowGlobalActorsBinding.cpp:1502:25: note: ‘aCx’ declared here
In member function ‘void
JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
JSObject*]’,
inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
inlined from ‘bool
mozilla::dom::WindowGlobalParent_Binding::Wrap(JSContext*,
mozilla::dom::WindowGlobalParent*, nsWrapperCache*, JS::Handle<JSObject*>,
JS::MutableHandle<JSObject*>)’ at WindowGlobalActorsBinding.cpp:2849:90:
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
storing the address of local variable ‘global’ in
‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WindowGlobalActorsBinding.cpp: In function ‘bool
mozilla::dom::WindowGlobalParent_Binding::Wrap(JSContext*,
mozilla::dom::WindowGlobalParent*, nsWrapperCache*, JS::Handle<JSObject*>,
JS::MutableHandle<JSObject*>)’:
WindowGlobalActorsBinding.cpp:2849:25: note: ‘global’ declared here
2849 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
aObject->GetParentObject()));
| ^~~~~~
WindowGlobalActorsBinding.cpp:2849:25: note: ‘aCx’ declared here
In member function ‘void
JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
JSObject*]’,
inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
inlined from ‘bool mozilla::dom::WindowRoot_Binding::Wrap(JSContext*,
nsWindowRoot*, nsWrapperCache*, JS::Handle<JSObject*>,
JS::MutableHandle<JSObject*>)’ at WindowRootBinding.cpp:195:90:
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
storing the address of local variable ‘global’ in
‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from UnifiedBindings23.cpp:366:
WindowRootBinding.cpp: In function ‘bool
mozilla::dom::WindowRoot_Binding::Wrap(JSContext*, nsWindowRoot*,
nsWrapperCache*, JS::Handle<JSObject*>, JS::MutableHandle<JSObject*>)’:
WindowRootBinding.cpp:195:25: note: ‘global’ declared here
195 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
aObject->GetParentObject()));
| ^~~~~~
WindowRootBinding.cpp:195:25: note: ‘aCx’ declared here
In member function ‘void
JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
JSObject*]’,
inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
inlined from ‘bool mozilla::dom::ChromeWorker_Binding::Wrap(JSContext*,
mozilla::dom::ChromeWorker*, nsWrapperCache*, JS::Handle<JSObject*>,
JS::MutableHandle<JSObject*>)’ at WorkerBinding.cpp:397:90:
/<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
storing the address of local variable ‘global’ in
‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WorkerBinding.cpp: In function ‘bool
mozilla::dom::ChromeWorker_Binding::Wrap(JSContext*,
mozilla::dom::ChromeWorker*, nsWrapperCache*, JS::Handle<JSObject*>,
JS::MutableHandle<JSObject*>)’:
WorkerBinding.cpp:397:25: note: ‘global’ declared here
397 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
aObject->GetParentObject()));
| ^~~~~~
WorkerBinding.cpp:397:25: note: ‘aCx’ declared here
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-browser/dom/bindings'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-browser'
make[3]: *** [/<<PKGBUILDDIR>>/config/recurse.mk:34: compile] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-browser'
make[2]: *** [/<<PKGBUILDDIR>>/config/rules.mk:355: default] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-browser'
dh_auto_build: error: cd build-browser && make -j8 LD_LIBS=-Wl,--no-gc-sections
_LEAKTEST_FILES=leaktest.py returned exit code 2
make[1]: *** [debian/rules:243: stamps/build-browser] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:338: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 102.8.0esr-1
On 2022-06-16 12:08:45 +0000, Matthias Klose wrote:
> Package: src:firefox-esr
> Version: 91.10.0esr-1
> Severity: normal
> Tags: sid bookworm
> User: [email protected]
> Usertags: ftbfs-gcc-12
>
> [This bug is targeted to the upcoming bookworm release]
>
> Please keep this issue open in the bug tracker for the package it
> was filed for. If a fix in another package is required, please
> file a bug for the other package (or clone), and add a block in this
> package. Please keep the issue open until the package can be built in
> a follow-up test rebuild.
>
> The package fails to build in a test rebuild on at least amd64 with
> gcc-12/g++-12, but succeeds to build with gcc-11/g++-11. The
> severity of this report will be raised before the bookworm release.
>
> The full build log can be found at:
> http://qa-logs.debian.net/2022/06/09/gcc12/firefox-esr_91.10.0esr-1_unstable_gcc12.log
> The last lines of the build log are at the end of this report.
>
> To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
> or install the gcc, g++, gfortran, ... packages from experimental.
>
> apt-get -t=experimental install g++
>
> Common build failures are new warnings resulting in build failures with
> -Werror turned on, or new/dropped symbols in Debian symbols files.
> For other C/C++ related build failures see the porting guide at
> http://gcc.gnu.org/gcc-11/porting_to.html
>
> GCC 11 defaults to the GNU++17 standard. If your package installs
> header files in /usr/include, please don't work around C++17 issues
> by choosing a lower C++ standard for the package build, but fix these
> issues to build with the C++17 standard.
>
> [...]
> 1135 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
> aObject->GetParentObject()));
> | ^~~~~~
> WebrtcDeprecatedBinding.cpp:1135:25: note: ‘aCx’ declared here
> In member function ‘void
> JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
> JSObject*]’,
> inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
> RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
> inlined from ‘virtual JSObject*
> mozilla::dom::mozRTCSessionDescription::WrapObject(JSContext*,
> JS::Handle<JSObject*>)’ at WebrtcDeprecatedBinding.cpp:1666:96:
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
> storing the address of local variable ‘obj’ in
> ‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
> 1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> WebrtcDeprecatedBinding.cpp: In member function ‘virtual JSObject*
> mozilla::dom::mozRTCSessionDescription::WrapObject(JSContext*,
> JS::Handle<JSObject*>)’:
> WebrtcDeprecatedBinding.cpp:1666:25: note: ‘obj’ declared here
> 1666 | JS::Rooted<JSObject*> obj(aCx,
> mozRTCSessionDescription_Binding::Wrap(aCx, this, aGivenProto));
> | ^~~
> WebrtcDeprecatedBinding.cpp:1666:25: note: ‘aCx’ declared here
> In member function ‘void
> JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
> JSObject*]’,
> inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
> RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
> inlined from ‘bool
> mozilla::dom::WindowGlobalChild_Binding::Wrap(JSContext*,
> mozilla::dom::WindowGlobalChild*, nsWrapperCache*, JS::Handle<JSObject*>,
> JS::MutableHandle<JSObject*>)’ at WindowGlobalActorsBinding.cpp:1502:90:
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
> storing the address of local variable ‘global’ in
> ‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
> 1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> WindowGlobalActorsBinding.cpp: In function ‘bool
> mozilla::dom::WindowGlobalChild_Binding::Wrap(JSContext*,
> mozilla::dom::WindowGlobalChild*, nsWrapperCache*, JS::Handle<JSObject*>,
> JS::MutableHandle<JSObject*>)’:
> WindowGlobalActorsBinding.cpp:1502:25: note: ‘global’ declared here
> 1502 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
> aObject->GetParentObject()));
> | ^~~~~~
> WindowGlobalActorsBinding.cpp:1502:25: note: ‘aCx’ declared here
> In member function ‘void
> JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
> JSObject*]’,
> inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
> RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
> inlined from ‘bool
> mozilla::dom::WindowGlobalParent_Binding::Wrap(JSContext*,
> mozilla::dom::WindowGlobalParent*, nsWrapperCache*, JS::Handle<JSObject*>,
> JS::MutableHandle<JSObject*>)’ at WindowGlobalActorsBinding.cpp:2849:90:
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
> storing the address of local variable ‘global’ in
> ‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
> 1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> WindowGlobalActorsBinding.cpp: In function ‘bool
> mozilla::dom::WindowGlobalParent_Binding::Wrap(JSContext*,
> mozilla::dom::WindowGlobalParent*, nsWrapperCache*, JS::Handle<JSObject*>,
> JS::MutableHandle<JSObject*>)’:
> WindowGlobalActorsBinding.cpp:2849:25: note: ‘global’ declared here
> 2849 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
> aObject->GetParentObject()));
> | ^~~~~~
> WindowGlobalActorsBinding.cpp:2849:25: note: ‘aCx’ declared here
> In member function ‘void
> JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
> JSObject*]’,
> inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
> RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
> inlined from ‘bool mozilla::dom::WindowRoot_Binding::Wrap(JSContext*,
> nsWindowRoot*, nsWrapperCache*, JS::Handle<JSObject*>,
> JS::MutableHandle<JSObject*>)’ at WindowRootBinding.cpp:195:90:
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
> storing the address of local variable ‘global’ in
> ‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
> 1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from UnifiedBindings23.cpp:366:
> WindowRootBinding.cpp: In function ‘bool
> mozilla::dom::WindowRoot_Binding::Wrap(JSContext*, nsWindowRoot*,
> nsWrapperCache*, JS::Handle<JSObject*>, JS::MutableHandle<JSObject*>)’:
> WindowRootBinding.cpp:195:25: note: ‘global’ declared here
> 195 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
> aObject->GetParentObject()));
> | ^~~~~~
> WindowRootBinding.cpp:195:25: note: ‘aCx’ declared here
> In member function ‘void
> JS::Rooted<T>::registerWithRootLists(JS::RootedListHeads&) [with T =
> JSObject*]’,
> inlined from ‘JS::Rooted<T>::Rooted(const RootingContext&, S&&) [with
> RootingContext = JSContext*; S = JSObject*; T = JSObject*]’ at
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1162:26,
> inlined from ‘bool mozilla::dom::ChromeWorker_Binding::Wrap(JSContext*,
> mozilla::dom::ChromeWorker*, nsWrapperCache*, JS::Handle<JSObject*>,
> JS::MutableHandle<JSObject*>)’ at WorkerBinding.cpp:397:90:
> /<<PKGBUILDDIR>>/build-browser/dist/include/js/RootingAPI.h:1116:12: warning:
> storing the address of local variable ‘global’ in
> ‘((JS::Rooted<JS::detail::RootListEntry*>**)aCx)[3]’ [-Wdangling-pointer=]
> 1116 | *stack = reinterpret_cast<Rooted<detail::RootListEntry*>*>(this);
> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> WorkerBinding.cpp: In function ‘bool
> mozilla::dom::ChromeWorker_Binding::Wrap(JSContext*,
> mozilla::dom::ChromeWorker*, nsWrapperCache*, JS::Handle<JSObject*>,
> JS::MutableHandle<JSObject*>)’:
> WorkerBinding.cpp:397:25: note: ‘global’ declared here
> 397 | JS::Rooted<JSObject*> global(aCx, FindAssociatedGlobal(aCx,
> aObject->GetParentObject()));
> | ^~~~~~
> WorkerBinding.cpp:397:25: note: ‘aCx’ declared here
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-browser/dom/bindings'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-browser'
> make[3]: *** [/<<PKGBUILDDIR>>/config/recurse.mk:34: compile] Error 2
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-browser'
> make[2]: *** [/<<PKGBUILDDIR>>/config/rules.mk:355: default] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-browser'
> dh_auto_build: error: cd build-browser && make -j8
> LD_LIBS=-Wl,--no-gc-sections _LEAKTEST_FILES=leaktest.py returned exit code 2
> make[1]: *** [debian/rules:243: stamps/build-browser] Error 25
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:338: build] Error 2
> dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
That was fixed.
Cheers
--
Sebastian Ramacher
--- End Message ---