All of lore.kernel.org
 help / color / mirror / Atom feed
* testing branch 2010-10-08: Udev 151 issues.
@ 2010-10-12 10:31 Jonathan Cameron
  2010-10-12 10:56 ` Paul Menzel
  2010-10-12 11:59 ` Jaap de Jong
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Cameron @ 2010-10-12 10:31 UTC (permalink / raw)
  To: openembedded-devel

Hi All,

I'm getting, 

NOTE: make
mkdir -p extras/keymap
  GEN    extras/keymap/keys.txt
  GEN    extras/keymap/keys-from-name.gperf
  GEN    extras/keymap/keys-from-name.h
  GEN    extras/keymap/keys-to-name.h
make --no-print-directory all-recursive
Making all in .
  CC     libudev/libudev.lo
  CC     libudev/libudev-list.lo
  CC     libudev/libudev-util.lo
  CC     libudev/libudev-device.lo
  CC     libudev/libudev-enumerate.lo
  CC     libudev/libudev-monitor.lo
  CC     libudev/libudev-queue.lo
libudev/libudev-queue.c: In function 'udev_queue_skip_devpath':
libudev/libudev-queue.c:185:1: internal compiler error: in cond_exec_process_insns, at ifcvt.c:273
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libudev/libudev-queue.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
FATAL: oe_runmake failed


in udev 151 and have been since 2010-10-04 (worked previously though I guess udev may
have changed).

Building imote2-image
 
MACHINE = "imote2"
DISTRO = "angstrom-2010.x"

Anyone seeing anything similar?

Jonathan



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

* Re: testing branch 2010-10-08: Udev 151 issues.
  2010-10-12 10:31 testing branch 2010-10-08: Udev 151 issues Jonathan Cameron
@ 2010-10-12 10:56 ` Paul Menzel
  2010-10-12 11:59 ` Jaap de Jong
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Menzel @ 2010-10-12 10:56 UTC (permalink / raw)
  To: openembedded-devel

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

Dear Jonathan,


Am Dienstag, den 12.10.2010, 11:31 +0100 schrieb Jonathan Cameron:

