Is this problem occurring while you are attempting to build the 
console-image? I just finished a build a few minutes ago using the 
following:

This guide details the process of building a console image from the 
Angstrom source on an Xubuntu 12.04.3 32-bit Linux host.

Prerequisites

Then we need some additional development tools. Enter the following:

        sudo apt-get install sed wget cvs subversion git-core coreutils 
unzip texi2html texinfo docbook-utils gawk python-pysqlite2 diffstat 
help2man make gcc build-essential g++ desktop-file-utils chrpath


/bin/sh (ls -l /bin/sh) is symbolically linked to dash. "dash" is a POSIX 
compliant shell that is much smaller than "bash". Some broken shell scripts 
still make use of bash extensions while calling into /bin/sh. To work 
around this issue call "sudo dpkg-reconfigure dash" and select No when it 
asks you to install dash as /bin/sh. 

Download Angstrom Distribution and Build

To download the distribution for Beaglebone enter the following commands:

    cd ~/Projects

    mkdir angstrom-v2012.12

    cd ./angstrom-v2012.12

    git clone git://github.com/Angstrom-distribution/setup-scripts.git

    cd setup-scripts

    MACHINE=beaglebone ./oebb.sh config beaglebone

    MACHINE=beaglebone ./oebb.sh update

In file setup-scripts/conf/local.conf modify the following line:

        INHERIT += "rm_work"

to

        # INHERIT += "rm_work"

And to compile the console version of the distribution:

        . ~/.oe/environment-angstromv2012.12

        bitbake console-image

During these steps the computer must be connected to the Internet.

Or are you trying to manually compile manual pages?

On Friday, November 22, 2013 11:25:39 AM UTC+11, [email protected] wrote:
>
> I've heard that the texinfo issue with eglibc was fixed some time ago but 
> I'm seeing it on f19 64bit with git master of the angstrom 
> setup-scripts.git:
>
> | LANGUAGE=C LC_ALL=C makeinfo -P 
> /home/cmorgan/projects/angstrom-setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/eglibc-2.16-r15+svnr20393/build-arm-angstrom-linux-gnueabi/manual/
>  
> --output=/home/cmorgan/projects/angstrom-setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/eglibc-2.16-r15+svnr20393/build-arm-angstrom-linux-gnueabi/manual/
> libc.info<http://www.google.com/url?q=http%3A%2F%2Flibc.info&sa=D&sntz=1&usg=AFQjCNEksJNDpvaNGKKorc0rL9Pdkd_fWA>libc.texinfo
> | ./message.texi:1446: warning: @end should only appear at a line beginning
> | ./stdio.texi:3138: unknown command `hsep'
> | ./stdio.texi:3138: unknown command `vsep'
> | ./creature.texi:1: warning: node `Checking for Errors' is next for 
> `Feature Test Macros' in menu but not in sectioning
> | ./memory.texi:27: warning: node `Error Messages' is prev for `Memory 
> Concepts' in menu but not in sectioning
> | ./memory.texi:156: warning: node next `Memory Allocation' in menu 
> `Locking Pages' and in sectioning `Resizing the Data Segment' differ
>
>
> Steps to reproduce:
>
> git clone 
> https://github.com/Angstrom-distribution/setup-scripts<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FAngstrom-distribution%2Fsetup-scripts&sa=D&sntz=1&usg=AFQjCNH0GpBFffRH6xS4LoylYG969Vg2Pw>angstrom-setup-scripts
> cd angstrom-setup-scripts/
> MACHINE=beaglebone ./oebb.sh config beaglebone
> nano conf/local.conf # I enabled -j8 and 8 parallel steps to speed the 
> compile
> MACHINE=beaglebone ./oebb.sh update
> MACHINE=beaglebone ./oebb.sh bitbake console-image
>
>
> Not sure where to go from here...
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to