fennectech

whatpulse broken arch

Apr 8th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. [fennectech@localhost ~]$ sudo yaourt -R whatpulse
  2. [sudo] password for fennectech:
  3. checking dependencies...
  4.  
  5. Packages (1): whatpulse-2.3.1-1
  6.  
  7. Total Removed Size: 2.76 MiB
  8.  
  9. :: Do you want to remove these packages? [Y/n] y
  10. The "input" group still exists, remove it if you don't use it anymore.
  11. (1/1) removing whatpulse [----------------------] 100%
  12. ==> Packages no longer required by any installed package:
  13. qtwebkit
  14. [fennectech@localhost ~]$ sudo yaourt -S whatpulse
  15.  
  16. ==> Downloading whatpulse PKGBUILD from AUR...
  17. x whatpulse.install
  18. x PKGBUILD
  19. Comment by maleadt (2013-04-28 07:17)
  20. The package creates a UDEV rule which chgrps /dev/input/event* to input; so just add your user to the input group and everything will work as expected. The package install script mentions all this post install btw.
  21.  
  22. Comment by HalJordan (2013-04-28 07:45)
  23. Then I have an issue with udev. I found that rule about 5 minutes after my last comment, but as I said, /dev/input/* is owned by **root:root**. Adding myself to input, again, won't do diddly.
  24.  
  25. Comment by maleadt (2013-12-02 08:30)
  26. Updated for 2.3. Also moved libpcap to optdepends since whatpulse functions without it, just not displaying network statistics.
  27.  
  28. Comment by Megachip (2014-01-09 16:51)
  29. whatpulse: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
  30.  
  31. Missing depency?
  32.  
  33. Comment by maleadt (2014-01-11 13:27)
  34. libgl should be required through qt4 which this package depends on...
  35.  
  36. whatpulse 2.3.1-1 (Sun Jun 7 14:22:11 CDT 2009)
  37. ( Unsupported package: Potentially dangerous ! )
  38. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  39. ==> ------------------------------------
  40. ==> y
  41.  
  42. Please add $EDITOR to your environment variables
  43. for example:
  44. export EDITOR="vim" (in ~/.bashrc)
  45. (replace vim with your favorite editor)
  46.  
  47. ==> Edit PKGBUILD with:
  48.  
  49. /usr/lib/yaourt/util.sh: line 197: PKGBUILD: command not found
  50. ==> whatpulse dependencies:
  51. - qt4 (already installed)
  52. - udev (already installed)
  53. - qtwebkit (already installed)
  54. - openssl (already installed)
  55.  
  56.  
  57. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  58. ==> ------------------------------------
  59. ==> n
  60.  
  61. ==> Edit whatpulse.install ? [Y/n] ("A" to abort)
  62. ==> ---------------------------------------------
  63. ==> n
  64.  
  65. ==> Continue building whatpulse ? [Y/n]
  66. ==> -----------------------------------
  67. ==>
  68. ==> Building and installing package
  69. ==> WARNING: Building package as root is dangerous.
  70. Please run yaourt as a non-privileged user.
  71. ==> Making package: whatpulse 2.3.1-1 (Tue Apr 8 00:50:37 CDT 2014)
  72. ==> Checking runtime dependencies...
  73. ==> Checking buildtime dependencies...
  74. ==> Retrieving sources...
  75. -> Downloading whatpulse-linux-32bit-2.3.1.tar.gz...
  76. % Total % Received % Xferd Average Speed Time Time Time Current
  77. Dload Upload Total Spent Left Speed
  78. 100 1479k 100 1479k 0 0 5778 0 0:04:22 0:04:22 --:--:-- 12486
  79. ==> Validating source files with md5sums...
  80. whatpulse-linux-32bit-2.3.1.tar.gz ... Passed
  81. ==> Extracting sources...
  82. -> Extracting whatpulse-linux-32bit-2.3.1.tar.gz with bsdtar
  83. ==> Starting package()...
  84. ==> Tidying install...
  85. -> Purging unwanted files...
  86. -> Removing libtool files...
  87. -> Removing static library files...
  88. -> Compressing man and info pages...
  89. -> Stripping unneeded symbols from binaries and libraries...
  90. ==> Creating package "whatpulse"...
  91. -> Generating .PKGINFO file...
  92. -> Adding install file...
  93. -> Generating .MTREE file...
  94. -> Compressing package...
  95. ==> Finished making: whatpulse 2.3.1-1 (Tue Apr 8 00:55:07 CDT 2014)
  96.  
  97. ==> Continue installing whatpulse ? [Y/n]
  98. ==> [v]iew package contents [c]heck package with namcap
  99. ==> ---------------------------------------------------
  100. ==> y
  101.  
  102. loading packages...
  103. resolving dependencies...
  104. looking for inter-conflicts...
  105.  
  106. Packages (1): whatpulse-2.3.1-1
  107.  
  108. Total Installed Size: 2.76 MiB
  109.  
  110. :: Proceed with installation? [Y/n] y
  111. (1/1) checking keys in keyring [----------------------] 100%
  112. (1/1) checking package integrity [----------------------] 100%
  113. (1/1) loading package files [----------------------] 100%
  114. (1/1) checking for file conflicts [----------------------] 100%
  115. (1/1) checking available disk space [----------------------] 100%
  116. (1/1) installing whatpulse [----------------------] 100%
  117. Optional dependencies for whatpulse
  118. systray: any systray, like gnome-panel
  119. libpcap: network statistics
  120. [fennectech@localhost ~]$
Advertisement
Add Comment
Please, Sign In to add comment