Open GoogleCodeExporter opened 9 years ago
I tried your test.zip with github master and it seems to work fine.
Could you please try with that version and let us know?
Original comment by kientzle@gmail.com
on 20 Nov 2014 at 3:12
I took from http://www.libarchive.org/ the Stable release:
libarchive-3.1.2.tar.gz
could you please show me which value do you have for :archive_entry_pathname
with my test.zip file ?
Original comment by christop...@gmail.com
on 20 Nov 2014 at 3:54
by the way I tried to use the zip file here :
https://github.com/libarchive/libarchive
but it didn't compile :
cc1: warnings being treated as errors
libarchive/archive_write_set_format_warc.c: In function 'xstrftime':
libarchive/archive_write_set_format_warc.c:328: error: declaration of 'time'
shadows a global declaration
/usr/include/time.h:186: error: shadowed declaration is here
make[1]: *** [libarchive/archive_write_set_format_warc.lo] Error 1
make[1]: Leaving directory
`/remote/users/ccarrere/dev/test/libarchive-master/libarchive-master'
make: *** [all] Error 2
Original comment by christop...@gmail.com
on 21 Nov 2014 at 8:04
Morever :
hg clone https://github.com/libarchive/libarchive.git fails :
abort: HTTP Error 406: Not Acceptable
Original comment by christop...@gmail.com
on 21 Nov 2014 at 10:27
Finally I used GitHub but I have a other problem :
libarchive% /bin/sh build/autogen.sh
+ aclocal -I build/autoconf
configure.ac:108: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/share/aclocal/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
/usr/share/aclocal/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
/usr/share/aclocal/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:67: LT_INIT is expanded from...
/usr/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:108: the top level
configure.ac:108: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
/usr/share/aclocal/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
/usr/share/aclocal/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
/usr/share/aclocal/libtool.m4:138: _LT_SETUP is expanded from...
/usr/share/aclocal/libtool.m4:67: LT_INIT is expanded from...
/usr/share/aclocal/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:108: the top level
+ case `uname` in
++ uname
+ libtoolize --automake -c
.ibtoolize: AC_CONFIG_MACRO_DIR([build/autoconf]) conflicts with
ACLOCAL_AMFLAGS=-I build/autoconf
Original comment by christop...@gmail.com
on 21 Nov 2014 at 10:57
no news to help me to solve my last issue to play
/bin/sh build/autogen.sh
with no errors?
I tried it to : 2.6.32.23-0.3-default GNU/Linux
Original comment by christop...@gmail.com
on 24 Nov 2014 at 4:38
Please try using cmake; it tends to work a little more reliably.
Original comment by t...@kientzle.com
on 24 Nov 2014 at 7:12
Thanks for your advice, I will try it to compile.
but first I should run /bin/sh build/autogen.sh
Do you think it will solve this issue?
Original comment by christop...@gmail.com
on 25 Nov 2014 at 9:05
I am not able to compile or to make a lib from the master branch. Is it
possible to have a zip file of the last version to test if it solves my initial
issue?
Original comment by christop...@gmail.com
on 26 Nov 2014 at 5:27
Original issue reported on code.google.com by
christop...@gmail.com
on 19 Nov 2014 at 1:36