pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51692: archivers/lz4 fails to compile on NetBSD evbarm due to missing -m32



The following reply was made to PR pkg/51692; it has been noted by GNATS.

From: Filip Hajny <filip%joyent.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/51692: archivers/lz4 fails to compile on NetBSD evbarm due to
 missing -m32
Date: Wed, 7 Dec 2016 22:46:50 +0100

 > 5. 12. 2016 v 16:10, cesco%esiliati.org@localhost:
 >=20
 > lz4 pkgsrc build fails with following error
 >=20
 > =3D=3D=3D> Building for lz4-131nb1
 > gmake[1]: Entering directory =
 '/usr/pkgsrc/archivers/lz4/work/lz4-r131/lib'
 > compiling static library
 > compiling dynamic library 1.7.1
 > creating versioned links
 > gmake[1]: Leaving directory =
 '/usr/pkgsrc/archivers/lz4/work/lz4-r131/lib'
 > gmake[1]: Entering directory =
 '/usr/pkgsrc/archivers/lz4/work/lz4-r131/programs'
 > gcc -m32 -I../lib  -O2 -Wl,-R/usr/pkg/lib -DENABLE_LZ4C_LEGACY_OPTIONS =
 ../lib/lz4.c ../lib/lz4hc.c ../lib/lz4frame.c ../lib/xxhash.c bench.c =
 lz4io.c lz4cli.c -o lz4c32
 > gcc: error: unrecognized command line option '-m32'
 > Makefile:82: recipe for target 'lz4c32' failed
 > gmake[1]: *** [lz4c32] Error 1
 > gmake[1]: Leaving directory =
 '/usr/pkgsrc/archivers/lz4/work/lz4-r131/programs'
 > Makefile:66: recipe for target 'all' failed
 > gmake: *** [all] Error 2
 > *** Error code 2
 
 Can you try the latest 1.7.4.2 version that I just committed? The r131 =
 release had forced 32-bit objects added to the default build, =
 (presumably) for 32/64-bit interoperability test purposes. These were =
 removed (put aside to be precise) in the past few versions.
 
 -F=
 


Home | Main Index | Thread Index | Old Index