[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#1663: "make check" fails on mingw-msys on repository search path test
From: |
Chicken Trac |
Subject: |
#1663: "make check" fails on mingw-msys on repository search path test |
Date: |
Fri, 17 Jan 2020 15:21:55 -0000 |
#1663: "make check" fails on mingw-msys on repository search path test
--------------------------------+----------------------------
Reporter: sjamaan | Type: defect
Status: new | Priority: major
Milestone: 5.2 | Component: core libraries
Version: 5.1.0 | Keywords:
Estimated difficulty: easy |
--------------------------------+----------------------------
As [[https://lists.nongnu.org/archive/html/chicken-
users/2020-01/msg00025.html| reported by wasamasa]]:
{{{
======================================== repository search path ...
(C:/chicken//lib/chicken/11)
(PASS) (repository-path) contains something by default
TOTALS:
1 tests completed in 0.029 seconds
1 (100.00%) tests passed
0 (0.00%) tests failed
"C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/../chicken
"sample-module.scm" -output-file "sample-module.c" -dynamic -feature
chicken-compile-shared -verbose -include-path
C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.. -consult-types-file
../types.db -ignore-repository -emit-import-library sample-module"
generating import library `sample-module.import.scm' for module
`sample-module' ...
""gcc" "sample-module.c" -o "sample-module.obj" -c -fno-strict-
aliasing
-fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -DPIC -DC_SHARED
-IC:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/..
-IC:/chicken//include/chicken"
rm sample-module.c
""gcc" "sample-module.obj" -o "sample-module.so" -Wl,--enable-auto-
import
-shared -LC:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/..
-LC:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.. -lchicken -lm
-lws2_32"
rm sample-module.obj
(PASS) find-file on #f
(PASS) find-file on string
(PASS) find-file on list
(FAIL) (repository-path) is populated by CHICKEN_REPOSITORY_PATH:
expected
("C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/.."
"C:/Users/schnev/Downloads/chicken-5.2.0rc1/tests/test-repository") but
got
("C:\\Users\\schnev\\Downloads\\chicken-5.2.0rc1\\"
"C:\\Users\\schnev\\Downloads\\chicken-5.2.0rc1\\tests\\test-repository")
(PASS) setting (repository-path) and loading a library
(PASS) Putting garbage in (repository-path)
TOTALS:
6 tests completed in 0.051 seconds
5 (83.33%) tests passed
1 (16.66%) tests failed
make: *** [check] Error 1
}}}
--
Ticket URL: <https://bugs.call-cc.org/ticket/1663>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- #1663: "make check" fails on mingw-msys on repository search path test,
Chicken Trac <=