Package Details: mbrowse 0.4.3-5

Git Clone URL: https://aur.archlinux.org/mbrowse.git (read-only, click to copy)
Package Base: mbrowse
Description: A graphical SNMP MIB browser based on GTK+ and Net-SNMP
Upstream URL: https://sourceforge.net/projects/mbrowse/
Licenses: GPL
Submitter: ploxiln
Maintainer: ploxiln
Last Packager: ploxiln
Votes: 17
Popularity: 0.166765
First Submitted: 2015-09-21 02:59 (UTC)
Last Updated: 2021-01-24 17:12 (UTC)

Latest Comments

ploxiln commented on 2021-01-24 17:14 (UTC)

I've re-adopted the package, and included a couple patches so it builds and starts now. It's been a long time since I actually used SNMP though, which is why I disowned it a year or two ago ... anyway, I hope it works for people now.

train_wreck commented on 2021-01-20 06:10 (UTC)

I am unable to makepkg. I am receiving the same error as user plushvoxel reported. Gtk2 and net-snmp are installed.

Ashark commented on 2020-07-02 21:49 (UTC)

I get segfault after launching. There are lots of such messages: IA__gtk_tree_store_append: assertion 'VALID_ITER (parent, tree_store)' failed

Ashark commented on 2020-07-02 21:46 (UTC)

@plushvoxel, thanks. I have added this line before ./configure in PKGBUILD: sed -i "s/struct menu_items bookmark_items/extern struct menu_items bookmark_items/" src/callbacks.c

plushvoxel commented on 2020-07-01 08:28 (UTC)

My patch

--- mbrowse-0.4.3.orig/src/callbacks.c  2010-11-16 11:20:23.000000000 +0100
+++ mbrowse-0.4.3.new/src/callbacks.c   2020-07-01 10:26:02.365811016 +0200
@@ -28,7 +28,7 @@
 extern int context_id;
 extern int tview;

-struct menu_items bookmark_items[128];
+extern struct menu_items bookmark_items[128];
 extern int dont_select_damnit;
 extern int dont_update_entry;
 static struct tree *mibtree;

plushvoxel commented on 2020-07-01 08:13 (UTC)

I tried installing with yay.

gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall   -o mbrowse main.o interface.o details.o callbacks.o snmpstuff.o bookmarks.o mibtree.o configuration.o search.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib -lnetsnmp -lcrypto -lnl-3 -lm
/usr/bin/ld: bookmarks.o:(.bss+0x0): multiple definition of `bookmark_items'; callbacks.o:(.bss+0x40): first defined here
collect2: error: ld returned 1 exit status

severach commented on 2017-02-08 08:52 (UTC)

Can we get a .desktop file so it shows up in our start menu.