Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Solved - Firefox from pg_overlay - install phase failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1439
Location: Earth

PostPosted: Mon Oct 11, 2021 1:40 pm    Post subject: Solved - Firefox from pg_overlay - install phase failed Reply with quote

Code:
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] www-client/firefox-93.0:0/93::genlayees  USE="clang dbus -debug -eme-free -geckodriver gmp-autoupdate -hardened -hwaccel -jack jit -kde -lto openh264 -pgo privacy pulseaudio -screencast (-selinux) -sndio system-av1 system-harfbuzz system-icu* system-jpeg system-libevent system-libvpx system-webp wayland -wifi" L10N="-de -en-CA -en-GB -ru" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB



Code:
removed '/var/tmp/portage/www-client/firefox-93.0/work/firefox_build/dist/bin/browser/features/pictureinpicture@mozilla.org/manifest.json'
removed '/var/tmp/portage/www-client/firefox-93.0/work/firefox_build/dist/bin/browser/features/pictureinpicture@mozilla.org/run.js'
removed directory '/var/tmp/portage/www-client/firefox-93.0/work/firefox_build/dist/bin/browser/features/pictureinpicture@mozilla.org'

rm: cannot remove '/var/tmp/portage/www-client/firefox-93.0/work/firefox_build/instrumented/browser/extensions/*': No such file or directory

 * ERROR: www-client/firefox-93.0::genlayees failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 127:  Called src_install
 *   environment, line 5537:  Called die
 * The specific snippet of code:
 *       rm -rv "${BUILD_DIR}"/instrumented/browser/extensions/* || die;


if i comment out these specific lines in ebuild, only than emerge goes thru:

Code:
        rm -rv "${BUILD_DIR}"/instrumented/browser/extensions/* || die
        rm -rv "${BUILD_DIR}"/instrumented/dist/bin/browser/features/* || die


thx
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "


Last edited by CooSee on Mon Oct 11, 2021 3:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
Perfect Gentleman
Veteran
Veteran


Joined: 18 May 2014
Posts: 1249

PostPosted: Mon Oct 11, 2021 1:54 pm    Post subject: Reply with quote

use pgo, luke.
check now. but it would be better to use my overlay fully and open issue.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1439
Location: Earth

PostPosted: Mon Oct 11, 2021 2:33 pm    Post subject: Reply with quote

Perfect Gentleman wrote:
use pgo, luke.
check now. but it would be better to use my overlay fully and open issue.


thx for quick reply.

but, then a bunch of additional software would be installed, which i don't really need - using sway only atm:

Code:
FEATURES="ccache" emerge -av --usepkg=n www-client/firefox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] x11-misc/util-macros-1.19.3::gentoo  83 KiB
[ebuild  N     ] x11-misc/xbitmaps-1.1.2-r1::gentoo  127 KiB
[ebuild  N     ] x11-libs/libpciaccess-0.16::gentoo  USE="zlib" 359 KiB
[ebuild  N     ] x11-apps/xhost-1.0.8::gentoo  USE="ipv6" 136 KiB
[ebuild  N     ] x11-apps/iceauth-1.0.8-r1::gentoo  135 KiB
[ebuild  N     ] x11-apps/rgb-1.0.6-r1::gentoo  136 KiB
[ebuild  N     ] x11-apps/xrdb-1.2.1::gentoo  140 KiB
[ebuild  N     ] x11-apps/xinit-1.4.1-r1::gentoo  USE="-twm" 173 KiB
[ebuild  N     ] x11-base/xorg-drivers-1.20-r2::gentoo  INPUT_DEVICES="-elographics -evdev -joystick libinput -synaptics -vmmouse -void -wacom" VIDEO_CARDS="amdgpu -ast -dummy -fbdev (-freedreno) (-geode) -glint -i915 -i965 -intel -mga -nouveau -nv -nvidia (-omap) -qxl -r128 -radeon radeonsi -siliconmotion (-tegra) (-vc4) -vesa -via -virtualbox -vmware" 0 KiB
[ebuild  N     ] x11-base/xorg-server-1.20.13-r1:0/1.20.13::gentoo  USE="-debug -dmx -doc elogind ipv6 -kdrive -minimal (-selinux) -suid -systemd -test udev -unwind -xcsecurity -xephyr -xnest xorg xvfb" 5,003 KiB
[ebuild  N     ] x11-drivers/xf86-video-amdgpu-21.0.0::gentoo  USE="-udev" 438 KiB
[ebuild  N     ] x11-drivers/xf86-input-libinput-1.2.0::gentoo  351 KiB
[ebuild  N     ] x11-drivers/xf86-video-ati-19.1.0::gentoo  USE="-udev" 884 KiB
[ebuild   R    ] www-client/firefox-93.0:0/93::genlayees  USE="clang dbus -debug -eme-free -geckodriver gmp-autoupdate -hardened -hwaccel -jack jit -kde -lto openh264 pgo* privacy pulseaudio -screencast (-selinux) -sndio system-av1 system-harfbuzz system-icu* system-jpeg system-libevent system-libvpx system-webp wayland -wifi" L10N="-de -en-CA -en-GB -ru" 0 KiB

Total: 14 packages (13 new, 1 reinstall), Size of downloads: 7,960 KiB

The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by www-client/firefox-93.0::genlayees[pgo]
# required by @selected
# required by @world (argument)
>=x11-base/xorg-server-1.20.13-r1 xvfb


are there any disadvantages if i use firefox without these instrumented lines?
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
Perfect Gentleman
Veteran
Veteran


Joined: 18 May 2014
Posts: 1249

PostPosted: Mon Oct 11, 2021 2:52 pm    Post subject: Reply with quote

try xorg-server[-xorg].
The only disadvantage is lower performance than with USE="lto pgo"
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1439
Location: Earth

PostPosted: Mon Oct 11, 2021 3:10 pm    Post subject: Reply with quote

Perfect Gentleman wrote:
try xorg-server[-xorg].
The only disadvantage is lower performance than with USE="lto pgo"


thanks, i can live without it - the performance is acceptable for me - i just use gentoo forums only and nothing else with firefox, anyway :lol:

greetings
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum