All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: libsoup build error in master (missing gssapi/gssapi.h ?)
       [not found] ` <03e401d1b529$3aaa2210$affe6630$@tekmagic.net>
@ 2016-05-23 19:29   ` Gerard Bucas
  2016-05-23 19:32     ` Gerard Bucas
  2016-05-23 20:09     ` Burton, Ross
  0 siblings, 2 replies; 4+ messages in thread
From: Gerard Bucas @ 2016-05-23 19:29 UTC (permalink / raw)
  To: bitbake-devel
  Cc: 'Denis Carikli', 'Otavio Salvador',
	'Eric Bénard'

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

Hi

 

I have been trying to build yocto with chromium but keep on getting a
libsoup error that I can’t seem to resolve.

 

Looks like: fatal error: gssapi/gssapi.h: No such file or directory

 

 

So probably has a missing dependency in libsoup recipe?

 

Any ideas from anyone on how to resolve this?

 

x86_64-poky-linux-libtool: compile:  x86_64-poky-linux-gcc -m64 -march=core2

-mtune=core2 -msse3 -mfpmath=sse

--sysroot=/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/g

enericx86-64 -DHAVE_CONFIG_H -I. -I../../libsoup-2.54.1/libsoup -I..

-DG_LOG_DOMAIN=\"libsoup\" -DLIBSOUP_COMPILATION
-DLOCALEDIR=\"/usr/share/locale\" -I../../libsoup-2.54.1 -I.. -pthread

-I/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/genericx8

6-64/usr/include/glib-2.0

-I/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/genericx8

6-64/usr/lib/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38

-I/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/genericx8

6-64/usr/include/libxml2 -fvisibility=hidden -O2 -pipe -g
-feliminate-unused-debug-types
-fdebug-prefix-map=/home/gerard/development/minnowMax/yocto/poky/build/tmp/w

ork/core2-64-poky-linux/libsoup-2.4/2.54.1-r0=/usr/src/debug/libsoup-2.4/2.5

4.1-r0

-fdebug-prefix-map=/home/gerard/development/minnowMax/yocto/poky/build/tmp/s

ysroots/x86_64-linux=

-fdebug-prefix-map=/home/gerard/development/minnowMax/yocto/poky/build/tmp/s

ysroots/genericx86-64= -Wall -Wstrict-prototypes -Werror=missing-prototypes
-Werror=implicit-function-declaration -Werror=pointer-arith
-Werror=init-self -Werror=format=2 -Wno-format-zero-length
-Werror=missing-include-dirs -Werror=aggregate-return
-Werror=declaration-after-statement -c
../../libsoup-2.54.1/libsoup/soup-session-feature.c  -fPIC -DPIC -o
.libs/libsoup_2_4_la-soup-session-feature.o

make[3]: Leaving directory

`/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-

linux/libsoup-2.4/2.54.1-r0/build/libsoup'

make[2]: *** [all] Error 2

make[2]: Leaving directory

`/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-

linux/libsoup-2.4/2.54.1-r0/build/libsoup'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory

`/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-

linux/libsoup-2.4/2.54.1-r0/build'

make: *** [all] Error 2

WARNING: exit code 1 from a shell command.

ERROR: oe_runmake failed

ERROR: Function failed: do_compile (log file is located at
/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-l

inux/libsoup-2.4/2.54.1-r0/temp/log.do_compile.31332)

 

Thanks!

 

Gerard

 


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

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

* Re: libsoup build error in master (missing gssapi/gssapi.h ?)
  2016-05-23 19:29   ` libsoup build error in master (missing gssapi/gssapi.h ?) Gerard Bucas
@ 2016-05-23 19:32     ` Gerard Bucas
  2016-05-23 20:09     ` Burton, Ross
  1 sibling, 0 replies; 4+ messages in thread
From: Gerard Bucas @ 2016-05-23 19:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: 'Otavio Salvador', 'Eric Bénard'

Hi

 

I have been trying to build yocto with chromium but keep on getting a
libsoup error that I can’t seem to resolve.

 

Looks like: fatal error: gssapi/gssapi.h: No such file or directory

 

 

So probably has a missing dependency in libsoup recipe?

 

Any ideas from anyone on how to resolve this?

 

x86_64-poky-linux-libtool: compile:  x86_64-poky-linux-gcc -m64 -march=core2

-mtune=core2 -msse3 -mfpmath=sse

--sysroot=/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/g

enericx86-64 -DHAVE_CONFIG_H -I. -I../../libsoup-2.54.1/libsoup -I..

-DG_LOG_DOMAIN=\"libsoup\" -DLIBSOUP_COMPILATION
-DLOCALEDIR=\"/usr/share/locale\" -I../../libsoup-2.54.1 -I.. -pthread

-I/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/genericx8

6-64/usr/include/glib-2.0

-I/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/genericx8

6-64/usr/lib/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38

-I/home/gerard/development/minnowMax/yocto/poky/build/tmp/sysroots/genericx8

6-64/usr/include/libxml2 -fvisibility=hidden -O2 -pipe -g
-feliminate-unused-debug-types
-fdebug-prefix-map=/home/gerard/development/minnowMax/yocto/poky/build/tmp/w

ork/core2-64-poky-linux/libsoup-2.4/2.54.1-r0=/usr/src/debug/libsoup-2.4/2.5

4.1-r0

-fdebug-prefix-map=/home/gerard/development/minnowMax/yocto/poky/build/tmp/s

ysroots/x86_64-linux=

-fdebug-prefix-map=/home/gerard/development/minnowMax/yocto/poky/build/tmp/s

ysroots/genericx86-64= -Wall -Wstrict-prototypes -Werror=missing-prototypes
-Werror=implicit-function-declaration -Werror=pointer-arith
-Werror=init-self -Werror=format=2 -Wno-format-zero-length
-Werror=missing-include-dirs -Werror=aggregate-return
-Werror=declaration-after-statement -c
../../libsoup-2.54.1/libsoup/soup-session-feature.c  -fPIC -DPIC -o
.libs/libsoup_2_4_la-soup-session-feature.o

make[3]: Leaving directory

`/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-

linux/libsoup-2.4/2.54.1-r0/build/libsoup'

make[2]: *** [all] Error 2

make[2]: Leaving directory

`/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-

linux/libsoup-2.4/2.54.1-r0/build/libsoup'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory

`/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-

linux/libsoup-2.4/2.54.1-r0/build'

make: *** [all] Error 2

WARNING: exit code 1 from a shell command.

ERROR: oe_runmake failed

ERROR: Function failed: do_compile (log file is located at
/home/gerard/development/minnowMax/yocto/poky/build/tmp/work/core2-64-poky-l

inux/libsoup-2.4/2.54.1-r0/temp/log.do_compile.31332)

 

Thanks!

 

Gerard

 



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

* Re: libsoup build error in master (missing gssapi/gssapi.h ?)
  2016-05-23 19:29   ` libsoup build error in master (missing gssapi/gssapi.h ?) Gerard Bucas
  2016-05-23 19:32     ` Gerard Bucas
@ 2016-05-23 20:09     ` Burton, Ross
  2016-05-23 21:30       ` Gerard Bucas
  1 sibling, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2016-05-23 20:09 UTC (permalink / raw)
  To: gerard.b@tekmagic.net
  Cc: Denis Carikli, bitbake-devel, Eric Bénard, Otavio Salvador

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

On 23 May 2016 at 20:29, Gerard Bucas <gerard.b@tekmagic.net> wrote:

> *I have been trying to build yocto with chromium but keep on getting a
> libsoup error that I can’t seem to resolve.*
>
>
>
> *Looks like: *fatal error: gssapi/gssapi.h: No such file or directory
>
>
Update to current master, this has just been fixed.

Also for support like this for recipe in oe-core, please stick to yocto@ or
oe-core@.

Ross

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

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

* Re: libsoup build error in master (missing gssapi/gssapi.h ?)
  2016-05-23 20:09     ` Burton, Ross
@ 2016-05-23 21:30       ` Gerard Bucas
  0 siblings, 0 replies; 4+ messages in thread
From: Gerard Bucas @ 2016-05-23 21:30 UTC (permalink / raw)
  To: Burton, Ross
  Cc: Denis Carikli, bitbake-devel, Eric Bénard, Otavio Salvador

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

Thanks Ross - will do!!

> On May 23, 2016, at 4:09 PM, Burton, Ross <ross.burton@intel.com> wrote:
> 
> 
>> On 23 May 2016 at 20:29, Gerard Bucas <gerard.b@tekmagic.net> wrote:
>> I have been trying to build yocto with chromium but keep on getting a libsoup error that I can’t seem to resolve.
>> 
>>  
>> 
>> Looks like: fatal error: gssapi/gssapi.h: No such file or directory
>> 
> 
> Update to current master, this has just been fixed.
> 
> Also for support like this for recipe in oe-core, please stick to yocto@ or oe-core@.
> 
> Ross

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

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

end of thread, other threads:[~2016-05-23 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <03d601d1b528$7bca9b90$735fd2b0$@tekmagic.net>
     [not found] ` <03e401d1b529$3aaa2210$affe6630$@tekmagic.net>
2016-05-23 19:29   ` libsoup build error in master (missing gssapi/gssapi.h ?) Gerard Bucas
2016-05-23 19:32     ` Gerard Bucas
2016-05-23 20:09     ` Burton, Ross
2016-05-23 21:30       ` Gerard Bucas

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.