Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"Ninety percent of baseball is half mental." -- Yogi Berra


computers / alt.comp.software.seamonkey / Re: trouble compiling

SubjectAuthor
* trouble compilingGerhard Strangar
`* trouble compilingfrg
 `- trouble compilingGerhard Strangar

1
trouble compiling

<kmm44pF9npjU1@mid.individual.net>

  copy mid

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

  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: g.s@arcor.de (Gerhard Strangar)
Newsgroups: alt.comp.software.seamonkey
Subject: trouble compiling
Date: Sat, 16 Sep 2023 18:40:57 +0200
Lines: 30
Message-ID: <kmm44pF9npjU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net ObCDpurVCPJBmPOeC6t/eQr+mcvPfmc0hWV6c6FIWp0BCqpfKP
Cancel-Lock: sha1:NZ0j+P6wYqPC+8FsoeTU0PEeDOs= sha256:23oefMQ5NWnLSvoVwDqaJ7Y2dPNVHk5gtB1E/uAl+co=
X-Mozilla-News-Host: snews://news.individual.de:563
X-No-Archive: Yes
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.17
 by: Gerhard Strangar - Sat, 16 Sep 2023 16:40 UTC

Hi,

I did compile Seamonkey 2.53.17 on FreeBSD 13.2 before, but for some
reason, it fails and I don't know how to debug it:

seamonkey-2.53.17%> ./mach build
[...]
0:03.91 ./buildid.h.stub
0:04.24 ./source-repo.h.stub
0:04.65 build/application.ini.stub
0:04.94 build/application.ini.h.stub
0:05.04 Elapsed: 0.16s; From ../../dist/idl: Kept 1302 existing;
Added/updated 0; Removed 0 files and 0 directories.
0:07.70 toolkit/library/rust/force-cargo-library-build
0:07.84 error: failed to load source for dependency `packed_simd_2`
0:07.84 Caused by:
0:07.84 Unable to update
https://github.com/hsivonen/packed_simd?rev=412f9a0aa556611de021bde89dee8fefe6e0fbbd" rel="nofollow" target="_blank">https://github.com/hsivonen/packed_simd?rev=412f9a0aa556611de021bde89dee8fefe6e0fbbd
0:07.84 Caused by:
0:07.84 the source https://github.com/hsivonen/packed_simd requires a
lock file to be present first before it can be
0:07.84 used against vendored source code
0:07.84 remove the source replacement configuration, generate a lock
file, and then
0:07.84 restore the source replacement configuration to continue the
build

I tried replacing gmake with a wrapper that adds -d to gmake, which
generates a lot of output, but nothing useful. A truss only shows
execves on gmake. What kind of lock file am I supposed to create?

Re: trouble compiling

<kmm5lcF9u8vU1@mid.individual.net>

  copy mid

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

  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: trouble compiling
Date: Sat, 16 Sep 2023 19:06:52 +0200
Lines: 34
Message-ID: <kmm5lcF9u8vU1@mid.individual.net>
References: <kmm44pF9npjU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net CqOCh1wtjy44KOyRzevlLgx2K72gtMjJKdQXfWYJV0Duvi2IE=
Cancel-Lock: sha1:KyoPf621E1bFsB9kodwHw14dZug= sha256:dIvgLgARYGVq16Elgc3xojAyT7RVEWVk3euPaZI6Z98=
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0
In-Reply-To: <kmm44pF9npjU1@mid.individual.net>
 by: frg - Sat, 16 Sep 2023 17:06 UTC

Gerhard Strangar wrote:
> Hi,
>
> I did compile Seamonkey 2.53.17 on FreeBSD 13.2 before, but for some
> reason, it fails and I don't know how to debug it:
>
> seamonkey-2.53.17%> ./mach build
> [...]
> 0:03.91 ./buildid.h.stub
> 0:04.24 ./source-repo.h.stub
> 0:04.65 build/application.ini.stub
> 0:04.94 build/application.ini.h.stub
> 0:05.04 Elapsed: 0.16s; From ../../dist/idl: Kept 1302 existing;
> Added/updated 0; Removed 0 files and 0 directories.
> 0:07.70 toolkit/library/rust/force-cargo-library-build
> 0:07.84 error: failed to load source for dependency `packed_simd_2`
> 0:07.84 Caused by:
> 0:07.84 Unable to update
> https://github.com/hsivonen/packed_simd?rev=412f9a0aa556611de021bde89dee8fefe6e0fbbd" rel="nofollow" target="_blank">https://github.com/hsivonen/packed_simd?rev=412f9a0aa556611de021bde89dee8fefe6e0fbbd
> 0:07.84 Caused by:
> 0:07.84 the source https://github.com/hsivonen/packed_simd requires a
> lock file to be present first before it can be
> 0:07.84 used against vendored source code
> 0:07.84 remove the source replacement configuration, generate a lock
> file, and then
> 0:07.84 restore the source replacement configuration to continue the
> build
>
> I tried replacing gmake with a wrapper that adds -d to gmake, which
> generates a lot of output, but nothing useful. A truss only shows
> execves on gmake. What kind of lock file am I supposed to create?
>

What Rust version are you using?

Re: trouble compiling

<kmnf0aFg714U1@mid.individual.net>

  copy mid

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

  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: g.s@arcor.de (Gerhard Strangar)
Newsgroups: alt.comp.software.seamonkey
Subject: Re: trouble compiling
Date: Sun, 17 Sep 2023 06:52:26 +0200
Lines: 7
Message-ID: <kmnf0aFg714U1@mid.individual.net>
References: <kmm44pF9npjU1@mid.individual.net>
<kmm5lcF9u8vU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net coewj/lmIJ2J06O1Mu4dQAtOX9R2yNsHPN37VDaUgHxv7HPueI
Cancel-Lock: sha1:Yf1clwUDnwQV6PQyNlnMSQeNNQE= sha256:DyDfR0u0v+RpRFtdOPdzLIqEbLJdV5DKNpruwomNsBY=
X-No-Archive: Yes
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.17
In-Reply-To: <kmm5lcF9u8vU1@mid.individual.net>
 by: Gerhard Strangar - Sun, 17 Sep 2023 04:52 UTC

frg wrote:

> What Rust version are you using?

Never mind. I removed the directory, unpacked the tar again and it
compiled fine.


computers / alt.comp.software.seamonkey / Re: trouble compiling

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor