Author Topic: Problem Installing & Running Programs  (Read 17754 times)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« on: October 17, 2016, 05:40:55 pm »
Now that I have Fluxbox setup and running OK, I've been trying to install some programs with mixed results.

Have installed some programs OK, but some give me error message after trying to install:

Code: [Select]
Could not fork a new process (cannot allocate memory)
Is this a result of Zaurus having limited RAM or ?

Anything I can do about it?


With some programs, when I open them, I get error message:

Code: [Select]
GLib-GObject-CRITICAL **:
g_object_ref:
assertion 'G_IS_OBJECT (object)' failed

Then some other error message that varies by program being opened.

Any ideas about this one?

Have tried running Firefox, but get error message:

Code: [Select]
XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
libicui18n.so.57:
Cannot open shared object file:
No such file or directory
Could not load XPCOM


I searched on this error and it was common a few years ago with Firefox. Some people said removing FF and reinstalling worked for them. Tried that, but same error.

Some said to install xulrunner, ia32-libs, and ia32-libs.gtk

Tried installing xulrunner, got the memory error noted above.

When I run xulrunner, I get following error message:

Code: [Select]
$ xulrunner
XPCOMGlueLoad error for file /usr/lib/xulrunner-41.0.2/libxul.so:
libcui18n.so.57: cannot open shared object file: No such file or directory
Couldn't load XPCOM.


Any input on any of these errors would be greatly appreciate.

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Varti

  • Administrator
  • Hero Member
  • *****
  • Posts: 1283
    • View Profile
Problem Installing & Running Programs
« Reply #1 on: October 18, 2016, 03:27:55 am »
Quote from: ArchiMark
When I run xulrunner, I get following error message:

Code: [Select]
$ xulrunner
XPCOMGlueLoad error for file /usr/lib/xulrunner-41.0.2/libxul.so:
libcui18n.so.57: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
libcui18n.so.57 seems to be missing in your system. Have you already checked the following page?

http://unix.stackexchange.com/questions/15...eps-on-crashing

Try to install icu and, if required, nss, and see if now firefox works.

Varti
Planet Gemini PDA WiFi/LTE with Mediatek x27
SL-C1000 running Arch Linux ARM May2017, K30225 Wi-Fi CF Card, 64GB SDXC card
and many other Zauruses!

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« Reply #2 on: October 18, 2016, 10:34:50 am »
Thanks for your assistance!

Hadn't read that page, but read other ones....

Just tried installing icu....but get following error messages.

First I see the following, which I forgot to mention in prior post that I see most times I try to install something:

Code: [Select]
resolving conflicting packages...
error: could not open file /var/lib/pacman/local/pygtk-2.24.0-6/desc:
No such file or directory
error: could not open file /var/lib/pacman/local/python-click-6.2-1/desc:
No such file or directory

Then after going through install steps and getting to:

Code: [Select]
(1/1) checking available disk space
error: could not open file /var/cache/pacman/pkg/icu-57.1-1-arm.pkg.tar.xz:
Lzma library error: Cannot allocate memory
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded

I have installed a 32GB CF card in my C3200.

Any suggestions?

Thanks.
« Last Edit: October 18, 2016, 10:42:34 am by ArchiMark »
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Varti

  • Administrator
  • Hero Member
  • *****
  • Posts: 1283
    • View Profile
Problem Installing & Running Programs
« Reply #3 on: October 18, 2016, 11:41:09 am »
Quote from: ArchiMark
First I see the following, which I forgot to mention in prior post that I see most times I try to install something:

Code: [Select]
resolving conflicting packages...
error: could not open file /var/lib/pacman/local/pygtk-2.24.0-6/desc:
No such file or directory
error: could not open file /var/lib/pacman/local/python-click-6.2-1/desc:
No such file or directory
Are those two packages (pygtk-2.24.0-6 and python-click-6.2-1) installed? If so, they might have some missing files, you might want to try to remove and reinstall them.

Quote
Then after going through install steps and getting to:

Code: [Select]
(1/1) checking available disk space
error: could not open file /var/cache/pacman/pkg/icu-57.1-1-arm.pkg.tar.xz:
Lzma library error: Cannot allocate memory
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded
That error looks like due to not enough RAM being available. Do you have a swap partition, and is it enabled? (You can check it using "free -m").

