pkgsrc-WIP-changes archive

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

chicken5: Document problem observed when running `test' target



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 14 11:52:03 2018 +0200
Changeset:	b63b487181665d74adddafa03c5aacefa5660496

Modified Files:
	chicken5/TODO

Log Message:
chicken5: Document problem observed when running `test' target

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b63b487181665d74adddafa03c5aacefa5660496

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chicken5/TODO | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diffs:
diff --git a/chicken5/TODO b/chicken5/TODO
index 28a64e5082..ae220ae6d3 100644
--- a/chicken5/TODO
+++ b/chicken5/TODO
@@ -1 +1,15 @@
-- Check if there are any regressions via `test' target 
+Tests fail because a invalid variable identifier is tried to be exported:
+
+ | ===> Testing for chicken-5.0.0rc3
+ | cd tests; sh runtests.sh
+ | ======================================== repository search path ...
+ | (/usr/pkg/lib/chicken/9)
+ | (PASS) (repository-path) contains something by default
+ |  TOTALS:
+ |   1 tests completed in 0.272 seconds
+ |   1 (100.00%) tests passed
+ |   0 (0.00%) tests failed
+ | export: .MAKE.LEVEL.ENV: bad variable name
+
+I think we can safely not pass it but it should be investigated
+who is the responsible for injecting such environment variable.


Home | Main Index | Thread Index | Old Index