All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm] libimxvpuapi_0.10.1 and waf: error: no such option: --disable-static
@ 2016-02-19 10:11 eien sakebe
  2016-02-19 10:24 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: eien sakebe @ 2016-02-19 10:11 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 4517 bytes --]

Hello,
Building libimxvpu ersults on an waf: error: no such option:
--disable-static
anyone know how to fix it ?


DEBUG: Executing python function sysroot_cleansstate
DEBUG: Python function sysroot_cleansstate finished
DEBUG: Executing shell function do_configure
waf [commands] [options]

Main commands (example: ./waf build -j4)
  build    : executes the build
  clean    : cleans the project
  configure: configures the project
  dist     : makes a tarball for redistributing the sources
  distcheck: checks if the project compiles (tarball from 'dist')
  distclean: removes the build directory
  install  : installs the targets on the system
  list     : lists the targets to execute
  step     : executes tasks in a step-by-step fashion, for debugging
  uninstall: removes the targets installed

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -c COLORS, --color=COLORS
                        whether to use colors (yes/no/auto) [default: auto]
  -j JOBS, --jobs=JOBS  amount of parallel jobs (4)
  -k, --keep            continue despite errors (-kk to try harder)
  -v, --verbose         verbosity level -v -vv or -vvv [default: 0]
  --zones=ZONES         debugging zones (task_gen, deps, tasks, etc)
  --enable-debug        enable debug build [default: False]
  --use-fslwrapper-backend
                        use the Freescale VPU wrapper (= libfslvpuwrap)
backend
                        instead of the vpulib (= imx-vpu) one [default:
False]

  Configuration options:
    -o OUT, --out=OUT   build dir for the project
    -t TOP, --top=TOP   src dir for the project
    --check-c-compiler=CHECK_C_COMPILER
                        list of C compilers to try [gcc clang icc]

  Build and installation options:
    -p, --progress      -p: progress bar; -pp: ide output
    --targets=TARGETS   task generators, e.g. "target1,target2"

  Step options:
    --files=FILES       files to process, by regexp, e.g.
                        "*/main.c,*/test/main.o"

  Installation and uninstallation options:
    -f, --force         force file installation
    --distcheck-args=ARGS
                        arguments to pass to distcheck

  Installation prefix:
    By default, "waf install" will put the files in "/usr/local/bin",
    "/usr/local/lib" etc. An installation prefix other than "/usr/local" can
    be given using "--prefix", for example "--prefix=$HOME"

    --prefix=PREFIX     installation prefix [default: '/usr/local/']
    --destdir=DESTDIR   installation root [default: '']
    --exec-prefix=EXEC_PREFIX
                        installation prefix for binaries [PREFIX]

  Installation directories:
    --bindir=BINDIR     user commands [EXEC_PREFIX/bin]
    --sbindir=SBINDIR   system binaries [EXEC_PREFIX/sbin]
    --libexecdir=LIBEXECDIR
                        program-specific binaries [EXEC_PREFIX/libexec]
    --sysconfdir=SYSCONFDIR
                        host-specific configuration [PREFIX/etc]
    --sharedstatedir=SHAREDSTATEDIR
                        architecture-independent variable data [PREFIX/com]
    --localstatedir=LOCALSTATEDIR
                        variable data [PREFIX/var]
    --libdir=LIBDIR     object code libraries [EXEC_PREFIX/lib]
    --includedir=INCLUDEDIR
                        header files [PREFIX/include]
    --oldincludedir=OLDINCLUDEDIR
                        header files for non-GCC compilers [/usr/include]
    --datarootdir=DATAROOTDIR
                        architecture-independent data root [PREFIX/share]
    --datadir=DATADIR   architecture-independent data [DATAROOTDIR]
    --infodir=INFODIR   GNU "info" documentation [DATAROOTDIR/info]
    --localedir=LOCALEDIR
                        locale-dependent data [DATAROOTDIR/locale]
    --mandir=MANDIR     manual pages [DATAROOTDIR/man]
    --docdir=DOCDIR     documentation root [DATAROOTDIR/doc/PACKAGE]
    --htmldir=HTMLDIR   HTML documentation [DOCDIR]
    --dvidir=DVIDIR     DVI documentation [DOCDIR]
    --pdfdir=PDFDIR     PDF documentation [DOCDIR]
    --psdir=PSDIR       PostScript documentation [DOCDIR]
waf: error: no such option: --disable-static
WARNING: exit code 2 from a shell command.
ERROR: Function failed: do_configure (log file is located at
/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.6099)

[-- Attachment #2: Type: text/html, Size: 5510 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-fsl-arm] libimxvpuapi_0.10.1 and waf: error: no such option: --disable-static
  2016-02-19 10:11 [meta-fsl-arm] libimxvpuapi_0.10.1 and waf: error: no such option: --disable-static eien sakebe
@ 2016-02-19 10:24 ` Burton, Ross
  2016-02-19 10:32   ` eien sakebe
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2016-02-19 10:24 UTC (permalink / raw)
  To: eien sakebe; +Cc: meta-freescale Mailing List

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

On 19 February 2016 at 10:11, eien sakebe <eien.ni.sakebe@gmail.com> wrote:

> Building libimxvpu ersults on an waf: error: no such option:
> --disable-static
> anyone know how to fix it ?
>

There's a patch on the oe-core list for the waf class that will solve this,
assuming libimxvpu is using that.  If it isn't then set DISABLE_STATIC=""
in the recipe (or port it to use the waf class).

Ross

[-- Attachment #2: Type: text/html, Size: 811 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-fsl-arm] libimxvpuapi_0.10.1 and waf: error: no such option: --disable-static
  2016-02-19 10:24 ` Burton, Ross
@ 2016-02-19 10:32   ` eien sakebe
  2016-02-19 13:10     ` Carlos Rafael Giani
  0 siblings, 1 reply; 5+ messages in thread
From: eien sakebe @ 2016-02-19 10:32 UTC (permalink / raw)
  To: Burton, Ross; +Cc: meta-freescale Mailing List

[-- Attachment #1: Type: text/plain, Size: 5266 bytes --]

hello,
Thank you for your feedback.
Do you mean
http://permalink.gmane.org/gmane.comp.handhelds.openembedded.core/76501 ?
bcause it gives me annother issue | AttributeError: Values instance has no
attribute 'enable_static'


ERROR: libimxvpuapi-0.10.1-r0 do_configure: Function failed: do_configure
(log file is located at
/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270)
ERROR: Logfile of failure stored in:
/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function do_configure
| Setting top to                           :
/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git
| Setting out to                           :
/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/build
| Checking for 'gcc' (C compiler)          : arm-poky-linux-gnueabi-gcc
-march=armv7-a -marm -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9
--sysroot=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/imx6dlsabresd
| Testing compiler flags -O2 -pipe -g -feliminate-unused-debug-types
-fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git=/usr/src/libimxvpuapi
-fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git=/usr/src/libimxvpuapi
-fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/x86_64-linux=
-fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/imx6dlsabresd=
| Checking if building with these flags works : yes
| Checking for compiler switch -O2            : yes
| Checking for compiler switch -DPIC          : yes
| Checking for compiler switch -fPIC          : yes
| Checking for compiler switch -pedantic      : yes
| Checking for compiler switch -std=c99       : yes
| Checking for compiler switch -Wall          : yes
| Checking for compiler switch -Wextra        : yes
| Traceback (most recent call last):
|   File
"/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py",
line 110, in waf_entry_point
|     run_commands()
|   File
"/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py",
line 171, in run_commands
|     ctx=run_command(cmd_name)
|   File
"/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py",
line 162, in run_command
|     ctx.execute()
|   File
"/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Configure.py",
line 87, in execute
|     super(ConfigurationContext,self).execute()
|   File
"/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Context.py",
line 93, in execute
|     self.recurse([os.path.dirname(g_module.root_path)])
|   File
"/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Context.py",
line 134, in recurse
|     user_function(self)
|   File
"/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/wscript",
line 80, in configure
|     conf.env['BUILD_STATIC'] = conf.options.enable_static
| AttributeError: Values instance has no attribute 'enable_static'
| WARNING: exit code 2 from a shell command.
| ERROR: Function failed: do_configure (log file is located at
/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270)
ERROR: Task 5
(/home/mmuser/fsl-master-next-wayland/sources/meta-fsl-arm/recipes-multimedia/libimxvpuapi/
libimxvpuapi_0.10.1.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 432 tasks of which 430 didn't need to be
rerun and 1 failed.
NOTE: Writing buildhistory
Waiting for 0 running tasks to finish:


2016-02-19 11:24 GMT+01:00 Burton, Ross <ross.burton@intel.com>:

>
> On 19 February 2016 at 10:11, eien sakebe <eien.ni.sakebe@gmail.com>
> wrote:
>
>> Building libimxvpu ersults on an waf: error: no such option:
>> --disable-static
>> anyone know how to fix it ?
>>
>
> There's a patch on the oe-core list for the waf class that will solve
> this, assuming libimxvpu is using that.  If it isn't then set
> DISABLE_STATIC="" in the recipe (or port it to use the waf class).
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 6524 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-fsl-arm] libimxvpuapi_0.10.1 and waf: error: no such option: --disable-static
  2016-02-19 10:32   ` eien sakebe
@ 2016-02-19 13:10     ` Carlos Rafael Giani
  2016-02-19 13:25       ` eien sakebe
  0 siblings, 1 reply; 5+ messages in thread
From: Carlos Rafael Giani @ 2016-02-19 13:10 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 5730 bytes --]

Actually, it already uses the waf bbclass:

   inherit waf pkgconfig


On 2016-02-19 11:32, eien sakebe wrote:
> hello,
> Thank you for your feedback.
> Do you mean 
> http://permalink.gmane.org/gmane.comp.handhelds.openembedded.core/76501 ?
> bcause it gives me annother issue | AttributeError: Values instance 
> has no attribute 'enable_static'
>
>
> ERROR: libimxvpuapi-0.10.1-r0 do_configure: Function failed: 
> do_configure (log file is located at 
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270)
> ERROR: Logfile of failure stored in: 
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270
> Log data follows:
> | DEBUG: Executing python function sysroot_cleansstate
> | DEBUG: Python function sysroot_cleansstate finished
> | DEBUG: Executing shell function do_configure
> | Setting top to                           : 
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git
> | Setting out to                           : 
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/build
> | Checking for 'gcc' (C compiler)          : 
> arm-poky-linux-gnueabi-gcc -march=armv7-a -marm -mfpu=neon 
> -mfloat-abi=hard -mcpu=cortex-a9 
> --sysroot=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/imx6dlsabresd
> | Testing compiler flags -O2 -pipe -g -feliminate-unused-debug-types 
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git=/usr/src/libimxvpuapi 
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git=/usr/src/libimxvpuapi 
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/x86_64-linux= 
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/imx6dlsabresd=
> | Checking if building with these flags works : yes
> | Checking for compiler switch -O2            : yes
> | Checking for compiler switch -DPIC          : yes
> | Checking for compiler switch -fPIC          : yes
> | Checking for compiler switch -pedantic      : yes
> | Checking for compiler switch -std=c99       : yes
> | Checking for compiler switch -Wall          : yes
> | Checking for compiler switch -Wextra        : yes
> | Traceback (most recent call last):
> |   File 
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py", 
> line 110, in waf_entry_point
> |     run_commands()
> |   File 
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py", 
> line 171, in run_commands
> |     ctx=run_command(cmd_name)
> |   File 
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py", 
> line 162, in run_command
> |     ctx.execute()
> |   File 
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Configure.py", 
> line 87, in execute
> |     super(ConfigurationContext,self).execute()
> |   File 
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Context.py", 
> line 93, in execute
> |     self.recurse([os.path.dirname(g_module.root_path)])
> |   File 
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Context.py", 
> line 134, in recurse
> |     user_function(self)
> |   File 
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/wscript", 
> line 80, in configure
> |     conf.env['BUILD_STATIC'] = conf.options.enable_static
> | AttributeError: Values instance has no attribute 'enable_static'
> | WARNING: exit code 2 from a shell command.
> | ERROR: Function failed: do_configure (log file is located at 
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270)
> ERROR: Task 5 
> (/home/mmuser/fsl-master-next-wayland/sources/meta-fsl-arm/recipes-multimedia/libimxvpuapi/libimxvpuapi_0.10.1.bb 
> <http://libimxvpuapi_0.10.1.bb>, do_configure) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 432 tasks of which 430 didn't need to 
> be rerun and 1 failed.
> NOTE: Writing buildhistory
> Waiting for 0 running tasks to finish:
>
>
> 2016-02-19 11:24 GMT+01:00 Burton, Ross <ross.burton@intel.com 
> <mailto:ross.burton@intel.com>>:
>
>
>     On 19 February 2016 at 10:11, eien sakebe
>     <eien.ni.sakebe@gmail.com <mailto:eien.ni.sakebe@gmail.com>> wrote:
>
>         Building libimxvpu ersults on an waf: error: no such option:
>         --disable-static
>         anyone know how to fix it ?
>
>
>     There's a patch on the oe-core list for the waf class that will
>     solve this, assuming libimxvpu is using that.  If it isn't then
>     set DISABLE_STATIC="" in the recipe (or port it to use the waf class).
>
>     Ross
>
>
>
>


[-- Attachment #2: Type: text/html, Size: 8586 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-fsl-arm] libimxvpuapi_0.10.1 and waf: error: no such option: --disable-static
  2016-02-19 13:10     ` Carlos Rafael Giani
@ 2016-02-19 13:25       ` eien sakebe
  0 siblings, 0 replies; 5+ messages in thread
From: eien sakebe @ 2016-02-19 13:25 UTC (permalink / raw)
  To: Carlos Rafael Giani; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 5887 bytes --]

thank you

2016-02-19 14:10 GMT+01:00 Carlos Rafael Giani <dv@pseudoterminal.org>:

> Actually, it already uses the waf bbclass:
>
>   inherit waf pkgconfig
>
>
>
> On 2016-02-19 11:32, eien sakebe wrote:
>
> hello,
> Thank you for your feedback.
> Do you mean
> http://permalink.gmane.org/gmane.comp.handhelds.openembedded.core/76501 ?
> bcause it gives me annother issue | AttributeError: Values instance has no
> attribute 'enable_static'
>
>
> ERROR: libimxvpuapi-0.10.1-r0 do_configure: Function failed: do_configure
> (log file is located at
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270)
> ERROR: Logfile of failure stored in:
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270
> Log data follows:
> | DEBUG: Executing python function sysroot_cleansstate
> | DEBUG: Python function sysroot_cleansstate finished
> | DEBUG: Executing shell function do_configure
> | Setting top to                           :
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git
> | Setting out to                           :
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/build
> | Checking for 'gcc' (C compiler)          : arm-poky-linux-gnueabi-gcc
> -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9
> --sysroot=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/imx6dlsabresd
> | Testing compiler flags -O2 -pipe -g -feliminate-unused-debug-types
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git=/usr/src/libimxvpuapi
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git=/usr/src/libimxvpuapi
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/x86_64-linux=
> -fdebug-prefix-map=/home/mmuser/fsl-master-next-wayland/build/tmp/sysroots/imx6dlsabresd=
> | Checking if building with these flags works : yes
> | Checking for compiler switch -O2            : yes
> | Checking for compiler switch -DPIC          : yes
> | Checking for compiler switch -fPIC          : yes
> | Checking for compiler switch -pedantic      : yes
> | Checking for compiler switch -std=c99       : yes
> | Checking for compiler switch -Wall          : yes
> | Checking for compiler switch -Wextra        : yes
> | Traceback (most recent call last):
> |   File
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py",
> line 110, in waf_entry_point
> |     run_commands()
> |   File
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py",
> line 171, in run_commands
> |     ctx=run_command(cmd_name)
> |   File
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Scripting.py",
> line 162, in run_command
> |     ctx.execute()
> |   File
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Configure.py",
> line 87, in execute
> |     super(ConfigurationContext,self).execute()
> |   File
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Context.py",
> line 93, in execute
> |     self.recurse([os.path.dirname(g_module.root_path)])
> |   File
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/.waf-1.8.16-62b1bd1a26843637845309e604a98bca/waflib/Context.py",
> line 134, in recurse
> |     user_function(self)
> |   File
> "/home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/git/wscript",
> line 80, in configure
> |     conf.env['BUILD_STATIC'] = conf.options.enable_static
> | AttributeError: Values instance has no attribute 'enable_static'
> | WARNING: exit code 2 from a shell command.
> | ERROR: Function failed: do_configure (log file is located at
> /home/mmuser/fsl-master-next-wayland/build/tmp/work/imx6dlsabresd-poky-linux-gnueabi/libimxvpuapi/0.10.1-r0/temp/log.do_configure.15270)
> ERROR: Task 5
> (/home/mmuser/fsl-master-next-wayland/sources/meta-fsl-arm/recipes-multimedia/libimxvpuapi/
> libimxvpuapi_0.10.1.bb, do_configure) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 432 tasks of which 430 didn't need to be
> rerun and 1 failed.
> NOTE: Writing buildhistory
> Waiting for 0 running tasks to finish:
>
>
> 2016-02-19 11:24 GMT+01:00 Burton, Ross <ross.burton@intel.com>:
>
>>
>> On 19 February 2016 at 10:11, eien sakebe < <eien.ni.sakebe@gmail.com>
>> eien.ni.sakebe@gmail.com> wrote:
>>
>>> Building libimxvpu ersults on an waf: error: no such option:
>>> --disable-static
>>> anyone know how to fix it ?
>>>
>>
>> There's a patch on the oe-core list for the waf class that will solve
>> this, assuming libimxvpu is using that.  If it isn't then set
>> DISABLE_STATIC="" in the recipe (or port it to use the waf class).
>>
>> Ross
>>
>
>
>
>
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>

[-- Attachment #2: Type: text/html, Size: 9161 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-19 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 10:11 [meta-fsl-arm] libimxvpuapi_0.10.1 and waf: error: no such option: --disable-static eien sakebe
2016-02-19 10:24 ` Burton, Ross
2016-02-19 10:32   ` eien sakebe
2016-02-19 13:10     ` Carlos Rafael Giani
2016-02-19 13:25       ` eien sakebe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.