Varti
Planet Gemini PDA WiFi/LTE with Mediatek x27
SL-C1000 running Arch Linux ARM May2017, K30225 Wi-Fi CF Card, 64GB SDXC card
and many other Zauruses!

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« Reply #4 on: October 18, 2016, 12:28:21 pm »
Quote from: Varti
Quote from: ArchiMark
First I see the following, which I forgot to mention in prior post that I see most times I try to install something:

Code: [Select]
resolving conflicting packages...
error: could not open file /var/lib/pacman/local/pygtk-2.24.0-6/desc:
No such file or directory
error: could not open file /var/lib/pacman/local/python-click-6.2-1/desc:
No such file or directory
Are those two packages (pygtk-2.24.0-6 and python-click-6.2-1) installed? If so, they might have some missing files, you might want to try to remove and reinstall them.

Quote
Then after going through install steps and getting to:

Code: [Select]
(1/1) checking available disk space
error: could not open file /var/cache/pacman/pkg/icu-57.1-1-arm.pkg.tar.xz:
Lzma library error: Cannot allocate memory
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded
That error looks like due to not enough RAM being available. Do you have a swap partition, and is it enabled? (You can check it using "free -m").

Varti


Looks like I need to install the 2 files in error message.....will do after I fix the memory/swap situation....


Looks like no swap enabled....odd, thought I had created swap.....

Code: [Select]
$ free -m
           total         used          free         shared       buff/cache      available
Mem:   57            23             7             0               25                  26
Swap:    0             0             0

Checked my 32GB CF drive and looks like all I did when installing Arch was to create one large / partition....

Is it possible to shrink the partition (30.3G) and then create a swap partition without losing my Arch installation?

According Arch wiki < https://wiki.archlinux.org/index.php/GNU_Parted > you can use resize2fs to do this, but when I try it:

Code: [Select]
# resize2fs /dev/sda1 29.3G
resize2fs: Invalid new size: 29.3G

What size should I specify to reduce size and have space to create swap partition?

Or should I do this another way?

Just realized you probably need to unmount device sda1 before modifying...but if I try that, I get

Code: [Select]
umount: /: target is busy
Should I just make a swap file instead?

Thanks.
« Last Edit: October 18, 2016, 01:11:11 pm by ArchiMark »
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Problem Installing & Running Programs
« Reply #5 on: October 18, 2016, 04:08:16 pm »
Hi Mark,

these issues are indeed because of lack of RAM.

You do not need to create a swap partition.

Yes, you can create a swap file.

https://wiki.archlinux.org/index.php/Swap#Swap_file

Cheers!
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« Reply #6 on: October 18, 2016, 06:11:50 pm »
Quote from: greguu
Hi Mark,

these issues are indeed because of lack of RAM.

You do not need to create a swap partition.

Yes, you can create a swap file.

https://wiki.archlinux.org/index.php/Swap#Swap_file

Cheers!

Thanks, Greg!

OK, did swapfile....don't get those errors now...but still having issues as noted before about pygtk and python-click.....tried installing both.....

When I try installing a package, still get the pygtk error about no such file....

Tried installing 'icu' package and others, now get error 'warning: could not fully load metadata for package xxxx.xxx-xxx' during install process after the line that says 'checking available disk space'.

Any suggestion about this one?

Just googled this error....one place suggested doing 'pacman -Syu'.....but as noted in earlier post worried about whether to do this...just checked other thread and saw your reply about this issue....thanks for your input....have a feeling that not having done an update for over 9 months may be contributing to issues?
« Last Edit: October 18, 2016, 06:17:32 pm by ArchiMark »
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Varti

  • Administrator
  • Hero Member
  • *****
  • Posts: 1283
    • View Profile
Problem Installing & Running Programs
« Reply #7 on: October 19, 2016, 03:51:49 am »
Quote from: greguu
Hi Mark,
You do not need to create a swap partition.

Yes, you can create a swap file.

https://wiki.archlinux.org/index.php/Swap#Swap_file
IMHO, a swapfile should be slower than a dedicated swap partition, especially on the Zaurus with its low physical memory. If you have the SD slot free I'd suggest you to dedicate an SD card for the swap partition, since it will wear out quickly due to the many reads and writes required by the virtual memory.

Quote from: ArchiMark
Thanks, Greg!

OK, did swapfile....don't get those errors now...but still having issues as noted before about pygtk and python-click.....tried installing both.....

When I try installing a package, still get the pygtk error about no such file....
Have you tried to remove the packages and reinstall them with the "force" switch (-Sf)?

Quote
Tried installing 'icu' package and others, now get error 'warning: could not fully load metadata for package xxxx.xxx-xxx' during install process after the line that says 'checking available disk space'.

Any suggestion about this one?

Just googled this error....one place suggested doing 'pacman -Syu'.....but as noted in earlier post worried about whether to do this...just checked other thread and saw your reply about this issue....thanks for your input....have a feeling that not having done an update for over 9 months may be contributing to issues?
I'd also do a system upgrade only as a last-ditch effort. Do you get the following error as well?

Code: [Select]
error: failed to prepare transaction (invalid or corrupted package)If so, you might want to remove the partial packages, as explained here:

https://wiki.archlinux.org/index.php/pacman...age.29.22_error

Varti
Planet Gemini PDA WiFi/LTE with Mediatek x27
SL-C1000 running Arch Linux ARM May2017, K30225 Wi-Fi CF Card, 64GB SDXC card
and many other Zauruses!

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« Reply #8 on: October 19, 2016, 09:20:20 am »
Quote from: Varti
Quote from: greguu
Hi Mark,
You do not need to create a swap partition.

Yes, you can create a swap file.

https://wiki.archlinux.org/index.php/Swap#Swap_file
IMHO, a swapfile should be slower than a dedicated swap partition, especially on the Zaurus with its low physical memory. If you have the SD slot free I'd suggest you to dedicate an SD card for the swap partition, since it will wear out quickly due to the many reads and writes required by the virtual memory.

Quote from: ArchiMark
Thanks, Greg!

OK, did swapfile....don't get those errors now...but still having issues as noted before about pygtk and python-click.....tried installing both.....

When I try installing a package, still get the pygtk error about no such file....
Have you tried to remove the packages and reinstall them with the "force" switch (-Sf)?

Quote
Tried installing 'icu' package and others, now get error 'warning: could not fully load metadata for package xxxx.xxx-xxx' during install process after the line that says 'checking available disk space'.

Any suggestion about this one?

Just googled this error....one place suggested doing 'pacman -Syu'.....but as noted in earlier post worried about whether to do this...just checked other thread and saw your reply about this issue....thanks for your input....have a feeling that not having done an update for over 9 months may be contributing to issues?
I'd also do a system upgrade only as a last-ditch effort. Do you get the following error as well?

Code: [Select]
error: failed to prepare transaction (invalid or corrupted package)If so, you might want to remove the partial packages, as explained here:

https://wiki.archlinux.org/index.php/pacman...age.29.22_error

Varti

Thanks for your help.....

Usually, have SD slot free as I only use SD card sometimes to be able to copy over a file, etc.

Haven't tried using the force switch to remove packages....but can try it....

Don't get the 'invalid or corrupted package' error, just the messages I noted in earlier post.
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Varti

  • Administrator
  • Hero Member
  • *****
  • Posts: 1283
    • View Profile
Problem Installing & Running Programs
« Reply #9 on: October 19, 2016, 11:02:02 am »
Quote from: ArchiMark
Thanks for your help.....

Usually, have SD slot free as I only use SD card sometimes to be able to copy over a file, etc.
Then I'd strongly suggest to use it for swap. Depending on how much and often you'll use your Zaurus, you might end up with a worn out SD card to be replaced after some months of use...

Quote
Don't get the 'invalid or corrupted package' error, just the messages I noted in earlier post.
Your error mentions a package, maybe it might help to remove and reinstall it with the f switch, as well.

Varti
Planet Gemini PDA WiFi/LTE with Mediatek x27
SL-C1000 running Arch Linux ARM May2017, K30225 Wi-Fi CF Card, 64GB SDXC card
and many other Zauruses!

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« Reply #10 on: October 19, 2016, 12:49:43 pm »
Quote from: Varti
Quote from: ArchiMark
Thanks for your help.....

Usually, have SD slot free as I only use SD card sometimes to be able to copy over a file, etc.
Then I'd strongly suggest to use it for swap. Depending on how much and often you'll use your Zaurus, you might end up with a worn out SD card to be replaced after some months of use...

Quote
Don't get the 'invalid or corrupted package' error, just the messages I noted in earlier post.
Your error mentions a package, maybe it might help to remove and reinstall it with the f switch, as well.

Varti

Got swap on SD card setup now....thanks.

As for f switch, I get error message 'error: invalid option -f'......I tried '-Rdd'.....

Meanwhile, when I try to open Firefox, I get:

Code: [Select]
# firefox
XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
libvpx.so.4: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

So did:

Code: [Select]
#packer -S libvpx
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg; requires libvpx.so=3-32

So thought I'd delete ffmpeg:

Code: [Select]
# pacman -R ffmpeg
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: firefox: requires ffmpeg
:: gst-libav: requires ffmpeg

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« Reply #11 on: October 19, 2016, 02:39:31 pm »
Decided to be brave and do a system upgrade......figured that might be at least part of why I have so many issues with installing or running programs.

Got following:

Code: [Select]
# pacman -Syu

after downloading lots of files, got:

error: failed to commit transaction (unexpected error)
Errors occurred. no packages were upgraded.

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Varti

  • Administrator
  • Hero Member
  • *****
  • Posts: 1283
    • View Profile
Problem Installing & Running Programs
« Reply #12 on: October 20, 2016, 08:58:44 am »
Quote from: ArchiMark
Got swap on SD card setup now....thanks.
If you temporarily need the SD slot for another SD card, you can turn off the swap memory with "swap off" and enable it again with "swap on". Make sure that you first close any running program you are running on your desktop, to make sure that the swap memory isn't in use.

Quote
As for f switch, I get error message 'error: invalid option -f'......I tried '-Rdd'.....
Are you using packer to install packages? Packer doesn't seem to have a "-force" switch, so you'll have to use pacman to install it. i.e. pacman -Sf (package).

Quote
Meanwhile, when I try to open Firefox, I get:

Code: [Select]
# firefox
XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
libvpx.so.4: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

So did:

Code: [Select]
#packer -S libvpx
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg; requires libvpx.so=3-32

So thought I'd delete ffmpeg:

Code: [Select]
# pacman -R ffmpeg
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: firefox: requires ffmpeg
:: gst-libav: requires ffmpeg

 
That's strange, it seems that there's at least one dependencies conflict. There are two tickets for Firefox not launching due to libvpx.so.4 not being found, both have been rejected since they are due to the system being partially updated, thus broken:

https://bugs.archlinux.org/task/50256
https://bugs.archlinux.org/task/50264

Have you maybe updated the repository list without having updated the whole system? I.e. have you run at least once "pacman -Sy (package_name)" (note the -y switch), or just "pacman -Sy"? See https://wiki.archlinux.org/index.php/System...are_unsupported . If so, it seems as the only two ways to fix is is to either update the whole system (which you have already tried, without success), or to reinstall Arch Linux again from scratch.

Quote
Decided to be brave and do a system upgrade......figured that might be at least part of why I have so many issues with installing or running programs.

Got following:

CODE
# pacman -Syu

after downloading lots of files, got:

error: failed to commit transaction (unexpected error)
Errors occurred. no packages were upgraded.
Was there any more verbose error printed before the "error:" line?

Varti
Planet Gemini PDA WiFi/LTE with Mediatek x27
SL-C1000 running Arch Linux ARM May2017, K30225 Wi-Fi CF Card, 64GB SDXC card
and many other Zauruses!

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Problem Installing & Running Programs
« Reply #13 on: October 20, 2016, 09:29:07 am »
Quote from: Varti
Quote from: ArchiMark
Got swap on SD card setup now....thanks.
If you temporarily need the SD slot for another SD card, you can turn off the swap memory with "swap off" and enable it again with "swap on". Make sure that you first close any running program you are running on your desktop, to make sure that the swap memory isn't in use.

Quote
As for f switch, I get error message 'error: invalid option -f'......I tried '-Rdd'.....
Are you using packer to install packages? Packer doesn't seem to have a "-force" switch, so you'll have to use pacman to install it. i.e. pacman -Sf (package).

Quote
Meanwhile, when I try to open Firefox, I get:

Code: [Select]
# firefox
XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
libvpx.so.4: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

So did:

Code: [Select]
#packer -S libvpx
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg; requires libvpx.so=3-32

So thought I'd delete ffmpeg:

