kaprikawn
Posts: 3
Joined: Sun Feb 10, 2013 9:06 pm

[solved] libxfcegui4 is not available for the armv7h arch

Tue Jul 21, 2015 1:20 pm

Hi, I've got XFCE installed on my Raspberry PI 2 and I just did a yaourt -Syua and the following error came up:

Code: Select all

==> Continue building libxfcegui4 ? [Y/n]
==> -------------------------------------
==>
==> Building and installing package
==> ERROR: libxfcegui4 is not available for the 'armv7h' architecture.
    Note that many packages may need a line added to their PKGBUILD
    such as arch=('armv7h').
==> ERROR: Makepkg was unable to build libxfcegui4.
==> Restart building libxfcegui4 ? [y/N]
==> ------------------------------------
According to this page :

https://lists.archlinux.org/pipermail/a ... 77647.html

this package is no longer needed or used by any other package.

Is it safe to remove this package so I don't get errors the next time I do system upgrades? Or should I add the Arm achitecture to the PKGBUILD and build it anyway?

Thanks in advance.
Last edited by kaprikawn on Tue Jul 21, 2015 5:51 pm, edited 1 time in total.

sdjf
Posts: 1395
Joined: Fri Mar 16, 2012 5:20 am
Location: California
Contact: Website

Re: libxfcegui4 is not available for the 'armv7h' architectu

Tue Jul 21, 2015 3:12 pm

The command "pacman -Qi libxfcegui4" will tell you if there are any packages on your system that depend on it. It is highly likely that those depending on it previously, no longer do, but you may have to research the dependencies of those other packages to make sure. Pacman can examine the dependencies of packages that have not yet been installed, using the tar.xz file that you download or that is already in the cache waiting for upgrade.
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B

kaprikawn
Posts: 3
Joined: Sun Feb 10, 2013 9:06 pm

Re: libxfcegui4 is not available for the 'armv7h' architectu

Tue Jul 21, 2015 5:50 pm

Thanks, that was useful. I did that and got :

Code: Select all

[me@alarmpi ~]$ sudo pacman -Qi libxfcegui4
[sudo] password for wayne:
Name           : libxfcegui4
Version        : 4.10.0-4
Description    : Various Gtk widgets for Xfce
Architecture   : armv7h
URL            : http://www.xfce.org/
Licenses       : GPL2
Groups         : None
Provides       : None
Depends On     : startup-notification  xfconf  libglade  libsm  hicolor-icon-theme
Optional Deps  : None
Required By    : xfce4-quicklauncher-plugin
Optional For   : None
Conflicts With : None
Replaces       : None
Installed Size : 1615.00 KiB
Packager       : Arch Linux ARM Build System <builder+xu2@archlinuxarm.org>
Build Date     : Sun Mar 8 09:56:59 2015
Install Date   : Sun Mar 8 10:56:16 2015
Install Reason : Installed as a dependency for another package
Install Script : Yes
Validated By   : SHA256 Sum
According to the link I posted, xfce4-quicklauncher-plugin is also obselete. I checked that too :

Code: Select all

[me@alarmpi ~]$ sudo pacman -Qi xfce4-quicklauncher-plugin
Name           : xfce4-quicklauncher-plugin
Version        : 1.9.4-10
Description    : Plugin that creates little application launchers in the Xfce4 panel
Architecture   : armv7h
URL            : http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
Licenses       : GPL2
Groups         : xfce4-goodies
Provides       : None
Depends On     : xfce4-panel  libxfcegui4
Optional Deps  : None
Required By    : None
Optional For   : None
Conflicts With : None
Replaces       : None
Installed Size : 172.00 KiB
Packager       : Arch Linux ARM Build System <builder+xu5@archlinuxarm.org>
Build Date     : Sun Mar 8 10:11:02 2015
Install Date   : Sun Mar 8 10:59:07 2015
Install Reason : Explicitly installed
Install Script : No
Validated By   : SHA256 Sum
I'm going to go ahead and delete both.

Return to “Arch”