Search Criteria
Package Details: libnm-git 1.15.2.r22048.g027ef98cd-1
Git Clone URL: | https://aur.archlinux.org/networkmanager-git.git (read-only) |
---|---|
Package Base: | networkmanager-git |
Description: | NetworkManager client library |
Upstream URL: | http://www.gnome.org/projects/NetworkManager |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 29 |
Popularity: | 0.018834 |
First Submitted: | 2008-12-20 09:14 |
Last Updated: | 2019-02-03 01:07 |
Dependencies (43)
- glib2 (glib2-sched-policy, glib2-quiet, glib2-patched-thumbnailer, glib2-git)
- jansson
- libgudev (eudev-git)
- libutil-linux (util-linux-aes, libutil-linux-selinux)
- nss (nss-hg)
- libx11 (libx11-threadsafe) (check)
- python-dbus (check)
- bluez-libs (bluez-git) (make)
- dbus-glib (make)
- dhclient (make)
- dnsmasq (dnsmasq-git, pi-hole-ftl) (make)
- git (git-git) (make)
- glib2-docs (glib2-docs-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (make)
- intltool (make)
- iproute2 (iproute2-git, iproute-mptcp, iproute2-selinux) (make)
- iptables (iptables-nftables, iptables-nftables-git, iptables-fullcone-nat, iptables-git, iptables-nft) (make)
- jansson (make)
- libgudev (eudev-git) (make)
- libmm-glib (make)
- libndp (make)
- libnewt (make)
- libsoup (libsoup-gnome-git, libsoup-gnome) (make)
- libteam (make)
- modemmanager (make)
- nss (nss-hg) (make)
- openresolv (openresolv-openrc, openresolv-git, systemd-resolvconf-cdown-git, systemd-resolvconf-selinux, systemd-resolvconf-git, systemd-resolvconf) (make)
- perl-yaml (make)
- polkit (polkit-elogind, polkit-git, polkit-consolekit) (make)
- python-gobject (python-gobject-git) (make)
- systemd (eudev-git, eudev-systemd, systemd-cdown-git, systemd-selinux, systemd-git) (make)
- vala (vala0.26, vala-git) (make)
- wpa_supplicant (wpa_supplicant-git) (make)
- ppp=2.4.7 (ppp-eap-tls, ppp-git) (make)
- bluez (bluez-git, bluez-ps3) (optional) – Bluetooth support
- dhclient (optional) – DHCPv6 support
- dnsmasq (dnsmasq-git, pi-hole-ftl) (optional) – connection sharing
- iwd (iwd-git) (optional) – alternative way to connect to wifi
- modemmanager (optional) – cellular network support
- openresolv (openresolv-openrc, openresolv-git, systemd-resolvconf-cdown-git, systemd-resolvconf-selinux, systemd-resolvconf-git, systemd-resolvconf) (optional) – resolvconf support
- ppp (ppp-eap-tls, ppp-git) (optional) – dialup connection support
- rp-pppoe (optional) – ADSL support
Required by (15)
- budgie-network-applet (requires libnm)
- gnome-settings-daemon-elementary (requires libnm) (make)
- gnome-settings-daemon-shutdown (requires libnm)
- gnome-settings-daemon-volume-step-patch (requires libnm)
- kismet-git (requires libnm)
- libnm-glib-secure (requires libnm)
- libnm-gtk-git (requires libnm) (make)
- libnma-git (requires libnm)
- libnma-git (requires libnm) (make)
- network-manager-applet-git (requires libnm)
- network-manager-applet-git (requires libnm) (make)
- networkmanager-consolekit (requires libnm)
- networkmanager-l2tp (requires libnm)
- networkmanager-openvpn-tls-crypt (requires libnm)
- nm-connection-editor-git (requires libnm) (make)
Latest Comments
1 2 3 4 Next › Last »
wknapik commented on 2018-06-25 23:59
Missing dependencies: gtk-doc, intltool.
Also, this is just broken. Like lines 154-157 (or should I say 154-166) of PKGBUILD - that's not how heredocs work.
AmishNazi commented on 2018-06-19 15:26
Install qt4 and dnsmasq
cp ~/.cache/pacaur/networkmanager-git/src/networkmanager-git/build/man/common.ent ~/.cache/pacaur/networkmanager-git/src/networkmanager-git/build/docs/api/
Fixes the current package.
Depau commented on 2018-06-09 13:02
The package is currently not building because of:
build/docs/api/common.ent
, it's actually inbuild/docs/man/common.ent
.I don't know if last one is an upstream bug though.
mweinelt commented on 2018-02-13 22:28
Please configure "--with-iwd=yes" to allow iwd as a wifi.backend.
mirh commented on 2017-04-02 00:23
2to3 is useless since 4 months fiy.
And shouldn't this replace (and be in conflict with) "standard" libnm?
You screwed something up in its repackaging then. Files are going to root instead of /usr.
Remove line 190.
Aside of this, the thing finally builds fine.
zarere commented on 2017-03-20 15:19
I have the same error like the one on Tuerai's comment.
Tuerai commented on 2017-03-19 11:41
Hey. I am getting the following failure to build this package today:
Traceback (most recent call last):
File "./libnm/generate-setting-docs.py", line 197, in <module>
settings = sorted(settings, cmp=cmp_settings)
TypeError: 'cmp' is an invalid keyword argument for this function
make[2]: *** [Makefile:16996: libnm/nm-property-docs.xml] Error 1
make[2]: *** Deleting file 'libnm/nm-property-docs.xml'
make[2]: Leaving directory '/tmp/yaourt-tmp-fury/aur-networkmanager-git/src/networkmanager-git'
make[1]: *** [Makefile:15631: all-recursive] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-fury/aur-networkmanager-git/src/networkmanager-git'
make: *** [Makefile:6422: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build networkmanager-git.
-----
From some googling, it looks like it may be trying to use python 3 instead of python 2 or something?
alextu commented on 2016-12-27 06:18
it works well on my vmware guest,
$ pacman -Q | grep network
network-manager-applet-git 1.4.3.dev.r124.gad9fb7b5-1
networkmanager-git 1.5.3.r16518.g8adbeb821-1
$ pacman -Q | grep libnm
libnm-glib-git 1.5.3.r16518.g8adbeb821-1
rumanzo commented on 2016-06-21 19:00
/usr/bin/ld: ../../properties/.libs/libnm-vpn-plugin-openvpn-test.a(libnm_vpn_plugin_openvpn_test_la-nm-vpn-plugin-utils.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/lib/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
SolarAquarion commented on 2015-01-06 20:49
git describe origin/nm-1-0 please change it to this