GNU bug report logs - #48062
make check fails if configured with --program-prefix

Previous Next

Package: diffutils;

Reported by: Jun T <takimoto-j <at> kba.biglobe.ne.jp>

Date: Tue, 27 Apr 2021 15:10:02 UTC

Severity: normal

To reply to this bug, email your comments to 48062 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-diffutils <at> gnu.org:
bug#48062; Package diffutils. (Tue, 27 Apr 2021 15:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jun T <takimoto-j <at> kba.biglobe.ne.jp>:
New bug report received and forwarded. Copy sent to bug-diffutils <at> gnu.org. (Tue, 27 Apr 2021 15:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jun T <takimoto-j <at> kba.biglobe.ne.jp>
To: bug-diffutils <at> gnu.org
Subject: make check fails if configured with --program-prefix
Date: Tue, 27 Apr 2021 20:09:01 +0900
$ ./configure --program-prefix=g
$ make
$ make check

then two tests diff3 and help-version fail.
The reason is quite simple; the log contains lines like

+diff3: subsidiary program 'gdiff' not found

If I run

$ cd src
$ ln -s diff gdiff

then 'make check' succeeds.

If there were a program named 'gdiff' in my PATH then it would
have been used for the test.




This bug report was last modified 3 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.