<div dir="ltr"><div>So even more fun;</div><div>updated the sdk to the latest & greates and I cant build :<br><br>[mersdk@SailfishSDK build]$ mb2 -t SailfishOS-3.0.3.9-armv7hl -s ../rpm/buteo-syncfw-qt5.spec build<br><br>The following 17 NEW packages are going to be installed:<br> bluez bluez-configs-mer bluez-libs doxygen fdupes glib2-devel hwdata kf5bluezqt-bluez4 kf5bluezqt-bluez4-devel kmod libiphb-devel<br> libkeepalive-devel obex-capability obexd pcre-devel qt5-qtsysteminfo-devel qt5-qttest-devel<br><br>17 new packages to install.<br>Overall download size: 4.2 MiB. Already cached: 0 B. After the operation, additional 17.5 MiB will be used.<br>Continue? [y/n/...? shows all options] (y): y<br>Synchronising target to host<br>cannot delete non-empty directory: usr/bin<br>Sync completed<br>qemu: Unsupported syscall: 384<br>qemu: Unsupported syscall: 384<br>qemu: Unsupported syscall: 384<br>qemu: Unsupported syscall: 384<br>Building target platforms: armv7hl-meego-linux<br>Building for target armv7hl-meego-linux<br>Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.l1AJwn<br>+ umask 022<br>+ cd /home/mersdk/share/checkouts/git/buteo-syncfw/build<br>+ LANG=C<br>+ export LANG<br>+ unset DISPLAY<br>+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi'<br>+ export CFLAGS<br>+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi'<br>+ export CXXFLAGS<br>+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi -I/usr/lib/gfortran/modules'<br>+ export FFLAGS<br>+ LD_AS_NEEDED=1<br>+ export LD_AS_NEEDED<br>+ export QT_SELECT=5<br>+ QT_SELECT=5<br>+ qmake -qt=5 -makefile 'QMAKE_CFLAGS_RELEASE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi' 'QMAKE_CFLAGS_DEBUG=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi' 'QMAKE_CXXFLAGS_RELEASE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi' 'QMAKE_CXXFLAGS_DEBUG=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi' QMAKE_STRIP=: PREFIX=/usr -recursive VERSION=0.8.16 CONFIG+=usb-moded DEFINES+=USE_KEEPALIVE<br>Usage: /usr/lib/qt5/bin/qmake [mode] [options] [files]<br><br>QMake has two modes, one mode for generating project files based on<br>some heuristics, and the other for generating makefiles. Normally you<br>shouldn't need to specify a mode, as makefile generation is the default<br>mode for qmake, but you may use this to test qmake on an existing project<br><br>Mode:<br> -project Put qmake into project file generation mode<br> In this mode qmake interprets files as files to<br> be built,<br> defaults to *; *; *; *.ts; *.xlf; *.qrc<br> Note: The created .pro file probably will <br> need to be edited. For example add the QT variable to <br> specify what modules are required.<br> -makefile Put qmake into makefile generation mode (default)<br> In this mode qmake interprets files as project files to<br> be processed, if skipped qmake will try to find a project<br> file in your current working directory<br><br>Warnings Options:<br> -Wnone Turn off all warnings; specific ones may be re-enabled by<br> later -W options<br> -Wall Turn on all warnings<br> -Wparser Turn on parser warnings<br> -Wlogic Turn on logic warnings (on by default)<br> -Wdeprecated Turn on deprecation warnings (on by default)<br><br>Options:<br> * You can place any variable assignment in options and it will be *<br> * processed as if it was in [files]. These assignments will be parsed *<br> * before [files]. *<br> -o file Write output to file<br> -d Increase debug level<br> -t templ Overrides TEMPLATE as templ<br> -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value<br> -help This help<br> -v Version information<br> -after All variable assignments after this will be<br> parsed after [files]<br> -norecursive Don't do a recursive search<br> -recursive Do a recursive search<br> -set <prop> <value> Set persistent property<br> -unset <prop> Unset persistent property<br> -query <prop> Query persistent property. Show all if <prop> is empty.<br> -cache file Use file as cache [makefile mode only]<br> -spec spec Use spec as QMAKESPEC [makefile mode only]<br> -nocache Don't use a cache file [makefile mode only]<br> -nodepend Don't generate dependencies [makefile mode only]<br> -nomoc Don't generate moc targets [makefile mode only]<br> -nopwd Don't look for files in pwd [project mode only]<br>error: Bad exit status from /var/tmp/rpm-tmp.l1AJwn (%build)<br><br><br>RPM build errors:<br> Bad exit status from /var/tmp/rpm-tmp.l1AJwn (%build)<br><br><br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 13, 2019 at 1:11 AM deloptes <<a href="mailto:deloptes@gmail.com">deloptes@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Tone Kastlunger wrote:<br>
<br>
> qmcebatterystatus.h<br>
<br>
/srv/mer/targets/SailfishOS-3.0.2.8-armv7hl/usr/include/mce-qt5/qmcebatterystatus.h<br>
<br>
is in libmce-qt5-devel<br>
<br>
Strange because I did not install it manually<br>
<br>
regards<br>
<br>
<br>
<br>
_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org" target="_blank">devel-unsubscribe@lists.sailfishos.org</a></blockquote></div>