Package Details: spacefm 1.0.6-3

Git Clone URL: https://aur.archlinux.org/spacefm.git (read-only, click to copy)
Package Base: spacefm
Description: Multi-panel tabbed file manager
Upstream URL: https://ignorantguru.github.io/spacefm/
Keywords: file gtk3 manager
Licenses: GPL3
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 59
Popularity: 0.22
First Submitted: 2017-02-16 16:26 (UTC)
Last Updated: 2020-07-04 12:36 (UTC)

Dependencies (17)

Required by (2)

Sources (3)

Latest Comments

1 2 Next › Last »

ondoho commented on 2024-01-06 06:22 (UTC) (edited on 2024-01-06 06:28 (UTC) by ondoho)

Most Arch users won't notice, but there's at least one bashism in the ./configure script (which defines itself as /bin/sh).

If /bin/sh is linked to e.g. dash, this results in an error:

./configure: 18611: Bad substitution

Amending build() in PKGBUILD like this helps:

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  sed -i 's|/bin/sh|/bin/bash|' ./configure
  ./configure \
    --prefix=/usr \
    --with-gtk3
  make
}

FabioLolix commented on 2021-08-03 05:14 (UTC)

I had started looking at it but didn't finished yet https://github.com/FabioLolix/PKGBUILD-AUR_fix/blob/master/s/spacefm-git/PKGBUILD

kaqqao commented on 2021-08-03 00:15 (UTC)

Anyone looked into the thermitegod fork? Seems to be going strong: https://github.com/thermitegod/spacefm

macxcool commented on 2020-06-29 20:49 (UTC)

@FabioLolix That seems to have done it. Thanks.

FabioLolix commented on 2020-06-29 20:45 (UTC)

fixed, had a leftover in my common srcdest

macxcool commented on 2020-06-29 19:46 (UTC)

spacefm-glibc-2.28-compatibility.patch ... FAILED

wrong sha256 sum

macxcool commented on 2020-06-24 00:46 (UTC) (edited on 2020-06-24 00:55 (UTC) by macxcool)

I can confirm that a fresh clone of the github master branch with the glibc patch does not build anymore.

According to https://github.com/IgnorantGuru/spacefm/issues/770 another patch is needed to make things work.

I can confirm that adding the patch in the link above does fix the problem. Everything works once that is applied.

macxcool commented on 2020-06-24 00:38 (UTC)

@Christophero This isn't what 'out of date' is for. If anything this is a bug upstream. Leave a bug report on the spacefm github if there's a problem compiling.

Cristophero commented on 2020-06-08 11:15 (UTC)

collect2: error: ld returned 1 exit status make[1]: [Makefile:857: spacefm] Error 1 make[1]: se sale del directorio '/home/cristo/spacefm/src/spacefm-1.0.6/src' make: [Makefile:507: all-recursive] Error 1 ==> ERROR: Se produjo un fallo en build().

fdservices commented on 2018-08-17 13:43 (UTC)

There is a bug report and solution at https://github.com/IgnorantGuru/spacefm/issues/727

Add #include <sys sysmacros.h=""> to /sys/main.c</sys>