> I'm getting, 
> 
> NOTE: make
> mkdir -p extras/keymap
>   GEN    extras/keymap/keys.txt
>   GEN    extras/keymap/keys-from-name.gperf
>   GEN    extras/keymap/keys-from-name.h
>   GEN    extras/keymap/keys-to-name.h
> make --no-print-directory all-recursive
> Making all in .
>   CC     libudev/libudev.lo
>   CC     libudev/libudev-list.lo
>   CC     libudev/libudev-util.lo
>   CC     libudev/libudev-device.lo
>   CC     libudev/libudev-enumerate.lo
>   CC     libudev/libudev-monitor.lo
>   CC     libudev/libudev-queue.lo
> libudev/libudev-queue.c: In function 'udev_queue_skip_devpath':
> libudev/libudev-queue.c:185:1: internal compiler error: in cond_exec_process_insns, at ifcvt.c:273
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
> make[2]: *** [libudev/libudev-queue.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> FATAL: oe_runmake failed
> 
> 
> in udev 151 and have been since 2010-10-04 (worked previously though I guess udev may
> have changed).
> 
> Building imote2-image
>  
> MACHINE = "imote2"
> DISTRO = "angstrom-2010.x"
> 
> Anyone seeing anything similar?

I am having the same problem and everything is already documented on the
WWW, for example [1].


Thanks,

Paul


[1] https://bugs.launchpad.net/gcc-linaro/+bug/653316

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: testing branch 2010-10-08: Udev 151 issues.
  2010-10-12 10:31 testing branch 2010-10-08: Udev 151 issues Jonathan Cameron
  2010-10-12 10:56 ` Paul Menzel
@ 2010-10-12 11:59 ` Jaap de Jong
  2010-10-12 16:41   ` Jonathan Cameron
  1 sibling, 1 reply; 4+ messages in thread
From: Jaap de Jong @ 2010-10-12 11:59 UTC (permalink / raw)
  To: openembedded-devel

Adding

     CFLAGS_append = " -Os"

helps (has been in the mailinglist some days ago)

Jaap



On 10/12/2010 12:31 PM, Jonathan Cameron wrote:
> Hi All,
>
> I'm getting,
>
> NOTE: make
> mkdir -p extras/keymap
>    GEN    extras/keymap/keys.txt
>    GEN    extras/keymap/keys-from-name.gperf
>    GEN    extras/keymap/keys-from-name.h
>    GEN    extras/keymap/keys-to-name.h
> make --no-print-directory all-recursive
> Making all in .
>    CC     libudev/libudev.lo
>    CC     libudev/libudev-list.lo
>    CC     libudev/libudev-util.lo
>    CC     libudev/libudev-device.lo
>    CC     libudev/libudev-enumerate.lo
>    CC     libudev/libudev-monitor.lo
>    CC     libudev/libudev-queue.lo
> libudev/libudev-queue.c: In function 'udev_queue_skip_devpath':
> libudev/libudev-queue.c:185:1: internal compiler error: in cond_exec_process_insns, at ifcvt.c:273
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See<http://gcc.gnu.org/bugs.html>  for instructions.
> make[2]: *** [libudev/libudev-queue.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> FATAL: oe_runmake failed
>
>
> in udev 151 and have been since 2010-10-04 (worked previously though I guess udev may
> have changed).
>
> Building imote2-image
>
> MACHINE = "imote2"
> DISTRO = "angstrom-2010.x"
>
> Anyone seeing anything similar?
>
> Jonathan
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>    



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

* Re: testing branch 2010-10-08: Udev 151 issues.
  2010-10-12 11:59 ` Jaap de Jong
@ 2010-10-12 16:41   ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2010-10-12 16:41 UTC (permalink / raw)
  To: openembedded-devel

On 10/12/10 12:59, Jaap de Jong wrote:
> Adding
> 
>     CFLAGS_append = " -Os"
> 
> helps (has been in the mailinglist some days ago)
> 
Thanks.

Jonathan
> Jaap
> 
> 
> 
> On 10/12/2010 12:31 PM, Jonathan Cameron wrote:
>> Hi All,
>>
>> I'm getting,
>>
>> NOTE: make
>> mkdir -p extras/keymap
>>    GEN    extras/keymap/keys.txt
>>    GEN    extras/keymap/keys-from-name.gperf
>>    GEN    extras/keymap/keys-from-name.h
>>    GEN    extras/keymap/keys-to-name.h
>> make --no-print-directory all-recursive
>> Making all in .
>>    CC     libudev/libudev.lo
>>    CC     libudev/libudev-list.lo
>>    CC     libudev/libudev-util.lo
>>    CC     libudev/libudev-device.lo
>>    CC     libudev/libudev-enumerate.lo
>>    CC     libudev/libudev-monitor.lo
>>    CC     libudev/libudev-queue.lo
>> libudev/libudev-queue.c: In function 'udev_queue_skip_devpath':
>> libudev/libudev-queue.c:185:1: internal compiler error: in cond_exec_process_insns, at ifcvt.c:273
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See<http://gcc.gnu.org/bugs.html>  for instructions.
>> make[2]: *** [libudev/libudev-queue.lo] Error 1
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>> FATAL: oe_runmake failed
>>
>>
>> in udev 151 and have been since 2010-10-04 (worked previously though I guess udev may
>> have changed).
>>
>> Building imote2-image
>>
>> MACHINE = "imote2"
>> DISTRO = "angstrom-2010.x"
>>
>> Anyone seeing anything similar?
>>
>> Jonathan
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>    
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 




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

end of thread, other threads:[~2010-10-12 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 10:31 testing branch 2010-10-08: Udev 151 issues Jonathan Cameron
2010-10-12 10:56 ` Paul Menzel
2010-10-12 11:59 ` Jaap de Jong
2010-10-12 16:41   ` Jonathan Cameron

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.