Guest User

lxinput-git

a guest
May 10th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.13 KB | None | 0 0
  1. [kalix@archlinux-desktop ~]$ yaourt -S lxqt-powermanagement-git lxinput-git
  2.  
  3. ==> Téléchargement du PKGBUILD de lxinput-git depuis AUR...
  4. x PKGBUILD
  5. Comment by Cilyan  (2010-06-18 07:11)
  6. Please report this upstream, as I will not be available during the weekend to track this bug myself, or wait until Monday.
  7. Problem : lxinput.desktop has been moved to data/ so configure.ac and Makefile.am needs to be updated consequently.
  8.  
  9. Anonymous comment  (2012-02-28 06:09)
  10. How do you make configurations made by lxinput "sticky", that is, so they persist across logins?
  11.  
  12. Thanks.
  13.  
  14. Bob
  15.  
  16. Comment by Cilyan  (2012-02-28 07:18)
  17. It should work by default, but you probably have to use lxsession.
  18. I encourage you to discuss this on www.lxde.org either on the forum, http://forum.lxde.org/viewtopic.php?f=8t=31550
  19. or preferably on the mailing list: Lxde-list@lists.sourceforge.net
  20.  
  21. Comment by browntown  (2013-01-27 23:57)
  22. Wont build with automake 1.13:
  23. == Starting make...
  24.  
  25. You must have automake  1.10 or 1.11 installed to compile lxinput.
  26. Install the appropriate package for your distribution,
  27. or get the source tarball at http://ftp.gnu.org/gnu/automake/
  28. == ERROR: A failure occurred in build().
  29. Aborting...
  30. == ERROR: Makepkg was unable to build lxinput-git.
  31.  
  32. lxinput-git 20100221-1  (dim. févr. 21 11:24:33 CET 2010)
  33. ( Paquet non supporté : peut être dangereux ! )
  34. ==> Éditer PKGBUILD ? [O/n] ("A" pour annuler)
  35. ==> ------------------------------------------
  36. ==> n
  37.  
  38. ==> Dépendances de lxinput-git :
  39.  - gtk2>=2.12.0 (déjà installé)
  40.  - git (déjà installé)
  41.  
  42.  
  43. ==> Lancer la compilation de lxinput-git ? [O/n]
  44. ==> --------------------------------------------
  45. ==>
  46. ==> Construction et installation du paquet
  47. ==> Création du paquet lxinput-git 20100221-1 (sam. mai 10 22:27:09 CEST 2014)
  48. ==> ATTENTION : L’utilisation de PKGBUILD sans fonction package() est dépréciée.
  49. ==> Vérification des dépendances pour l’exécution...
  50. ==> Vérification des dépendances pour la compilation...
  51. ==> Récupération des sources...
  52. ==> Extraction des sources...
  53. ==> Entre dans l’environnement fakeroot...
  54. ==> Lancement de build()...
  55. Clonage dans 'lxinput'...
  56. remote: Counting objects: 1483, done.
  57. remote: Compressing objects: 100% (1266/1266), done.
  58. remote: Total 1483 (delta 1147), reused 315 (delta 205)
  59. Réception d'objets: 100% (1483/1483), 281.08 KiB | 119.00 KiB/s, done.
  60. Résolution des deltas: 100% (1147/1147), done.
  61. Vérification de la connectivité... fait.
  62. ==> GIT checkout done or server timeout. Preparing sources...
  63. ==> Starting make...
  64. + aclocal
  65. + autoheader --force
  66. + AUTOMAKE=automake
  67. + libtoolize -c --automake --force
  68. + AUTOMAKE=automake
  69. + intltoolize -c --automake --force
  70. ./autogen.sh: ligne 30: intltoolize : commande introuvable
  71. + automake --add-missing --copy --include-deps
  72. configure.ac:12: installing './compile'
  73. configure.ac:4: installing './install-sh'
  74. configure.ac:4: installing './missing'
  75. src/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  76. src/Makefile.am: installing './depcomp'
  77. + autoconf
  78. + rm -rf autom4te.cache
  79. checking for a BSD-compatible install... /usr/bin/install -c
  80. checking whether build environment is sane... yes
  81. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  82. checking for gawk... gawk
  83. checking whether make sets $(MAKE)... yes
  84. checking whether make supports nested variables... yes
  85. checking whether make supports nested variables... (cached) yes
  86. checking whether to enable maintainer-specific portions of Makefiles... no
  87. checking for style of include used by make... GNU
  88. checking for gcc... gcc
  89. checking whether the C compiler works... yes
  90. checking for C compiler default output file name... a.out
  91. checking for suffix of executables...
  92. checking whether we are cross compiling... no
  93. checking for suffix of object files... o
  94. checking whether we are using the GNU C compiler... yes
  95. checking whether gcc accepts -g... yes
  96. checking for gcc option to accept ISO C89... none needed
  97. checking whether gcc understands -c and -o together... yes
  98. checking dependency style of gcc... gcc3
  99. checking for library containing strerror... none required
  100. checking for gcc... (cached) gcc
  101. checking whether we are using the GNU C compiler... (cached) yes
  102. checking whether gcc accepts -g... (cached) yes
  103. checking for gcc option to accept ISO C89... (cached) none needed
  104. checking whether gcc understands -c and -o together... (cached) yes
  105. checking dependency style of gcc... (cached) gcc3
  106. checking for gcc... (cached) gcc
  107. checking whether we are using the GNU C compiler... (cached) yes
  108. checking whether gcc accepts -g... (cached) yes
  109. checking for gcc option to accept ISO C89... (cached) none needed
  110. checking whether gcc understands -c and -o together... (cached) yes
  111. checking dependency style of gcc... (cached) gcc3
  112. checking how to run the C preprocessor... gcc -E
  113. checking for grep that handles long lines and -e... /usr/bin/grep
  114. checking for egrep... /usr/bin/grep -E
  115. checking for ANSI C header files... yes
  116. checking for sys/types.h... yes
  117. checking for sys/stat.h... yes
  118. checking for stdlib.h... yes
  119. checking for string.h... yes
  120. checking for memory.h... yes
  121. checking for strings.h... yes
  122. checking for inttypes.h... yes
  123. checking for stdint.h... yes
  124. checking for unistd.h... yes
  125. checking locale.h usability... yes
  126. checking locale.h presence... yes
  127. checking for locale.h... yes
  128. checking for LC_MESSAGES... yes
  129. checking libintl.h usability... yes
  130. checking libintl.h presence... yes
  131. checking for libintl.h... yes
  132. checking for ngettext in libc... yes
  133. checking for dgettext in libc... yes
  134. checking for bind_textdomain_codeset... yes
  135. checking for msgfmt... /usr/bin/msgfmt
  136. checking for dcgettext... yes
  137. checking if msgfmt accepts -c... yes
  138. checking for gmsgfmt... /usr/bin/msgfmt
  139. checking for xgettext... /usr/bin/xgettext
  140. ./configure: line 6539: syntax error near unexpected token `0.40.0'
  141. ./configure: line 6539: `IT_PROG_INTLTOOL(0.40.0)'
  142. ==> ERREUR : Une erreur s’est produite dans build().
  143.    Abandon...
  144. ==> ERREUR: Makepkg n'a pas pu construire lxinput-git.
  145. ==> Relancer la compilation de lxinput-git ? [o/N]
  146. ==> ----------------------------------------------
  147. ==>
Advertisement
Add Comment
Please, Sign In to add comment