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.077737
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

« First ‹ Previous 1 2

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

The errors seem to be:

main.c: In function ‘get_inode_tag’: main.c:189:42: error: implicit declaration of function ‘major’ [-Werror=implicit-function-declaration] major( stat_buf.st_dev ), ^~~~~ main.c:190:42: error: implicit declaration of function ‘minor’; did you mean ‘mknod’? [-Werror=implicit-function-declaration] minor( stat_buf.st_dev ), ^~~~~ mknod

laslozp commented on 2018-08-14 18:09 (UTC)

Cannot compile

cc1: some warnings being treated as errors make[1]: [Makefile:1741: spacefm-main.o] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-laslo/aur-spacefm/src/spacefm-1.0.6/src' make: [Makefile:507: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build spacefm.

stylemistake commented on 2018-05-28 14:45 (UTC)

Yes, apparently there's no maintainer.

notdodo commented on 2018-05-05 09:17 (UTC) (edited on 2018-05-05 09:17 (UTC) by notdodo)

@das_j is this package abandoned?

Plexcon commented on 2018-03-11 17:29 (UTC)

update v.1.0.6 please

silvik commented on 2017-03-11 15:55 (UTC)

You nailed it, I had all base-devel packages installed except pkg-config. Weird. Builds fine now. Thank you.

<deleted-account> commented on 2017-03-09 14:16 (UTC)

Do you have base-devel installed?

silvik commented on 2017-03-09 14:00 (UTC)

Can't build the package, I get this error: configure: error: in `/build/slv/spacefm/src/spacefm-1.0.5': configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://pkg-config.freedesktop.org/>. See `config.log' for more details ==> ERROR: A failure occurred in build(). Aborting...