Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] evemu: bump version to 1.2.0
@ 2014-04-22 21:47 Peter Seiderer
  2014-04-25  8:57 ` Peter Korsgaard
  2014-04-25 14:46 ` Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Seiderer @ 2014-04-22 21:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/evemu/evemu.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
index 38b792d..df9aea1 100644
--- a/package/evemu/evemu.mk
+++ b/package/evemu/evemu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EVEMU_VERSION = 1.0.10
+EVEMU_VERSION = 1.2.0
 EVEMU_SITE = http://cgit.freedesktop.org/evemu/snapshot
 EVEMU_LICENSE = LGPLv3 (library), GPLv3 (tools)
 EVEMU_LICENSE_FILES = COPYING COPYING.GPL3
-- 
1.8.1.4

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

* [Buildroot] [PATCH] evemu: bump version to 1.2.0
  2014-04-22 21:47 [Buildroot] [PATCH] evemu: bump version to 1.2.0 Peter Seiderer
@ 2014-04-25  8:57 ` Peter Korsgaard
  2014-04-25 14:46 ` Thomas Petazzoni
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2014-04-25  8:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
 > ---
 >  package/evemu/evemu.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
 > index 38b792d..df9aea1 100644
 > --- a/package/evemu/evemu.mk
 > +++ b/package/evemu/evemu.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -EVEMU_VERSION = 1.0.10
 > +EVEMU_VERSION = 1.2.0

Committed with some changes:

- It explicitly defined SYN_MAX, but modern (3.12+) kernels already
  export that to user space

- The tests now need C++ support, even though evemu itself doesn't, so I
  disabled the tests.

Thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] evemu: bump version to 1.2.0
  2014-04-22 21:47 [Buildroot] [PATCH] evemu: bump version to 1.2.0 Peter Seiderer
  2014-04-25  8:57 ` Peter Korsgaard
@ 2014-04-25 14:46 ` Thomas Petazzoni
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2014-04-25 14:46 UTC (permalink / raw)
  To: buildroot

Dear Peter Seiderer,

On Tue, 22 Apr 2014 23:47:17 +0200, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/evemu/evemu.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
> index 38b792d..df9aea1 100644
> --- a/package/evemu/evemu.mk
> +++ b/package/evemu/evemu.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -EVEMU_VERSION = 1.0.10
> +EVEMU_VERSION = 1.2.0
>  EVEMU_SITE = http://cgit.freedesktop.org/evemu/snapshot
>  EVEMU_LICENSE = LGPLv3 (library), GPLv3 (tools)
>  EVEMU_LICENSE_FILES = COPYING COPYING.GPL3

This is causing some build failures in the autobuilders:

  http://autobuild.buildroot.org/results/24b/24b0e8214e528f455b630c47f93b50a83f308ab5/build-end.log

Could you have a look?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] evemu: bump version to 1.2.0
@ 2014-04-25 19:32 Peter Seiderer
  2014-04-26  9:15 ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Seiderer @ 2014-04-25 19:32 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

On Fri, Apr 25, 2014 at 04:46:36PM +0200, Thomas Petazzoni wrote:
> Dear Peter Seiderer,
> 
> On Tue, 22 Apr 2014 23:47:17 +0200, Peter Seiderer wrote:
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> > ---
> >  package/evemu/evemu.mk | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
> > index 38b792d..df9aea1 100644
> > --- a/package/evemu/evemu.mk
> > +++ b/package/evemu/evemu.mk
> > @@ -4,7 +4,7 @@
> >  #
> >  ################################################################################
> >  
> > -EVEMU_VERSION = 1.0.10
> > +EVEMU_VERSION = 1.2.0
> >  EVEMU_SITE = http://cgit.freedesktop.org/evemu/snapshot
> >  EVEMU_LICENSE = LGPLv3 (library), GPLv3 (tools)
> >  EVEMU_LICENSE_FILES = COPYING COPYING.GPL3
> 
> This is causing some build failures in the autobuilders:
> 
>   http://autobuild.buildroot.org/results/24b/24b0e8214e528f455b630c47f93b50a83f308ab5/build-end.log
> 

From build-end.log:
make[3]: Entering directory `/home/test/test/1/output/build/evemu-1.2.0/src'
./make-event-names.py --output=c > event-names.h
./make-event-names.py --output=python > event_names.py
/usr/bin/make  all-am
make[4]: Entering directory `/home/test/test/1/output/build/evemu-1.2.0/src'
  CC       libevemu_la-evemu.lo
evemu.c: In function 'write_desc':
evemu.c:386:50: error: 'input_prop_map' undeclared (first use in this function)
evemu.c:386:50: note: each undeclared identifier is reported only once for each function it appears in

On succesfull builds input_prop_map is defined in the generated event-names.h
file ('./make-event-names.py --output=c > event-names.h'), but in make-event-names.py
the variable SOURCE_FILE = "/usr/include/linux/input.h" is used as paser input without
any cross-compile prefix, this means that always input.h from the host system is used.

SOURCE_FILE should be something like "${SYSROOT}/usr/include/linux/input.h", whats the best
way to achieve this (and which buildroot set variable should be uesed)?
- patch make-event-names.py directly with given sysroot path
- patch make-event-names.py to use given environment variable with sysroot path
- ...

Regards,
Peter

> Could you have a look?
> 
> Thanks,
> 
> Thomas
> -- 
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com

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

* [Buildroot] [PATCH] evemu: bump version to 1.2.0
  2014-04-25 19:32 Peter Seiderer
@ 2014-04-26  9:15 ` Peter Korsgaard
  2014-04-26 21:47   ` Peter Seiderer
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2014-04-26  9:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

Hi,

 > SOURCE_FILE should be something like "${SYSROOT}/usr/include/linux/input.h", whats the best
 > way to achieve this (and which buildroot set variable should be uesed)?
 > - patch make-event-names.py directly with given sysroot path
 > - patch make-event-names.py to use given environment variable with sysroot path
 > - ...

Thanks for the patch. I see there's also another failure:

http://autobuild.buildroot.net/results/4ec/4ecfbca85ffd5544acad44312166bfcb323283b5/build-end.log

It seems like the python stuff doesn't work with python3. I guess we
will need to:

- Patch make-event-names.py to use python2 instead of python
- Add a configure flag to disable python support and/or fixup python/ to
  work with python3

Care to take a look?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] evemu: bump version to 1.2.0
  2014-04-26  9:15 ` Peter Korsgaard
@ 2014-04-26 21:47   ` Peter Seiderer
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Seiderer @ 2014-04-26 21:47 UTC (permalink / raw)
  To: buildroot

Hello Peter,

> Gesendet: Samstag, 26. April 2014 um 11:15 Uhr
> Von: "Peter Korsgaard" <jacmet@uclibc.org>
> An: "Peter Seiderer" <ps.report@gmx.net>
> Cc: "Thomas Petazzoni" <thomas.petazzoni@free-electrons.com>, buildroot at busybox.net
> Betreff: Re: [PATCH] evemu: bump version to 1.2.0
>
> >>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:
> 
> Hi,
> 
>  > SOURCE_FILE should be something like "${SYSROOT}/usr/include/linux/input.h", whats the best
>  > way to achieve this (and which buildroot set variable should be uesed)?
>  > - patch make-event-names.py directly with given sysroot path
>  > - patch make-event-names.py to use given environment variable with sysroot path
>  > - ...
> 
> Thanks for the patch. I see there's also another failure:
> 
> http://autobuild.buildroot.net/results/4ec/4ecfbca85ffd5544acad44312166bfcb323283b5/build-end.log
> 
> It seems like the python stuff doesn't work with python3. I guess we
> will need to:
> 
> - Patch make-event-names.py to use python2 instead of python
> - Add a configure flag to disable python support and/or fixup python/ to
>   work with python3
> 
> Care to take a look?

Patch with fixup for make-event-names.py is on the way...

Regards,
Peter

> 
> -- 
> Bye, Peter Korsgaard
> 

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

end of thread, other threads:[~2014-04-26 21:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 21:47 [Buildroot] [PATCH] evemu: bump version to 1.2.0 Peter Seiderer
2014-04-25  8:57 ` Peter Korsgaard
2014-04-25 14:46 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2014-04-25 19:32 Peter Seiderer
2014-04-26  9:15 ` Peter Korsgaard
2014-04-26 21:47   ` Peter Seiderer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox