You are not logged in.
Hello,
I use cd-rw for data storage. People might say that this is an outdated
technology, but I see it as a reliable and cheap storage.
After burning the disc, I would like to scan for C1 + C2 errors with
qpxtool. I am having trouble installing qpxtool.
This is what I do:
check that all dependencies are met:
$ pacman -Qi qt4-> OK
$ git clone https://aur.archlinux.org/qpxtool.git
$ makepkg -siIt does not build. You can find the output here:
$ makepkg -si
==> Making package: qpxtool 0.7.2-5 (2018-06-28T21:51:06 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found qpxtool-0.7.2.tar.bz2
-> Found libpng15.patch
==> Validating source files with md5sums...
qpxtool-0.7.2.tar.bz2 ... Passed
libpng15.patch ... Passed
==> Extracting sources...
-> Extracting qpxtool-0.7.2.tar.bz2 with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
patching file console/f1tattoo/f1tattoo.cpp
Checking OS... Linux
Checking machine arch... x86_64
Checking for make... yes
Checking if we have GNU Make... yes
Checking C compiler... gcc 8.1.1
Checking C++ compiler... gcc 8.1.1
Checking off_t size with _FILE_OFFSET_BITS = 64... 8
Checking for fopen64()... yes
Checking for fseek64()... no
Checking for fseeko()... yes
Checking for libpng... 1.6.34
libpng compiler flags: -I/usr/include/libpng16
libpng linker flags: -L/usr/lib -lpng16
Checking png.h presense... yes
Checking png.h usability... yes
Checking for Qt4... Unknown/unsupported Qt version
/usr/lib (5.11.1), qmake command:
** Creating Makefiles...
* Makefile
* lib/Makefile.lib
* plugins/Makefile.plugin
* gui/Makefile
** install prefix: /usr
** debug version: no
** PNG support: yes
** build gui: yes
** use internal WT: yes
Installation paths:
bin : /usr/bin
sbin : /usr/bin
libs : /usr/lib
plugins : /usr/lib/qpxtool
includes : /usr/include/qpxtool
man : /usr/share/man
** Configuration finished! run `make` now
make -C lib
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
make -C qpxtransport DIR=qpxtransport
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
make -C qpxplextor DIR=qpxplextor
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
make -C qpxpioneer DIR=qpxpioneer
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
make -C qpxyamaha DIR=qpxyamaha
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
make -C qpxscan DIR=qpxscan
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
make -C console
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C readdvd DIR=readdvd
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
make[2]: 'readdvd' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
make -C cdvdcontrol DIR=cdvdcontrol
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
make[2]: 'cdvdcontrol' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
make -C pxfw DIR=pxfw
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
make[2]: 'pxfw' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
make -C f1tattoo DIR=f1tattoo
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -I/usr/include/libpng16 -D_FORTIFY_SOURCE=2 -c -o f1tattoo.o f1tattoo.cpp
f1tattoo.cpp: In function ‘bool tattoo_read_png(unsigned char*, uint32_t, FILE*)’:
f1tattoo.cpp:186:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘png_size_t’ {aka ‘long unsigned int’} [-Wformat=]
printf("ROW bytes : %d\n", png_get_rowbytes(png_ptr, info_ptr));
^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f1tattoo.cpp:89:11: warning: variable ‘number_of_passes’ set but not used [-Wunused-but-set-variable]
uint32_t number_of_passes;
^~~~~~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -I/usr/include/libpng16 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now f1tattoo.o -o f1tattoo -L../../lib/lib -lqpxtransport -lqpxyamaha -L/usr/lib -lpng16
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
make -C qscan DIR=qscan
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
make[2]: 'qscan' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
make -C qscand DIR=qscand
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
make[2]: 'qscand' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C plugins
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C generic DIR=generic
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
make -C plextor DIR=plextor
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
make -C pioneer DIR=pioneer
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
make -C nec DIR=nec
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
make -C liteon DIR=liteon
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
make -C asus DIR=asus
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
make -C benq DIR=benq
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
make -C benq_dvdrom DIR=benq_dvdrom
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
make -C tsst DIR=tsst
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C man
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
make -C gui
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
rm -f Makefile.qmake
LIBS+=-L../lib/lib LIBS+=-lqpxtransport -o Makefile.qmake
/bin/sh: -o: command not found
make[1]: *** [Makefile:38: Makefile.qmake] Error 127
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
make: *** [Makefile:42: gui] Error 2
==> ERROR: A failure occurred in build().
Aborting...I have tried to track down the problem. So far, I know where the
"-o command not found" error is coming from.
It is coming from one of the makefiles:
/home/daniel/qpxtool/src/qpxtool-0.7.2/gui/Makefile
Line 38:
$(QMAKE4) LIBS+=-L../lib/lib LIBS+=-lqpxtransport -o Makefile.qmakeThe environment variable QMAKE4 is expected to exist, but does not exist
on my system. What can I do to install the package?
Last edited by lt.daniel (2018-06-28 20:27:40)
Offline
git clone https://aur.archlinux.org/qpxtool.git
cd cd qpxtool
extra-x86_64-build #need devtoolsWorks on this system. If it does not work on your system please post the full output from the attempted build.
Offline
You can find the end of the output here:
Please don't truncate output, post it all, and please use code tags when doing so.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Online
Sorry, I have updated my previous post. The full output is there now.
It builds with extra-x86_64-build on my system, too.
Last edited by lt.daniel (2018-06-28 20:05:27)
Offline
/usr/lib (5.11.1), qmake command: You need to build it in a clean chroot without qt5-base installed or you will have to explicitly specify which qmake to use.
Offline
Can you please tell me, where can I find an explanation for
- how to build a package in a clean chroot and then install it on my "real" system?
- How can I specify which qmake is used when makepkg is called?
Last edited by lt.daniel (2018-06-28 20:18:43)
Offline
Can you please tell me, where can I find an explanation for
- how to build a package in a clean chroot and then install it on my "real" system?
The built package will be in the directory you ran extra-x86_64-build in. Install it the same as you would any local package.
- How can I specify which qmake is used when makepkg is called?
I meant you would need to alter the PKGBUILD to set an environment variable or pass an option to configure.
Edit:
grammar missing 'any' and 'locale' should be 'local'
Last edited by loqs (2018-06-28 20:29:01)
Offline
Thank you so much for helping me.
I resolved the issue so that it builds just with makepkg.
This is what I did:
$ git clone https://aur.archlinux.org/qpxtool.git
$ cd qpxtool
$ pwd
/home/daniel/qpxtoolthere, created a file qmake.patch which will modify the makefile:
--- qpxtool-0.7.2/gui/Makefile 2018-06-28 23:09:24.716761884 +0200
+++ qpxtool-0.7.2-my/gui/Makefile 2018-06-28 23:12:44.972596266 +0200
@@ -1,5 +1,5 @@
QTDIR=/usr/lib
-QMAKE4=
+QMAKE4=qmake-qt4
export QTDIR QMAKE4
all: Makefile.qmakethen, edited PKGBUILD so that it will apply the qmake.patch to
the makefile (see the 4 lines that have a ##Fix comment)
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Stasiorowski <krzysiekst@gmail.com>
## Fix: "make[1]: *** [Makefile:38: Makefile.qmake] Error 127"
pkgname=qpxtool
pkgver=0.7.2
pkgrel=5
pkgdesc="Allows better controll over optical drives to include QChecks and optimization settings."
arch=('x86_64')
url="http://qpxtool.sourceforge.net/"
license=('GPL')
depends=('qt4')
## Fix
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
libpng15.patch
qmake.patch)
## Fix
md5sums=('b1235e74b8ef4fe087a6b64f5cfca14a'
'ab9af7610277652c77c6d114422b2266'
'56d9f8eb7408f814f969965de3545cbb')
build() {
cd "$srcdir"/$pkgname-$pkgver
# Fix strict aliasing warnings
export CFLAGS="$CFLAGS -fno-strict-aliasing"
sed -i \
-e 's|lib64|lib|' \
-e 's|lrelease|lrelease-qt4|' \
configure
patch -p1 <"$srcdir"/libpng15.patch
./configure --prefix=/usr --sbindir=/usr/bin
## Fix:
patch -p1 <"$srcdir"/qmake.patch
make
}
package() {
cd "$srcdir"/$pkgname-$pkgver
mkdir -p "$pkgdir"/usr/bin
make DESTDIR="$pkgdir" install
}then it builds with just:
$ makepkg -si
==> Making package: qpxtool 0.7.2-5 (2018-06-29T00:48:01 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading qpxtool-0.7.2.tar.bz2...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 392 100 392 0 0 1023 0 --:--:-- --:--:-- --:--:-- 1023
100 367 100 367 0 0 643 0 --:--:-- --:--:-- --:--:-- 0
100 573k 100 573k 0 0 629k 0 --:--:-- --:--:-- --:--:-- 629k
-> Found libpng15.patch
-> Found qmake.patch
==> Validating source files with md5sums...
qpxtool-0.7.2.tar.bz2 ... Passed
libpng15.patch ... Passed
qmake.patch ... Passed
==> Extracting sources...
-> Extracting qpxtool-0.7.2.tar.bz2 with bsdtar
==> Starting build()...
patching file console/f1tattoo/f1tattoo.cpp
Checking OS... Linux
Checking machine arch... x86_64
Checking for make... yes
Checking if we have GNU Make... yes
Checking C compiler... gcc 8.1.1
Checking C++ compiler... gcc 8.1.1
Checking off_t size with _FILE_OFFSET_BITS = 64... 8
Checking for fopen64()... yes
Checking for fseek64()... no
Checking for fseeko()... yes
Checking for libpng... 1.6.34
libpng compiler flags: -I/usr/include/libpng16
libpng linker flags: -L/usr/lib -lpng16
Checking png.h presense... yes
Checking png.h usability... yes
Checking for Qt4... Unknown/unsupported Qt version
/usr/lib (5.11.1), qmake command:
** Creating Makefiles...
* Makefile
* lib/Makefile.lib
* plugins/Makefile.plugin
* gui/Makefile
** install prefix: /usr
** debug version: no
** PNG support: yes
** build gui: yes
** use internal WT: yes
Installation paths:
bin : /usr/bin
sbin : /usr/bin
libs : /usr/lib
plugins : /usr/lib/qpxtool
includes : /usr/include/qpxtool
man : /usr/share/man
** Configuration finished! run `make` now
patching file gui/Makefile
make -C lib
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
make -C qpxtransport DIR=qpxtransport
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o common_functions.o common_functions.cpp
common_functions.cpp: In function ‘uint32_t to32u(int32_t)’:
common_functions.cpp:127:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
uint32_t to32u(int32_t c) { return *(uint32_t*)c; }
^
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o qpx_transport.o qpx_transport.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o qpx_mmc.o qpx_mmc.cpp
qpx_mmc.cpp:1807:2: warning: #warning DVD+RW total sectors reading [-Wcpp]
#warning DVD+RW total sectors reading
^~~~~~~
qpx_mmc.cpp: In function ‘int get_performance(drive_info*, bool, uint8_t)’:
qpx_mmc.cpp:2363:11: warning: variable ‘r’ set but not used [-Wunused-but-set-variable]
uint32_t r,w,lba;
^
qpx_mmc.cpp:2363:13: warning: variable ‘w’ set but not used [-Wunused-but-set-variable]
uint32_t r,w,lba;
^
qpx_mmc.cpp:2363:15: warning: variable ‘lba’ set but not used [-Wunused-but-set-variable]
uint32_t r,w,lba;
^~~
qpx_mmc.cpp: In function ‘int set_cd_speed(drive_info*)’:
qpx_mmc.cpp:2694:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (!drive->silent) sperror ("SET_CD_SPEED",drive->err); return (drive->err);
^~
qpx_mmc.cpp:2694:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (!drive->silent) sperror ("SET_CD_SPEED",drive->err); return (drive->err);
^~~~~~
qpx_mmc.cpp: In function ‘int plextor_px755_get_auth_code(drive_info*, unsigned char*)’:
qpx_mmc.cpp:3122:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (int i=0; i<16; i++) printf("0x%02X ",dev->rd_buf[i]&0xFF); printf("\n");
^~~
qpx_mmc.cpp:3122:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
for (int i=0; i<16; i++) printf("0x%02X ",dev->rd_buf[i]&0xFF); printf("\n");
^~~~~~
qpx_mmc.cpp: In function ‘int scanbus(int)’:
qpx_mmc.cpp:734:22: warning: ‘%s’ directive writing up to 255 bytes into a region of size 11 [-Wformat-overflow=]
sprintf(devstr, "/dev/%s", dentry->d_name);
^~~~~~~~~
In file included from /usr/include/stdio.h:862,
from qpx_mmc.cpp:15:
/usr/include/bits/stdio2.h:33:34: note: ‘__builtin___sprintf_chk’ output between 6 and 261 bytes into a destination of size 16
return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o qpx_mmc_css.o qpx_mmc_css.cpp
qpx_mmc_css.cpp:598:2: warning: #warning clean title keys [-Wcpp]
#warning clean title keys
^~~~~~~
qpx_mmc_css.cpp:1611:2: warning: #warning "Reset the drive before trying to continue" [-Wcpp]
#warning "Reset the drive before trying to continue"
^~~~~~~
qpx_mmc_css.cpp: In function ‘int get_rpc_state(drive_info*)’:
qpx_mmc_css.cpp:338:16: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
unsigned char t;//,vl,ul;
^
qpx_mmc_css.cpp:339:16: warning: variable ‘sh’ set but not used [-Wunused-but-set-variable]
unsigned char sh;
^~
qpx_mmc_css.cpp: In function ‘int css_title(drive_info*, int)’:
qpx_mmc_css.cpp:1770:42: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
if( ! drive->media.dvdcss.protection == 0x01 )
^~
qpx_mmc_css.cpp:1770:9: note: add parentheses around left hand side expression to silence this warning
if( ! drive->media.dvdcss.protection == 0x01 )
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
( )
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o threads.o threads.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o sense.o sense.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqpxtransport.so.0 common_functions.o qpx_transport.o qpx_mmc.o qpx_mmc_css.o threads.o sense.o -o libqpxtransport.so.0.7.0 -lpthread
mkdir -p ../lib
ln -fs ../qpxtransport/libqpxtransport.so.0.7.0 ../lib/libqpxtransport.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
make -C qpxplextor DIR=qpxplextor
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o plextor_features.o plextor_features.cpp
plextor_features.cpp: In function ‘int plextor_get_strategy(drive_info*)’:
plextor_features.cpp:863:2: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[i]); printf("\n");
^~~
plextor_features.cpp:863:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[i]); printf("\n");
^~~~~~
plextor_features.cpp:871:2: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[offs+i]); printf("\n");
^~~
plextor_features.cpp:871:62: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[offs+i]); printf("\n");
^~~~~~
plextor_features.cpp:833:10: warning: variable ‘acnt’ set but not used [-Wunused-but-set-variable]
int cnt,acnt;
^~~~
plextor_features.cpp: In function ‘int plextor_add_strategy(drive_info*)’:
plextor_features.cpp:921:2: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[i]); printf("\n");
^~~
plextor_features.cpp:921:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[i]); printf("\n");
^~~~~~
plextor_features.cpp:958:2: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[i]); printf("\n");
^~~
plextor_features.cpp:958:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
for (i=0; i<8; i++) printf("%02X ", drive->rd_buf[i]); printf("\n");
^~~~~~
plextor_features.cpp: In function ‘int plextor_create_strategy(drive_info*, int)’:
plextor_features.cpp:1032:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (!drive->silent) printf(" AS CRE: "); for (i=0; i<0x12; i++) printf("%02X ", drive->rd_buf[i] & 0x0FF); printf("\n");
^~
plextor_features.cpp:1032:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (!drive->silent) printf(" AS CRE: "); for (i=0; i<0x12; i++) printf("%02X ", drive->rd_buf[i] & 0x0FF); printf("\n");
^~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqpxplextor.so.0 plextor_features.o -o libqpxplextor.so.0.7.0 -lqpxtransport -L../lib
mkdir -p ../lib
ln -fs ../qpxplextor/libqpxplextor.so.0.7.0 ../lib/libqpxplextor.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
make -C qpxpioneer DIR=qpxpioneer
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o pioneer_spdctl.o pioneer_spdctl.cpp
pioneer_spdctl.cpp: In function ‘int pioneer_set_peakpower(drive_info*, bool, bool)’:
pioneer_spdctl.cpp:65:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
pioneer_spdctl.cpp: In function ‘int pioneer_set_pureread(drive_info*, char)’:
pioneer_spdctl.cpp:69:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqpxpioneer.so.0 pioneer_spdctl.o -o libqpxpioneer.so.0.7.0 -lqpxtransport -L../lib
mkdir -p ../lib
ln -fs ../qpxpioneer/libqpxpioneer.so.0.7.0 ../lib/libqpxpioneer.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
make -C qpxyamaha DIR=qpxyamaha
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o yamaha_features.o yamaha_features.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqpxyamaha.so.0 yamaha_features.o -o libqpxyamaha.so.0.7.0 -lqpxtransport -L../lib
mkdir -p ../lib
ln -fs ../qpxyamaha/libqpxyamaha.so.0.7.0 ../lib/libqpxyamaha.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
make -C qpxscan DIR=qpxscan
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o qpx_scan.o qpx_scan.cpp
In file included from ./include/qpx_scan.h:17,
from qpx_scan.cpp:42:
./include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
./include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
./include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
./include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
./include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
./include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
qpx_scan.cpp: In member function ‘int qscanner::plugin_attach_fallback()’:
qpx_scan.cpp:236:83: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
int qscanner::plugin_attach_fallback() { return plugin_attach(FALLBACK_PLUGIN_NAME); }
^
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o qpx_scan_algo.o qpx_scan_algo.cpp
qpx_scan_algo.cpp:337:2: warning: #warning Using internal WT implementation! [-Wcpp]
#warning Using internal WT implementation!
^~~~~~~
In file included from ./include/qpx_scan.h:17,
from qpx_scan_algo.cpp:19:
./include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
./include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
./include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
./include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
./include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
./include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
qpx_scan_algo.cpp: In member function ‘int qscanner::run_cd_errc()’:
qpx_scan_algo.cpp:472:7: warning: variable ‘errc_data’ set but not used [-Wunused-but-set-variable]
int errc_data;
^~~~~~~~~
qpx_scan_algo.cpp: In member function ‘int qscanner::run_dvd_errc()’:
qpx_scan_algo.cpp:603:10: warning: variable ‘errc_data’ set but not used [-Wunused-but-set-variable]
int errc_data;
^~~~~~~~~
qpx_scan_algo.cpp: In member function ‘int qscanner::run_bd_errc()’:
qpx_scan_algo.cpp:841:10: warning: variable ‘errc_data’ set but not used [-Wunused-but-set-variable]
int errc_data;
^~~~~~~~~
qpx_scan_algo.cpp:843:10: warning: variable ‘lbas’ set but not used [-Wunused-but-set-variable]
long lbas;
^~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -D_FORTIFY_SOURCE=2 -c -o qpx_writer.o qpx_writer.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I./include -I../include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqpxscan.so.0 qpx_scan.o qpx_scan_algo.o qpx_writer.o -o libqpxscan.so.0.7.0 -ldl -lqpxtransport -lqpxplextor -L../lib
mkdir -p ../lib
ln -fs ../qpxscan/libqpxscan.so.0.7.0 ../lib/libqpxscan.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
make -C console
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C readdvd DIR=readdvd
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o deadreader.o deadreader.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o kbhit.o kbhit.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o sectmap.o sectmap.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o reader.o reader.cpp
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o reader_disc.o reader_disc.cpp
reader_disc.cpp: In function ‘void* read_disc(void*)’:
reader_disc.cpp:448:16: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int32_t’ {aka ‘int’} [-Wsign-compare]
while (lba < dev->media.capacity) {
~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from ../../lib/include/threads.h:1,
from ./sectmap.h:14,
from reader_disc.cpp:24:
../../lib/include/../qpxtransport/include/threads.h:33:50: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#define thread_exit(r) pthread_exit((void*)(r))
^
reader_disc.cpp:572:5: note: in expansion of macro ‘thread_exit’
thread_exit(parm->result);
^~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o imgwriter.o imgwriter.cpp
imgwriter.cpp: In member function ‘int imgwriter::write(int, int, int, void*)’:
imgwriter.cpp:64:14: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘off_t’ {aka ‘long int’} [-Wformat=]
printf("\nseek() failed! Offs: %lld (%08LX)\n", offs, offs);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
imgwriter.cpp:64:14: warning: format ‘%LX’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘off_t’ {aka ‘long int’} [-Wformat=]
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o dvd_udf.o dvd_udf.cpp
dvd_udf.cpp:58:2: warning: #warning "Assuming that (unsigned long) can hold (void *)" [-Wcpp]
#warning "Assuming that (unsigned long) can hold (void *)"
^~~~~~~
dvd_udf.cpp: In function ‘int UDFLogVolume(uint8_t*, char*)’:
dvd_udf.cpp:592:20: warning: variable ‘MT_L’ set but not used [-Wunused-but-set-variable]
uint32_t lbsize, MT_L, N_PM;
^~~~
dvd_udf.cpp:592:26: warning: variable ‘N_PM’ set but not used [-Wunused-but-set-variable]
uint32_t lbsize, MT_L, N_PM;
^~~~
dvd_udf.cpp: In function ‘int UDFGetDescriptor(udf_t*, int, uint8_t*, int)’:
dvd_udf.cpp:1124:12: warning: variable ‘lastsector’ set but not used [-Wunused-but-set-variable]
uint32_t lastsector;
^~~~~~~~~~
dvd_udf.cpp:1125:10: warning: variable ‘terminate’ set but not used [-Wunused-but-set-variable]
int i, terminate;
^~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now deadreader.o kbhit.o sectmap.o reader.o reader_disc.o imgwriter.o dvd_udf.o -o readdvd -L../../lib/lib -lqpxtransport -lpthread
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
make -C cdvdcontrol DIR=cdvdcontrol
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o cdvdcontrol.o cdvdcontrol.cpp
cdvdcontrol.cpp:125:2: warning: #warning "PlexEraser DETECTION. Just assume PX755/760 and Premium-II" [-Wcpp]
#warning "PlexEraser DETECTION. Just assume PX755/760 and Premium-II"
^~~~~~~
cdvdcontrol.cpp: In function ‘int main(int, char**)’:
cdvdcontrol.cpp:362:6: warning: variable ‘amqr’ set but not used [-Wunused-but-set-variable]
int amqr = 0;
^~~~
cdvdcontrol.cpp:363:6: warning: variable ‘forcespeed’ set but not used [-Wunused-but-set-variable]
int forcespeed = 0;
^~~~~~~~~~
cdvdcontrol.cpp:366:7: warning: variable ‘piosilent’ set but not used [-Wunused-but-set-variable]
char piosilent = PIO_SILENT_QUIET;
^~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now cdvdcontrol.o -o cdvdcontrol -L../../lib/lib -lqpxtransport -lqpxplextor -lqpxyamaha -lqpxpioneer
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
make -C pxfw DIR=pxfw
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o pxfw.o pxfw.cpp
pxfw.cpp: In function ‘int main(int, char**)’:
pxfw.cpp:288:6: warning: variable ‘fwblocks_crc’ set but not used [-Wunused-but-set-variable]
int fwblocks_crc;
^~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now pxfw.o -o pxfw -L../../lib/lib -lqpxtransport -lqpxplextor
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
make -C f1tattoo DIR=f1tattoo
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -I/usr/include/libpng16 -D_FORTIFY_SOURCE=2 -c -o f1tattoo.o f1tattoo.cpp
f1tattoo.cpp: In function ‘bool tattoo_read_png(unsigned char*, uint32_t, FILE*)’:
f1tattoo.cpp:186:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘png_size_t’ {aka ‘long unsigned int’} [-Wformat=]
printf("ROW bytes : %d\n", png_get_rowbytes(png_ptr, info_ptr));
^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f1tattoo.cpp:89:11: warning: variable ‘number_of_passes’ set but not used [-Wunused-but-set-variable]
uint32_t number_of_passes;
^~~~~~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -I/usr/include/libpng16 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now f1tattoo.o -o f1tattoo -L../../lib/lib -lqpxtransport -lqpxyamaha -L/usr/lib -lpng16
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
make -C qscan DIR=qscan
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o qscan.o qscan.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ../../lib/include/../qpxscan/include/qpx_scan.h:17,
from ../../lib/include/qpx_scan.h:1,
from qscan.cpp:23:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
qscan.cpp: In function ‘int main(int, char**)’:
qscan.cpp:36:18: warning: format ‘%LX’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
#define IDEV "ID: "
^
qscan.cpp:404:10: note: in expansion of macro ‘IDEV’
printf(IDEV "Device Generic capabilities : 0x%016LX\n",dev->capabilities);
^~~~
qscan.cpp:36:18: warning: format ‘%LX’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
#define IDEV "ID: "
^
qscan.cpp:405:10: note: in expansion of macro ‘IDEV’
printf(IDEV "Device Read capabilities : 0x%016LX\n",dev->rd_capabilities);
^~~~
qscan.cpp:36:18: warning: format ‘%LX’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
#define IDEV "ID: "
^
qscan.cpp:406:10: note: in expansion of macro ‘IDEV’
printf(IDEV "Device Write capabilities : 0x%016LX\n",dev->wr_capabilities);
^~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now qscan.o -o qscan -L../../lib/lib -lqpxtransport -lqpxscan -lqpxplextor
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
make -C qscand DIR=qscand
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o qscand.o qscand.cpp
qscand.cpp: In function ‘int main(int, char**)’:
qscand.cpp:311:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(childs[cli_idx].arg.connfd, "QSCAND: clients limit reached!\n", 31);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -D_FORTIFY_SOURCE=2 -c -o child.o child.cpp
child.cpp: In function ‘void child_proc(child_arg_t*)’:
child.cpp:192:7: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, IDENTV, IDENTV_LEN);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:200:8: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, PROMPT, PROMPT_LEN);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:213:8: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, "\n", 1);
~~~~~^~~~~~~~~~~~~~~~~~~~~~
child.cpp:224:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, helpstr, helpstr_sz);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:249:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, lineo, strlen(lineo));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:260:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, lineo, strlen(lineo));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:274:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, lineo, strlen(lineo));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:287:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, lineo, strlen(lineo));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:301:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, lineo, strlen(lineo));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:313:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, lineo, strlen(lineo));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
child.cpp:393:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write(arg->connfd, lineo, strlen(lineo));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -I. -I../../lib/include -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now qscand.o child.o -o qscand -L../../lib/lib -lqpxtransport -lpthread
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C plugins
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C generic DIR=generic
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from qscan_plugin.h:16,
from qscan_cmd.cpp:20:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_generic.so qscan_plugin.o qscan_cmd.o -o libqscan_generic.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../generic/libqscan_generic.so ../lib/libqscan_generic.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
make -C plextor DIR=plextor
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:19,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:19,
from qscan_cmd.cpp:25:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_plextor.so qscan_plugin.o qscan_cmd.o -o libqscan_plextor.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../plextor/libqscan_plextor.so ../lib/libqscan_plextor.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
make -C pioneer DIR=pioneer
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_cmd.cpp:15:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
qscan_cmd.cpp: In member function ‘int scan_pioneer::cmd_cd_errc_read(unsigned char)’:
qscan_cmd.cpp:66:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("pioneer_send_scan_cx",dev->err); return dev->err;
^~
qscan_cmd.cpp:66:63: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("pioneer_send_scan_cx",dev->err); return dev->err;
^~~~~~
qscan_cmd.cpp: In member function ‘int scan_pioneer::cmd_dvd_errc_read(unsigned char)’:
qscan_cmd.cpp:119:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("pioneer_send_scan_pi",dev->err); return dev->err;
^~
qscan_cmd.cpp:119:63: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("pioneer_send_scan_pi",dev->err); return dev->err;
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_pioneer.so qscan_plugin.o qscan_cmd.o -o libqscan_pioneer.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../pioneer/libqscan_pioneer.so ../lib/libqscan_pioneer.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
make -C nec DIR=nec
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:19,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:19,
from qscan_cmd.cpp:23:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
qscan_cmd.cpp: In member function ‘int scan_nec::cmd_cd_errc_init()’:
qscan_cmd.cpp:32:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("nec_init_errc_scan",dev->err); return 1;
^~
qscan_cmd.cpp:32:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("nec_init_errc_scan",dev->err); return 1;
^~~~~~
qscan_cmd.cpp:39:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("nec_set_scan_interval",dev->err); return 1;
^~
qscan_cmd.cpp:39:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("nec_set_scan_interval",dev->err); return 1;
^~~~~~
qscan_cmd.cpp: In member function ‘int scan_nec::cmd_dvd_errc_init()’:
qscan_cmd.cpp:49:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("nec_init_errc_scan",dev->err); return 1;
^~
qscan_cmd.cpp:49:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("nec_init_errc_scan",dev->err); return 1;
^~~~~~
qscan_cmd.cpp:56:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("nec_set_scan_interval",dev->err); return 1;
^~
qscan_cmd.cpp:56:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("nec_set_scan_interval",dev->err); return 1;
^~~~~~
qscan_cmd.cpp: In member function ‘int scan_nec::cmd_bd_errc_init()’:
qscan_cmd.cpp:66:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("nec_init_errc_scan",dev->err); return 1;
^~
qscan_cmd.cpp:66:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("nec_init_errc_scan",dev->err); return 1;
^~~~~~
qscan_cmd.cpp:73:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(!dev->silent) sperror ("nec_set_scan_interval",dev->err); return 1;
^~
qscan_cmd.cpp:73:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if(!dev->silent) sperror ("nec_set_scan_interval",dev->err); return 1;
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_nec.so qscan_plugin.o qscan_cmd.o -o libqscan_nec.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../nec/libqscan_nec.so ../lib/libqscan_nec.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
make -C liteon DIR=liteon
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
qscan_plugin.cpp: In member function ‘virtual int scan_liteon::start_test(unsigned int, long int, int&)’:
qscan_plugin.cpp:111:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if (r = cmd_fete_init(speed))
~~^~~~~~~~~~~~~~~~~~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_cmd.cpp:24:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_liteon.so qscan_plugin.o qscan_cmd.o -o libqscan_liteon.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../liteon/libqscan_liteon.so ../lib/libqscan_liteon.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
make -C asus DIR=asus
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_cmd.cpp:25:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_asus.so qscan_plugin.o qscan_cmd.o -o libqscan_asus.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../asus/libqscan_asus.so ../lib/libqscan_asus.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
make -C benq DIR=benq
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_cmd.cpp:21:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
qscan_cmd.cpp: In member function ‘int scan_benq::cmd_dvd_fete_block(cdvd_ft*)’:
qscan_cmd.cpp:481:36: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
dev->cmd[8] = (lba >> 16) & 0xFF + 0x03;
~~~~~^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_benq.so qscan_plugin.o qscan_cmd.o -o libqscan_benq.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../benq/libqscan_benq.so ../lib/libqscan_benq.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
make -C benq_dvdrom DIR=benq_dvdrom
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_cmd.cpp:21:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_benq_dvdrom.so qscan_plugin.o qscan_cmd.o -o libqscan_benq_dvdrom.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../benq_dvdrom/libqscan_benq_dvdrom.so ../lib/libqscan_benq_dvdrom.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
make -C tsst DIR=tsst
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_plugin.o qscan_plugin.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_plugin.cpp:14:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -D_FORTIFY_SOURCE=2 -I. -I../../lib/include -c -o qscan_cmd.o qscan_cmd.cpp
In file included from ../../lib/include/qpx_scan_plugin_api.h:1,
from ./qscan_plugin.h:16,
from qscan_cmd.cpp:19:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘dvd_errc& dvd_errc::EMAX(dvd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:151:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h: In member function ‘bd_errc& bd_errc::EMAX(bd_errc&)’:
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~
../../lib/include/../qpxscan/include/qpx_scan_plugin_api.h:179:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (uncr<o.uncr) uncr=o.uncr; return *this;};
^~~~~~
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -O2 -fPIC -DOFFT_64BIT -DHAVE_FOPEN64 -DHAVE_FSEEKO -DUSE_LIBPNG -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -Wl,-soname,libqscan_tsst.so qscan_plugin.o qscan_cmd.o -o libqscan_tsst.so -L../../lib/lib -lqpxtransport -lqpxscan
mkdir -p ../lib
ln -fs ../tsst/libqscan_tsst.so ../lib/libqscan_tsst.so
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C man
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
make -C gui
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
rm -f Makefile.qmake
qmake-qt4 LIBS+=-L../lib/lib LIBS+=-lqpxtransport -o Makefile.qmake
make -f Makefile.qmake
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/about.o src/about.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/abstractpreview.o src/abstractpreview.cpp
src/abstractpreview.cpp:1103:2: warning: #warning disabled due to enable multiple selection of same page (i.e. to return to viewed page) [-Wcpp]
#warning disabled due to enable multiple selection of same page (i.e. to return to viewed page)
^~~~~~~
src/abstractpreview.cpp: In member function ‘virtual void AbstractPreview::paintEvent(QPaintEvent*)’:
src/abstractpreview.cpp:841:15: warning: variable ‘bkg’ set but not used [-Wunused-but-set-variable]
const QColor bkg = viewport()->backgroundRole();
^~~
src/abstractpreview.cpp: In member function ‘virtual void AbstractPreview::additionalPaintEvent(QPainter*, int, const QRect&)’:
src/abstractpreview.cpp:963:80: warning: unused parameter ‘rect’ [-Wunused-parameter]
void AbstractPreview::additionalPaintEvent(QPainter *p, int page, const QRect &rect)
~~~~~~~~~~~~~^~~~
src/abstractpreview.cpp: In member function ‘QRect AbstractPreview::pageRect(QPoint)’:
src/abstractpreview.cpp:990:9: warning: unused variable ‘sel’ [-Wunused-variable]
int sel = -1;
^~~
src/abstractpreview.cpp: In member function ‘virtual void AbstractPreview::addedPages(int, int)’:
src/abstractpreview.cpp:1257:38: warning: unused parameter ‘count’ [-Wunused-parameter]
void AbstractPreview::addedPages(int count, int begin)
~~~~^~~~~
src/abstractpreview.cpp:1257:49: warning: unused parameter ‘begin’ [-Wunused-parameter]
void AbstractPreview::addedPages(int count, int begin)
~~~~^~~~~
src/abstractpreview.cpp: In member function ‘QPixmap* AbstractPreview::grabPage(int, const QRectF&)’:
src/abstractpreview.cpp:1583:60: warning: unused parameter ‘rect’ [-Wunused-parameter]
QPixmap *AbstractPreview::grabPage(int page, const QRectF &rect)
~~~~~~~~~~~~~~^~~~
src/abstractpreview.cpp: In member function ‘QPixmap* AbstractPreview::grabPage(int, qreal, qreal, qreal, qreal)’:
src/abstractpreview.cpp:1589:52: warning: unused parameter ‘left’ [-Wunused-parameter]
QPixmap *AbstractPreview::grabPage(int page, qreal left, qreal top,
~~~~~~^~~~
src/abstractpreview.cpp:1589:64: warning: unused parameter ‘top’ [-Wunused-parameter]
QPixmap *AbstractPreview::grabPage(int page, qreal left, qreal top,
~~~~~~^~~
src/abstractpreview.cpp:1590:42: warning: unused parameter ‘width’ [-Wunused-parameter]
qreal width, qreal height)
~~~~~~^~~~~
src/abstractpreview.cpp:1590:55: warning: unused parameter ‘height’ [-Wunused-parameter]
qreal width, qreal height)
~~~~~~^~~~~~
In file included from /usr/include/qt4/QtGui/qbrush.h:47,
from /usr/include/qt4/QtGui/qpalette.h:47,
from /usr/include/qt4/QtGui/qwidget.h:50,
from /usr/include/qt4/QtGui/qscrollbar.h:45,
from /usr/include/qt4/QtGui/QScrollBar:1,
from src/abstractpreview.cpp:13:
/usr/include/qt4/QtCore/qvector.h: In instantiation of ‘void QVector<T>::realloc(int, int) [with T = QPageInfo]’:
/usr/include/qt4/QtCore/qvector.h:577:9: required from ‘void QVector<T>::append(const T&) [with T = QPageInfo]’
src/abstractpreview.cpp:917:47: required from here
/usr/include/qt4/QtCore/qvector.h:503:25: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘QVector<QPageInfo>::Data’ {aka ‘struct QVectorTypedData<QPageInfo>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
::memcpy(x.p, p, sizeOfTypedData() + (qMin(aalloc, d->alloc) - 1) * sizeof(T));
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt4/QtGui/qbrush.h:47,
from /usr/include/qt4/QtGui/qpalette.h:47,
from /usr/include/qt4/QtGui/qwidget.h:50,
from /usr/include/qt4/QtGui/qscrollbar.h:45,
from /usr/include/qt4/QtGui/QScrollBar:1,
from src/abstractpreview.cpp:13:
/usr/include/qt4/QtCore/qvector.h:94:8: note: ‘QVector<QPageInfo>::Data’ {aka ‘struct QVectorTypedData<QPageInfo>’} declared here
struct QVectorTypedData : private QVectorData
^~~~~~~~~~~~~~~~
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/colorlabel.o src/colorlabel.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/db_connection.o src/db_connection.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/db_report_selection.o src/db_report_selection.cpp
src/db_report_selection.cpp: In member function ‘virtual int ListModel::columnCount(const QModelIndex&) const’:
src/db_report_selection.cpp:40:47: warning: unused parameter ‘p’ [-Wunused-parameter]
int ListModel::columnCount(const QModelIndex& p) const
~~~~~~~~~~~~~~~~~~~^
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/device.o src/device.cpp
src/device.cpp:358:2: warning: #warning !!! mwidget->clearMedia() call [-Wcpp]
#warning !!! mwidget->clearMedia() call
^~~~~~~
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/devsettings.o src/devsettings.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/devsettings_widgets.o src/devsettings_widgets.cpp
src/devsettings_widgets.cpp: In constructor ‘devctlSilent::devctlSilent(device*, QWidget*)’:
src/devsettings_widgets.cpp:452:7: warning: variable ‘cd’ set but not used [-Wunused-but-set-variable]
bool cd=0;
^~
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/errc_detailed.o src/errc_detailed.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/graphtab.o src/graphtab.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/hostedit_dialog.o src/hostedit_dialog.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/image_label.o src/image_label.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/images_list.o src/images_list.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/main.o src/main.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/mainwidget.o src/mainwidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/mainwindow.o src/mainwindow.cpp
src/mainwindow.cpp:1071:2: warning: #warning !!! hardcoded report name structure [-Wcpp]
#warning !!! hardcoded report name structure
^~~~~~~
src/mainwindow.cpp:1480:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/rt.png\" alt=\"Read Transfer\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1480:79: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/rt.png\" alt=\"Read Transfer\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1511:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/wt.png\" alt=\"Write Transfer\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1511:80: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/wt.png\" alt=\"Write Transfer\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1574:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/errc.png\" alt=\"Error correction\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">\n";
^
src/mainwindow.cpp:1574:84: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/errc.png\" alt=\"Error correction\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">\n";
^
src/mainwindow.cpp:1583:49: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "\t<img src=\""+idir+"/"+errcNameCD[i]+".png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1583:77: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "\t<img src=\""+idir+"/"+errcNameCD[i]+".png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1592:50: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "\t<img src=\""+idir+"/"+errcNameDVD[i]+".png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1592:78: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "\t<img src=\""+idir+"/"+errcNameDVD[i]+".png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1602:57: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "\t<img src=\""+idir+"/"+errcNameBD[residx[i]]+".png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1602:85: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "\t<img src=\""+idir+"/"+errcNameBD[residx[i]]+".png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1629:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/jb.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1629:57: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/jb.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1646:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/ft.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1646:57: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/ft.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ">";
^
src/mainwindow.cpp:1658:2: warning: #warning TA analysis data [-Wcpp]
#warning TA analysis data
^~~~~~~
src/mainwindow.cpp:1666:76: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/ta"+QString::number(l)+"_"+QString::number(z)+"_p.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ2">";
^
src/mainwindow.cpp:1666:106: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
"+idir+"/ta"+QString::number(l)+"_"+QString::number(z)+"_p.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ2">";
^
src/mainwindow.cpp:1668:76: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "<img src=\""+idir+"/ta"+QString::number(l)+"_"+QString::number(z)+"_l.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ2">";
^
src/mainwindow.cpp:1668:106: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
"+idir+"/ta"+QString::number(l)+"_"+QString::number(z)+"_l.png\" width="HTML_GRAPH_WQ" height="HTML_GRAPH_HQ2">";
^
src/mainwindow.cpp:1677:6: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
r+= "\tGenerated by QPxTool v"VERSION" (c) Gennady \"ShultZ\" Kozlov\n";
^
src/mainwindow.cpp:1759:2: warning: #warning !!! set media label before saving to database [-Wcpp]
#warning !!! set media label before saving to database
^~~~~~~
src/mainwindow.cpp:1865:2: warning: #warning empty fields in report saving query!!! [-Wcpp]
#warning empty fields in report saving query!!!
^~~~~~~
src/mainwindow.cpp: In member function ‘void QPxToolMW::selectTab()’:
src/mainwindow.cpp:429:10: warning: ordered comparison of pointer with integer zero [-Wextra]
if (act<0) return;
^
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/mcapwidget.o src/mcapwidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/mwatcher.o src/mwatcher.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/pref_colors.o src/pref_colors.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/pref_common.o src/pref_common.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/pref_devices.o src/pref_devices.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/pref_reports.o src/pref_reports.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/preferences.o src/preferences.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/printpreview.o src/printpreview.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/progresswidget.o src/progresswidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/qpxgraph.o src/qpxgraph.cpp
src/qpxgraph.cpp: In member function ‘void QPxGraph::drawGridTA(QPainter*, const QSize&, device*, int)’:
src/qpxgraph.cpp:1069:8: warning: variable ‘TAgrids’ set but not used [-Wunused-but-set-variable]
int TAgrids;
^~~~~~~
src/qpxgraph.cpp: In member function ‘void QPxGraph::drawGrid(QPainter*, const QSize&, device*, int)’:
src/qpxgraph.cpp:837:8: warning: ‘GBperLayer’ may be used uninitialized in this function [-Wmaybe-uninitialized]
int GBperLayer;
^~~~~~~~~~
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/qpxiodevice.o src/qpxiodevice.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/qpxsettings.o src/qpxsettings.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/resultsio.o src/resultsio.cpp
In file included from /usr/include/qt4/QtCore/qdebug.h:52,
from /usr/include/qt4/QtCore/QDebug:1,
from src/resultsio.cpp:15:
/usr/include/qt4/QtCore/qvector.h: In instantiation of ‘void QVector<T>::realloc(int, int) [with T = QXmlStreamAttribute]’:
/usr/include/qt4/QtCore/qvector.h:337:3: required from ‘void QVector<T>::detach_helper() [with T = QXmlStreamAttribute]’
/usr/include/qt4/QtCore/qvector.h:123:84: required from ‘QVector<T>::QVector(const QVector<T>&) [with T = QXmlStreamAttribute]’
/usr/include/qt4/QtCore/qvector.h:128:34: required from ‘QVector<T> QVector<T>::operator=(QVector<T>&&) [with T = QXmlStreamAttribute]’
/usr/include/qt4/QtCore/qxmlstream.h:169:26: required from here
/usr/include/qt4/QtCore/qvector.h:503:25: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘QVector<QXmlStreamAttribute>::Data’ {aka ‘struct QVectorTypedData<QXmlStreamAttribute>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
::memcpy(x.p, p, sizeOfTypedData() + (qMin(aalloc, d->alloc) - 1) * sizeof(T));
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt4/QtCore/qdebug.h:52,
from /usr/include/qt4/QtCore/QDebug:1,
from src/resultsio.cpp:15:
/usr/include/qt4/QtCore/qvector.h:94:8: note: ‘QVector<QXmlStreamAttribute>::Data’ {aka ‘struct QVectorTypedData<QXmlStreamAttribute>’} declared here
struct QVectorTypedData : private QVectorData
^~~~~~~~~~~~~~~~
src/resultsio.cpp: In member function ‘virtual void ResultsReader::run()’:
src/resultsio.cpp:251:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (isQpxData && xml.name() == "qpxdata") {
^~
src/resultsio.cpp:276:4: note: here
case QXmlStreamReader::Invalid:
^~~~
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/splitbutton.o src/splitbutton.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tab_devinfo.o src/tab_devinfo.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tab_errc.o src/tab_errc.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tab_fete.o src/tab_fete.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tab_jb.o src/tab_jb.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tab_mediainfo.o src/tab_mediainfo.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tab_ta.o src/tab_ta.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tab_transfer.o src/tab_transfer.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/tattoowidget.o src/tattoowidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/testdialog.o src/testdialog.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/textslider.o src/textslider.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/about.h -o moc/moc_about.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_about.o moc/moc_about.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/abstractpreview.h -o moc/moc_abstractpreview.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_abstractpreview.o moc/moc_abstractpreview.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/db_report_selection.h -o moc/moc_db_report_selection.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_db_report_selection.o moc/moc_db_report_selection.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/device.h -o moc/moc_device.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_device.o moc/moc_device.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/devsettings.h -o moc/moc_devsettings.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_devsettings.o moc/moc_devsettings.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/devsettings_widgets.h -o moc/moc_devsettings_widgets.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_devsettings_widgets.o moc/moc_devsettings_widgets.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/errc_detailed.h -o moc/moc_errc_detailed.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_errc_detailed.o moc/moc_errc_detailed.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/graphtab.h -o moc/moc_graphtab.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_graphtab.o moc/moc_graphtab.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/hostedit_dialog.h -o moc/moc_hostedit_dialog.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_hostedit_dialog.o moc/moc_hostedit_dialog.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/image_label.h -o moc/moc_image_label.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_image_label.o moc/moc_image_label.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/images_list.h -o moc/moc_images_list.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_images_list.o moc/moc_images_list.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/mainwidget.h -o moc/moc_mainwidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_mainwidget.o moc/moc_mainwidget.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/mainwindow.h -o moc/moc_mainwindow.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_mainwindow.o moc/moc_mainwindow.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/mcapwidget.h -o moc/moc_mcapwidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_mcapwidget.o moc/moc_mcapwidget.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/mwatcher.h -o moc/moc_mwatcher.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_mwatcher.o moc/moc_mwatcher.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/pref_colors.h -o moc/moc_pref_colors.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_pref_colors.o moc/moc_pref_colors.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/pref_common.h -o moc/moc_pref_common.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_pref_common.o moc/moc_pref_common.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/pref_devices.h -o moc/moc_pref_devices.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_pref_devices.o moc/moc_pref_devices.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/pref_reports.h -o moc/moc_pref_reports.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_pref_reports.o moc/moc_pref_reports.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/preferences.h -o moc/moc_preferences.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_preferences.o moc/moc_preferences.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/printpreview.h -o moc/moc_printpreview.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_printpreview.o moc/moc_printpreview.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/progresswidget.h -o moc/moc_progresswidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_progresswidget.o moc/moc_progresswidget.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/qpxgraph.h -o moc/moc_qpxgraph.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_qpxgraph.o moc/moc_qpxgraph.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/qpxiodevice.h -o moc/moc_qpxiodevice.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_qpxiodevice.o moc/moc_qpxiodevice.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/resultsio.h -o moc/moc_resultsio.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_resultsio.o moc/moc_resultsio.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/splitbutton.h -o moc/moc_splitbutton.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_splitbutton.o moc/moc_splitbutton.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tab_devinfo.h -o moc/moc_tab_devinfo.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tab_devinfo.o moc/moc_tab_devinfo.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tab_errc.h -o moc/moc_tab_errc.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tab_errc.o moc/moc_tab_errc.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tab_fete.h -o moc/moc_tab_fete.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tab_fete.o moc/moc_tab_fete.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tab_jb.h -o moc/moc_tab_jb.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tab_jb.o moc/moc_tab_jb.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tab_mediainfo.h -o moc/moc_tab_mediainfo.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tab_mediainfo.o moc/moc_tab_mediainfo.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tab_ta.h -o moc/moc_tab_ta.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tab_ta.o moc/moc_tab_ta.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tab_transfer.h -o moc/moc_tab_transfer.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tab_transfer.o moc/moc_tab_transfer.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/tattoowidget.h -o moc/moc_tattoowidget.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_tattoowidget.o moc/moc_tattoowidget.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/testdialog.h -o moc/moc_testdialog.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_testdialog.o moc/moc_testdialog.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc include/textslider.h -o moc/moc_textslider.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/moc_textslider.o moc/moc_textslider.cpp
/usr/lib/qt4/bin/rcc -name qpxtool qpxtool.qrc -o qrc_qpxtool.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I../lib/include -I. -Iinclude -Imoc -o obj/qrc_qpxtool.o qrc_qpxtool.cpp
g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1 -o qpxtool obj/about.o obj/abstractpreview.o obj/colorlabel.o obj/db_connection.o obj/db_report_selection.o obj/device.o obj/devsettings.o obj/devsettings_widgets.o obj/errc_detailed.o obj/graphtab.o obj/hostedit_dialog.o obj/image_label.o obj/images_list.o obj/main.o obj/mainwidget.o obj/mainwindow.o obj/mcapwidget.o obj/mwatcher.o obj/pref_colors.o obj/pref_common.o obj/pref_devices.o obj/pref_reports.o obj/preferences.o obj/printpreview.o obj/progresswidget.o obj/qpxgraph.o obj/qpxiodevice.o obj/qpxsettings.o obj/resultsio.o obj/splitbutton.o obj/tab_devinfo.o obj/tab_errc.o obj/tab_fete.o obj/tab_jb.o obj/tab_mediainfo.o obj/tab_ta.o obj/tab_transfer.o obj/tattoowidget.o obj/testdialog.o obj/textslider.o obj/moc_about.o obj/moc_abstractpreview.o obj/moc_db_report_selection.o obj/moc_device.o obj/moc_devsettings.o obj/moc_devsettings_widgets.o obj/moc_errc_detailed.o obj/moc_graphtab.o obj/moc_hostedit_dialog.o obj/moc_image_label.o obj/moc_images_list.o obj/moc_mainwidget.o obj/moc_mainwindow.o obj/moc_mcapwidget.o obj/moc_mwatcher.o obj/moc_pref_colors.o obj/moc_pref_common.o obj/moc_pref_devices.o obj/moc_pref_reports.o obj/moc_preferences.o obj/moc_printpreview.o obj/moc_progresswidget.o obj/moc_qpxgraph.o obj/moc_qpxiodevice.o obj/moc_resultsio.o obj/moc_splitbutton.o obj/moc_tab_devinfo.o obj/moc_tab_errc.o obj/moc_tab_fete.o obj/moc_tab_jb.o obj/moc_tab_mediainfo.o obj/moc_tab_ta.o obj/moc_tab_transfer.o obj/moc_tattoowidget.o obj/moc_testdialog.o obj/moc_textslider.o obj/qrc_qpxtool.o -L/usr/lib -L../lib/lib -lqpxtransport -lpthread -lQtSql -lQtGui -lQtNetwork -lQtCore
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
strip --strip-unneeded qpxtool
lrelease-qt4 -verbose qpxtool.pro
Updating '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui/locale/qpxtool.ru_RU.qm'...
Generated 301 translation(s) (300 finished and 1 unfinished)
Ignored 32 untranslated source text(s)
Updating '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui/locale/qpxtool.de_DE.qm'...
Generated 291 translation(s) (278 finished and 13 unfinished)
Ignored 42 untranslated source text(s)
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
==> Entering fakeroot environment...
==> Starting package()...
make -C lib
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
make -C qpxtransport DIR=qpxtransport
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
make -C qpxplextor DIR=qpxplextor
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
make -C qpxpioneer DIR=qpxpioneer
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
make -C qpxyamaha DIR=qpxyamaha
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
make -C qpxscan DIR=qpxscan
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
make -C console
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C readdvd DIR=readdvd
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
make[2]: 'readdvd' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
make -C cdvdcontrol DIR=cdvdcontrol
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
make[2]: 'cdvdcontrol' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
make -C pxfw DIR=pxfw
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
make[2]: 'pxfw' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
make -C f1tattoo DIR=f1tattoo
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
make[2]: 'f1tattoo' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
make -C qscan DIR=qscan
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
make[2]: 'qscan' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
make -C qscand DIR=qscand
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
make[2]: 'qscand' is up to date.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C plugins
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C generic DIR=generic
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
make -C plextor DIR=plextor
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
make -C pioneer DIR=pioneer
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
make -C nec DIR=nec
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
make -C liteon DIR=liteon
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
make -C asus DIR=asus
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
make -C benq DIR=benq
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
make -C benq_dvdrom DIR=benq_dvdrom
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
make -C tsst DIR=tsst
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C man
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
make -C gui
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
make -f Makefile.qmake
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
make[2]: Nothing to be done for 'first'.
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
strip --strip-unneeded qpxtool
lrelease-qt4 -verbose qpxtool.pro
Updating '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui/locale/qpxtool.ru_RU.qm'...
Generated 301 translation(s) (300 finished and 1 unfinished)
Ignored 32 untranslated source text(s)
Updating '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui/locale/qpxtool.de_DE.qm'...
Generated 291 translation(s) (278 finished and 13 unfinished)
Ignored 42 untranslated source text(s)
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
make -C lib install
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/include/qpxtool
make -C qpxtransport DIR=qpxtransport install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
strip --strip-unneeded libqpxtransport.so.0.7.0
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib
install -m 755 libqpxtransport.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib
ln -sf libqpxtransport.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxtransport.so.0
ln -sf libqpxtransport.so.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxtransport.so
install -m 644 include/qpx_mmc.h include/qpx_mmc_defs.h include/qpx_opcodes.h include/qpx_transport.h include/common_functions.h include/threads.h include/sense.h include/csstables.h include/colors.h /home/daniel/qpxtool/pkg/qpxtool/usr/include/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxtransport'
make -C qpxplextor DIR=qpxplextor install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
strip --strip-unneeded libqpxplextor.so.0.7.0
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib
install -m 755 libqpxplextor.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib
ln -sf libqpxplextor.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxplextor.so.0
ln -sf libqpxplextor.so.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxplextor.so
install -m 644 include/plextor_features.h /home/daniel/qpxtool/pkg/qpxtool/usr/include/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxplextor'
make -C qpxpioneer DIR=qpxpioneer install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
strip --strip-unneeded libqpxpioneer.so.0.7.0
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib
install -m 755 libqpxpioneer.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib
ln -sf libqpxpioneer.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxpioneer.so.0
ln -sf libqpxpioneer.so.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxpioneer.so
install -m 644 include/pioneer_spdctl.h /home/daniel/qpxtool/pkg/qpxtool/usr/include/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxpioneer'
make -C qpxyamaha DIR=qpxyamaha install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
strip --strip-unneeded libqpxyamaha.so.0.7.0
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib
install -m 755 libqpxyamaha.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib
ln -sf libqpxyamaha.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxyamaha.so.0
ln -sf libqpxyamaha.so.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxyamaha.so
install -m 644 include/yamaha_features.h /home/daniel/qpxtool/pkg/qpxtool/usr/include/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxyamaha'
make -C qpxscan DIR=qpxscan install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
strip --strip-unneeded libqpxscan.so.0.7.0
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib
install -m 755 libqpxscan.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib
ln -sf libqpxscan.so.0.7.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxscan.so.0
ln -sf libqpxscan.so.0 /home/daniel/qpxtool/pkg/qpxtool/usr/lib/libqpxscan.so
install -m 644 include/qpx_scan.h include/qpx_scan_plugin_api.h include/qpx_writer.h /home/daniel/qpxtool/pkg/qpxtool/usr/include/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib/qpxscan'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/lib'
make -C console install
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C readdvd DIR=readdvd install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/bin
install -m 755 readdvd /home/daniel/qpxtool/pkg/qpxtool/usr/bin
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/readdvd'
make -C cdvdcontrol DIR=cdvdcontrol install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/bin
install -m 4755 cdvdcontrol /home/daniel/qpxtool/pkg/qpxtool/usr/bin
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/cdvdcontrol'
make -C pxfw DIR=pxfw install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/bin
install -m 755 pxfw /home/daniel/qpxtool/pkg/qpxtool/usr/bin
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/pxfw'
make -C f1tattoo DIR=f1tattoo install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/bin
install -m 4755 f1tattoo /home/daniel/qpxtool/pkg/qpxtool/usr/bin
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/f1tattoo'
make -C qscan DIR=qscan install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/bin
install -m 4755 qscan /home/daniel/qpxtool/pkg/qpxtool/usr/bin
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscan'
make -C qscand DIR=qscand install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/bin
install -m 755 qscand /home/daniel/qpxtool/pkg/qpxtool/usr/bin
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console/qscand'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/console'
make -C plugins install
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C generic DIR=generic install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
strip --strip-unneeded libqscan_generic.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_generic.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/generic'
make -C plextor DIR=plextor install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
strip --strip-unneeded libqscan_plextor.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_plextor.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/plextor'
make -C pioneer DIR=pioneer install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
strip --strip-unneeded libqscan_pioneer.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_pioneer.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/pioneer'
make -C nec DIR=nec install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
strip --strip-unneeded libqscan_nec.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_nec.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/nec'
make -C liteon DIR=liteon install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
strip --strip-unneeded libqscan_liteon.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_liteon.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/liteon'
make -C asus DIR=asus install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
strip --strip-unneeded libqscan_asus.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_asus.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/asus'
make -C benq DIR=benq install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
strip --strip-unneeded libqscan_benq.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_benq.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq'
make -C benq_dvdrom DIR=benq_dvdrom install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
strip --strip-unneeded libqscan_benq_dvdrom.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_benq_dvdrom.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/benq_dvdrom'
make -C tsst DIR=tsst install
make[2]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
strip --strip-unneeded libqscan_tsst.so
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
install -m 755 libqscan_tsst.so /home/daniel/qpxtool/pkg/qpxtool/usr/lib/qpxtool
make[2]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins/tsst'
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/plugins'
make -C man install
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man1
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man8
install -m 0644 f1tattoo.1.gz /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man1
install -m 0644 pxfw.8.gz /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man8
install -m 0644 cdvdcontrol.1.gz /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man1
install -m 0644 qscan.1.gz /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man1
install -m 0644 qscand.1.gz /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man1
install -m 0644 qpxtool.1.gz /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man1
install -m 0644 readdvd.1.gz /home/daniel/qpxtool/pkg/qpxtool/usr/share/man/man1
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/man'
make -C gui install
make[1]: Entering directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
install -m 755 qpxtool /home/daniel/qpxtool/pkg/qpxtool/usr/bin/qpxtool
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/share/qpxtool/locale
install -m 644 locale/*.qm /home/daniel/qpxtool/pkg/qpxtool/usr/share/qpxtool/locale
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/share/pixmaps
install -m 644 images/q.png /home/daniel/qpxtool/pkg/qpxtool/usr/share/pixmaps/qpxtool.png
mkdir -p /home/daniel/qpxtool/pkg/qpxtool/usr/share/applications
install -m 644 qpxtool.desktop /home/daniel/qpxtool/pkg/qpxtool/usr/share/applications/qpxtool.desktop
make[1]: Leaving directory '/home/daniel/qpxtool/src/qpxtool-0.7.2/gui'
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "qpxtool"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: qpxtool 0.7.2-5 (2018-06-29T00:50:31 CEST)
==> Installing package qpxtool with pacman -U...
[sudo] password for daniel:
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (1) qpxtool-0.7.2-5
Total Installed Size: 2,04 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [###################################################] 100%
(1/1) checking package integrity [###################################################] 100%
(1/1) loading package files [###################################################] 100%
(1/1) checking for file conflicts [###################################################] 100%
(1/1) checking available disk space [###################################################] 100%
:: Processing package changes...
(1/1) installing qpxtool [###################################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the desktop file MIME type cache...
$Last edited by lt.daniel (2018-06-28 23:05:11)
Offline
Hello
Does qpxtool work well?
In my case only the liteon ihas 124b the option "error correction" works correctly while the optiarc AD5290s + does not work that option.
My english is bad.
Thanks
Last edited by guaro (2018-06-29 06:38:49)
Offline
I can not tell you how well qpxtool works. I could not use qpxtool yet because I do not have a plextor drive yet.
For my LG+Toshiba optical drive, I use dvdisaster.
dvdisaster will only scan for c2 errors but not for c1 errors.
Offline
Try to build with slightly changed PKGBUILD. Edit this file and replace:
./configure --prefix=/usr --sbindir=/usr/binwith
./configure --prefix=/usr --sbindir=/usr/bin --qmake=qmake-qt4This should enable to build qpxtool (it works for me on my system with Qt5).
You can download neccessary files from this repository: https://github.com/polaur/aur-rebased/t … er/qpxtool
Last edited by pb (2018-07-02 20:04:48)
Offline
I can confirm that your solution is working on my system (having qt4 and qt5-base installed).
Can this be put into the AUR?
Last edited by lt.daniel (2018-07-03 09:31:46)
Offline
I'll ask barthalion. Now, I only add comment in AUR.
Offline
No need to ask him, he's not interested.
The package used to be in the official repos, but was removed as part of https://lists.archlinux.org/pipermail/a … 29103.html
barthalion was the person who removed the huge list of packages and uploaded them to the AUR for backup. It's currently orphaned, so anyone can fix it...
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline
@Eschwartz is there anything broken with a PKGBUILD that builds correctly in a clean chroot that would need fixing?
Offline
I personally consider it bad practice to say "I know this doesn't work outside a clean chroot, and I know it is an easy fix, but I refuse on principle to fix it because screw anyone who doesn't build in a clean chroot".
That being said, if I didn't know why the unclean build failed, I would consider it a low priority to investigate... but we know why this doesn't work. And it *is* an easy fix.
It's also the kind of thing I would suggest submitting an upstream bug report to handle automatically, or, I would suggest it except the software is 6 years old and dead, so who are you going to report it to? ![]()
Anyway if we were going to fix qmake detection we could also be asking for a port to qt5...
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline