[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Texinfo on FreeBSD - Test errors
From: |
Karl Berry |
Subject: |
Re: Texinfo on FreeBSD - Test errors |
Date: |
Sun, 29 Jun 2008 17:04:08 -0500 |
I have compiled and installed texinfo-4.12 on i386 FreeBSD 7.0.
The gmake check fails on 48 of 50 tests.
Thanks for the report.
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
Indeed, nearly every test case simply uses mktemp with no argument.
GNU/Linux is ok with having an explicit template. Hopefully all other
systems are too. Yikes.
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpv] source_file target_file
cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpv] source_file ...
target_directory
Can you please tell me what cp invocation(s), specifically, fail? At a
first look, I don't see what's being done that don't fit this usage.
Thanks,
karl