Package Details: byteonpanel-git r5.09397fd-1

Git Clone URL: https://aur.archlinux.org/byteonpanel-git.git (read-only, click to copy)
Package Base: byteonpanel-git
Description: Simple network traffic monitor in the systray
Upstream URL: https://github.com/whorfin/ByteOnPanel
Licenses: GPL-3.0-or-later
Submitter: denilsonsa
Maintainer: denilsonsa
Last Packager: denilsonsa
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-11 23:59 (UTC)
Last Updated: 2026-01-28 09:29 (UTC)

Latest Comments

emgaron commented on 2026-01-28 09:40 (UTC)

Wow, that was fast! Yes, it's now building and working just fine - thank you!

denilsonsa commented on 2026-01-28 09:30 (UTC)

Indeed, I missed adding intltool as a build dependency.

I've fixed that and a few other compilation errors. Can you please try again?

emgaron commented on 2026-01-28 08:34 (UTC) (edited on 2026-01-28 08:46 (UTC) by emgaron)

Fails to build with

[...]
==> Starting build()...
rm: cannot remove 'aclocal.m4': No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

After removing the offending line from PKGBUILD, the build still fails with:

[...]
checking for xgettext... /usr/bin/xgettext
./configure: line 14847: syntax error near unexpected token `0.35.0'
./configure: line 14847: `IT_PROG_INTLTOOL(0.35.0)'
==> ERROR: A failure occurred in build().
    Aborting...

This is solved by installing intltool (--> should be a dependency).

Once this hurdle has been removed, the build fails during compilation:

[...]
byteonpanel.c:2407:13: note: in expansion of macro ‘g_once_init_enter’
 2407 |         if (g_once_init_enter (&status_icon_if_type_id__volatile)) {
      |             ^~~~~~~~~~~~~~~~~
byteonpanel.c: In function ‘application_update_iface’:
byteonpanel.c:2711:34: error: passing argument 2 of ‘g_tree_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
 2711 |         g_tree_foreach (_tmp35_, ___lambda5__gtraverse_func, _data1_);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                  |
      |                                  gboolean (*)(const void *, const void *, void *) {aka int (*)(const void *, const void *, void *)}