Code: [Select]
# pacman -R ffmpeg
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: firefox: requires ffmpeg
:: gst-libav: requires ffmpeg

 
That's strange, it seems that there's at least one dependencies conflict. There are two tickets for Firefox not launching due to libvpx.so.4 not being found, both have been rejected since they are due to the system being partially updated, thus broken:

https://bugs.archlinux.org/task/50256
https://bugs.archlinux.org/task/50264

Have you maybe updated the repository list without having updated the whole system? I.e. have you run at least once "pacman -Sy (package_name)" (note the -y switch), or just "pacman -Sy"? See https://wiki.archlinux.org/index.php/System...are_unsupported . If so, it seems as the only two ways to fix is is to either update the whole system (which you have already tried, without success), or to reinstall Arch Linux again from scratch.

Quote
Decided to be brave and do a system upgrade......figured that might be at least part of why I have so many issues with installing or running programs.

Got following:

CODE
# pacman -Syu

after downloading lots of files, got:

error: failed to commit transaction (unexpected error)
Errors occurred. no packages were upgraded.
Was there any more verbose error printed before the "error:" line?

Varti

Using packer to install packages not found by pacman.....

Using pacman to remove packages.....

Did not run pacman -Sy......just -Syu......

No other error message info.....

Meanwhile, got a reply from someone over at ALARM forum about the upgrade error.

Said to look at this bit of Arch news about need to upgrade pacman:

https://www.archlinux.org/news/required-upd...ore-2016-04-23/

Will try upgrading pacman and then try upgrade again....

Thanks.
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Problem Installing & Running Programs
« Reply #14 on: October 20, 2016, 03:17:49 pm »
Quote from: ArchiMark
Quote from: Varti
Quote from: ArchiMark
Got swap on SD card setup now....thanks.
If you temporarily need the SD slot for another SD card, you can turn off the swap memory with "swap off" and enable it again with "swap on". Make sure that you first close any running program you are running on your desktop, to make sure that the swap memory isn't in use.

Quote
As for f switch, I get error message 'error: invalid option -f'......I tried '-Rdd'.....
Are you using packer to install packages? Packer doesn't seem to have a "-force" switch, so you'll have to use pacman to install it. i.e. pacman -Sf (package).

Quote
Meanwhile, when I try to open Firefox, I get:

Code: [Select]
# firefox
XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
libvpx.so.4: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

So did:

Code: [Select]
#packer -S libvpx
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg; requires libvpx.so=3-32

So thought I'd delete ffmpeg:

Code: [Select]
# pacman -R ffmpeg
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: firefox: requires ffmpeg
:: gst-libav: requires ffmpeg

 
That's strange, it seems that there's at least one dependencies conflict. There are two tickets for Firefox not launching due to libvpx.so.4 not being found, both have been rejected since they are due to the system being partially updated, thus broken:

https://bugs.archlinux.org/task/50256
https://bugs.archlinux.org/task/50264

Have you maybe updated the repository list without having updated the whole system? I.e. have you run at least once "pacman -Sy (package_name)" (note the -y switch), or just "pacman -Sy"? See https://wiki.archlinux.org/index.php/System...are_unsupported . If so, it seems as the only two ways to fix is is to either update the whole system (which you have already tried, without success), or to reinstall Arch Linux again from scratch.

Quote
Decided to be brave and do a system upgrade......figured that might be at least part of why I have so many issues with installing or running programs.

Got following:

CODE
# pacman -Syu

after downloading lots of files, got:

error: failed to commit transaction (unexpected error)
Errors occurred. no packages were upgraded.
Was there any more verbose error printed before the "error:" line?

Varti

Using packer to install packages not found by pacman.....

Using pacman to remove packages.....

Did not run pacman -Sy......just -Syu......

No other error message info.....

Meanwhile, got a reply from someone over at ALARM forum about the upgrade error.

Said to look at this bit of Arch news about need to upgrade pacman:

https://www.archlinux.org/news/required-upd...ore-2016-04-23/

Will try upgrading pacman and then try upgrade again....

Thanks.

Hi,

Arch is a rolling release distribution and you will run into trouble if you do not run pacman -Syu regularly. The rootfs I posted is outdated now.

I will get an update ready once I got the free time.

In the meantime just download the required packages to upgrade pacman and the keys as well as mirrorlist manually and install them using pacman -U filename.tar.xz

Then try a pacman -Syu again.

Cheers!
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)