Comment by luispa (2012-11-13 13:35) Hi, Squeeze complains about missed applications when trying to unzip (extract) a file. Message is: "Squeeze no puede extraer de este tipo de archivo: falta la aplicaciĆ³n que lo soporta." It means something like this: "Squeeze can't extract file type: The needed application is missing" When I try to unzip (open) a file nothing happens, but if I run it from the console I see this message: ** (squeeze:1531): CRITICAL **: file archive.c: line 451 (lsq_archive_operate): should not be reached I have installed all dependencies and libraries, I guess there's something to fix in the /usr/share/squeeze files. By the way, Are the squeeze developers still supporting it? Thank you very much in advance, Luis Pablo Comment by ewtoombs (2012-12-16 22:34) 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. Comment by ewtoombs (2012-12-16 22:52) nvm, I just figured out why. Squeeze doesn't work. Comment by darkjh (2013-02-16 06:41) == Starting build... Cloning into '/tmp/yaourt-tmp-darkjh/aur-squeeze-git/src/squeeze-build'... done. Preparing package directory /tmp/yaourt-tmp-darkjh/aur-squeeze-git/src/squeeze-build... Creating /tmp/yaourt-tmp-darkjh/aur-squeeze-git/src/squeeze-build/aclocal.m4... Running glib-gettextize --force --copy... Copying file mkinstalldirs Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. Running intltoolize --automake --copy --force Patching file 'po/Makefile.in.in' Running libtoolize --force --copy... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. Running gtkdocize --copy... Running aclocal -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros... aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:44: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from... configure.in:44: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 == ERROR: A failure occurred in build(). Aborting... == ERROR: Makepkg was unable to build squeeze-git. == Restart building squeeze-git ? [y/N] == ------------------------------------ == I installed xfce4-dev-tools-git but still have an error during building with above msg. Any help? Comment by Jristz (2013-03-15 16:40) sed 's|AM_CONFIG_HEADER(config.h)|AC_CONFIG_HEADERS([config.h])|g' -i configure.ac fix the problem for me, this need be previous to the first ./configure squeeze-git 20120508-1 (Wed Sep 14 21:55:55 CEST 2011) ( Unsupported package: Potentially dangerous ! ) - libxfce4util (already installed) - hicolor-icon-theme (already installed) - dbus-glib (already installed) - gtk2 (already installed) - desktop-file-utils (already installed) - git (already installed) - xfce4-dev-tools (already installed) - pkgconfig (already installed) - gtk-doc (already installed) ==> Connecting to GIT server.... Cloning into 'squeeze'... ==> GIT checkout done or server timeout ==> Starting build... Cloning into '/tmp/yaourt-tmp-egidio/aur-squeeze-git/src/squeeze-build'... done. Preparing package directory /tmp/yaourt-tmp-egidio/aur-squeeze-git/src/squeeze-build... Creating /tmp/yaourt-tmp-egidio/aur-squeeze-git/src/squeeze-build/aclocal.m4... Running glib-gettextize --force --copy... Copying file mkinstalldirs Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. Running intltoolize --automake --copy --force Patching file 'po/Makefile.in.in' Running libtoolize --force --copy... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. Running gtkdocize --copy... Running aclocal -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros... aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:44: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from... configure.in:44: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 ==> ERROR: A failure occurred in build(). Aborting...