You are not logged in.

#1 2014-12-10 10:13:02

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

[SOLVED] chromium-pepper-flash fails to install

I use chromium-pepper-flash and today there was an update, but the install script has errors.
Sorry for the locale, but summarized it said cat and sed didn't find a file.
Probably the chromium-pepper-flash.install cannot find the $_default as it says

[ -f etc/chromium-browser/default ] && _default='etc/chromium-browser/default'
[ -f etc/chromium-dev/default ] && _default='etc/chromium-dev/default'
[ -f etc/chromium/default ] && _default='etc/chromium/default'

Anyways the installation was successful.

Last edited by TheSaint (2014-12-11 16:49:35)


do it good first, it will be faster than do it twice the saint wink

Offline

#2 2014-12-11 11:21:03

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [SOLVED] chromium-pepper-flash fails to install

Solved, must edit the path which is missing the first / like this

[ -f etc/chromium-browser/default ] && _default='/etc/chromium-browser/default'
                                                 ^
[ -f etc/chromium-dev/default ] && _default='/etc/chromium-dev/default'
                                             ^
[ -f etc/chromium/default ] && _default='/etc/chromium/default'
                                         ^

do it good first, it will be faster than do it twice the saint wink

Offline

#3 2014-12-11 11:35:57

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,865
Website

Re: [SOLVED] chromium-pepper-flash fails to install

Do you have Chromium installed? If not, those errors were expected up until the latest update ava1ar made (earlier today). Try again with the latest, unedited build files from the AUR and see if you still get the errors.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2014-12-11 13:43:19

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [SOLVED] chromium-pepper-flash fails to install

I see. Today I updated and the errors disappeared.
I don't know if it was my correction or else.


do it good first, it will be faster than do it twice the saint wink

Offline

#5 2014-12-11 14:03:26

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,865
Website

Re: [SOLVED] chromium-pepper-flash fails to install

If you were using the vanilla AUR build files, then it can't be your solution. wink

The script now exits early if there are no chromium config files on the system, rather than trying to read and edit nothing (which is where the error message were coming from).


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB