On Mon, Feb 02, 2015 at 10:50:08AM -0300, Fernando de Oliveira wrote: > On 01-02-2015 14:54, Ken Moffat wrote: > > The file /usr/share/aclocal/argz.m4 was renamed to ltargz in > > > Looks as if that was part of libtool-2.4.4, I'm now on 2.4.5. > > Can't test this, I'm still with libtool-2.4.2. > > > ... fontforge-20141126 failed to bootstrap: > > aclocal: error aclocal: file 'm4/argz.m4' does not exist > > I've found what seems to be a fix for this in (sorry for the broken line): > > https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/fontforge > > In the fontforge source directory, first commands: > > rm -fr libltdl > for i in m4/*.m4; do > if [[ ! -L $i ]]; then continue; fi > j=$(readlink "$i") > ln -sf "${j/aclocal\//aclocal\/lt}" "$i" > done > yeughh! I took a look at the 20141126 tarball we are currently using (it might differ from Arch, I did not look there, too busy): Loads of symlinks to /var/tmp/fff/ff7/fontforge/gnulib/m4/ within the m4 directory.
> Also, in stead of ./bootstrap, after the fix: > > ./bootstrap --force > In fact, 'rm -rf libltdl && ./bootstrap --force' appears to be sufficient. > > I've added a comment to ticket #6024 so that we don't forget if / > > when a newer release appears (of course, they might already know > > about this upstream). > > ĸen, if you or anybody else have the means, please, would you mind to > confirm if these fix the issue? > > If yes, please, I would dare asking you to fix in the book, for those > who have libtool-2.4.5 or later versions, if you find time. > I'll check it on BLFS-7.6, just in case there is some weirdness in the bootstrap script (that seems unlikely, but I'm not going to try to grok 4725 lines of shell script). Might not be today. ĸen -- Nanny Ogg usually went to bed early. After all, she was an old lady. Sometimes she went to bed as early as 6 a.m. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
