| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| X-Mailer: | 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) (via feedmail 8 I) |
| To: | Olaf Bachmann <obachman AT mathematik DOT uni-kl DOT de> |
| Cc: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: uuencode/decode/sharutils |
| References: | <m12k4J4-000F1SC AT nepomuck DOT mathematik DOT uni-kl DOT de> |
| From: | "Dr. Volker Zell" <vzell AT de DOT oracle DOT com> |
| Date: | 27 Apr 2000 17:45:40 +0200 |
| In-Reply-To: | Olaf Bachmann's message of "Tue, 25 Apr 2000 14:19:10 +0200 (MET DST)" |
| Message-ID: | <kvpurbk0nv.fsf@vzell.de.oracle.com> |
| Lines: | 42 |
| User-Agent: | Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (20 Minutes to Nikko) |
| MIME-Version: | 1.0 |
>>>>> "Olaf" == Olaf Bachmann <obachman AT mathematik DOT uni-kl DOT de> writes:
Olaf> Has anyone successfully compiled/installed uuencode/uudecode from
Olaf> sharutils-4.2? I tried to compile it, but the generated binaries fail
Olaf> the checks (are broken). Same applies to those binaries found in
For me sharutils-4.2 compiles OOTB and a make check gives the following result:
for subdir in doc lib po intl src checks contrib; do \
target=`echo check|sed 's/-recursive//'`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "--unix" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making check in doc
make[1]: Nothing to be done for `check'.
making check in lib
make[1]: Nothing to be done for `check'.
making check in po
make[1]: Nothing to be done for `check'.
making check in intl
make[1]: Nothing to be done for `check'.
making check in src
make[1]: Nothing to be done for `check'.
making check in checks
rm -f test.bin test.tmp
../src/uudecode ./testdata
../src/uuencode test.bin test.bin > test.tmp
cmp ./testdata test.tmp || exit 1
rm -f test.bin test.tmp
==========================
All checks are successful.
==========================
making check in contrib
make[1]: Nothing to be done for `check'.
Ciao
Volker
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |