Package Details: libfragmentzip 60-1

Git Clone URL: https://aur.archlinux.org/libfragmentzip.git (read-only, click to copy)
Package Base: libfragmentzip
Description: A library allowing to download single files from a remote zip archive
Upstream URL: https://github.com/tihmstar/libfragmentzip
Licenses: LGPL3
Conflicts: libfragmentzip
Provides: libfragmentzip
Submitter: sunflsks
Maintainer: sunflsks
Last Packager: sunflsks
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-25 02:05 (UTC)
Last Updated: 2021-02-25 02:05 (UTC)

Latest Comments

0x9fff00 commented on 2022-01-15 12:17 (UTC)

build fails unless source is changed to ("git+https://github.com/tihmstar/libfragmentzip.git#tag=$pkgver") due to this line in configure.ac:

AC_INIT([libfragmentzip], m4_esyscmd([git rev-list --count HEAD | tr -d '\n']), [tihmstar@gmail.com])
==> Starting build()...
fatal: not a git repository (or any of the parent directories): .git
configure.ac:8: error: AC_INIT should be called with package and version arguments
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:8: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: autom4te failed with exit status: 1
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
configure.ac:4: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete.
configure.ac:4: You should run autoupdate.
./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
configure.ac:4: the top level
configure.ac:6: error: possibly undefined macro: AM_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:8: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:35: error: possibly undefined macro: AM_CONDITIONAL
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
libfragmentzip/Makefile.am:9: error: WIN32 does not appear in AM_CONDITIONAL
libfragmentzip/Makefile.am:4: error: Libtool library used but 'LIBTOOL' is undefined
libfragmentzip/Makefile.am:4:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
libfragmentzip/Makefile.am:4:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
libfragmentzip/Makefile.am:4:   If 'LT_INIT' is in 'configure.ac', make sure
libfragmentzip/Makefile.am:4:   its definition is in aclocal's search path.
libfragmentzip/Makefile.am: installing './depcomp'
/usr/share/automake-1.16/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am:   The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.16/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.16/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am:   The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.16/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.16/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.16/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
aclocal: warning: couldn't open directory 'm4': No such file or directory
fatal: not a git repository (or any of the parent directories): .git
configure.ac:8: error: AC_INIT should be called with package and version arguments
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:8: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
./configure: line 2888: AM_PROG_LIBTOOL: command not found
./configure: line 2890: syntax error near unexpected token `subdir-objects'
./configure: line 2890: `AM_INIT_AUTOMAKE(subdir-objects)'
==> ERROR: A failure occurred in build().
    Aborting...