[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-ime-devel] Bug#657828: ibus: FTBFS



Osamu Aoki <osamu at debian.org> writes:

> Daiki, you pointed me to:
>  http://git.savannah.gnu.org/cgit/automake.git/commit/?id=4e4dae50
> I also found related follow-up
>  http://lists.gnu.org/archive/html/automake/2012-01/msg00004.html
>
> I guess this is the cause of this new FTBFS phenomema. 
>
> But I still do not understand 
>  * where is the bug? 
>  * what it takes to fix this error?
>
> Googling lead me to a similar bug report elsewhere.  
> Basically it changes above mentioned part with
> ==============================
> ldmlibexecdir = $(libexecdir)/@PACKAGE@
> ldmlibexec_SCRIPTS = \
>     ibus-ui-gtk \
>     $(NULL)
> ==============================
> It can eliminate autoreconf error but I am not sure this is what is needed.

Ah, I didn't hit on that idea.  IMO it is a reasonable workaround until
the new automake is packaged.  How about modifying the relevant part in
debian/patches/use_pkglibexec.patch as follows?

==============================
# pkglibexec_SCRIPTS is not a valid prefix/primary combination with
# older automake
ibuslibexecdir = $(pkglibexecdir)
ibuslibexec_SCRIPTS = \
    ibus-ui-gtk \
    $(NULL)
==============================

Regards,
-- 
Daiki Ueno





Reply to: