Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

All programmers are playwrights and all computers are lousy actors.


computers / alt.comp.software.seamonkey / Re: [FreeBSD] Regression in 2.53.17.1

SubjectAuthor
* [FreeBSD] Regression in 2.53.17JKB
+* [FreeBSD] Regression in 2.53.17frg
|`* [FreeBSD] Regression in 2.53.17JKB
| `- [FreeBSD] Regression in 2.53.17.1JKB
`- [FreeBSD] Regression in 2.53.17Yuchan Seo

1
[FreeBSD] Regression in 2.53.17

<64da5e86$0$8252$426a74cc@news.free.fr>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=889&group=alt.comp.software.seamonkey#889

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp4-1.free.fr!not-for-mail
Newsgroups: alt.comp.software.seamonkey
From: JKB@hilbert.invalid (JKB)
Subject: [FreeBSD] Regression in 2.53.17
Reply-To: <jkb@invalid>
User-Agent: slrn/1.0.3 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 14 Aug 2023 17:04:06 GMT
Lines: 53
Message-ID: <64da5e86$0$8252$426a74cc@news.free.fr>
Organization: Guest of ProXad - France
NNTP-Posting-Date: 14 Aug 2023 19:04:06 CEST
NNTP-Posting-Host: 188.231.16.145
X-Trace: 1692032646 news-2.free.fr 8252 188.231.16.145:30727
X-Complaints-To: abuse@proxad.net
 by: JKB - Mon, 14 Aug 2023 17:04 UTC

Hello,

I build SM from sources on FreeBSD for a long time without trouble.
Sometimes, I have to upgrade my compilers.

SM 2.53.16 was successfully built with:
root@pythagore:~/seamonkey/seamonkey-2.53.16 # cat .mozconfig
export CC=clang15
export CXX=clang++15
ac_add_options --enable-application=comm/suite
ac_add_options --enable-calendar
ac_add_options --enable-irc
ac_add_options --enable-dominspector
ac_add_options --enable-optimize
ac_add_options --disable-debug

If I try to build SM 2.53.17 with the same options, I obtain errors:

6:38.19 In file included from /root/seamonkey/seamonkey-2.53.17/comm/mailnews/base/src/nsCidProtocolHandler.cpp:10:
6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/nsNetUtil.h:16:
6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/nsILoadInfo.h:17:
6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/js/Value.h:23:
6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/js/GCAPI.h:14:
6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/mozilla/TimeStamp.h:12:
6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/stl_wrappers/ostream:52:
6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/ostream:3:
6:38.21 In file included from /usr/include/c++/v1/ostream:138:
6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/bitset:3:
6:38.21 In file included from /usr/include/c++/v1/bitset:122:
6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/stl_wrappers/string:52:
6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/string:3:
6:38.21 /usr/include/c++/v1/string:1721:9: error: call to '__throw_length_error' is ambiguous
6:38.21 _VSTD::__throw_length_error("basic_string");
6:38.21 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
6:38.22 /usr/include/c++/v1/__config:826:15: note: expanded from macro '_VSTD'
6:38.22 #define _VSTD std
6:38.22 ^
6:38.22 /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/mozilla/throw_gcc.h:102:1: note: candidate function
6:38.22 __throw_length_error(const char* msg)
6:38.22 ^
6:38.22 /usr/include/c++/v1/stdexcept:253:6: note: candidate function
6:38.22 void __throw_length_error(const char*__msg)
6:38.23 ^

How ca I fix this kind of error ?

Best regards,

JB

--
Si votre demande me parvient en code 29, je vous titiouillerai volontiers
une réponse.

Re: [FreeBSD] Regression in 2.53.17

<kjvh86F8driU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=890&group=alt.comp.software.seamonkey#890

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: frgrahl@gmx.net (frg)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: [FreeBSD] Regression in 2.53.17
Date: Mon, 14 Aug 2023 22:31:02 +0200
Lines: 57
Message-ID: <kjvh86F8driU1@mid.individual.net>
References: <64da5e86$0$8252$426a74cc@news.free.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net mn60UXaBR4LtZrwp843y7AcgL0HzDuOJaQcs+/9zPgKdbXStk=
Cancel-Lock: sha1:5AXMbSkuNEuOo0aoFOgO+odPB/4= sha256:XiixMKxhIM6MWGHDUH4RFQNt1zjMBGIk3J4rtWiX+RU=
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0
In-Reply-To: <64da5e86$0$8252$426a74cc@news.free.fr>
 by: frg - Mon, 14 Aug 2023 20:31 UTC

JKB wrote:
> Hello,
>
> I build SM from sources on FreeBSD for a long time without trouble.
> Sometimes, I have to upgrade my compilers.
>
> SM 2.53.16 was successfully built with:
> root@pythagore:~/seamonkey/seamonkey-2.53.16 # cat .mozconfig
> export CC=clang15
> export CXX=clang++15
> ac_add_options --enable-application=comm/suite
> ac_add_options --enable-calendar
> ac_add_options --enable-irc
> ac_add_options --enable-dominspector
> ac_add_options --enable-optimize
> ac_add_options --disable-debug
>
> If I try to build SM 2.53.17 with the same options, I obtain errors:
>
> 6:38.19 In file included from /root/seamonkey/seamonkey-2.53.17/comm/mailnews/base/src/nsCidProtocolHandler.cpp:10:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/nsNetUtil.h:16:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/nsILoadInfo.h:17:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/js/Value.h:23:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/js/GCAPI.h:14:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/mozilla/TimeStamp.h:12:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/stl_wrappers/ostream:52:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/ostream:3:
> 6:38.21 In file included from /usr/include/c++/v1/ostream:138:
> 6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/bitset:3:
> 6:38.21 In file included from /usr/include/c++/v1/bitset:122:
> 6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/stl_wrappers/string:52:
> 6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/string:3:
> 6:38.21 /usr/include/c++/v1/string:1721:9: error: call to '__throw_length_error' is ambiguous
> 6:38.21 _VSTD::__throw_length_error("basic_string");
> 6:38.21 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> 6:38.22 /usr/include/c++/v1/__config:826:15: note: expanded from macro '_VSTD'
> 6:38.22 #define _VSTD std
> 6:38.22 ^
> 6:38.22 /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/mozilla/throw_gcc.h:102:1: note: candidate function
> 6:38.22 __throw_length_error(const char* msg)
> 6:38.22 ^
> 6:38.22 /usr/include/c++/v1/stdexcept:253:6: note: candidate function
> 6:38.22 void __throw_length_error(const char*__msg)
> 6:38.23 ^
>
> How ca I fix this kind of error ?
>
> Best regards,
>
> JB
>

Maybe this helps:
https://hg.mozilla.org/mozilla-central/rev/ea506df9751c

needs an #endif because the prerequsite bug is not in too.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262598

Re: [FreeBSD] Regression in 2.53.17

<64db6a27$0$6095$426a74cc@news.free.fr>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=892&group=alt.comp.software.seamonkey#892

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!cleanfeed3-b.proxad.net!nnrp1-1.free.fr!not-for-mail
Newsgroups: alt.comp.software.seamonkey
From: JKB@hilbert.invalid (JKB)
Subject: Re: [FreeBSD] Regression in 2.53.17
References: <64da5e86$0$8252$426a74cc@news.free.fr>
<kjvh86F8driU1@mid.individual.net>
Reply-To: <jkb@invalid>
User-Agent: slrn/1.0.3 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 15 Aug 2023 12:05:59 GMT
Lines: 41
Message-ID: <64db6a27$0$6095$426a74cc@news.free.fr>
Organization: Guest of ProXad - France
NNTP-Posting-Date: 15 Aug 2023 14:05:59 CEST
NNTP-Posting-Host: 188.231.16.145
X-Trace: 1692101159 news-1.free.fr 6095 188.231.16.145:21481
X-Complaints-To: abuse@proxad.net
 by: JKB - Tue, 15 Aug 2023 12:05 UTC

Le 14-08-2023, frg <frgrahl@gmx.net> a écrit :
> Maybe this helps:
> https://hg.mozilla.org/mozilla-central/rev/ea506df9751c
>
> needs an #endif because the prerequsite bug is not in too.
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262598

Thanks a lot. I have modified throw_gcc.h:

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: sw=4 ts=4 et :
*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef mozilla_throw_gcc_h
#define mozilla_throw_gcc_h

#if !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION < 14000
#include "mozilla/Attributes.h"

#include <stdio.h> // snprintf
#include <string.h> // strerror
....
#undef MOZ_THROW_NORETURN
#undef MOZ_THROW_INLINE

#endif // !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION < 14000
#endif // mozilla_throw_gcc_h

and SM can be built on FreeBSD. Please apply patch.

Best regards,

JKB

--
Si votre demande me parvient en code 29, je vous titiouillerai volontiers
une réponse.

Re: [FreeBSD] Regression in 2.53.17

<ubiqqf$3bmua$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=893&group=alt.comp.software.seamonkey#893

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hexagonwin@disroot.org (Yuchan Seo)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: [FreeBSD] Regression in 2.53.17
Date: Wed, 16 Aug 2023 15:43:10 +0900
Organization: A noiseless patient Spider
Lines: 57
Message-ID: <ubiqqf$3bmua$1@dont-email.me>
References: <64da5e86$0$8252$426a74cc@news.free.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 16 Aug 2023 15:43:11 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="cc6af483e53829e7c004d5dd6c8be06c";
logging-data="3529674"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/YJjMfVjFKsN1j7tqKWqbnJF0gepWGc5s="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.17
Cancel-Lock: sha1:SsVR8oGe50623cgrj3w9cmVyXCw=
In-Reply-To: <64da5e86$0$8252$426a74cc@news.free.fr>
 by: Yuchan Seo - Wed, 16 Aug 2023 06:43 UTC

JKB wrote:
> Hello,
>
> I build SM from sources on FreeBSD for a long time without trouble.
> Sometimes, I have to upgrade my compilers.
>
> SM 2.53.16 was successfully built with:
> root@pythagore:~/seamonkey/seamonkey-2.53.16 # cat .mozconfig
> export CC=clang15
> export CXX=clang++15
> ac_add_options --enable-application=comm/suite
> ac_add_options --enable-calendar
> ac_add_options --enable-irc
> ac_add_options --enable-dominspector
> ac_add_options --enable-optimize
> ac_add_options --disable-debug
>
> If I try to build SM 2.53.17 with the same options, I obtain errors:
>
> 6:38.19 In file included from /root/seamonkey/seamonkey-2.53.17/comm/mailnews/base/src/nsCidProtocolHandler.cpp:10:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/nsNetUtil.h:16:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/nsILoadInfo.h:17:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/js/Value.h:23:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/js/GCAPI.h:14:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/mozilla/TimeStamp.h:12:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/stl_wrappers/ostream:52:
> 6:38.20 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/ostream:3:
> 6:38.21 In file included from /usr/include/c++/v1/ostream:138:
> 6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/bitset:3:
> 6:38.21 In file included from /usr/include/c++/v1/bitset:122:
> 6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/stl_wrappers/string:52:
> 6:38.21 In file included from /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/system_wrappers/string:3:
> 6:38.21 /usr/include/c++/v1/string:1721:9: error: call to '__throw_length_error' is ambiguous
> 6:38.21 _VSTD::__throw_length_error("basic_string");
> 6:38.21 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> 6:38.22 /usr/include/c++/v1/__config:826:15: note: expanded from macro '_VSTD'
> 6:38.22 #define _VSTD std
> 6:38.22 ^
> 6:38.22 /root/seamonkey/seamonkey-2.53.17/obj-x86_64-unknown-freebsd13.2/dist/include/mozilla/throw_gcc.h:102:1: note: candidate function
> 6:38.22 __throw_length_error(const char* msg)
> 6:38.22 ^
> 6:38.22 /usr/include/c++/v1/stdexcept:253:6: note: candidate function
> 6:38.22 void __throw_length_error(const char*__msg)
> 6:38.23 ^
>
> How ca I fix this kind of error ?
>
> Best regards,
>
> JB
>
There are some people maintaining a ports for SeaMonkey on FreeBSD, I
was able to get 2.53.16 compiled properly on FreeBSD 13.2-RELEASE some
time ago and your issue looks the exact same as mine[1].

[1] :
https://forums.freebsd.org/threads/disaster-strikes-seamonkey-removed-from-ports-tree.71335/page-11#post-610379

Re: [FreeBSD] Regression in 2.53.17.1

<655f235f$0$8250$426a74cc@news.free.fr>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1324&group=alt.comp.software.seamonkey#1324

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!news.neodome.net!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!cleanfeed3-b.proxad.net!nnrp4-1.free.fr!not-for-mail
Newsgroups: alt.comp.software.seamonkey
From: JKB@hilbert.invalid (JKB)
Subject: Re: [FreeBSD] Regression in 2.53.17.1
References: <64da5e86$0$8252$426a74cc@news.free.fr>
<kjvh86F8driU1@mid.individual.net> <64db6a27$0$6095$426a74cc@news.free.fr>
Reply-To: <jkb@invalid>
User-Agent: slrn/1.0.3 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 23 Nov 2023 10:03:11 GMT
Lines: 58
Message-ID: <655f235f$0$8250$426a74cc@news.free.fr>
Organization: Guest of ProXad - France
NNTP-Posting-Date: 23 Nov 2023 11:03:11 CET
NNTP-Posting-Host: 188.231.16.145
X-Trace: 1700733791 news-2.free.fr 8250 188.231.16.145:5653
X-Complaints-To: abuse@proxad.net
 by: JKB - Thu, 23 Nov 2023 10:03 UTC

Le 15-08-2023, JKB <JKB@hilbert.invalid> a écrit :
> Thanks a lot. I have modified throw_gcc.h:
>
> /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
> * vim: sw=4 ts=4 et :
> */
> /* This Source Code Form is subject to the terms of the Mozilla Public
> * License, v. 2.0. If a copy of the MPL was not distributed with this
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> #ifndef mozilla_throw_gcc_h
> #define mozilla_throw_gcc_h
>
> #if !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION < 14000
> #include "mozilla/Attributes.h"
>
> #include <stdio.h> // snprintf
> #include <string.h> // strerror
> ...
> #undef MOZ_THROW_NORETURN
> #undef MOZ_THROW_INLINE
>
> #endif // !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION < 14000
> #endif // mozilla_throw_gcc_h
>
> and SM can be built on FreeBSD. Please apply patch.

Hello,

I'm building SM 2.53.17.1 on a new FreeBSD 14.0. I have to patch
again throw_gcc.h. Can you apply this patch on source tree ?

That being said, I have seen another error. Build process abort
with:

0:55.69 In file included from Unified_cpp_hunspell_glue0.cpp:2:
0:55.69 In file included from /root/seamonkey/seamonkey-2.53.17.1/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.cpp:6:
0:55.69 In file included from /root/seamonkey/seamonkey-2.53.17.1/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.h:8:
0:55.70 In file included from /root/seamonkey/seamonkey-2.53.17.1/obj-x86_64-unknown-freebsd14.0/dist/include/mozilla/MozPromise.h:12:
0:55.70 In file included from /root/seamonkey/seamonkey-2.53.17.1/obj-x86_64-unknown-freebsd14.0/dist/include/mozilla/Maybe.h:22:
0:55.70 In file included from /root/seamonkey/seamonkey-2.53.17.1/obj-x86_64-unknown-freebsd14.0/dist/stl_wrappers/ostream:52:
0:55.70 In file included from /root/seamonkey/seamonkey-2.53.17.1/obj-x86_64-unknown-freebsd14.0/dist/system_wrappers/ostream:3:
0:55.70 In file included from /usr/include/c++/v1/ostream:172:
0:55.70 In file included from /root/seamonkey/seamonkey-2.53.17.1/obj-x86_64-unknown-freebsd14.0/dist/system_wrappers/locale:3:
0:55.70 /usr/include/c++/v1/locale:2827:22: error: no member named 'HunspellAllocator' in namespace 'std'; did you mean simply 'HunspellAllocator'?
0:55.70 _Tp* __t = (_Tp*)std::realloc(__owns ? __b.get() : 0, __new_cap);
0:55.70 ^
0:55.71 /root/seamonkey/seamonkey-2.53.17.1/extensions/spellcheck/hunspell/glue/mozHunspellAllocator.h:12:7: note: 'HunspellAllocator' declared here
0:55.71 class HunspellAllocator : public mozilla::CountingAllocatorBase<HunspellAllocator>
0:55.71 ^

Best regards,

JKB

--
Si votre demande me parvient en code 29, je vous titiouillerai volontiers
une réponse.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor