Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Why are there always boycotts? Shouldn't there be girlcotts too? -- argon on #Linux


computers / alt.comp.software.seamonkey / Re: Software Levels when building

SubjectAuthor
* Software Levels when buildingDon Vito Martinelli
`* Software Levels when buildingfrg
 `- Software Levels when buildingDon Vito Martinelli

1
Software Levels when building

<uaqtur$2sre8$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hyperspace.flyover@vogon.gov.invalid (Don Vito Martinelli)
Newsgroups: alt.comp.software.seamonkey
Subject: Software Levels when building
Date: Mon, 7 Aug 2023 16:09:30 +0200
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <uaqtur$2sre8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 7 Aug 2023 14:09:31 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d371792596398a56b867617496f6072f";
logging-data="3042760"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+UwtCBYr3CHNRFVinGhNLAXyXyp65b7ag="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
SeaMonkey/2.53.17
Cancel-Lock: sha1:0MpwL1Ngamc2R1t/fLKVatnIL9I=
X-Mozilla-News-Host: snews://news.eternal-october.org:563
 by: Don Vito Martinelli - Mon, 7 Aug 2023 14:09 UTC

This question is aimed at Rust under Linux.

The Build documentation for Linux -
https://www.seamonkey-project.org/dev/code-development - specifies which
level of Rust is necessary to build Seamonkey.

> autoconf-2.13, python-2.7.18, python-3.6.6, nasm-2.14.x, clang-5, gcc-7, rustc-1.61.0, unzip-6.0 and zip-3.0
> Note: For 2.53.x even though 1.61.0 is the minimum rustc version, 1.66.1 is the preferred one. We also recommend using at least gcc 8.3.1 or clang 9 for building.
>
> The following development packages are required:
> alsa-lib, dbus-glib, GConf2, gtk+-3.24.x, libXt, pulseaudio-libs and yasm-1.3.0

However, there have been problems quite recently (2.53.15) where there
was also a "maximum level permitted", and Seamonkey would abort under
certain circumstances (playing audio) if a rust level > 1.66.1 was used
to build it.
Now I'm aware that 2.53.16 contained a workaround and 2.53.17 a full fix
for that particular problem.
I have my brand new Seamonkey from my Linux distribution's repositories
and see that they used rust 1.69.0 to build it. Are there any hidden
problems associated with this level?

I have just looked at the release description for 1.53.15 and all it
says is: Verified compatibility with Rust 1.65.
1.53.16 says: Verified compatibility with Rust 1.66.1.
1.53.17 says nothing at all about rust in the Release Description.

I'm assuming 2.53.15 would have been fixed before it was released if
anyone had noticed that building with a newer rust would have had those
side-effects, but the only place I ever saw that dependency "announced"
was in a reply to a question in this forum.
Oh, and Audio works.

Re: Software Levels when building

<kjckaeF67g2U1@mid.individual.net>

  copy mid

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

  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: Software Levels when building
Date: Mon, 7 Aug 2023 18:26:53 +0200
Lines: 41
Message-ID: <kjckaeF67g2U1@mid.individual.net>
References: <uaqtur$2sre8$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net sAj1kKEo46X0hhx9PQ9kEQdC4bM96wjNsRK49K287WQe3x1wo=
Cancel-Lock: sha1:bTDHevUcy9mK6Yrb1brMJLJNIEs= sha256:SfHgbaPaBED+lPeo4nSy/9oknD6fOGF958nimegpEpk=
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0
In-Reply-To: <uaqtur$2sre8$1@dont-email.me>
 by: frg - Mon, 7 Aug 2023 16:26 UTC

2.53.17 should work with latest rust. Not aware of any problems at the moment.

FRG

