All of lore.kernel.org
 help / color / mirror / Atom feed
* error while compiling fuse for beaglebone
@ 2015-03-26  5:42 praveen vattipalli
  0 siblings, 0 replies; 2+ messages in thread
From: praveen vattipalli @ 2015-03-26  5:42 UTC (permalink / raw)
  To: poky

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

Hi,
I am trying to build fuse_2.8.6.bb  recipe for beaglebone using
*poky-dizzy-12.0.1*
I am using Ubuntu-12.04 32 bit machine. Target: Beagle bone. Before this I
have successfully build core-image-minimal image for Beaglebone


I even tried to create a patch

diff --git a/configure.in b/configure.in
index 9604d5e..f1dacd5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,8 @@
 AC_INIT(fuse, 2.8.6)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(include/config.h)
 AC_PROG_LIBTOOL
--
1.9.1

as mentioned in

http://www.yoctoproject.org/docs/1.7/ref-manual/ref-
manual.html#migration-1.7-autotools-class-changes  but for no use.

I even tried latest version fuse_2.9.2.bb

I am facing below error

praveenk@phytec:~/work/beaglebone/poky/build$ bitbake fuse

Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32',
'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32',
'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
| automake (GNU automake) 1.15
| Copyright (C) 2014 Free Software Foundation, Inc.
| License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-
2.0.html>
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
|
| Written by Tom Tromey <tromey@redhat.com>
| and Alexandre Duret-Lutz <adl@gnu.org>.
| AUTOV is 1
| NOTE: Executing ACLOCAL="aclocal
--system-acdir=/home/praveenk/work/beaglebone/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/fuse/2.9.2-r1/build/aclocal-copy/"
autoreconf --verbose --install --force --exclude=autopoint -I
/home/praveenk/work/beaglebone/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/fuse/2.9.2-r1/fuse-2.9.2/m4/
| autoreconf: Entering directory `.'
| autoreconf: configure.in: not using Gettext
| autoreconf: running: aclocal
--system-acdir=/home/praveenk/work/beaglebone/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/fuse/2.9.2-r1/build/aclocal-copy/
-I
/home/praveenk/work/beaglebone/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/fuse/2.9.2-r1/fuse-2.9.2/m4/
-I
/home/praveenk/work/beaglebone/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/fuse/2.9.2-r1/fuse-2.9.2/m4/
--force -I m4
| aclocal: warning: autoconf input should be named 'configure.ac', not '
configure.in'
| configure.in:72: warning: macro 'AM_ICONV' not found in library
| autoreconf: configure.in: tracing
| autoreconf: running: libtoolize --copy --force
| libtoolize: putting auxiliary files in '.'.
| libtoolize: copying file './ltmain.sh'
| libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
| libtoolize: copying file 'm4/libtool.m4'
| libtoolize: copying file 'm4/ltoptions.m4'
| libtoolize: copying file 'm4/ltsugar.m4'
| libtoolize: copying file 'm4/ltversion.m4'
| libtoolize: copying file 'm4/lt~obsolete.m4'
| aclocal: warning: autoconf input should be named 'configure.ac', not '
configure.in'
| configure.in:72: warning: macro 'AM_ICONV' not found in library
| autoreconf: running:
/home/praveenk/work/beaglebone/poky/build/tmp/sysroots/i686-linux/usr/bin/autoconf
--include=/home/praveenk/work/beaglebone/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/fuse/2.9.2-r1/fuse-2.9.2/m4/
--force
| configure.in:72: error: possibly undefined macro: AM_ICONV
| If this token and others are legitimate, please use m4_pattern_allow.
| See the Autoconf documentation.
| autoreconf:
/home/praveenk/work/beaglebone/poky/build/tmp/sysroots/i686-linux/usr/bin/autoconf
failed with exit status: 1
| ERROR: autoreconf execution failed.
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at
/home/praveenk/work/beaglebone/poky/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/fuse/2.9.2-r1/temp/log.do_configure.26343)
ERROR: Task 5
(/home/praveenk/work/beaglebone/poky/meta/recipes-support/fuse/fuse_2.9.2.bb,
do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 434 tasks of which 429 didn't need to be
rerun and 1 failed.
No currently running tasks (434 of 442)

Summary: 1 task failed:
/home/praveenk/work/beaglebone/poky/meta/recipes-support/fuse/fuse_2.9.2.bb,
do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
praveenk@phytec:~/work/beaglebone/poky/build$



Please any one help me  to resolve this.

Thanks
Praveen

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

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

* error while compiling fuse for beaglebone
@ 2015-03-26 12:01 praveen vattipalli
  0 siblings, 0 replies; 2+ messages in thread
From: praveen vattipalli @ 2015-03-26 12:01 UTC (permalink / raw)
  To: poky

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

Hi
I solved this by updating fuse_2.9.2.bb  to fuse_2.9.3.bb

Thanks
Praveen

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

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

end of thread, other threads:[~2015-03-26 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  5:42 error while compiling fuse for beaglebone praveen vattipalli
2015-03-26 12:01 praveen vattipalli

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.