Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Jay Snyder <jay.snyder@tycoelectronics.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: error trying to build parted 1.8.8 : configure.ac:173: error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
Date: Tue, 9 Feb 2010 10:36:53 -0500	[thread overview]
Message-ID: <4B718115.1010104@tycoelectronics.com> (raw)
In-Reply-To: <mailman.1729.1265722552.14961.openembedded-devel@lists.openembedded.org>

I'm trying to build parted 1.8.8 on OE:


NOTE: Running task 551 of 565 (ID: 3, 
/home/oe/2009-12-04/openembedded/recipes/parted/parted_1.8.8.bb, do_unpack)
NOTE: Running task 552 of 565 (ID: 13, 
/home/oe/2009-12-04/openembedded/recipes/parted/parted_1.8.8.bb, 
do_distribute_sources)
NOTE: Unpacking ../downloads/parted-1.8.8.tar.gz to 
tmp/work/i686-angstrom-linux/parted-1.8.8-r2/                            
NOTE: Running task 553 of 565 (ID: 4, 
/home/oe/2009-12-04/openembedded/recipes/parted/parted_1.8.8.bb, 
do_patch)             
NOTE: Applying patch 'use_llseek_syscall.patch' 
(../2009-12-04/openembedded/recipes/parted/files/use_llseek_syscall.patch)    

NOTE: Applying patch 'parted-1.8.x.patch' 
(../2009-12-04/openembedded/recipes/parted/files/parted-1.8.x.patch)                

NOTE: Running task 554 of 565 (ID: 5, 
/home/oe/2009-12-04/openembedded/recipes/parted/parted_1.8.8.bb, 
do_configure)         
ERROR: function do_configure 
failed                                                                                           

ERROR: log data follows 
(/home/oe/build/tmp/work/i686-angstrom-linux/parted-1.8.8-r2/temp/log.do_configure.24731)             

| automake (GNU automake) 
1.10.2                                                                                              

| Copyright (C) 2008 Free Software Foundation, 
Inc.                                                                           

| License GPLv2+: GNU GPL version 2 or later 
<http://gnu.org/licenses/gpl.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.10                                                                                                               

| NOTE: Executing autoreconf --verbose --install --force 
--exclude=autopoint -I 
/home/oe/build/tmp/work/i686-angstrom-linux/parted-1.8.8-r2/parted-1.8.8/m4/ 
-I/home/oe/build/tmp/staging/i686-angstrom-linux/usr/share/aclocal-1.10 
-I /home/oe/build/tmp/staging/i686-angstrom-linux/usr/share/aclocal
| autoreconf: Entering directory `.'
| autoreconf: running: aclocal -I 
/home/oe/build/tmp/work/i686-angstrom-linux/parted-1.8.8-r2/parted-1.8.8/m4/ 
-I /home/oe/build/tmp/staging/i686-angstrom-linux/usr/share/aclocal-1.10 
-I /home/oe/build/tmp/staging/i686-angstrom-linux/usr/share/aclocal 
--force -I m4
| configure.ac:173: error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
| 
/home/oe/build/tmp/work/i686-angstrom-linux/parted-1.8.8-r2/parted-1.8.8/m4/extensions.m4:19: 
AC_USE_SYSTEM_EXTENSIONS is expanded from...
| ../../lib/autoconf/specific.m4:332: AC_GNU_SOURCE is expanded from...
| 
/home/oe/build/tmp/work/i686-angstrom-linux/parted-1.8.8-r2/parted-1.8.8/m4/gnulib-comp.m4:23: 
gl_EARLY is expanded from...
| configure.ac:173: the top level
| autom4te: /home/oe/build/tmp/staging/x86_64-linux/usr/bin/m4 failed 
with exit status: 1
| aclocal: autom4te failed with exit status: 1
| autoreconf: aclocal failed with exit status: 1
| FATAL: autoreconf execution failed.
NOTE: Task failed: 
/home/oe/build/tmp/work/i686-angstrom-linux/parted-1.8.8-r2/temp/log.do_configure.24731
ERROR: TaskFailed event exception, aborting
ERROR: Build of 
/home/oe/2009-12-04/openembedded/recipes/parted/parted_1.8.8.bb 
do_configure failed
ERROR: Task 5 
(/home/oe/2009-12-04/openembedded/recipes/parted/parted_1.8.8.bb, 
do_configure) failed
NOTE: Tasks Summary: Attempted 553 tasks of which 548 didn't need to be 
rerun and 1 failed.
ERROR: '/home/oe/2009-12-04/openembedded/recipes/parted/parted_1.8.8.bb' 
failed




       reply	other threads:[~2010-02-09 15:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1729.1265722552.14961.openembedded-devel@lists.openembedded.org>
2010-02-09 15:36 ` Jay Snyder [this message]
2010-05-19 16:24   ` error trying to build parted 1.8.8 : configure.ac:173: error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE David MOUSSAUD
2010-05-25 12:35     ` [PATCH] " David MOUSSAUD

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=4B718115.1010104@tycoelectronics.com \
    --to=jay.snyder@tycoelectronics.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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