I installed textinfo 4.13a from source and it took care of the problem on fedora 19. Hope that helps if you want to use v2012.12.
On Wednesday, November 27, 2013 11:42:14 AM UTC-7, [email protected] wrote: > > And to clarify and correct, I was wrong with the branch. It is > 'angstrom-v2013.06-yocto1.4'. I typoed the year. > > Chris > > > > On Wednesday, November 27, 2013 6:11:07 AM UTC-5, Chris Morgan wrote: >> >> Hello again. >> >> I'm almost positive the issue is due to texinfo. With version 5.1 here >> there have been changes that are incompatible with older man page >> files, in particular the 'hsep' and 'veep' tokens. >> >> I was able to resolve the issues I was having by switching from using >> the angstrom setup-scripts.git master branch to using the v2012.06 >> branch, can't recall the full name right now. >> >> Thank you for replying though, I did run into the dash issue under >> Ubuntu before switching to Fedora for other reasons. >> >> Chris >> >> >> >> On Tue, Nov 26, 2013 at 10:22 PM, <[email protected] <javascript:>> >> wrote: >> > Hi, >> > >> > The texinfo package was installed from an Ubuntu repository and has the >> > version number 4.13a.dfsg.1-8ubuntu. ie It is version 4.13. I suppose >> you >> > have three choices, either install an older version of texinfo, use a >> > different host or fix the problem in Angstrom. >> > >> > The INHERIT change won't alter the outcome. I'm just trying to speed up >> > kernel rebuilds. >> > >> > Did you check that bash is indeed bash and not dash? >> > >> > While the v2012.12 branch builds correctly, I have had problems with >> > v2013.06 (libpseudo issues) and v2013.12 (dtc not included in rootfs) >> for >> > different reasons. I have switched from a 64-bit Mint host back to >> 32-bit >> > Xubuntu host to investigate these problems. >> > >> > Hope this helps .... >> > >> > >> > On Wednesday, November 27, 2013 4:24:17 AM UTC+11, Chris Morgan wrote: >> >> >> >> On Tue, Nov 26, 2013 at 9:57 AM, <[email protected]> wrote: >> >> > 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? >> >> > >> >> > >> >> >> >> >> >> Hello. >> >> >> >> I'm connected to the internet, I haven't made the changes to INHERIT >> >> that you have and I'm trying to build the same target. Running on >> >> Fedora 19 here. >> >> >> >> Would you happen to know what version of texinfo you have? I have >> >> version 5.1 here. >> >> >> >> Chris >> > -- 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.
