Jump to content


Photo

Build openpli4 on archlinux


  • Please log in to reply
57 replies to this topic

Re: Build openpli4 on archlinux #41 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 26 February 2016 - 16:04

Well, if i run

mkdir /home/davide/openpli_4.0
cd openpli_4.0/
git clone git://github.com/OpenPLi/openpli-oe-core
cd openpli-oe-core
git checkout master-for-gcc5
git pull
make -f Makefile
cd build
source env.source
MACHINE=vusolo2
bitbake openpli-enigma2-image

i get

Build Configuration:
BB_VERSION        = "1.25.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Arch-rolling"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "vusolo2"
DISTRO            = "openpli"
DISTRO_VERSION    = "4"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       = "(HEADdetachedat9c926ef):9c926ef2d463e643fb0dc87f6535a12e35d039ab"
meta              = "(HEADdetachedateb9d896):eb9d896db2fc67bac8efd258744d06fbbee87f06"
meta-openpli      
meta-dream        = "master-for-gcc5:39d6a8ddc21b20631f3be4f41e8173208dd224bb"
meta-vuplus       = "(HEADdetachedat1c8c174):1c8c174c4cf50df4b9b5d61b10ca40842b256c6d"
meta-xsarius      = "(HEADdetachedat98a1893):98a1893d24ddd81f5fe2d0027dc6d3fcf237891d"
meta-xp           = "(HEADdetachedata76d716):a76d71624dcdc6185cb75276c565fa2bace086d2"
meta-xtrend       = "(HEADdetachedatdf5152e):df5152ea230b5ae10ede023afeece2eafee7fd8d"
meta-formuler     = "(HEADdetachedat0f5c174):0f5c174099e9cc7e038a4d1d9e07000df102b6ba"
meta-hd           = "(HEADdetachedat938b6a1):938b6a10f3360480b8b0239c2353fad4afb2b51b"
meta-xpeedc       = "(HEADdetachedatdbde5f6):dbde5f66bb0486d72609a20e882dad0eacae8645"
meta-wetek        = "(HEADdetachedat7185b99):7185b99f786f1d406104a80eea0ca83fd7b94d88"
meta-zgemma       = "(HEADdetachedatd5452f6):d5452f6ccafd40a0e8551c34ede47d22628940fb"
meta-local        = "master-for-gcc5:39d6a8ddc21b20631f3be4f41e8173208dd224bb"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150329.tgz, attempting MIRRORS if available
WARNING: Failed to fetch URL git://sourceware.org/git/glibc.git;branch=release/2.20/master, attempting MIRRORS if available
WARNING: Failed to fetch URL http://www.apache.org/dist/apr/apr-1.5.1.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL http://www.apache.org/dist/subversion/subversion-1.8.13.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL http://downloads.sourceforge.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.xz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://archive.vuplus.com/download/kernel/stblinux-3.13.5.tar.bz2, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'http://archive.vuplus.com/download/kernel/stblinux-3.13.5.tar.bz2'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/davide/openpli_4.0/openpli-oe-core/build/tmp/work/vusolo2-oe-linux/linux-vusolo2/3.13.5-r2.4.4/temp/log.do_fetch.9672
ERROR: Task 80 (/home/davide/openpli_4.0/openpli-oe-core/meta-vuplus/recipes-bsp/linux/linux-vusolo2_3.13.5.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 800 tasks of which 0 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/davide/openpli_4.0/openpli-oe-core/meta-vuplus/recipes-bsp/linux/linux-vusolo2_3.13.5.bb, do_fetch
Summary: There were 7 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

But i'm able to download "manually"

http://archive.vuplu...-3.13.5.tar.bz2

What can i do?



Re: Build openpli4 on archlinux #42 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 26 February 2016 - 16:56

IIRC vuplus server always been quite unstable, dropped the connection etc...

 

If you manage to download archive manually, put it into sources directory, also create empty stblinux-3.13.5.tar.bz2.done file there an run the build again


True sarcasm doesn't need green font...

Re: Build openpli4 on archlinux #43 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 27 February 2016 - 10:10

And Ubuntu is your friend  :)


Open Vision sources: https://github.com/OpenVisionE2


Re: Build openpli4 on archlinux #44 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 27 February 2016 - 10:44

Maybe you are missing wget. bitbake uses wget to download ftp and http sources.



Re: Build openpli4 on archlinux #45 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 27 February 2016 - 15:39

And Ubuntu is your friend  :)

Sorry but ubuntu isn't my friend. My friend is archlinux.

 

Maybe you are missing wget. bitbake uses wget to download ftp and http sources.

I've wget... But the download, also manually, yesterday was very difficult. Anyway with the advice of blzr i can did the trick



Re: Build openpli4 on archlinux #46 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 8 June 2016 - 09:42

Hi guys, why the following error?

mkdir /home/davide/openpli_4.0
cd openpli_4.0/
git clone git://github.com/OpenPLi/openpli-oe-core
cd openpli-oe-core
git checkout master-for-gcc5
git pull
make -f Makefile
cd build
source env.source
MACHINE=vusolo2
bitbake openpli-enigma2-image
bitbake openpli-enigma2-image
  File "/home/davide/openpli_4.0/openpli-oe-core/bitbake/bin/bitbake", line 275
    raise exc_info[1], None, exc_info[2]
                     ^
SyntaxError: invalid syntax


Re: Build openpli4 on archlinux #47 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 8 June 2016 - 17:57

 

Hi guys, why the following error?

mkdir /home/davide/openpli_4.0
cd openpli_4.0/
git clone git://github.com/OpenPLi/openpli-oe-core
cd openpli-oe-core
git checkout master-for-gcc5
git pull
make -f Makefile
cd build
source env.source
MACHINE=vusolo2
bitbake openpli-enigma2-image
bitbake openpli-enigma2-image
  File "/home/davide/openpli_4.0/openpli-oe-core/bitbake/bin/bitbake", line 275
    raise exc_info[1], None, exc_info[2]
                     ^
SyntaxError: invalid syntax

Sorry my mistake... I forget the python trick

mkdir ~/bin
ln -s /usr/bin/python2 ~/bin/python
export PATH=~/bin:$PATH


Re: Build openpli4 on archlinux #48 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 8 June 2016 - 18:16

Anyway

Attached Files



Re: Build openpli4 on archlinux #49 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 11 June 2016 - 18:53

I am build in arch linux

 

Build Configuration:
BB_VERSION        = "1.31.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "ArchLinux"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "vusolo2"
DISTRO            = "openpli"
DISTRO_VERSION    = "5"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       
meta              
meta-fulan        
meta-openpli      
meta-vuplus-bsp   
meta-local        = "master:20ff76e3e2433416b589727c4d0898cdd7054bf6"
recipe openpli-enigma2-image-1.0-r0: task do_rm_work_all: Succeeded


Re: Build openpli4 on archlinux #50 satbeeper

  • Member
  • 8 posts

0
Neutral

Posted 20 June 2016 - 03:37

git clone -b master-next https://github.com/openpli/openpli-oe-core

Then i run (for both distros)

make -f Makefile
cd build
source env.source
MACHINE=vusolo2
bitbake openpli-enigma2-image

did that and got for openpli 5: 

[arch@arch]: ~>$ export PATH=~/bin:$PATH
[arch@arch]: ~>$ cd openpli-oe-core
[arch@arch]: ~/openpli-oe-core>$ make -f Makefile

Openembedded for the OpenPLi 4 environment has been initialized
properly. Now you can start building your image, by doing either:

 MACHINE=... make image

	or:

 cd /home/arch/openpli-oe-core/build
 source env.source
 MACHINE=... bitbake openpli-enigma2-image

	or, if you want to build not just the image, but the optional packages in the feed as well:

 MACHINE=... bitbake openpli-enigma2-feed

[arch@arch]: ~/openpli-oe-core>$ cd /home/arch/openpli-oe-core/build
[arch@arch]: ~/openpli-oe-core/build>$ source env.source
[arch@arch]: ~/openpli-oe-core/build>$ MACHINE=et8000 bitbake openpli-enigma2-image
NOTE: Your conf/bblayers.conf has been automatically updated.
NOTE: glibc doesn't build cleanly with -Os, adding -Wno-error to SELECTED_OPTIMIZATION
NOTE: glibc-initial doesn't build cleanly with -Os, adding -Wno-error to SELECTED_OPTIMIZATION
NOTE: nativesdk-glibc doesn't build cleanly with -Os, adding -Wno-error to SELECTED_OPTIMIZATION
NOTE: nativesdk-glibc-initial doesn't build cleanly with -Os, adding -Wno-error to SELECTED_OPTIMIZATION
WARNING: Unable to get checksum for linux-etxx00-2g SRC_URI entry as102-adjust-signal-strength-report.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00-2g SRC_URI entry as102-scale-MER-to-full-range.patch: file could not be found
WARNING: Unable to get checksum for linux-etxx00-2g SRC_URI entry fix-proc-cputype.patch: file could not be found
Parsing recipes: 100% |#################################| Time: 00:02:50
Parsing of 2319 .bb files complete (0 cached, 2319 parsed). 2868 targets, 474 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.30.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Arch-rolling"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "et8000"
DISTRO            = "openpli"
DISTRO_VERSION    = "5"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       = "HEAD:ccdec94cbac96e5ff0f5ec64e2388450bf55a59f"
meta              = "HEAD:5ebea1114d54120d5ff5d8a6cd148110d0fda23f"
meta-openpli      
meta-dream        = "master-next:5e3810f831a5e82f42ec3f281a5696b1ba38db94"
meta-vuplus       = "HEAD:9dff7f5b2a15aeba8d56360e6537b3d203250f94"
meta-xsarius      = "HEAD:03c7f4250d172e7695ca19bf8dc878dfdef906b4"
meta-xp           = "HEAD:a76d71624dcdc6185cb75276c565fa2bace086d2"
meta-xtrend       = "HEAD:520f4f2b729249c026c7b30a750277d812b8f991"
meta-formuler     = "HEAD:1e562e35161431d2711342639219fc2e59f3c42e"
meta-hd           = "HEAD:9e123326c7a895ae6e8e304e87b507281eed37c6"
meta-xpeedc       = "HEAD:5dd87db177f8f67725ef6cb220123ca9aee927a6"
meta-wetek        = "HEAD:5868788e42986be336d0e6a5f7b47f741df102bb"
meta-zgemma       = "HEAD:c4f61c01fcc497065fef4cae8a11eaf522f128ad"
meta-edision      = "HEAD:44b32faf6c19b45c1bacb98868f2844f3fe2a2b5"
meta-miraclebox   = "HEAD:f6d3e506333679151826b81aeecc5ca00ab77fc0"
meta-spycat       = "HEAD:014daf6d65e2d06b3722f637de8fe28c7134a0b4"
meta-gi           = "HEAD:6a9a4ce636831f0d37ae8178bcc2367c0766895f"
meta-local        = "master-next:5e3810f831a5e82f42ec3f281a5696b1ba38db94"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: pkgconfig-native-0.29+gitAUTOINC+5914edfe96-r0 do_compile: oe_runmake failed
ERROR: pkgconfig-native-0.29+gitAUTOINC+5914edfe96-r0 do_compile: Function failed: do_compile (log file is located at /home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/temp/log.do_compile.10071)
ERROR: Logfile of failure stored in: /home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/temp/log.do_compile.10071
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4
| make  all-recursive
| make[1]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build'
| Making all in glib
| make[2]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib'
| make  all-recursive
| make[3]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib'
| Making all in .
| make[4]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib'
| make[4]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib'
| Making all in m4macros
| make[4]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/m4macros'
| make  all-am
| make[5]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/m4macros'
| make[5]: Nothing to be done for 'all-am'.
| make[5]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/m4macros'
| make[4]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/m4macros'
| Making all in glib
| make[4]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib'
| cd .. && \
|   /bin/sh ./config.status glib/glibconfig.h
| config.status: executing glib/glibconfig.h commands
| config.status: glib/glibconfig.h is unchanged
| make  all-recursive
| make[5]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib'
| Making all in libcharset
| make[6]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib/libcharset'
| make  all-am
| make[7]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib/libcharset'
| ../../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../../git/glib/glib/libcharset -I../..  -DLIBDIR=\"/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/lib\" -I../.. -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libcharset_la-localcharset.lo `test -f 'localcharset.c' || echo '../../../../git/glib/glib/libcharset/'`localcharset.c
| sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ../../../../git/glib/glib/libcharset/ref-add.sin > t-ref-add.sed
| sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ../../../../git/glib/glib/libcharset/ref-del.sin > t-ref-del.sed
| /bin/sh ../../../../git/glib/glib/libcharset/config.charset 'x86_64-pc-linux-gnu' > t-charset.alias
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../../git/glib/glib/libcharset -I../.. -DLIBDIR=\"/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/lib\" -I../.. -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../../git/glib/glib/libcharset/localcharset.c -o libcharset_la-localcharset.o
| ../../x86_64-linux-libtool  --tag=CC   --mode=link gcc  -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe  -L/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/lib -L/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/lib -Wl,-O1 -o libcharset.la  libcharset_la-localcharset.lo
| x86_64-linux-libtool: link: ar cru .libs/libcharset.a  libcharset_la-localcharset.o
| ar: `u' modifier ignored since `D' is the default (see `U')
| x86_64-linux-libtool: link: ranlib .libs/libcharset.a
| x86_64-linux-libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
| make[7]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib/libcharset'
| make[6]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib/libcharset'
| Making all in .
| make[6]: Entering directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib'
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gallocator.lo `test -f 'deprecated/gallocator.c' || echo '../../../git/glib/glib/'`deprecated/gallocator.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gcache.lo `test -f 'deprecated/gcache.c' || echo '../../../git/glib/glib/'`deprecated/gcache.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo '../../../git/glib/glib/'`deprecated/gcompletion.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-grel.lo `test -f 'deprecated/grel.c' || echo '../../../git/glib/glib/'`deprecated/grel.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/deprecated/gcompletion.c -o libglib_2_0_la-gcompletion.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/deprecated/gcache.c -o libglib_2_0_la-gcache.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/deprecated/grel.c -o libglib_2_0_la-grel.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/deprecated/gallocator.c -o libglib_2_0_la-gallocator.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo '../../../git/glib/glib/'`deprecated/gthread-deprecated.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-garray.lo `test -f 'garray.c' || echo '../../../git/glib/glib/'`garray.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gasyncqueue.lo `test -f 'gasyncqueue.c' || echo '../../../git/glib/glib/'`gasyncqueue.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/deprecated/gthread-deprecated.c -o libglib_2_0_la-gthread-deprecated.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/garray.c -o libglib_2_0_la-garray.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gatomic.lo `test -f 'gatomic.c' || echo '../../../git/glib/glib/'`gatomic.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gasyncqueue.c -o libglib_2_0_la-gasyncqueue.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gatomic.c -o libglib_2_0_la-gatomic.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gbacktrace.lo `test -f 'gbacktrace.c' || echo '../../../git/glib/glib/'`gbacktrace.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gbase64.lo `test -f 'gbase64.c' || echo '../../../git/glib/glib/'`gbase64.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gbacktrace.c -o libglib_2_0_la-gbacktrace.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gbitlock.lo `test -f 'gbitlock.c' || echo '../../../git/glib/glib/'`gbitlock.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gbase64.c -o libglib_2_0_la-gbase64.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gbitlock.c -o libglib_2_0_la-gbitlock.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gbookmarkfile.lo `test -f 'gbookmarkfile.c' || echo '../../../git/glib/glib/'`gbookmarkfile.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gbytes.lo `test -f 'gbytes.c' || echo '../../../git/glib/glib/'`gbytes.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gcharset.lo `test -f 'gcharset.c' || echo '../../../git/glib/glib/'`gcharset.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gbookmarkfile.c -o libglib_2_0_la-gbookmarkfile.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gchecksum.lo `test -f 'gchecksum.c' || echo '../../../git/glib/glib/'`gchecksum.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gbytes.c -o libglib_2_0_la-gbytes.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gcharset.c -o libglib_2_0_la-gcharset.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gchecksum.c -o libglib_2_0_la-gchecksum.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gconvert.lo `test -f 'gconvert.c' || echo '../../../git/glib/glib/'`gconvert.c
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gdataset.lo `test -f 'gdataset.c' || echo '../../../git/glib/glib/'`gdataset.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gconvert.c -o libglib_2_0_la-gconvert.o
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gdataset.c -o libglib_2_0_la-gdataset.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gdate.lo `test -f 'gdate.c' || echo '../../../git/glib/glib/'`gdate.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gdate.c -o libglib_2_0_la-gdate.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gdatetime.lo `test -f 'gdatetime.c' || echo '../../../git/glib/glib/'`gdatetime.c
| ../../../git/glib/glib/gdate.c: In function 'g_date_strftime':
| ../../../git/glib/glib/gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral]
|        tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm);
|        ^~~~~~
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gdatetime.c -o libglib_2_0_la-gdatetime.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-gdir.lo `test -f 'gdir.c' || echo '../../../git/glib/glib/'`gdir.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/gdir.c -o libglib_2_0_la-gdir.o
| ../x86_64-linux-libtool  --tag=CC   --mode=compile gcc  -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I..  -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c -o libglib_2_0_la-genviron.lo `test -f 'genviron.c' || echo '../../../git/glib/glib/'`genviron.c
| x86_64-linux-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../git/glib/glib -I.. -I.. -I../glib -I../../../git/glib/glib -I../../../git/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -isystem/home/arch/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/include -march=native -O2 -pipe -c ../../../git/glib/glib/genviron.c -o libglib_2_0_la-genviron.o
| cc1: some warnings being treated as errors
| make[6]: *** [Makefile:1392: libglib_2_0_la-gdate.lo] Error 1
| make[6]: *** Waiting for unfinished jobs....
| make[6]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib'
| make[5]: *** [Makefile:1935: all-recursive] Error 1
| make[5]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib'
| make[4]: *** [Makefile:954: all] Error 2
| make[4]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib/glib'
| make[3]: *** [Makefile:1047: all-recursive] Error 1
| make[3]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib'
| make[2]: *** [Makefile:771: all] Error 2
| make[2]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build/glib'
| make[1]: *** [Makefile:698: all-recursive] Error 1
| make[1]: Leaving directory '/home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/build'
| make: *** [Makefile:457: all] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (log file is located at /home/arch/openpli-oe-core/build/tmp/work/x86_64-linux/pkgconfig-native/0.29+gitAUTOINC+5914edfe96-r0/temp/log.do_compile.10071)
ERROR: Task 1130 (virtual:native:/home/arch/openpli-oe-core/openembedded-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 154 tasks of which 0 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  virtual:native:/home/arch/openpli-oe-core/openembedded-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb, do_compile
Summary: There were 3 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.



Re: Build openpli4 on archlinux #51 satbeeper

  • Member
  • 8 posts

0
Neutral

Posted 20 June 2016 - 05:46

well,did like this,this time

git clone git://github.com/OpenPLi/openpli-oe-core
cd openpli-oe-core
git checkout master
-for-gcc5
git pull

 

and got past from previous errors,but now i got

ERROR: Task 2857 (virtual:native:/home/arch/openpli-oe-core/openembedded-core/meta/recipes-devtools/elfutils/elfutils_0.161.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 333 tasks of which 0 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  virtual:native:/home/arch/openpli-oe-core/openembedded-core/meta/recipes-devtools/elfutils/elfutils_0.161.bb, do_compile
Summary: There were 19 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code

Attached File  log.do_compile.18260.tar.gz   6.02KB   5 downloads



Re: Build openpli4 on archlinux #52 satbeeper

  • Member
  • 8 posts

0
Neutral

Posted 25 June 2016 - 18:24

well,did like this,this time

git clone git://github.com/OpenPLi/openpli-oe-core
cd openpli-oe-core
git checkout master-for-gcc5
git pull

 

and got past from previous errors,but now i got

ERROR: Task 2857 (virtual:native:/home/arch/openpli-oe-core/openembedded-core/meta/recipes-devtools/elfutils/elfutils_0.161.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 333 tasks of which 0 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  virtual:native:/home/arch/openpli-oe-core/openembedded-core/meta/recipes-devtools/elfutils/elfutils_0.161.bb, do_compile
Summary: There were 19 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code

attachicon.giflog.do_compile.18260.tar.gz

Anyone?



Re: Build openpli4 on archlinux #53 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 28 June 2016 - 09:05

Find elfutils_0.166.bb then replace elfutils_0.161.bb.



Re: Build openpli4 on archlinux #54 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 14 July 2016 - 08:07

Hi, with this branch for openpli 4

git clone git://github.com/OpenPLi/openpli-oe-core
cd openpli-oe-core
git checkout master-for-gcc5
git pull

I get the same error of satbeeper (elfutils_0.161.bb).

With this branch for openpli 5

git clone -b master-next https://github.com/openpli/openpli-oe-core

i get

ERROR: Task 1251 (virtual:native:/home/davide/openpli_5.0/openpli-oe-core/openembedded-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 140 tasks of which 0 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  virtual:native:/home/davide/openpli_5.0/openpli-oe-core/openembedded-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb, do_compile

Archlinux machine



Re: Build openpli4 on archlinux #55 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 28 September 2017 - 10:58

I'm still stucking due to automake 1.15 in rc-6.0 branch

ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log file is located at /home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.22343)
ERROR: Logfile of failure stored in: /home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.22343
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4
| rm -f bin/automake bin/automake-t bin/automake-t2 \
|   && /usr/bin/mkdir -p bin \
|   && in=bin/automake.in && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share,g' -e 's,[@]amdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin,g' -e 's,[@]docdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /bin/sh ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <../automake-1.15/$in >bin/automake-t \
|   && /usr/bin/perl -w ../automake-1.15/bin/gen-perl-protos bin/automake-t > bin/automake-t2 \
|   && mv -f bin/automake-t2 bin/automake-t \
|   && chmod a+x,a-w bin/automake-t && mv -f bin/automake-t bin/automake
| rm -f bin/aclocal bin/aclocal-t bin/aclocal-t2 \
|   && /usr/bin/mkdir -p bin \
|   && in=bin/aclocal.in && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share,g' -e 's,[@]amdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin,g' -e 's,[@]docdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /bin/sh ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <../automake-1.15/$in >bin/aclocal-t \
|   && /usr/bin/perl -w ../automake-1.15/bin/gen-perl-protos bin/aclocal-t > bin/aclocal-t2 \
|   && mv -f bin/aclocal-t2 bin/aclocal-t \
|   && chmod a+x,a-w bin/aclocal-t && mv -f bin/aclocal-t bin/aclocal
| rm -f t/ax/shell-no-trail-bslash t/ax/shell-no-trail-bslash-t
| in=t/ax/shell-no-trail-bslash.in \
|   && /usr/bin/mkdir -p t/ax \
|   && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share,g' -e 's,[@]amdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin,g' -e 's,[@]docdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /bin/sh ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <../automake-1.15/$in >t/ax/shell-no-trail-bslash-t \
|   && chmod a+x t/ax/shell-no-trail-bslash-t
| make[1]: Entering directory '/home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build'
| make[1]: Leaving directory '/home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build'
| if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' t/ax/shell-no-trail-bslash-t; then echo "t/ax/shell-no-trail-bslash contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w t/ax/shell-no-trail-bslash-t && mv -f t/ax/shell-no-trail-bslash-t t/ax/shell-no-trail-bslash
| rm -f t/ax/cc-no-c-o t/ax/cc-no-c-o-t
| in=t/ax/cc-no-c-o.in \
|   && /usr/bin/mkdir -p t/ax \
|   && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share,g' -e 's,[@]amdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin,g' -e 's,[@]docdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /bin/sh ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <../automake-1.15/$in >t/ax/cc-no-c-o-t \
|   && chmod a+x t/ax/cc-no-c-o-t
| rm -f runtest runtest-t
| in=t/ax/runtest.in \
|   && /usr/bin/mkdir -p t/ax \
|   && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share,g' -e 's,[@]amdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin,g' -e 's,[@]docdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /bin/sh ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <../automake-1.15/$in >runtest-t \
|   && chmod a+x runtest-t
| : \
|   && /usr/bin/mkdir -p doc \
|   && f=`echo doc/aclocal.1 | sed 's|.*/||; s|\.1$||; s,x,x,'` \
|   && echo ".so man1/$f-1.15.1" > doc/aclocal.1
| : \
|   && /usr/bin/mkdir -p doc \
|   && f=`echo doc/automake.1 | sed 's|.*/||; s|\.1$||; s,x,x,'` \
|   && echo ".so man1/$f-1.15.1" > doc/automake.1
| rm -f lib/Automake/Config.pm lib/Automake/Config.pm-t
| /usr/bin/mkdir -p lib/Automake
| rm -f t/ax/test-defs.sh t/ax/test-defs.sh-t
| in=Config.in \
|   && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share,g' -e 's,[@]amdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin,g' -e 's,[@]docdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /bin/sh ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <../automake-1.15/lib/Automake/Config.in >lib/Automake/Config.pm-t
| ERROR: oe_runmake failed
| /usr/bin/mkdir -p t/ax
| in=t/ax/test-defs.in \
|   && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share,g' -e 's,[@]amdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin,g' -e 's,[@]docdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /bin/sh ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <../automake-1.15/$in >t/ax/test-defs.sh-t
| if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' t/ax/cc-no-c-o-t; then echo "t/ax/cc-no-c-o contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w t/ax/cc-no-c-o-t && mv -f t/ax/cc-no-c-o-t t/ax/cc-no-c-o
| if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' runtest-t; then echo "runtest contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w runtest-t && mv -f runtest-t runtest
| if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' lib/Automake/Config.pm-t; then echo "lib/Automake/Config.pm contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w lib/Automake/Config.pm-t && mv -f lib/Automake/Config.pm-t lib/Automake/Config.pm
| if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' t/ax/test-defs.sh-t; then echo "t/ax/test-defs.sh contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w t/ax/test-defs.sh-t && mv -f t/ax/test-defs.sh-t t/ax/test-defs.sh
| : && /usr/bin/mkdir -p doc && { PATH='/home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH && export PATH; } && /usr/bin/perl ../automake-1.15/doc/help2man --output=doc/aclocal-1.15.1 aclocal-1.15
| : && /usr/bin/mkdir -p doc && { PATH='/home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH && export PATH; } && /usr/bin/perl ../automake-1.15/doc/help2man --output=doc/automake-1.15.1 automake-1.15
| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| make: *** [Makefile:3687: doc/automake-1.15.1] Error 255
| make: *** Waiting for unfinished jobs....
| ERROR: Function failed: do_compile (log file is located at /home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.22343)
ERROR: Task (virtual:native:/home/davide/openpli/openpli-oe-core/openembedded-core/meta/recipes-devtools/automake/automake_1.15.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 89 tasks of which 0 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory

Summary: 1 task failed:
  virtual:native:/home/davide/openpli/openpli-oe-core/openembedded-core/meta/recipes-devtools/automake/automake_1.15.bb:do_compile

Archlinux machine

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Arch-rolling"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "vusolo2"
DISTRO            = "openpli"
DISTRO_VERSION    = "homebuild"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       = "HEAD:1efa5d623bc64659b57389e50be2568b1355d5f7"
meta              = "HEAD:eb2fc2cd9081a4533ed30fe81c9f491b06cc5ae1"
meta-openpli      
meta-dream        = "rc-6.0:aa9fddb90109eebb2db94c9bcaebff37a816898f"
meta-vuplus       = "HEAD:1902a0db749f02237aa48993bd6b20104b1b1a61"
meta-xsarius.pli5 = "HEAD:c7e5b3b3d2ff1c698ae9e9466490a65085e88252"
meta-xp           = "HEAD:dc30375655b0f1bcf68bb7c7d4a4b0e75563c06f"
meta-xtrend       = "HEAD:1502e5d07a3e61001a89bbceeecd3e4a44d2bed8"
meta-formuler     = "HEAD:8a604a73fbae8ca21d77b2a9a7e91b08e5893b30"
meta-gfutures     = "HEAD:40e8e31e9c30de686ecadd6b0852f37a7510357d"
meta-xpeedc       = "HEAD:f12908a5573de8a6a06ad9f75081846a590511c4"
meta-wetek        = "HEAD:49f4e1e6fa429d4e4be11287c8740f54334a0e96"
meta-zgemma       = "HEAD:ecf0c1ea2b3df08bb2a20c24758d22b88275b8a6"
meta-edision      = "HEAD:5bdc71eac49aa7c683f3b078d3c8ad4c7df57a85"
meta-miraclebox   = "HEAD:d44871d4d1f357d5b38488ed505b48fa8c8feff3"
meta-spycat       = "HEAD:71a20e123f68b80045ea3f3aa6d7db4945b25f47"
meta-gi           = "HEAD:af870ceeae4baf7e94bbf4c84ed01c1d469680ba"
meta-sab          = "HEAD:92262feb14e4005c8096150daac7313e9cb3d85a"
meta-local        = "rc-6.0:aa9fddb90109eebb2db94c9bcaebff37a816898f"
meta-qt5          = "HEAD:8ba28144d5571504112fd4f32c7bfcbac531e2cb"


Re: Build openpli4 on archlinux #56 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 1 December 2017 - 22:29

Hi, what happens in the develop branch?

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "ArchLinux"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "vusolo2"
DISTRO            = "openpli"
DISTRO_VERSION    = "homebuild"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe           
meta-filesystems  
meta-multimedia   
meta-networking   
meta-python       = "HEAD:b40116cf457b88a2db14b86fda9627fb34d56ae6"
meta              = "HEAD:c79b479ab4b129007c6679bb0bdd8e2ec7ecb6ad"
meta-openpli      
meta-dream        = "develop:a24bcbc8be4ec937b6e62aaf690d8c4997613862"
meta-vuplus       = "HEAD:eb3ad4fbc5fab350506242681738ac326e0c4db8"
meta-xsarius.pli5 = "HEAD:af31685f1d8c1d982e01d660bfb6795026d841a4"
meta-xp           = "HEAD:63622f58b18506ba085d06669d49590d5ecd76f0"
meta-xtrend       = "HEAD:1502e5d07a3e61001a89bbceeecd3e4a44d2bed8"
meta-formuler     = "HEAD:8a604a73fbae8ca21d77b2a9a7e91b08e5893b30"
meta-gfutures     = "HEAD:fb97bce556a3f2040e601b2da031b163b965e350"
meta-xpeedc       = "HEAD:f12908a5573de8a6a06ad9f75081846a590511c4"
meta-zgemma       = "HEAD:bc56a98f43d8e20f87d300d297f47b437673e1c2"
meta-edision      = "HEAD:e4a86330d2b765679927874112b33feabaedc6ff"
meta-miraclebox   = "HEAD:d44871d4d1f357d5b38488ed505b48fa8c8feff3"
meta-spycat       = "HEAD:a19f11bbcdcad969e9f6f8d2c30df0653427d4cb"
meta-gi           = "HEAD:01fd1e8256f53d40371e65514e13a53ef53e400d"
meta-sab          = "HEAD:92262feb14e4005c8096150daac7313e9cb3d85a"
meta-gigablue     = "HEAD:0165556f6fc1e3fbb2d2026d70bbab8833362657"
meta-amiko        = "HEAD:b7f3170fc8e9b668ec1ccc06199278a873e0fb27"
meta-local        = "develop:a24bcbc8be4ec937b6e62aaf690d8c4997613862"
meta-qt5          = "HEAD:8ba28144d5571504112fd4f32c7bfcbac531e2cb"

Initialising tasks: 100% |####################################################################################################################| Time: 0:00:07
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: gnu-config-native-20150728+gitAUTOINC+b576fa87c1-r0 do_unpack: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export PATH="/home/davide/openpli/openpli-oe-core/openembedded-core/scripts/native-intercept:/home/davide/openpli/openpli-oe-core/openembedded-core/scripts:/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-linux:/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin:/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin:/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/sbin:/home/davide/openpli/openpli-oe-core/build/tmp/sysroots/x86_64-linux/bin:/home/davide/openpli/openpli-oe-core/openembedded-core/scripts:/home/davide/openpli/openpli-oe-core/bitbake/bin:/home/davide/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"; export HOME="/home/davide"; git -c core.fsyncobjectfiles=0 branch --set-upstream master origin/master failed with exit code 128, output:
fatal: the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead.

ERROR: gnu-config-native-20150728+gitAUTOINC+b576fa87c1-r0 do_unpack: Function failed: base_do_unpack
ERROR: Logfile of failure stored in: /home/davide/openpli/openpli-oe-core/build/tmp/work/x86_64-linux/gnu-config-native/20150728+gitAUTOINC+b576fa87c1-r0/temp/log.do_unpack.6865
ERROR: Task (virtual:native:/home/davide/openpli/openpli-oe-core/openembedded-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_unpack) failed with exit code '1'
NOTE: Tasks Summary: Attempted 26 tasks of which 0 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  virtual:native:/home/davide/openpli/openpli-oe-core/openembedded-core/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_unpack
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


Re: Build openpli4 on archlinux #57 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 1 December 2017 - 22:55

fatal: the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead.

is a git error. Which means you're using a git version that is to new for the bitbake version used. See https://lists.yoctop...ber/038473.html

 

Not really related to building openpli 4 by the way, so next time use a different topic please.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Build openpli4 on archlinux #58 dax

  • Senior Member
  • 228 posts

0
Neutral

Posted 1 December 2017 - 23:35

fatal: the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead.

is a git error. Which means you're using a git version that is to new for the bitbake version used. See https://lists.yoctop...ber/038473.html

 

Not really related to building openpli 4 by the way, so next time use a different topic please.

 

Thanks and sorry!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users