bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44580: DejaGnu runtest not found of site.exp exists


From: Jacob Bachmeyer
Subject: bug#44580: DejaGnu runtest not found of site.exp exists
Date: Wed, 11 Nov 2020 20:56:09 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0

Robert Menteer via Bug-dejagnu via wrote:
What I found by running runtest by hand is it fails if the file site.ext exists.

Your site.exp file is invalid; this is a bug in Automake rather than a bug in DejaGnu. The version of Automake that produced the Makefile.in that you are using mishandles filenames containing spaces. Tcl requires a value containing spaces to be properly quoted in a "set" command, and Automake is producing a site.exp that does not contain those quotes for the objdir variable.

An immediate workaround is to run `sed -e '/^set [^ ]*dir [^"]/{s/dir /&"/;s/$/"/}' -i site.exp` (tested with GNU sed) to fix your site.exp file, or to avoid building in a directory where the absolute filename contains spaces.

Additionally, as of commit b53b22c29880f785ae5e9e1c72925d2583a4c76d (after 1.6.2 was released) DejaGnu no longer loads site.exp when invoked with the --version option.

Please try regenerating your Makefile.in with a newer Automake or report this as a bug in Automake if you are already using the latest version.

I am closing this report as NOTOURBUG.


-- Jacob





reply via email to

[Prev in Thread] Current Thread [Next in Thread]