public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] My emerge @preserved-rebuild is wedged.  Help, please!
@ 2024-04-01 15:12 Alan Mackenzie
  2024-04-01 15:23 ` stefan11111
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Alan Mackenzie @ 2024-04-01 15:12 UTC (permalink / raw
  To: gentoo-user

Hello, Gentoo.

I'm trying to do

    # emerge -a @preserved-rebuild

..  For this purpose, I created a temporary repository, filling it with
ancient ebuilds recovered from /var/db/pkg.

It shows me 5 packages to be merged, among them being

    [ebuild   R    ] dev-lang/spidermonkey-78.15.0 [78.15.0]

..  When I answer the "are you sure?" prompt with Yes, spidermonkey fails
to build with this error message:

>>> Emerging (1 of 5) dev-lang/spidermonkey-78.15.0::localrepo
!!! Fetched file: firefox-78.15.0esr.source.tar.xz VERIFY FAILED!
!!! Reason: Insufficient data for checksum verification
!!! Got:
!!! Expected: BLAKE2B BLAKE2S MD5 RMD160 SHA1 SHA256 SHA3_256 SHA3_512
SHA512 WHIRLPOOL
 * Fetch failed for 'dev-lang/spidermonkey-78.15.0', Log file:
 *  '/var/tmp/portage/dev-lang/spidermonkey-78.15.0/temp/build.log'

It would appear that the sources are no longer available at Firefox, and
I no longer have a copy in /usr/portage/distfiles.

Why is portage trying to build this obsolete version?  I surely will just
unmerge it as soon as my system is back in order.

Most importantly, how can I free up my system so that I can proceed with
the pending profile update?  I appear to be stuck.  I hope I won't have
to reinstall gentoo.

-- 
Alan Mackenzie (Nuremberg, Germany).


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged.  Help, please!
  2024-04-01 15:12 [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please! Alan Mackenzie
@ 2024-04-01 15:23 ` stefan11111
  2024-04-04  7:53   ` Alan Mackenzie
  2024-04-01 15:25 ` Jack
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: stefan11111 @ 2024-04-01 15:23 UTC (permalink / raw
  To: gentoo-user

On 2024-04-01 15:12, Alan Mackenzie wrote:
> Hello, Gentoo.
> 
> I'm trying to do
> 
>     # emerge -a @preserved-rebuild
> 
> ..  For this purpose, I created a temporary repository, filling it with
> ancient ebuilds recovered from /var/db/pkg.
> 
> It shows me 5 packages to be merged, among them being
> 
>     [ebuild   R    ] dev-lang/spidermonkey-78.15.0 [78.15.0]
> 
> ..  When I answer the "are you sure?" prompt with Yes, spidermonkey 
> fails
> to build with this error message:
> 
>>>> Emerging (1 of 5) dev-lang/spidermonkey-78.15.0::localrepo
> !!! Fetched file: firefox-78.15.0esr.source.tar.xz VERIFY FAILED!
> !!! Reason: Insufficient data for checksum verification
> !!! Got:
> !!! Expected: BLAKE2B BLAKE2S MD5 RMD160 SHA1 SHA256 SHA3_256 SHA3_512
> SHA512 WHIRLPOOL
>  * Fetch failed for 'dev-lang/spidermonkey-78.15.0', Log file:
>  *  '/var/tmp/portage/dev-lang/spidermonkey-78.15.0/temp/build.log'
> 
> It would appear that the sources are no longer available at Firefox, 
> and
> I no longer have a copy in /usr/portage/distfiles.
> 
> Why is portage trying to build this obsolete version?  I surely will 
> just
> unmerge it as soon as my system is back in order.
> 
> Most importantly, how can I free up my system so that I can proceed 
> with
> the pending profile update?  I appear to be stuck.  I hope I won't have
> to reinstall gentoo.

For old distfiles, NeddySeagoon hosts them publicly accessible.

This is the closest I found to your version:

https://bloodnoc.org/~roy/olde-distfiles/spidermonkey-78-patches-04.tar.xz
-- 
Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU_@_3.00GHz

COMMON_FLAGS="-O3 -pipe -march=native -fno-stack-protector 
-ftree-vectorize -ffast-math -funswitch-loops -fuse-linker-plugin -flto 
-fdevirtualize-at-ltrans -fno-plt -fno-semantic-interposition 
-falign-functions=64 -fgraphite-identity -floop-nest-optimize"

USE="-* git verify-sig rsync-verify man alsa X grub ssl ipv6 lto 
libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal 
strip system-man"

INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd 
/usr/lib/modules-load.d /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus 
/lib/udev /usr/share/icons /usr/share/applications 
/usr/share/gtk-3.0/emoji"


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please!
  2024-04-01 15:12 [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please! Alan Mackenzie
  2024-04-01 15:23 ` stefan11111
@ 2024-04-01 15:25 ` Jack
  2024-04-04  7:44   ` Alan Mackenzie
  2024-04-01 15:38 ` Michael
  2024-04-01 15:48 ` Arsen Arsenović
  3 siblings, 1 reply; 9+ messages in thread
From: Jack @ 2024-04-01 15:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]

If you are just going to unmerge it anyway, why not do so before 
emerging @preserved-rebuild?

On 4/1/24 11:12 AM, Alan Mackenzie wrote:
> Hello, Gentoo.
>
> I'm trying to do
>
>      # emerge -a @preserved-rebuild
>
> ..  For this purpose, I created a temporary repository, filling it with
> ancient ebuilds recovered from /var/db/pkg.
>
> It shows me 5 packages to be merged, among them being
>
>      [ebuild   R    ] dev-lang/spidermonkey-78.15.0 [78.15.0]
>
> ..  When I answer the "are you sure?" prompt with Yes, spidermonkey fails
> to build with this error message:
>
>>>> Emerging (1 of 5) dev-lang/spidermonkey-78.15.0::localrepo
> !!! Fetched file: firefox-78.15.0esr.source.tar.xz VERIFY FAILED!
> !!! Reason: Insufficient data for checksum verification
> !!! Got:
> !!! Expected: BLAKE2B BLAKE2S MD5 RMD160 SHA1 SHA256 SHA3_256 SHA3_512
> SHA512 WHIRLPOOL
>   * Fetch failed for 'dev-lang/spidermonkey-78.15.0', Log file:
>   *  '/var/tmp/portage/dev-lang/spidermonkey-78.15.0/temp/build.log'
>
> It would appear that the sources are no longer available at Firefox, and
> I no longer have a copy in /usr/portage/distfiles.
>
> Why is portage trying to build this obsolete version?  I surely will just
> unmerge it as soon as my system is back in order.
> Most importantly, how can I free up my system so that I can proceed with
> the pending profile update?  I appear to be stuck.  I hope I won't have
> to reinstall gentoo.
>

[-- Attachment #2: Type: text/html, Size: 2238 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged.  Help, please!
  2024-04-01 15:12 [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please! Alan Mackenzie
  2024-04-01 15:23 ` stefan11111
  2024-04-01 15:25 ` Jack
@ 2024-04-01 15:38 ` Michael
  2024-04-04  7:47   ` Alan Mackenzie
  2024-04-01 15:48 ` Arsen Arsenović
  3 siblings, 1 reply; 9+ messages in thread
From: Michael @ 2024-04-01 15:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

On Monday, 1 April 2024 16:12:51 BST Alan Mackenzie wrote:
> Hello, Gentoo.
> 
> I'm trying to do
> 
>     # emerge -a @preserved-rebuild
> 
> ..  For this purpose, I created a temporary repository, filling it with
> ancient ebuilds recovered from /var/db/pkg.

I may be missing something, but why are you doing this?

Why don't you run @world update first, which will bring your system to a 
stable state, before you proceed with anything else, e.g. migrating to profile 
23.0?

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged.  Help, please!
  2024-04-01 15:12 [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please! Alan Mackenzie
                   ` (2 preceding siblings ...)
  2024-04-01 15:38 ` Michael
@ 2024-04-01 15:48 ` Arsen Arsenović
  2024-04-04  7:49   ` Alan Mackenzie
  3 siblings, 1 reply; 9+ messages in thread
From: Arsen Arsenović @ 2024-04-01 15:48 UTC (permalink / raw
  To: Alan Mackenzie; +Cc: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1590 bytes --]

Hi Alan,

Alan Mackenzie <acm@muc.de> writes:

> Hello, Gentoo.
>
> I'm trying to do
>
>     # emerge -a @preserved-rebuild
>
> ..  For this purpose, I created a temporary repository, filling it with
> ancient ebuilds recovered from /var/db/pkg.
>
> It shows me 5 packages to be merged, among them being
>
>     [ebuild   R    ] dev-lang/spidermonkey-78.15.0 [78.15.0]
>
> ..  When I answer the "are you sure?" prompt with Yes, spidermonkey fails
> to build with this error message:
>
>>>> Emerging (1 of 5) dev-lang/spidermonkey-78.15.0::localrepo
> !!! Fetched file: firefox-78.15.0esr.source.tar.xz VERIFY FAILED!
> !!! Reason: Insufficient data for checksum verification
> !!! Got:
> !!! Expected: BLAKE2B BLAKE2S MD5 RMD160 SHA1 SHA256 SHA3_256 SHA3_512
> SHA512 WHIRLPOOL
>  * Fetch failed for 'dev-lang/spidermonkey-78.15.0', Log file:
>  *  '/var/tmp/portage/dev-lang/spidermonkey-78.15.0/temp/build.log'
>
> It would appear that the sources are no longer available at Firefox, and
> I no longer have a copy in /usr/portage/distfiles.
>
> Why is portage trying to build this obsolete version?  I surely will just
> unmerge it as soon as my system is back in order.

Because it currently is installed and depends on a preserved lib.

> Most importantly, how can I free up my system so that I can proceed with
> the pending profile update?  I appear to be stuck.  I hope I won't have
> to reinstall gentoo.

You can just go ahead with it.  Odds are Spidermonkey will be updated,
or at least rebuilt, when you do that.
-- 
Arsen Arsenović

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please!
  2024-04-01 15:25 ` Jack
@ 2024-04-04  7:44   ` Alan Mackenzie
  0 siblings, 0 replies; 9+ messages in thread
From: Alan Mackenzie @ 2024-04-04  7:44 UTC (permalink / raw
  To: gentoo-user

Hello, Jack.

Sorry it's taken me so long to reply.  Just after I first posted, I
updated my system, with which libssl-1.1.1w got unmerged.  So my qmail
stopped working.  I've now reinstalled and configured it.

On Mon, Apr 01, 2024 at 11:25:38 -0400, Jack wrote:
>    If you are just going to unmerge it anyway, why not do so before
>    emerging @preserved-rebuild?

Possibly because it didn't occur to me that --unmerge would work on a
package that wasn't properly installed.

However, after unmerging it (and two ancient versions of php),
@preserved-rebuild worked.  :-).  So I'm back in action.

Thanks very much!

-- 
Alan Mackenzie (Nuremberg, Germany).


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged.  Help, please!
  2024-04-01 15:38 ` Michael
@ 2024-04-04  7:47   ` Alan Mackenzie
  0 siblings, 0 replies; 9+ messages in thread
From: Alan Mackenzie @ 2024-04-04  7:47 UTC (permalink / raw
  To: gentoo-user

Hello, Michael.

Sorry it's taken me so long to reply.  Just after I first posted, I
updated myrsystem,2with which libssl-1.1.1w got unmerged.  So my qmail
stopped working.  I've now reinstalled and configured it.

On Mon, Apr 01, 2024 at 16:38:57 +0100, Michael wrote:
> On Monday, 1 April 2024 16:12:51 BST Alan Mackenzie wrote:
> > Hello, Gentoo.
> > 
> > I'm trying to do
> > 
> >     # emerge -a @preserved-rebuild
> > 
> > ..  For this purpose, I created a temporary repository, filling it with
> > ancient ebuilds recovered from /var/db/pkg.

> I may be missing something, but why are you doing this?

My @preserved-rebuild had been broken for months.  It needed sorting out
before migrating to the new profile.

> Why don't you run @world update first, which will bring your system to a 
> stable state, before you proceed with anything else, e.g. migrating to profile 
> 23.0?

@world updates didn't resolve the problem with @p-r.  But Jack's
suggestion has worked for me.

-- 
Alan Mackenzie (Nuremberg, Germany).


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged.  Help, please!
  2024-04-01 15:48 ` Arsen Arsenović
@ 2024-04-04  7:49   ` Alan Mackenzie
  0 siblings, 0 replies; 9+ messages in thread
From: Alan Mackenzie @ 2024-04-04  7:49 UTC (permalink / raw
  To: gentoo-user

Hello, Arsen.

Sorry it's taken me so long to reply.  Just after I first posted, I
updated my system, with which libssl-1.1.1w got unmerged.  So my qmail
stopped working.  I've now reinstalled and configured it.

On Mon, Apr 01, 2024 at 17:48:18 +0200, Arsen Arsenović wrote:

> Hi Alan,

> Alan Mackenzie <acm@muc.de> writes:

> > Hello, Gentoo.

> > I'm trying to do

> >     # emerge -a @preserved-rebuild

> > ..  For this purpose, I created a temporary repository, filling it with
> > ancient ebuilds recovered from /var/db/pkg.

> > It shows me 5 packages to be merged, among them being

> >     [ebuild   R    ] dev-lang/spidermonkey-78.15.0 [78.15.0]

> > ..  When I answer the "are you sure?" prompt with Yes, spidermonkey fails
> > to build with this error message:

> >>>> Emerging (1 of 5) dev-lang/spidermonkey-78.15.0::localrepo
> > !!! Fetched file: firefox-78.15.0esr.source.tar.xz VERIFY FAILED!
> > !!! Reason: Insufficient data for checksum verification
> > !!! Got:
> > !!! Expected: BLAKE2B BLAKE2S MD5 RMD160 SHA1 SHA256 SHA3_256 SHA3_512
> > SHA512 WHIRLPOOL
> >  * Fetch failed for 'dev-lang/spidermonkey-78.15.0', Log file:
> >  *  '/var/tmp/portage/dev-lang/spidermonkey-78.15.0/temp/build.log'

> > It would appear that the sources are no longer available at Firefox, and
> > I no longer have a copy in /usr/portage/distfiles.

> > Why is portage trying to build this obsolete version?  I surely will just
> > unmerge it as soon as my system is back in order.

> Because it currently is installed and depends on a preserved lib.

I was confused about that.  It didn't appear to be present and
functional.

> > Most importantly, how can I free up my system so that I can proceed with
> > the pending profile update?  I appear to be stuck.  I hope I won't have
> > to reinstall gentoo.

> You can just go ahead with it.  Odds are Spidermonkey will be updated,
> or at least rebuilt, when you do that.

I've got rid of it with energe --unmerge.  My @preserved-rebuild now
works again.

So it's time to go for the 23.0 profile.

Thanks!

> -- 
> Arsen Arsenović

-- 
Alan Mackenzie (Nuremberg, Germany).


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] My emerge @preserved-rebuild is wedged.  Help, please!
  2024-04-01 15:23 ` stefan11111
@ 2024-04-04  7:53   ` Alan Mackenzie
  0 siblings, 0 replies; 9+ messages in thread
From: Alan Mackenzie @ 2024-04-04  7:53 UTC (permalink / raw
  To: gentoo-user

Hello, Stefan.

Sorry it's taken me so long to reply.  Just after I first posted, I
updated my system, with which libssl-1.1.1w got unmerged.  So my qmail
stopped working.  I've now reinstalled and configured it.

On Mon, Apr 01, 2024 at 15:23:02 +0000, stefan11111 wrote:
> On 2024-04-01 15:12, Alan Mackenzie wrote:
> > Hello, Gentoo.

> > I'm trying to do

> >     # emerge -a @preserved-rebuild

> > ..  For this purpose, I created a temporary repository, filling it with
> > ancient ebuilds recovered from /var/db/pkg.

> > It shows me 5 packages to be merged, among them being

> >     [ebuild   R    ] dev-lang/spidermonkey-78.15.0 [78.15.0]

> > ..  When I answer the "are you sure?" prompt with Yes, spidermonkey 
> > fails
> > to build with this error message:

> >>>> Emerging (1 of 5) dev-lang/spidermonkey-78.15.0::localrepo
> > !!! Fetched file: firefox-78.15.0esr.source.tar.xz VERIFY FAILED!
> > !!! Reason: Insufficient data for checksum verification
> > !!! Got:
> > !!! Expected: BLAKE2B BLAKE2S MD5 RMD160 SHA1 SHA256 SHA3_256 SHA3_512
> > SHA512 WHIRLPOOL
> >  * Fetch failed for 'dev-lang/spidermonkey-78.15.0', Log file:
> >  *  '/var/tmp/portage/dev-lang/spidermonkey-78.15.0/temp/build.log'

> > It would appear that the sources are no longer available at Firefox, 
> > and
> > I no longer have a copy in /usr/portage/distfiles.

> > Why is portage trying to build this obsolete version?  I surely will 
> > just
> > unmerge it as soon as my system is back in order.

> > Most importantly, how can I free up my system so that I can proceed 
> > with
> > the pending profile update?  I appear to be stuck.  I hope I won't have
> > to reinstall gentoo.

> For old distfiles, NeddySeagoon hosts them publicly accessible.

> This is the closest I found to your version:

> https://bloodnoc.org/~roy/olde-distfiles/spidermonkey-78-patches-04.tar.xz

Thanks!  In the end I didn't need to download any files.

> -- 
> Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-7400_CPU_@_3.00GHz

> COMMON_FLAGS="-O3 -pipe -march=native -fno-stack-protector 
> -ftree-vectorize -ffast-math -funswitch-loops -fuse-linker-plugin -flto 
> -fdevirtualize-at-ltrans -fno-plt -fno-semantic-interposition 
> -falign-functions=64 -fgraphite-identity -floop-nest-optimize"

> USE="-* git verify-sig rsync-verify man alsa X grub ssl ipv6 lto 
> libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal 
> strip system-man"

> INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd 
> /usr/lib/modules-load.d /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus 
> /lib/udev /usr/share/icons /usr/share/applications 
> /usr/share/gtk-3.0/emoji"

-- 
Alan Mackenzie (Nuremberg, Germany).


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-04-04  7:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 15:12 [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please! Alan Mackenzie
2024-04-01 15:23 ` stefan11111
2024-04-04  7:53   ` Alan Mackenzie
2024-04-01 15:25 ` Jack
2024-04-04  7:44   ` Alan Mackenzie
2024-04-01 15:38 ` Michael
2024-04-04  7:47   ` Alan Mackenzie
2024-04-01 15:48 ` Arsen Arsenović
2024-04-04  7:49   ` Alan Mackenzie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox