libextractor
[Top][All Lists]
Advanced

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

build on SmartOS fails


From: Nikita Ronja Gillmann
Subject: build on SmartOS fails
Date: Wed, 24 May 2023 17:16:16 +0200

Hi,

our builds on SmartOS fail for libextractor 1.11:

https://us-central.manta.mnx.io/pkgsrc/public/reports/upstream-trunk/20230523.2249/libextractor-1.11nb10/build.log
https://us-central.manta.mnx.io/pkgsrc/public/reports/upstream-trunk/20230523.2249/libextractor-1.11nb10/configure.log

specifically:

libtool: link: rm -f .libs/libextractor_riff.so.exp
libtool: link: ( cd ".libs" && rm -f "libextractor_riff.la" && ln -s 
"../libextractor_riff.la" "libextractor_riff.la" )
/usr/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..  -I../../src/include -I../../src/common -I/opt/pkg/include 
-I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 
-I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/ImageMagick-7 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/ffmpeg4  -pipe -O2 -msave-args 
-fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include 
-I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 
-I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/ImageMagick-7 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/ffmpeg4 -MT s3m_extractor.lo 
-MD -MP -MF .deps/s3m_extractor.Tpo -c -o s3m_extractor.lo s3m_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
-I../../src/common 
-I/home/pbulk/build/devel/libextractor/work/.buildlink/include 
-I/home/pbulk/build/devel/libextractor/work/.buildlink/include/glib-2.0 
-I/home/pbulk/build/devel/libextractor/work/.buildlink/include/gio-unix-2.0 
-I/home/pbulk/build/devel/libextractor/work/.buildlink/lib/glib-2.0/include 
-I/home/pbulk/build/devel/libextractor/work/.buildlink/include/ImageMagick-7 
-I/home/pbulk/build/devel/libextractor/work/.buildlink/include/freetype2 
-I/home/pbulk/build/devel/libextractor/work/.buildlink/include/ffmpeg4 -pipe 
-O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT 
s3m_extractor.lo -MD -MP -MF .deps/s3m_extractor.Tpo -c s3m_extractor.c  -fPIC 
-DPIC -o .libs/s3m_extractor.o
In file included from s3m_extractor.c:28:
../../src/common/le_architecture.h:65:36: error: operator '==' has no right 
operand
   65 | #if __BYTE_ORDER == __LITTLE_ENDIAN
      |                                    ^
s3m_extractor.c: In function 'EXTRACTOR_s3m_extract_method':
../../src/common/le_architecture.h:85:23: warning: implicit declaration of 
function '__bswap_16' [-Wimplicit-function-declaration]
   85 | #define LE_le16toh(x) __bswap_16 (x)
      |                       ^~~~~~~~~~
s3m_extractor.c:96:29: note: in expansion of macro 'LE_le16toh'
   96 |   header.number_of_orders = LE_le16toh (header.number_of_orders);
      |                             ^~~~~~~~~~
gmake[4]: *** [Makefile:2268: s3m_extractor.lo] Error 1
gmake[4]: Leaving directory 
'/home/pbulk/build/devel/libextractor/work/libextractor-1.11/src/plugins'
gmake[3]: *** [Makefile:2350: all-recursive] Error 1
gmake[3]: Leaving directory 
'/home/pbulk/build/devel/libextractor/work/libextractor-1.11/src/plugins'
gmake[2]: *** [Makefile:433: all-recursive] Error 1
gmake[2]: Leaving directory 
'/home/pbulk/build/devel/libextractor/work/libextractor-1.11/src'
gmake[1]: *** [Makefile:555: all-recursive] Error 1
gmake[1]: Leaving directory 
'/home/pbulk/build/devel/libextractor/work/libextractor-1.11'
gmake: *** [Makefile:462: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in 
/data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libextractor
*** Error code 1

Stop.
bmake: stopped in 
/data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libextractor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]