Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912372 - www-client/firefox-bin-116.0.2: [[ -z "$*" ]] && die "Nothing passed to the 'unpack' command"
Summary: www-client/firefox-bin-116.0.2: [[ -z "$*" ]] && die "Nothing passed to the '...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal critical (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-16 21:15 UTC by Stuart Meya
Modified: 2023-08-16 21:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_912372.txt,17.71 KB, text/plain)
2023-08-16 21:17 UTC, Stuart Meya
Details
build.log (file_912372.txt,2.13 KB, text/plain)
2023-08-16 21:19 UTC, Stuart Meya
Details
'emerge -pqv '=www-client/firefox-bin-116.0.2::gentoo' (file_912372.txt,604 bytes, text/plain)
2023-08-16 21:20 UTC, Stuart Meya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Meya 2023-08-16 21:15:27 UTC
When I try to install the www-client/firefox-bin-116.0.2:rapid/rapid::gentoo package it just stops with the following error:

* Messages for package www-client/firefox-bin-116.0.2:

 * ERROR: www-client/firefox-bin-116.0.2::gentoo failed (install phase):
 *   Nothing passed to the 'unpack' command
 *
 * Call stack:
 *          ebuild.sh, line  136:  Called src_install
 *        environment, line 2387:  Called unpack ''
 *   phase-helpers.sh, line  327:  Called die
 * The specific snippet of code:
 *   	[[ -z "$*" ]] && die "Nothing passed to the 'unpack' command"

Reproducible: Always

Steps to Reproduce:
1.echo "www-client/firefox.bin **" >> /etc/portage/package.accept_keywords/mozilla
2.emerge firefox-bin
3.ERROR
Actual Results:  
* Messages for package www-client/firefox-bin-116.0.2:

 * ERROR: www-client/firefox-bin-116.0.2::gentoo failed (install phase):
 *   Nothing passed to the 'unpack' command
 *
 * Call stack:
 *          ebuild.sh, line  136:  Called src_install
 *        environment, line 2387:  Called unpack ''
 *   phase-helpers.sh, line  327:  Called die
 * The specific snippet of code:
 *   	[[ -z "$*" ]] && die "Nothing passed to the 'unpack' command"

Expected Results:  
A finished install.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-16 21:15:55 UTC
Please include the full build.log and emerge --info.
Comment 2 Stuart Meya 2023-08-16 21:17:48 UTC
Created attachment 868016 [details]
emerge --info
Comment 3 Stuart Meya 2023-08-16 21:19:01 UTC
Created attachment 868017 [details]
build.log
Comment 4 Stuart Meya 2023-08-16 21:20:54 UTC
Created attachment 868018 [details]
'emerge -pqv '=www-client/firefox-bin-116.0.2::gentoo'
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-16 21:38:52 UTC
(In reply to Stuart Meya from comment #0)
> Steps to Reproduce:
> 1.echo "www-client/firefox.bin **" >>
> /etc/portage/package.accept_keywords/mozilla

I don't see any upstream binaries for firefox-bin at https://archive.mozilla.org/pub/firefox/releases/116.0.1/, so I don't think we can do anything about this.

When our binhost work is done, then there may be a binary available for firefox itself from us.
Comment 6 Stuart Meya 2023-08-16 21:54:51 UTC
(In reply to Sam James from comment #5)
> (In reply to Stuart Meya from comment #0)
> > Steps to Reproduce:
> > 1.echo "www-client/firefox.bin **" >>
> > /etc/portage/package.accept_keywords/mozilla
> 
> I don't see any upstream binaries for firefox-bin at
> https://archive.mozilla.org/pub/firefox/releases/116.0.1/, so I don't think
> we can do anything about this.
> 
> When our binhost work is done, then there may be a binary available for
> firefox itself from us.

Thank you!