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.015566
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 »

FabioLolix commented on 2024-07-01 05:57 (UTC)

That can be dirty fixed, see recent comments on mldonkey page

Kalinda commented on 2024-06-30 14:51 (UTC)

Getting this error when trying to compile this: mv -f exo/.deps/spacefm-exo-private.Tpo exo/.deps/spacefm-exo-private.Po mv -f ptk/.deps/spacefm-ptk-file-misc.Tpo ptk/.deps/spacefm-ptk-file-misc.Po make[1]: Leaving directory '/build/spacefm/src/spacefm-1.0.6/src' make: *** [Makefile:507: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

I get the same error when I try to compile the git version. I'm assuming, since this is old software, there isn't much that can be done about this as I suspect it's related to the GCC issue from before.

It seems the thermitegod fork is still being updated as of three months ago. I'll try and see if I can get it working since someone requested this package for my repo and I'm down to learn.

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.