Package Details: bspwmbar 0.6.2-1

Git Clone URL: https://aur.archlinux.org/bspwmbar.git (read-only, click to copy)
Package Base: bspwmbar
Description: A lightweight status bar for bspwm
Upstream URL: https://github.com/odknt/bspwmbar
Keywords: bar bspwm X11
Licenses: ISC
Submitter: odknt
Maintainer: odknt
Last Packager: odknt
Votes: 1
Popularity: 0.000000
First Submitted: 2019-04-02 03:41 (UTC)
Last Updated: 2021-03-23 19:40 (UTC)

Latest Comments

fppn commented on 2020-05-31 06:42 (UTC) (edited on 2020-06-02 15:48 (UTC) by fppn)

Update: adding "-fcommon" to the CFLAGS solves the issue (https://bbs.archlinux.org/viewtopic.php?id=255727)


Hi, thank you for your work.

I was able to build v0.6.0-1 when it was originally released but recently build fails with message:

cc -o bspwmbar bspwmbar.o util.o systray.o bspwm.o cpu.o memory.o disk.o thermal.o datetime.o battery.o backlight.o alsa.o -Os -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz  -lxcb-ewmh -lxcb-util -lxcb-randr -lxcb-shm -lxcb-render-util -lxcb -lxcb-render -lcairo -lharfbuzz -lfontconfig -lfreetype -lasound  -s -DVERSION='"0.0.0-dev"'
/usr/bin/ld: util.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: systray.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
usr/bin/ld: bspwm.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: cpu.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: memory.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: disk.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: thermal.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: datetime.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: battery.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: backlight.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
/usr/bin/ld: alsa.o:(.bss+0x0): multiple definition of `buf'; bspwmbar.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:24: bspwmbar] Error 1

Thank you

odknt commented on 2020-05-10 23:19 (UTC)

@haawda bspwmbar expects exist .func member per modules in config.h. Please check your config.h.

haawda commented on 2020-05-10 22:13 (UTC)

For me it builds but segfaults.

hexdsl commented on 2020-05-10 19:01 (UTC) (edited on 2020-05-10 19:01 (UTC) by hexdsl)

errors.

==> Starting build()... cc -o bspwmbar bspwmbar.o util.o systray.o cpu.o memory.o disk.o thermal.o datetime.o alsa.o -Os -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt -DNDEBUG -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lX11 -lXft -lXrandr -lXext -lfontconfig -lfreetype -lasound -s cc: error: bspwmbar.o: No such file or directory cc: error: util.o: No such file or directory cc: error: systray.o: No such file or directory cc: error: cpu.o: No such file or directory cc: error: memory.o: No such file or directory cc: error: disk.o: No such file or directory cc: error: thermal.o: No such file or directory cc: error: datetime.o: No such file or directory cc: error: alsa.o: No such file or directory make: *** [Makefile:22: bspwmbar] Error 1 ==> ERROR: A failure occurred in build().

does not build