Don Vito Martinelli wrote:
> This question is aimed at Rust under Linux.
>
>
> The Build documentation for Linux -
> https://www.seamonkey-project.org/dev/code-development - specifies which level
> of Rust is necessary to build Seamonkey.
>
>> autoconf-2.13, python-2.7.18, python-3.6.6, nasm-2.14.x, clang-5, gcc-7,
>> rustc-1.61.0, unzip-6.0 and zip-3.0
>> Note: For 2.53.x even though 1.61.0 is the minimum rustc version, 1.66.1 is
>> the preferred one. We also recommend using at least gcc 8.3.1 or clang 9 for
>> building.
>>
>> The following development packages are required:
>> alsa-lib, dbus-glib, GConf2, gtk+-3.24.x, libXt, pulseaudio-libs and yasm-1.3.0
>
> However, there have been problems quite recently (2.53.15) where there was
> also a "maximum level permitted", and Seamonkey would abort under certain
> circumstances (playing audio) if a rust level > 1.66.1 was used to build it.
> Now I'm aware that 2.53.16 contained a workaround and 2.53.17 a full fix for
> that particular problem.
> I have my brand new Seamonkey from my Linux distribution's repositories and
> see that they used rust 1.69.0 to build it.  Are there any hidden problems
> associated with this level?
>
> I have just looked at the release description for 1.53.15 and all it says is:
> Verified compatibility with Rust 1.65.
> 1.53.16 says: Verified compatibility with Rust 1.66.1.
> 1.53.17 says nothing at all about rust in the Release Description.
>
> I'm assuming 2.53.15 would have been fixed before it was released if anyone
> had noticed that building with a newer rust would have had those side-effects,
> but the only place I ever saw that dependency "announced" was in a reply to a
> question in this forum.
> Oh, and Audio works.

Re: Software Levels when building

<uavn78$3stun$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: alt.comp.software.seamonkey
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED.ip-084-119-057-016.um24.pools.vodafone-ip.de!not-for-mail
From: hyperspace.flyover@vogon.gov.invalid (Don Vito Martinelli)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: Software Levels when building
Date: Wed, 9 Aug 2023 11:45:11 +0200
Organization: A noiseless patient Spider
Message-ID: <uavn78$3stun$1@dont-email.me>
References: <uaqtur$2sre8$1@dont-email.me> <kjckaeF67g2U1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 9 Aug 2023 09:45:12 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ip-084-119-057-016.um24.pools.vodafone-ip.de:84.119.57.16";
logging-data="4093911"; mail-complaints-to="abuse@eternal-september.org"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
SeaMonkey/2.53.17
In-Reply-To: <kjckaeF67g2U1@mid.individual.net>
 by: Don Vito Martinelli - Wed, 9 Aug 2023 09:45 UTC

Thanks.
The distribution is moving to rust 1.71.1 - it made the servers today -
but it should be a while before we get to see a Seamonkey built using
that level. I have vaguely considered installing a build environment on
my test machine but would very much prefer to leave it to the people who
actually know what they are doing.

frg wrote:
> 2.53.17 should work with latest rust. Not aware of any problems at the
> moment.
>
> FRG
>
> Don Vito Martinelli wrote:
>> This question is aimed at Rust under Linux.
>>
>>
>> The Build documentation for Linux -
>> https://www.seamonkey-project.org/dev/code-development - specifies
>> which level of Rust is necessary to build Seamonkey.
>>
>>> autoconf-2.13, python-2.7.18, python-3.6.6, nasm-2.14.x, clang-5,
>>> gcc-7, rustc-1.61.0, unzip-6.0 and zip-3.0
>>> Note: For 2.53.x even though 1.61.0 is the minimum rustc version,
>>> 1.66.1 is the preferred one. We also recommend using at least gcc
>>> 8.3.1 or clang 9 for building.
>>>
>>> The following development packages are required:
>>> alsa-lib, dbus-glib, GConf2, gtk+-3.24.x, libXt, pulseaudio-libs and
>>> yasm-1.3.0
>>
>> However, there have been problems quite recently (2.53.15) where there
>> was also a "maximum level permitted", and Seamonkey would abort under
>> certain circumstances (playing audio) if a rust level > 1.66.1 was
>> used to build it.
>> Now I'm aware that 2.53.16 contained a workaround and 2.53.17 a full
>> fix for that particular problem.
>> I have my brand new Seamonkey from my Linux distribution's
>> repositories and see that they used rust 1.69.0 to build it.  Are
>> there any hidden problems associated with this level?
>>
>> I have just looked at the release description for 1.53.15 and all it
>> says is: Verified compatibility with Rust 1.65.
>> 1.53.16 says: Verified compatibility with Rust 1.66.1.
>> 1.53.17 says nothing at all about rust in the Release Description.
>>
>> I'm assuming 2.53.15 would have been fixed before it was released if
>> anyone had noticed that building with a newer rust would have had
>> those side-effects, but the only place I ever saw that dependency
>> "announced" was in a reply to a question in this forum.
>> Oh, and Audio works.
>

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor