All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser] Chromium missing DEPENDS
@ 2018-11-09 12:59 Garren, Chris D.
  2018-11-09 14:31 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Garren, Chris D. @ 2018-11-09 12:59 UTC (permalink / raw)
  To: openembedded-devel

I'm working on building an image with chromium for a Variscite VAR-SOM-MX6-SOLO. I previously was able to build an image for the DART-6UL successfully with chromium included. When I changed machines, I started getting an error during the do_configure step of chromium-x11:

ERROR: chromium-x11-69.0.3497.100-r0 do_configure: Function failed: do_configure (log file is located at /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromiu
m-x11/69.0.3497.100-r0/temp/log.do_configure.79809)
ERROR: Logfile of failure stored in: /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/temp/log.do_configure.79809
Log data follows:
| DEBUG: Executing shell function do_configure
| ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
|     pkgresult = exec_script(pkg_config_script, args, "value")
|                 ^----------
| Current dir: /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/chromium-69.0.3497.100/out/Release/
| Command: python /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/chromium-69.0.3497.100/build/config/linux/pkg-config.py atk atk-bridge-2.0
| Returned 1.
| stderr:
|
| Package atk-bridge-2.0 was not found in the pkg-config search path.
| Perhaps you should add the directory containing `atk-bridge-2.0.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'atk-bridge-2.0' found
| Could not run pkg-config.
|
| See //build/config/linux/atk/BUILD.gn:20:1: whence it was called.
| pkg_config("atk_base") {
| ^-----------------------
| See //ui/views/BUILD.gn:686:24: which caused the file to be included.
|           configs += [ "//build/config/linux/atk" ]
|                        ^-------------------------
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/temp/log.do_configure.79809)
ERROR: Task (/home/cdgarren/yocto/sources/meta-browser/recipes-browser/chromium/chromium-x11_69.0.3497.100.bb:do_configure) failed with exit code '1'

Any ideas what might be causing this?

Thanks,

Chris Garren



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

* Re: [meta-browser] Chromium missing DEPENDS
  2018-11-09 12:59 [meta-browser] Chromium missing DEPENDS Garren, Chris D.
@ 2018-11-09 14:31 ` Khem Raj
  2018-11-09 15:58   ` Garren, Chris D.
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2018-11-09 14:31 UTC (permalink / raw)
  To: cdgarren; +Cc: openembeded-devel

On Fri, Nov 9, 2018 at 4:59 AM Garren, Chris D.
<cdgarren@indesign-llc.com> wrote:
>
> I'm working on building an image with chromium for a Variscite VAR-SOM-MX6-SOLO. I previously was able to build an image for the DART-6UL successfully with chromium included. When I changed machines, I started getting an error during the do_configure step of chromium-x11:
>
> ERROR: chromium-x11-69.0.3497.100-r0 do_configure: Function failed: do_configure (log file is located at /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromiu
> m-x11/69.0.3497.100-r0/temp/log.do_configure.79809)
> ERROR: Logfile of failure stored in: /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/temp/log.do_configure.79809
> Log data follows:
> | DEBUG: Executing shell function do_configure
> | ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
> |     pkgresult = exec_script(pkg_config_script, args, "value")
> |                 ^----------
> | Current dir: /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/chromium-69.0.3497.100/out/Release/
> | Command: python /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/chromium-69.0.3497.100/build/config/linux/pkg-config.py atk atk-bridge-2.0
> | Returned 1.
> | stderr:
> |
> | Package atk-bridge-2.0 was not found in the pkg-config search path.
> | Perhaps you should add the directory containing `atk-bridge-2.0.pc'
> | to the PKG_CONFIG_PATH environment variable
> | No package 'atk-bridge-2.0' found
> | Could not run pkg-config.
> |
> | See //build/config/linux/atk/BUILD.gn:20:1: whence it was called.
> | pkg_config("atk_base") {
> | ^-----------------------
> | See //ui/views/BUILD.gn:686:24: which caused the file to be included.
> |           configs += [ "//build/config/linux/atk" ]
> |                        ^-------------------------
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_configure (log file is located at /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/temp/log.do_configure.79809)
> ERROR: Task (/home/cdgarren/yocto/sources/meta-browser/recipes-browser/chromium/chromium-x11_69.0.3497.100.bb:do_configure) failed with exit code '1'
>
> Any ideas what might be causing this?
>

try adding  at-spi2-atk to DEPENDS


> Thanks,
>
> Chris Garren
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-browser] Chromium missing DEPENDS
  2018-11-09 14:31 ` Khem Raj
@ 2018-11-09 15:58   ` Garren, Chris D.
  0 siblings, 0 replies; 3+ messages in thread
From: Garren, Chris D. @ 2018-11-09 15:58 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

That looks like it's fixed the issue. I guess I'll submit a patch for it.

Thanks,

Chris Garren


-----Original Message-----
From: Khem Raj [mailto:raj.khem@gmail.com] 
Sent: Friday, November 9, 2018 9:31 AM
To: Garren, Chris D. <cdgarren@indesign-llc.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-browser] Chromium missing DEPENDS

On Fri, Nov 9, 2018 at 4:59 AM Garren, Chris D.
<cdgarren@indesign-llc.com> wrote:
>
> I'm working on building an image with chromium for a Variscite VAR-SOM-MX6-SOLO. I previously was able to build an image for the DART-6UL successfully with chromium included. When I changed machines, I started getting an error during the do_configure step of chromium-x11:
>
> ERROR: chromium-x11-69.0.3497.100-r0 do_configure: Function failed: 
> do_configure (log file is located at 
> /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-
> gnueabi/chromiu
> m-x11/69.0.3497.100-r0/temp/log.do_configure.79809)
> ERROR: Logfile of failure stored in: 
> /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-
> gnueabi/chromium-x11/69.0.3497.100-r0/temp/log.do_configure.79809
> Log data follows:
> | DEBUG: Executing shell function do_configure ERROR at 
> | //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
> |     pkgresult = exec_script(pkg_config_script, args, "value")
> |                 ^----------
> | Current dir: 
> | /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linu
> | x-gnueabi/chromium-x11/69.0.3497.100-r0/chromium-69.0.3497.100/out/R
> | elease/
> | Command: python 
> | /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/chromium-x11/69.0.3497.100-r0/chromium-69.0.3497.100/build/config/linux/pkg-config.py atk atk-bridge-2.0 Returned 1.
> | stderr:
> |
> | Package atk-bridge-2.0 was not found in the pkg-config search path.
> | Perhaps you should add the directory containing `atk-bridge-2.0.pc'
> | to the PKG_CONFIG_PATH environment variable No package 
> | 'atk-bridge-2.0' found Could not run pkg-config.
> |
> | See //build/config/linux/atk/BUILD.gn:20:1: whence it was called.
> | pkg_config("atk_base") {
> | ^-----------------------
> | See //ui/views/BUILD.gn:686:24: which caused the file to be included.
> |           configs += [ "//build/config/linux/atk" ]
> |                        ^-------------------------
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_configure (log file is located at 
> | /home/cdgarren/yocto/build/tmp/work/cortexa9hf-neon-mx6qdl-poky-linu
> | x-gnueabi/chromium-x11/69.0.3497.100-r0/temp/log.do_configure.79809)
> ERROR: Task (/home/cdgarren/yocto/sources/meta-browser/recipes-browser/chromium/chromium-x11_69.0.3497.100.bb:do_configure) failed with exit code '1'
>
> Any ideas what might be causing this?
>

try adding  at-spi2-atk to DEPENDS


> Thanks,
>
> Chris Garren
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

end of thread, other threads:[~2018-11-09 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-09 12:59 [meta-browser] Chromium missing DEPENDS Garren, Chris D.
2018-11-09 14:31 ` Khem Raj
2018-11-09 15:58   ` Garren, Chris D.

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.