Advertisement
timcowchip

pkgmk flwm

Jan 20th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. timcowchip [ ~/extra/gui-extra/flwm ]$ sudo pkgmk -d
  2. =======> PKGMK_INSTALL: no
  3. =======> PKGMK_WORK_DIR: /tmp/work
  4. =======> PKGMK_SOURCE_DIR: /tmp
  5. =======> WARNING: CLEAN IGNORED
  6. =======> PKGMK_IGNORE_REPO: no
  7. =======> PKGMK_IGNORE_FOOTPRINT: yes
  8. =======> PKGMK_IGNORE_MD5SUM: yes
  9. =======> PKGMK_COMPRESS_PACKAGE: yes
  10. =======> PKGMK_COMPRESSION_MODE: xz
  11. =======> name: flwm
  12. =======> version: git
  13. =======> release: 1
  14. =======> Building '/home/timcowchip/extra/gui-extra/flwm/flwm1453347989x86_64.cards.tar.xz'.
  15. cp flwm.desktop /tmp/work/src
  16. + build
  17. + git clone https://github.com/bbidulock/flwm.git /tmp/flwm
  18. Cloning into '/tmp/flwm'...
  19. remote: Counting objects: 256, done.
  20. remote: Total 256 (delta 0), reused 0 (delta 0), pack-reused 256
  21. Receiving objects: 100% (256/256), 118.53 KiB | 0 bytes/s, done.
  22. Resolving deltas: 100% (156/156), done.
  23. Checking connectivity... done.
  24. + cp -r /tmp/flwm /tmp/work/src/
  25. + cd /tmp/work/src/flwm
  26. + make
  27. Makefile:26: makeinclude: No such file or directory
  28. autoconf []
  29. ./configure
  30. checking for gcc... gcc
  31. checking whether the C compiler works... yes
  32. checking for C compiler default output file name... a.out
  33. checking for suffix of executables...
  34. checking whether we are cross compiling... no
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C compiler... yes
  37. checking whether gcc accepts -g... yes
  38. checking for gcc option to accept ISO C89... none needed
  39. checking for g++... g++
  40. checking whether we are using the GNU C++ compiler... yes
  41. checking whether g++ accepts -g... yes
  42. checking for a BSD-compatible install... /usr/bin/install -c
  43. checking how to run the C preprocessor... gcc -E
  44. checking for X... libraries , headers
  45. checking for gethostbyname... yes
  46. checking for connect... yes
  47. checking for remove... yes
  48. checking for shmat... yes
  49. checking for IceConnectionNumber in -lICE... yes
  50. configure: creating ./config.status
  51. config.status: creating makeinclude
  52. g++ -O2 -pipe -Wall -Wno-return-type -O2 -c main.C
  53. g++ -O2 -pipe -Wall -Wno-return-type -O2 -c Frame.C
  54. g++ -O2 -pipe -Wall -Wno-return-type -O2 -c Menu.C
  55. g++ -O2 -pipe -Wall -Wno-return-type -O2 -c FrameWindow.C
  56. g++ -O2 -pipe -Wall -Wno-return-type -O2 -c Desktop.C
  57. g++ -O2 -pipe -Wall -Wno-return-type -O2 -c Hotkeys.C
  58. g++ -o flwm main.o Frame.o Menu.o FrameWindow.o Desktop.o Hotkeys.o -lfltk -lX11 -lXext -lm
  59. + mkdir -p /tmp/work/pkg/usr/share/xsessions
  60. + cp /tmp/work/src/flwm.desktop /tmp/work/pkg/usr/share/xsessions/
  61. + install -Dm755 flwm /tmp/work/pkg/usr/bin/flwm
  62. + install -Dm644 flwm.1 /tmp/work/pkg/usr/share/man/man1/flwm.1
  63. =======> WARNING: Footprint ignored.
  64. =======> Adding meta data to Archive flwm
  65. =======> Adding meta data to Archive flwm.man
  66. =======> compress flwm1453347989x86_64.cards.tar
  67. =======> compress flwm.man1453347989any.cards.tar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement