Hi, I don't know the answer to your question, but just in case you overlooked it, your user needs to be a member of the networkmanager group to be able to use NetworkManager.
Cheers, Cillian On Sun, Feb 16, 2014 at 8:08 PM, Sergey Mironov <[email protected]> wrote: > 2014-02-16 22:44 GMT+04:00 Sergey Mironov <[email protected]>: > > Hi! I tried debug a nasty NetworkManager "(32) insufficient > > privileges" problem by building my own hacked version of the package. > > I called nix-shell and tried to build the sources. Both patchPhase and > > configurePhase run without problems, but buildPhase stoppes with an > > error saying > > > > > /nix/store/k4bh0a5rffwa9xhxfzld1fvr0z628klz-dbus-glib-0.100.2/include/dbus-1.0/dbus/dbus-glib.h:28:30: > > fatal error: dbus/dbus-shared.h: No such file or directory > > > > > > That is strange because nix-shell set the NIX_CFLAGS_COMPILE variable > > correctly (it contains > > -I/nix/store/k4bh0a5rffwa9xhxfzld1fvr0z628klz-dbus-glib-0.100.2/include > > -I/nix/store/mv8dsy1q29ph6hdk6c96f252ww89z27m-dbus-libs-1.6.14/include > > among others) > > > > What may go wrong? Who are in charge of reading the NIX_CFLAGS_COMPILE? > > > > Regards, > > Sergey > > I think I need to clarify my previous letter: In order to hack > NetworkManager, I start nix-shell and then call the pases directly, > like > $ patchPahse > $ configurePhase > $ buildPhase > ... > > /nix/store/k4bh0a5rffwa9xhxfzld1fvr0z628klz-dbus-glib-0.100.2/include/dbus-1.0/dbus/dbus-glib.h:28:30: > fatal error: dbus/dbus-shared.h: No such file or directory > $ echo $NIX_CFLAGS_COMPILE > -Ithis -Ithat > -I/nix/store/k4bh0a5rffwa9xhxfzld1fvr0z628klz-dbus-glib-0.100.2/include > ... > > Regards, > Sergey > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
