WebReflection / archibold.io

archibold.io
ISC License
86 stars 14 forks source link

`pacman-optimize` command not found #5

Closed sturman closed 6 years ago

sturman commented 6 years ago

Environment:

  1. Raspberry Pi 3

Steps:

  1. install ArchLinux ARM (https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3)
  2. install kiosk dependencies with command bash <(curl -s archibold.io/kiosk/dependencies)
  3. Add key pacman-key --init and pacman-key --populate archlinuxarm
  4. install kiosk for pi3 with command bash <(curl -s archibold.io/kiosk/pi3)

Actual result: /dev/fd/63: line 14: pacman-optimize: command not found

Here is the console output:

Optional dependencies for geoip
    geoip-database-extra: city/ASN databases (not needed for country lookups)
:: Running post-transaction hooks...
( 1/16) Warn about old perl modules
( 2/16) Updating fontconfig cache...
( 3/16) Probing GDK-Pixbuf loader modules...
( 4/16) Updating GIO module cache...
( 5/16) Compiling GSettings XML schema files...
( 6/16) Probing GTK3 input method modules...
( 7/16) Updating icon theme caches...
( 8/16) Reloading system manager configuration...
( 9/16) Updating udev hardware database...
(10/16) Creating system user accounts...
(11/16) Creating temporary files...
(12/16) Reloading device manager configuration...
(13/16) Arming ConditionNeedsUpdate...
(14/16) Updating the info directory file...
(15/16) Updating the desktop file MIME type cache...
(16/16) Updating the MIME type database...
/dev/fd/63: line 14: pacman-optimize: command not found
warning: uboot-tools-2018.03-1 is up to date -- skipping
 there is nothing to do
Image Name:   RPi3 VC4
Created:      Wed May 30 13:47:19 2018
Image Type:   PowerPC Linux Script (uncompressed)
Data Size:    722 Bytes = 0.71 KiB = 0.00 MiB
Load Address: 00000000
Entry Point:  00000000
Contents:
   Image 0: 714 Bytes = 0.70 KiB = 0.00 MiB
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2209  100  2209    0     0   7412      0 --:--:-- --:--:-- --:--:--  7437
Connection to 192.168.0.216 closed by remote host.

Expected: pacman-optimize is run successfully.

WebReflection commented 6 years ago

latest version drop the pacman-optimize command since it doesn't exist anymore

sturman commented 6 years ago

@WebReflection Thanks for the fix