On Sat, Apr 11, 2015 at 03:06:44PM +0100, Ken Moffat wrote: > On Sat, Apr 11, 2015 at 08:44:33AM -0300, Fernando de Oliveira wrote: > > > > Ah, now I think I know: > > > > Are you using "tar -tf" or 'tar -vtf"? Perhaps an "alias" tar = "tar -v"? > > > > With "tar -vtf", I got something like > > > > drwxr-xr-x cloph/users 0 2015-03-26 08:51 > > > > for directories, or > > > > -rw-r--r-- cloph/users 12829 2015-03-26 08:51 > > > > for files. > > > > before the lines I described above, and this would explain your problem. > > Or new version of tar includes "-v" by default? > > I suspect I have an alias on that machine. Thanks for diagnosing - > on the test machine I've booted today, the version in the book does > indeed work. Sorry for the noise. > Except, it produces the wrong results (invalid languages).
The complete list of what LO will accept as valid languages is in solenv/inc/langlist.mk When I went through the apparent list of available languages, I added e.g. an (aragonese), az (azeri/azerbaijani), for some of my machines. I'm now building on one of those machines and the configure script run by autogen was not impressed (it reports the first error each time, and trying to keep position in the very long line to identify other errors is painful). Here is the start of the official list - # Complete list of all supported localizations (ISO codes) completelangiso=af \ am \ ar \ as \ ast \ be \ bg \ bn \ bn-IN \ bo \ and this is the start of what I get using the method in that Note - (all on one line, obviously, not the way it has been reformatted) ken@ac4tv ~ $tar -tf /sources/libreoffice-translations-4.4.2.2.tar.xz | grep translations/source| cut -d/ -f4 | uniq | sort | head ab * af * am an * ar as ast az * be ĸ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
