You are not logged in.

#1 2017-10-04 11:48:19

AeroCyber
Member
Registered: 2017-10-02
Posts: 8

[SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

I was searching for a compression GUI utility and i find a lot of good comments about PeaZip, then i tried to install it on my Arch.

First i found out it was available only from AUR: peazip-gtk2 6.4.1-1 (https://aur.archlinux.org/packages/peazip-gtk2/).

The second issue were dependencies, moreover some of them were multilib packages then i also had to activate the multilib repo. Here is the list of the dependencies required:
-balz
-desktop-file-utils
-lib32-curl
-lib32-gmp4
-lib32-gtk2
-lib32-ncurses
-lpaq
-p7zip (p7zip-natspec)
-paq8o
-upx (upx-git)
-zpaq

I managed to install all of them except lib32-gmp4. When i try to run "makepkg -s" i receive the following output (i post here just the last lines where the error occurs):

 ==> Making package: lib32-gmp4 4.3.2-2 (Sat Oct  7 00:03:52 CEST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found gmp-4.3.2.tar.bz2
==> Validating source files with sha256sums...
    gmp-4.3.2.tar.bz2 ... Passed
==> Validating source files with sha512sums...
    gmp-4.3.2.tar.bz2 ... Passed
==> Extracting sources...
  -> Extracting gmp-4.3.2.tar.bz2 with bsdtar
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/aerocyber/AUR: /home/aerocyber/AUR: Is a directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=32
checking compiler gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2... yes
checking compiler gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt has sizeof(long)==4... yes
checking for gcc... gcc -m32
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking for gcc -m32 option to accept ISO C99... none needed
checking for gcc -m32 option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -m32 -E
checking build system compiler gcc -m32... yes
checking for build system preprocessor... gcc -m32 -E
checking for build system executable suffix... 
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -m32 accepts -g... yes
checking C++ compiler g++ -m32 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt... yes
checking how to run the C++ preprocessor... g++ -m32 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
using ABI="32"
      CC="gcc -m32"
      CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
      CPPFLAGS="-D_FORTIFY_SOURCE=2"
      CXX="g++ -m32"
      CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
      MPN_PATH=" x86 generic"
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking whether assembler supports --noexecstack option... yes
checking for ar... ar
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -m32 -E
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
checking for objdir... .libs
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC
checking if gcc -m32 PIC flag -fPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++ -m32... /usr/bin/ld -m elf_i386
checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking for g++ -m32 option to produce PIC... -fPIC
checking if g++ -m32 PIC flag -fPIC works... yes
checking if g++ -m32 static flag -static works... yes
checking if g++ -m32 supports -c -o file.o... yes
checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking invent.h usability... no
checking invent.h presence... no
checking for invent.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking sys/iograph.h usability... no
checking sys/iograph.h presence... no
checking for sys/iograph.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for sys/sysctl.h... yes
checking for machine/hal_sysinfo.h... no
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking whether sys_errlist is declared... yes
checking whether sys_nerr is declared... yes
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... yes
checking for uint_least32_t... yes
checking for preprocessor stringizing operator... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... restrict
checking whether <stdarg.h> exists and works... yes
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking for inline... inline
checking for cos in -lm... yes
checking for working alloca.h... yes
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... IEEE little endian
checking for alarm... yes
checking for attr_get... no
checking for clock... yes
checking for clock_gettime... yes
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for getsysinfo... no
checking for localeconv... yes
checking for memset... yes
checking for mmap... yes
checking for mprotect... yes
checking for nl_langinfo... yes
checking for obstack_vprintf... yes
checking for popen... yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... yes
checking for read_real_time... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for syssgi... no
checking for strchr... yes
checking for strerror... yes
checking for strnlen... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysctlbyname... no
checking for times... yes
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking for std::locale... yes
checking for suitable m4... m4
checking if m4wrap produces spurious output... no
checking how to switch to text section... .text
checking how to switch to data section... .data
checking for assembler label suffix... :
checking for assembler global directive... .globl
checking for assembler global directive attribute... 
checking if globals are prefixed by underscore... no
checking how to switch to read-only data section... 	.section	.rodata
checking for assembler .type directive... .type	$1,@$2
checking for assembler .size directive... .size	$1,$2
checking for assembler local label prefix... .L
checking for assembler byte directive... .byte
checking how to define a 32-bit word... .long
checking if .align assembly directive is logarithmic... no
checking if the .align directive accepts an 0x90 fill in .text... yes
checking for assembler COFF type directives... no
checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore... no
checking if the assembler takes cl with shldl... yes
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned... yes
checking size of unsigned... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for mp_limb_t... yes
checking size of mp_limb_t... 4
checking for stack_t... yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking readline detected... yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for ranlib... (cached) ranlib
creating config.m4
configure: creating ./config.status
config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
config.status: creating Makefile
config.status: creating mpbsd/Makefile
config.status: creating mpf/Makefile
config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
config.status: creating mpz/Makefile
config.status: creating printf/Makefile
config.status: creating scanf/Makefile
config.status: creating cxx/Makefile
config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
config.status: creating tests/mpbsd/Makefile
config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
config.status: creating tests/mpq/Makefile
config.status: creating tests/mpz/Makefile
config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/cxx/Makefile
config.status: creating doc/Makefile
config.status: creating tune/Makefile
config.status: creating demos/Makefile
config.status: creating demos/calc/Makefile
config.status: creating demos/expr/Makefile
config.status: creating gmp.h
config.status: creating mp.h
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking ./mpn/generic/add.c to mpn/add.c
config.status: linking ./mpn/generic/add_1.c to mpn/add_1.c
config.status: linking ./mpn/x86/aors_n.asm to mpn/add_n.asm
config.status: linking ./mpn/generic/sub.c to mpn/sub.c
config.status: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking ./mpn/x86/aors_n.asm to mpn/sub_n.asm
config.status: linking ./mpn/generic/neg_n.c to mpn/neg_n.c
config.status: linking ./mpn/x86/mul_1.asm to mpn/mul_1.asm
config.status: linking ./mpn/x86/aorsmul_1.asm to mpn/addmul_1.asm
config.status: linking ./mpn/x86/aorsmul_1.asm to mpn/submul_1.asm
config.status: linking ./mpn/x86/lshift.asm to mpn/lshift.asm
config.status: linking ./mpn/x86/rshift.asm to mpn/rshift.asm
config.status: linking ./mpn/x86/dive_1.asm to mpn/dive_1.asm
config.status: linking ./mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking ./mpn/generic/divis.c to mpn/divis.c
config.status: linking ./mpn/generic/divrem.c to mpn/divrem.c
config.status: linking ./mpn/x86/divrem_1.asm to mpn/divrem_1.asm
config.status: linking ./mpn/x86/divrem_2.asm to mpn/divrem_2.asm
config.status: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking ./mpn/x86/mod_1.asm to mpn/mod_1.asm
config.status: linking ./mpn/x86/mod_34lsub1.asm to mpn/mod_34lsub1.asm
config.status: linking ./mpn/generic/mode1o.c to mpn/mode1o.c
config.status: linking ./mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
config.status: linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status: linking ./mpn/generic/dump.c to mpn/dump.c
config.status: linking ./mpn/generic/mod_1_1.c to mpn/mod_1_1.c
config.status: linking ./mpn/generic/mod_1_2.c to mpn/mod_1_2.c
config.status: linking ./mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status: linking ./mpn/generic/mod_1_4.c to mpn/mod_1_4.c
config.status: linking ./mpn/generic/mul.c to mpn/mul.c
config.status: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
config.status: linking ./mpn/x86/mul_basecase.asm to mpn/mul_basecase.asm
config.status: linking ./mpn/x86/sqr_basecase.asm to mpn/sqr_basecase.asm
config.status: linking ./mpn/generic/random.c to mpn/random.c
config.status: linking ./mpn/generic/random2.c to mpn/random2.c
config.status: linking ./mpn/generic/pow_1.c to mpn/pow_1.c
config.status: linking ./mpn/generic/rootrem.c to mpn/rootrem.c
config.status: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking ./mpn/generic/get_str.c to mpn/get_str.c
config.status: linking ./mpn/generic/set_str.c to mpn/set_str.c
config.status: linking ./mpn/generic/scan0.c to mpn/scan0.c
config.status: linking ./mpn/generic/scan1.c to mpn/scan1.c
config.status: linking ./mpn/generic/popham.c to mpn/popcount.c
config.status: linking ./mpn/generic/popham.c to mpn/hamdist.c
config.status: linking ./mpn/generic/cmp.c to mpn/cmp.c
config.status: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status: linking ./mpn/generic/gcd.c to mpn/gcd.c
config.status: linking ./mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking ./mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c
config.status: linking ./mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
config.status: linking ./mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status: linking ./mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c
config.status: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
config.status: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
config.status: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking ./mpn/generic/get_d.c to mpn/get_d.c
config.status: linking ./mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status: linking ./mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status: linking ./mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking ./mpn/generic/mullow_n.c to mpn/mullow_n.c
config.status: linking ./mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c
config.status: linking ./mpn/generic/toom22_mul.c to mpn/toom22_mul.c
config.status: linking ./mpn/generic/toom33_mul.c to mpn/toom33_mul.c
config.status: linking ./mpn/generic/toom44_mul.c to mpn/toom44_mul.c
config.status: linking ./mpn/generic/toom32_mul.c to mpn/toom32_mul.c
config.status: linking ./mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status: linking ./mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status: linking ./mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status: linking ./mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status: linking ./mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status: linking ./mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status: linking ./mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
config.status: linking ./mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
config.status: linking ./mpn/generic/invert.c to mpn/invert.c
config.status: linking ./mpn/generic/binvert.c to mpn/binvert.c
config.status: linking ./mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c
config.status: linking ./mpn/generic/sb_divappr_q.c to mpn/sb_divappr_q.c
config.status: linking ./mpn/generic/sb_div_q.c to mpn/sb_div_q.c
config.status: linking ./mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c
config.status: linking ./mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c
config.status: linking ./mpn/generic/dc_div_q.c to mpn/dc_div_q.c
config.status: linking ./mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status: linking ./mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status: linking ./mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status: linking ./mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c
config.status: linking ./mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c
config.status: linking ./mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c
config.status: linking ./mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c
config.status: linking ./mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status: linking ./mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status: linking ./mpn/generic/divexact.c to mpn/divexact.c
config.status: linking ./mpn/x86/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
config.status: linking ./mpn/generic/redc_1.c to mpn/redc_1.c
config.status: linking ./mpn/generic/redc_2.c to mpn/redc_2.c
config.status: linking ./mpn/generic/powm.c to mpn/powm.c
config.status: linking ./mpn/generic/powlo.c to mpn/powlo.c
config.status: linking ./mpn/generic/powm_sec.c to mpn/powm_sec.c
config.status: linking ./mpn/generic/subcnd_n.c to mpn/subcnd_n.c
config.status: linking ./mpn/x86/umul.asm to mpn/umul.asm
config.status: linking ./mpn/x86/udiv.asm to mpn/udiv.asm
config.status: linking ./mpn/x86/copyi.asm to mpn/copyi.asm
config.status: linking ./mpn/x86/copyd.asm to mpn/copyd.asm
config.status: linking ./mpn/generic/addsub_n.c to mpn/addsub_n.c
config.status: linking ./mpn/x86/gmp-mparam.h to gmp-mparam.h
make  all-recursive
make[1]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
Making all in tests
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
Making all in .
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
Making all in devel
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/devel'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/devel'
Making all in mpn
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpn'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpn'
Making all in mpz
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpz'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpz'
Making all in mpq
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpq'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpq'
Making all in mpf
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpf'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpf'
Making all in rand
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/rand'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/rand'
Making all in misc
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/misc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/misc'
Making all in cxx
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/cxx'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/cxx'
Making all in mpbsd
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpbsd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpbsd'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
Making all in mpn
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpn'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpn'
Making all in mpz
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpz'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpz'
Making all in mpq
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpq'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpq'
Making all in mpf
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpf'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpf'
Making all in printf
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/printf'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/printf'
Making all in scanf
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/scanf'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/scanf'
Making all in cxx
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/cxx'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/cxx'
Making all in mpbsd
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpbsd'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpbsd'
Making all in demos
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
Making all in calc
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make  all-am
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
Making all in expr
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/expr'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/expr'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
Making all in tune
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tune'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tune'
Making all in doc
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/doc'
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
make[1]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
==> Entering fakeroot environment...
==> Starting package()...
make  install-recursive
make[1]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
Making install in tests
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
Making install in .
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
Making install in devel
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/devel'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/devel'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/devel'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/devel'
Making install in mpn
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpn'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpn'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpn'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpn'
Making install in mpz
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpz'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpz'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpz'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpz'
Making install in mpq
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpq'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpq'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpq'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpq'
Making install in mpf
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpf'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpf'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpf'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpf'
Making install in rand
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/rand'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/rand'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/rand'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/rand'
Making install in misc
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/misc'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/misc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/misc'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/misc'
Making install in cxx
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/cxx'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/cxx'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/cxx'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/cxx'
Making install in mpbsd
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpbsd'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpbsd'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpbsd'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests/mpbsd'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tests'
Making install in mpn
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpn'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpn'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpn'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpn'
Making install in mpz
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpz'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpz'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpz'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpz'
Making install in mpq
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpq'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpq'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpq'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpq'
Making install in mpf
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpf'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpf'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpf'
Making install in printf
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/printf'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/printf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/printf'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/printf'
Making install in scanf
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/scanf'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/scanf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/scanf'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/scanf'
Making install in cxx
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/cxx'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/cxx'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/cxx'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/cxx'
Making install in mpbsd
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpbsd'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpbsd'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpbsd'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/mpbsd'
Making install in demos
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
Making install in calc
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make  install-am
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make[5]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/calc'
Making install in expr
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/expr'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/expr'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/expr'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos/expr'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
make[4]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/demos'
Making install in tune
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tune'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tune'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tune'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/tune'
Making install in doc
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/doc'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/doc'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/info" || mkdir -p -- . "/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/share/info"
 /usr/bin/install -c -m 644 './gmp.info' '/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/share/info/gmp.info'
 /usr/bin/install -c -m 644 './gmp.info-1' '/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/share/info/gmp.info-1'
 /usr/bin/install -c -m 644 './gmp.info-2' '/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/share/info/gmp.info-2'
 install-info --info-dir='/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/share/info' '/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/share/info/gmp.info'
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/doc'
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2/doc'
make[2]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
make[3]: Entering directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
test -z "/usr/lib32" || mkdir -p -- . "/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libgmp.la' '/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmp.la'
/usr/bin/install -c .libs/libgmp.so.3.5.2 /home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmp.so.3.5.2
/usr/bin/install: target 'Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmp.so.3.5.2' is not a directory
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libgmpxx.la' '/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmpxx.la'
libtool: install: warning: relinking `libgmpxx.la'
(cd /home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2; /bin/sh ./libtool  --mode=relink g++ -m32 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgmpxx.la -rpath /usr/lib32 -version-info 5:2:1 dummy.lo cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/osdoprnti.lo cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la -inst-prefix-dir /home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4)  
./libtool: line 6351: cd: too many arguments
g++ -m32 -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib32/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/32/crtbeginS.o  .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o  -L/home/aerocyber/AUR/usr/lib32 -L/usr/lib32 -lgmp -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib32 -L/lib/../lib32 -L/usr/lib/../lib32 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/32/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib32/crtn.o  -m32 -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libgmpxx.so.4 -o .libs/libgmpxx.so.4.1.2
/usr/bin/install -c .libs/libgmpxx.so.4.1.2T /home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmpxx.so.4.1.2
/usr/bin/install: target 'Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmpxx.so.4.1.2' is not a directory
make[3]: *** [Makefile:727: install-libLTLIBRARIES] Error 1
make[3]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
make[2]: *** [Makefile:1197: install-am] Error 2
make[2]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
make[1]: *** [Makefile:925: install-recursive] Error 1
make[1]: Leaving directory '/home/aerocyber/AUR Packages/lib32-gmp4/src/gmp-4.3.2'
make: *** [Makefile:1191: install] Error 2
==> ERROR: A failure occurred in package().
    Aborting...

Someone can help me resolve this probelm and install lib32-gmp4 or suggest me some other way to get this dependency and be able to install peazip?


Thanks in advance!

Last edited by AeroCyber (2017-10-07 10:46:24)

Offline

#2 2017-10-04 14:06:16

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

Welcome to the forums AeroCyber smile

AeroCyber wrote:

(i post here just the last lines where the error occurs):

Please don't do that. Post the entire log.

Last edited by Slithery (2017-10-04 14:06:49)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-10-06 14:26:16

krysan
Member
Registered: 2017-10-02
Posts: 12

Re: [SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

you should use p7zip its small, its fast and easy to use

Offline

#4 2017-10-06 22:07:50

AeroCyber
Member
Registered: 2017-10-02
Posts: 8

Re: [SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

slithery wrote:

Welcome to the forums AeroCyber smile

AeroCyber wrote:

(i post here just the last lines where the error occurs):

Please don't do that. Post the entire log.


Thanks for the welcome slithery. I modified my post with all the output of mkpkg. Are u able to suggest me something now?


krysan wrote:

you should use p7zip its small, its fast and easy to use


Thanks for the suggestions, but i wanted to try this one. If i will not be able to make this work i will go for that one.

Last edited by AeroCyber (2017-10-06 22:09:23)

Offline

#5 2017-10-06 22:13:49

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

/usr/bin/install: target 'Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmpxx.so.4.1.2' is not a directory

It looks like it's falling over on your build directory name, this shouldn't happen with a correctly written PKGBUILD/makefile.

Try building in a directory that doesn't contain spaces.

Last edited by Slithery (2017-10-06 22:32:19)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#6 2017-10-07 10:43:21

AeroCyber
Member
Registered: 2017-10-02
Posts: 8

Re: [SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

slithery wrote:
/usr/bin/install: target 'Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/libgmpxx.so.4.1.2' is not a directory

It looks like it's falling over on your build directory name, this shouldn't happen with a correctly written PKGBUILD/makefile.

Try building in a directory that doesn't contain spaces.


It worked, thank you so much slithery! Can you explain me how you understood that? I mean, there is no information about my installation directory in the line of log that you quoted, how you understood that the problem was my directory name? Infact i was trying to makepkg inside a directory called "AUR Packages".

In any case i solved the problem in the following way:

  • I download again the AUR package;

  • I let it in the download folder and i unpacked the archive there;

  • I run the "makepkg -s" command inside the folder ~/Downloads/lib32-gmp4. It performed correctly this time;

  • I then move the folder ~/Downloads/lib32-gmp4 to ~/AUR Packages/lib32-gmp4 and then i run inside it "sudo pacman -U *.xz. It installed PeaZip correctly;

  • Done.

It was probabily a problem connected to the space in the directory name "AUR Packages" in which i previously tried to run "makepkg -s", since i already tried to re-download the AUR package and run "makepkg -s" many times without success.


Thanks again slithery!

Offline

#7 2017-10-07 11:05:51

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

AeroCyber wrote:

It worked, thank you so much slithery! Can you explain me how you understood that? I mean, there is no information about my installation directory in the line of log that you quoted, how you understood that the problem was my directory name? Infact i was trying to makepkg inside a directory called "AUR Packages".

All the information I needed to debug was in that line, you just need to look carefully smile

The install command was looking for the directory...

Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/

It should have been looking for the directory...

/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/

Notice how the directory name got split in two somewhere along the way, and only the latter half was passed to the install command. This is due to an error in the packaging where someone has forgotten to quote their variables properly.

If you haven't already done so you should make a comment on the lib32-gmp4 AUR page so that the package maintainer is notified of the problem and can try to implement a fix. All Arch packages are expected to handle spaces in directory names properly.

Last edited by Slithery (2017-10-07 11:09:32)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#8 2017-10-07 12:43:45

AeroCyber
Member
Registered: 2017-10-02
Posts: 8

Re: [SOLVED] PeaZip installation - Issues with lib32-gmp4 dependency

slithery wrote:
AeroCyber wrote:

It worked, thank you so much slithery! Can you explain me how you understood that? I mean, there is no information about my installation directory in the line of log that you quoted, how you understood that the problem was my directory name? Infact i was trying to makepkg inside a directory called "AUR Packages".

All the information I needed to debug was in that line, you just need to look carefully smile

The install command was looking for the directory...

Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/

It should have been looking for the directory...

/home/aerocyber/AUR Packages/lib32-gmp4/pkg/lib32-gmp4/usr/lib32/

Notice how the directory name got split in two somewhere along the way, and only the latter half was passed to the install command. This is due to an error in the packaging where someone has forgotten to quote their variables properly.

If you haven't already done so you should make a comment on the lib32-gmp4 AUR page so that the package maintainer is notified of the problem and can try to implement a fix. All Arch packages are expected to handle spaces in directory names properly.


I'm a Linux user from just around 2 years, and an Arch user from just few months. Sadly i'm not so expert to understand the logs yet, but i will learn. I love Linux so much, and Arch even more. With time i will master it.

In any case thank you so much for the explanation, i did as you suggested i let a comment in the AUR package page. I cited youu, actually the merit is yours wink This is the link to the AUR package page if you want to see the comment: https://aur.archlinux.org/packages/lib32-gmp4/#news.

Last edited by AeroCyber (2017-10-07 12:44:34)

Offline

Board footer

Powered by FluxBB