Package Details: umonitor-git r180.0591487-1

Git Clone URL: https://aur.archlinux.org/umonitor-git.git (read-only, click to copy)
Package Base: umonitor-git
Description: Dynamic monitor configuration
Upstream URL: https://github.com/rliou92/umonitor
Licenses: MIT
Submitter: LeaveAThousand
Maintainer: LeaveAThousand
Last Packager: LeaveAThousand
Votes: 5
Popularity: 0.000000
First Submitted: 2017-05-27 23:33 (UTC)
Last Updated: 2018-10-19 03:27 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

antoyo commented on 2021-11-01 19:43 (UTC)

There's a fix there: https://github.com/rliou92/umonitor/pull/10

Mr_Happy commented on 2020-11-01 16:55 (UTC)

Tried to install and it failed...


Cloning into 'umonitor'...
done.
==> Starting pkgver()...
==> Updated version: umonitor-git r181.92c51fc-1
==> Sources are ready.
==> Making package: umonitor-git r181.92c51fc-1 (Sun 01 Nov 2020 05:49:42 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
gcc -Wall -c src/autoload.c -o obj/autoload.o
gcc -Wall -c src/load.c -o obj/load.o
gcc -Wall -c src/save.c -o obj/save.o
gcc -Wall -c src/screen.c -o obj/screen.o
gcc -Wall -c src/umonitor.c -o obj/umonitor.o
gcc  obj/autoload.o  obj/load.o  obj/save.o  obj/screen.o  obj/umonitor.o -Wall -lX11 -lxcb-randr -lxcb -lconfig -o bin/umonitor
/usr/bin/ld: obj/load.o:(.bss+0x0): multiple definition of `CONFIG_FILE'; obj/autoload.o:(.bss+0x0): first defined here
/usr/bin/ld: obj/save.o:(.bss+0x0): multiple definition of `CONFIG_FILE'; obj/autoload.o:(.bss+0x0): first defined here
/usr/bin/ld: obj/screen.o:(.bss+0x0): multiple definition of `CONFIG_FILE'; obj/autoload.o:(.bss+0x0): first defined here
/usr/bin/ld: obj/umonitor.o:(.bss+0x0): multiple definition of `CONFIG_FILE'; obj/autoload.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:38: umonitor] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error making: umonitor-git