Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. these derivations will be built:
  2. /nix/store/s1ka0cr7b04xwbkd7hfw82dcq22rli2x-custom-dwm-0.drv
  3. building path(s) ‘/nix/store/ssg5arh2fb306dhw2c6m4rjqa343i7n1-custom-dwm-0’
  4. unpacking sources
  5. unpacking source archive /nix/store/qkx4b7mns83wj1id4gfig2cdncxmfpf4-0.tar.gz
  6. source root is custom-dwm-0
  7. setting SOURCE_DATE_EPOCH to timestamp 1489514710 of file custom-dwm-0/dwm.c
  8. patching sources
  9. configuring
  10. no configure script, doing nothing
  11. building
  12. dwm build options:
  13. CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="6.0" -DXINERAMA
  14. LDFLAGS = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama
  15. CC = cc
  16. CC dwm.c
  17. dwm.c: In function 'keypress':
  18. dwm.c:1088:2: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
  19. keysym = XKeycodeToKeysym(dpy, (KeyCode)ev->keycode, 0);
  20. ^
  21. In file included from dwm.c:37:0:
  22. /nix/store/5dpmbnk0cls2nszj9cfvyndam5bsfrlf-libX11-1.6.4-dev/include/X11/Xlib.h:1687:15: note: declared here
  23. extern KeySym XKeycodeToKeysym(
  24. ^
  25. dwm.c: At top level:
  26. dwm.c:1194:1: warning: 'monocle' defined but not used [-Wunused-function]
  27. monocle(Monitor *m) {
  28. ^
  29. CC -o dwm
  30. /nix/store/ssg5arh2fb306dhw2c6m4rjqa343i7n1-custom-dwm-0
  31. installing
  32. install flags: install
  33. dwm build options:
  34. CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -DVERSION="6.0" -DXINERAMA
  35. LDFLAGS = -s -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lXinerama
  36. CC = cc
  37. installing executable file to /usr/local/bin
  38. cp: cannot create regular file '/usr/local/bin/dwm': Permission denied
  39. make: *** [Makefile:47: install] Error 1
  40. builder for ‘/nix/store/s1ka0cr7b04xwbkd7hfw82dcq22rli2x-custom-dwm-0.drv’ failed with exit code 2
  41. error: build of ‘/nix/store/s1ka0cr7b04xwbkd7hfw82dcq22rli2x-custom-dwm-0.drv’ failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement