7.2.1 @ openSUSE 13.1 x64

Bug #1350018 reported by DAP
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
I-Nex
New
Undecided
Unassigned

Bug Description

[ 9s] + autoreconf -fiv
[ 10s] autoreconf: Entering directory `.'
[ 10s] autoreconf: configure.ac: not using Gettext
[ 11s] autoreconf: running: aclocal --force
[ 12s] autoreconf: configure.ac: tracing
[ 12s] autoreconf: configure.ac: not using Libtool
[ 12s] autoreconf: running: /usr/bin/autoconf --force
[ 13s] autoreconf: configure.ac: not using Autoheader
[ 13s] autoreconf: running: automake --add-missing --copy --force-missing
[ 14s] configure.ac:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
[ 14s] configure.ac:4: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
[ 14s] configure.ac:4: installing './install-sh'
[ 14s] configure.ac:4: installing './missing'
[ 14s] autoreconf: Leaving directory `.'
[ 14s] + CFLAGS='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g'
[ 14s] + export CFLAGS
[ 14s] + CXXFLAGS='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g'
[ 14s] + export CXXFLAGS
[ 14s] + FFLAGS='-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g'
[ 14s] + export FFLAGS
[ 14s] + ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking
[ 14s] configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-dependency-tracking
[ 14s] checking for a BSD-compatible install... /usr/bin/install -c
[ 14s] checking whether build environment is sane... yes
[ 14s] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[ 14s] checking for gawk... gawk
[ 14s] checking whether make sets $(MAKE)... yes
[ 14s] checking whether make supports nested variables... yes
[ 14s] checking for gambas3 binaries... Ok
[ 14s] checking for gambas3 components path... Ok
[ 14s] checking for gb.image component... Ok
[ 14s] checking for gb.qt4 component... Ok
[ 14s] checking for gb.form component... Ok
[ 14s] checking for gb.desktop component... Ok
[ 15s] checking that generated files are newer than configure... done
[ 15s] configure: creating ./config.status
[ 15s] config.status: creating Makefile
[ 15s] configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-dependency-tracking
[ 15s] + cd ..
[ 15s] + make -j2 STATIC=false V=1 'additional_confflags+=-fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g'
[ 15s] Build I-Nex...
[ 15s] Build JSON...
[ 15s] make -C JSON
[ 15s] make -C I-Nex
[ 15s] make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/I-Nex-7.2.1/I-Nex'
[ 15s] Compiling i-nex project...
[ 15s] OK
[ 15s] make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/I-Nex-7.2.1/JSON'
[ 15s] Compile Not Static ✔
[ 15s] Compile i-nex-edid ✔
[ 15s] gcc -o i-nex-edid i-nex-edid.c -g -Wall -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g
[ 15s] make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/I-Nex-7.2.1/I-Nex'
[ 15s] Build Pixmaps...
[ 15s] make -C pixmaps
[ 16s] make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/I-Nex-7.2.1/pixmaps'
[ 16s] convert i-nex.png -resize 16x16 i-nex-16.png
[ 16s] convert i-nex.png -resize 32x32 i-nex-32.png
[ 16s] convert i-nex.png -resize 128x128 i-nex-128.png
[ 16s] make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/I-Nex-7.2.1/pixmaps'
[ 16s] Compile i-nex-cpuid ✔
[ 16s] gcc -o i-nex-cpuid i-nex-cpuid.c -I/usr/include/libcpuid -lcpuid -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -g
[ 16s] i-nex-edid.c: In function 'main':
[ 16s] i-nex-edid.c:1417:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
[ 16s] write(ofd, edid, edid_lines * 16);
[ 16s] ^
[ 16s] i-nex-cpuid.c: In function 'main':
[ 16s] i-nex-cpuid.c:835:45: error: 'CPU_FEATURE_CPB' undeclared (first use in this function)
[ 16s] printf(" \"VALUE\": %s \n", data.flags[CPU_FEATURE_CPB] ? "1 ," : "0 ,");
[ 16s] ^
[ 16s] i-nex-cpuid.c:835:45: note: each undeclared identifier is reported only once for each function it appears in
[ 16s] i-nex-cpuid.c:843:45: error: 'CPU_FEATURE_APERFMPERF' undeclared (first use in this function)
[ 16s] printf(" \"VALUE\": %s \n", data.flags[CPU_FEATURE_APERFMPERF] ? "1 ," : "0 ,");
[ 16s] ^
[ 16s] i-nex-cpuid.c:851:45: error: 'CPU_FEATURE_PFI' undeclared (first use in this function)
[ 16s] printf(" \"VALUE\": %s \n", data.flags[CPU_FEATURE_PFI] ? "1 ," : "0 ,");
[ 16s] ^
[ 16s] i-nex-cpuid.c:859:45: error: 'CPU_FEATURE_PA' undeclared (first use in this function)
[ 16s] printf(" \"VALUE\": %s \n", data.flags[CPU_FEATURE_PA] ? "1 ," : "0 ,");
[ 16s] ^
[ 16s] make[1]: *** [compile-i-nex-cpuid] Error 1
[ 16s] make[1]: *** Waiting for unfinished jobs....
[ 17s] i-nex-edid.c:1656:26: warning: 'conformant_extension' may be used uninitialized in this function [-Wmaybe-uninitialized]
[ 17s] nonconformant_extension += parse_extension(x);
[ 17s] ^
[ 17s] i-nex-edid.c:110:11: warning: 'v' may be used uninitialized in this function [-Wmaybe-uninitialized]
[ 17s] printf("%s%s: %s (%d)\n", prefix, field->name, v->description, val);
[ 17s] ^
[ 17s] i-nex-edid.c:95:19: note: 'v' was declared here
[ 17s] struct value *v;
[ 17s] ^
[ 17s] i-nex-edid.c:1417:7: warning: 'ofd' may be used uninitialized in this function [-Wmaybe-uninitialized]
[ 17s] write(ofd, edid, edid_lines * 16);
[ 17s] ^
[ 19s] make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/I-Nex-7.2.1/JSON'
[ 19s] make: *** [build-json] Error 2

Revision history for this message
eloaders (eloaders) wrote :

you must use libcpuid library from this repo https://github.com/anrieff/libcpuid

Revision history for this message
DAP (darkness) wrote :

Looks fine, thank you!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.