Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.87 KB | None | 0 0
  1.  
  2. Comment by luispa  (2012-11-13 13:35)
  3. Hi,
  4. Squeeze complains about missed applications when trying to unzip (extract) a file. Message is:
  5. "Squeeze no puede extraer de este tipo de archivo:
  6. falta la aplicación que lo soporta."
  7. It means something like this:
  8. "Squeeze can't extract file type:
  9. The needed application is missing"
  10. When I try to unzip (open) a file nothing happens, but if I run it from the console I see this message:
  11. ** (squeeze:1531): CRITICAL **: file archive.c: line 451 (lsq_archive_operate): should not be reached
  12. I have installed all dependencies and libraries, I guess there's something to fix in the /usr/share/squeeze files.
  13. By the way, Are the squeeze developers still supporting it?
  14. Thank you very much in advance,
  15. Luis Pablo
  16.  
  17. Comment by ewtoombs  (2012-12-16 22:34)
  18. Forgive my ignorance, but why the hell is this in the aur and not in extra? It might not be abandoned. It might just be complete. In any case, it's the only good archiving UI for xfce that doesn't pull in all of nautilus.
  19.  
  20. Comment by ewtoombs  (2012-12-16 22:52)
  21. nvm, I just figured out why. Squeeze doesn't work.
  22.  
  23. Comment by darkjh  (2013-02-16 06:41)
  24. == Starting build...
  25. Cloning into '/tmp/yaourt-tmp-darkjh/aur-squeeze-git/src/squeeze-build'...
  26. done.
  27. Preparing package directory /tmp/yaourt-tmp-darkjh/aur-squeeze-git/src/squeeze-build...
  28. Creating /tmp/yaourt-tmp-darkjh/aur-squeeze-git/src/squeeze-build/aclocal.m4...
  29. Running glib-gettextize --force --copy...
  30. Copying file mkinstalldirs
  31. Copying file po/Makefile.in.in
  32.  
  33. Please add the files
  34. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  35. progtest.m4
  36. from the /usr/share/aclocal directory to your autoconf macro directory
  37. or directly to your aclocal.m4 file.
  38. You will also need config.guess and config.sub, which you can get from
  39. ftp://ftp.gnu.org/pub/gnu/config/.
  40.  
  41. Running intltoolize --automake --copy --force
  42. Patching file 'po/Makefile.in.in'
  43. Running libtoolize --force --copy...
  44. libtoolize: putting auxiliary files in `.'.
  45. libtoolize: copying file `./ltmain.sh'
  46. libtoolize: putting macros in `m4'.
  47. libtoolize: copying file `m4/libtool.m4'
  48. libtoolize: copying file `m4/ltoptions.m4'
  49. libtoolize: copying file `m4/ltsugar.m4'
  50. libtoolize: copying file `m4/ltversion.m4'
  51. libtoolize: copying file `m4/lt~obsolete.m4'
  52. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  53. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  54. Running gtkdocize --copy...
  55. Running aclocal   -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros...
  56. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  57. configure.in:44: error: 'AM_CONFIG_HEADER': this macro is obsolete.
  58. You should use the 'AC_CONFIG_HEADERS' macro instead.
  59. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
  60. configure.in:44: the top level
  61. autom4te: /usr/bin/m4 failed with exit status: 1
  62. aclocal: error: echo failed with exit status: 1
  63. == ERROR: A failure occurred in build().
  64. Aborting...
  65. == ERROR: Makepkg was unable to build squeeze-git.
  66. == Restart building squeeze-git ? [y/N]
  67. == ------------------------------------
  68. ==
  69.  
  70. I installed xfce4-dev-tools-git but still have an error during building with above msg. Any help?
  71.  
  72. Comment by Jristz  (2013-03-15 16:40)
  73. sed 's|AM_CONFIG_HEADER(config.h)|AC_CONFIG_HEADERS([config.h])|g' -i configure.ac
  74.  
  75. fix the problem for me, this need be previous to the first ./configure
  76.  
  77. squeeze-git 20120508-1  (Wed Sep 14 21:55:55 CEST 2011)
  78. ( Unsupported package: Potentially dangerous ! )
  79.  
  80. - libxfce4util (already installed)
  81. - hicolor-icon-theme (already installed)
  82. - dbus-glib (already installed)
  83. - gtk2 (already installed)
  84. - desktop-file-utils (already installed)
  85. - git (already installed)
  86. - xfce4-dev-tools (already installed)
  87. - pkgconfig (already installed)
  88. - gtk-doc (already installed)
  89.  
  90.  
  91.  
  92.  
  93. ==> Connecting to GIT server....
  94. Cloning into 'squeeze'...
  95. ==> GIT checkout done or server timeout
  96. ==> Starting build...
  97. Cloning into '/tmp/yaourt-tmp-egidio/aur-squeeze-git/src/squeeze-build'...
  98. done.
  99. Preparing package directory /tmp/yaourt-tmp-egidio/aur-squeeze-git/src/squeeze-build...
  100. Creating /tmp/yaourt-tmp-egidio/aur-squeeze-git/src/squeeze-build/aclocal.m4...
  101. Running glib-gettextize --force --copy...
  102. Copying file mkinstalldirs
  103. Copying file po/Makefile.in.in
  104.  
  105. Please add the files
  106.  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  107.  progtest.m4
  108. from the /usr/share/aclocal directory to your autoconf macro directory
  109. or directly to your aclocal.m4 file.
  110. You will also need config.guess and config.sub, which you can get from
  111. ftp://ftp.gnu.org/pub/gnu/config/.
  112.  
  113. Running intltoolize --automake --copy --force
  114. Patching file 'po/Makefile.in.in'
  115. Running libtoolize --force --copy...
  116. libtoolize: putting auxiliary files in `.'.
  117. libtoolize: copying file `./ltmain.sh'
  118. libtoolize: putting macros in `m4'.
  119. libtoolize: copying file `m4/libtool.m4'
  120. libtoolize: copying file `m4/ltoptions.m4'
  121. libtoolize: copying file `m4/ltsugar.m4'
  122. libtoolize: copying file `m4/ltversion.m4'
  123. libtoolize: copying file `m4/lt~obsolete.m4'
  124. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  125. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  126. Running gtkdocize --copy...
  127. Running aclocal   -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros...
  128. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
  129. configure.in:44: error: 'AM_CONFIG_HEADER': this macro is obsolete.
  130.     You should use the 'AC_CONFIG_HEADERS' macro instead.
  131. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
  132. configure.in:44: the top level
  133. autom4te: /usr/bin/m4 failed with exit status: 1
  134. aclocal: error: echo failed with exit status: 1
  135. ==> ERROR: A failure occurred in build().
  136.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement