Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PACH v2 11/38] package/efl: regenerate the configure script
Date: Sat, 12 Sep 2015 12:38:57 +0200	[thread overview]
Message-ID: <55F400C1.9070505@openwide.fr> (raw)
In-Reply-To: <1441747212-27421-12-git-send-email-romain.naour@openwide.fr>

Hi,

Le 08/09/2015 23:19, Romain Naour a ?crit :
> Workaround a build issue with eldbus-codegen:
> 
>   CCLD     bin/eldbus/eldbus-codegen
>   CXXLD    bin/eolian_cxx/eolian_cxx
>   CCLD     lib/ecore_x/ecore_x_vsync
>   CCLD     lib/evas/common/libevas_op_blend_sse3.la
>   CCLD     lib/evas/common/libevas_convert_rgb_32.la
>   CCLD     lib/ecore_ipc/libecore_ipc.la
> [...]/i686-ctng-linux-gnu/bin/ld: warning: libefl.so.1, needed by lib/ecore/.libs/libecore.so, not found (try using -rpath or -rpath-link)
> lib/ecore/.libs/libecore.so: undefined reference to `efl_control_suspend_set'
> lib/ecore/.libs/libecore.so: undefined reference to `efl_control_interface_get'
> collect2: error: ld returned 1 exit status
> Makefile:19135: recipe for target 'bin/eldbus/eldbus-codegen' failed
> make[6]: *** [bin/eldbus/eldbus-codegen] Error 1
> 
> A dependency on libefl seems to be missing for eldbus but by
> regenerating eldbus-codegen build correctly.
> 
> Reported upstream: https://phab.enlightenment.org/T2718
> 
> Also, gettextsize is needed since *.po files were generated with

s/gettextsize/gettextize/

> an "old" gettext version (0.18):
> 
> Making all in po
> *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19
> Makefile:149: recipe for target 'check-macro-version' failed
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/efl/efl.mk | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/package/efl/efl.mk b/package/efl/efl.mk
> index 781fa4a..3061d2e 100644
> --- a/package/efl/efl.mk
> +++ b/package/efl/efl.mk
> @@ -14,6 +14,11 @@ EFL_INSTALL_STAGING = YES
>  
>  EFL_DEPENDENCIES = host-pkgconf host-efl dbus freetype jpeg lua udev zlib
>  
> +# regenerate the configure script:
> +# https://phab.enlightenment.org/T2718
> +EFL_AUTORECONF = YES
> +EFL_GETTEXTSIZE = YES

s/EFL_GETTEXTSIZE/EFL_GETTEXTIZE/

Sorry for the typos, will fix it.

Romain
> +
>  # Configure options:
>  # --disable-cxx-bindings: disable C++11 bindings.
>  # --enable-lua-old: disable Elua and remove luajit dependency.
> 

  reply	other threads:[~2015-09-12 10:38 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 21:19 [Buildroot] [PACH v2 00/38] efl bump to 1.15.1 Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 01/38] package/x11r7/xproto_printproto: new package Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 02/38] package/x11r7/xlib_libXp: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 03/38] package/x11r7/xlib_libXpresent: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 04/38] package/efl: remove shared version number Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 05/38] package/expedite: move to package directory Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 06/38] package/libelementary: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 07/38] package/libevas-generic-loaders: " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 08/38] package/efl: move one directory higher Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 09/38] package/efl: new host-package Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 10/38] package/efl: new package Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 11/38] package/efl: regenerate the configure script Romain Naour
2015-09-12 10:38   ` Romain Naour [this message]
2015-09-08 21:19 ` [Buildroot] [PACH v2 12/38] package/efl: add harfbuzz dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 13/38] package/efl: add wayland dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 14/38] package/efl: add libcurl dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 15/38] package/efl: add libblkid dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 16/38] package/efl: add webp dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 17/38] package/efl: add frame buffer config option Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 18/38] package/efl: add jp2k " Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 19/38] package/efl: add X11 support Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 20/38] package/efl: add OpenGL/OpenGLES support Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 21/38] package/efl: add Xpresent dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 22/38] package/libevas-generic-loaders: bump to version 1.15.0 Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 23/38] package/libevas-generic-loaders: add libraw dependency Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 24/38] package/libelementary: bump to version 1.15.1 Romain Naour
2015-09-08 21:19 ` [Buildroot] [PACH v2 25/38] package/libelementary: add host package Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 26/38] package/enlightenment: bump to version 0.19.9 Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 27/38] package/expedite: bump to efl-1.15 branch Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 28/38] package/libethumb: remove package Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 29/38] package/libedje: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 30/38] package/libembryo: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 31/38] package/libeio: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 32/38] package/libefreet: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 33/38] package/libedbus: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 34/38] package/libecore: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 35/38] package/libevas: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 36/38] package/libeet: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 37/38] package/libeina: " Romain Naour
2015-09-08 21:20 ` [Buildroot] [PACH v2 38/38] package/libemotion-generic-players: new package Romain Naour
2015-09-15 21:25 ` [Buildroot] [PACH v2 00/38] efl bump to 1.15.1 Romain Naour
2015-09-24 19:26 ` Romain Naour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55F400C1.9070505@openwide.fr \
    --to=romain.naour@openwide.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox