Opened 10 years ago

Closed 7 years ago

#1246 closed defect (wontfix)

sundials: error in tests (sh: 1: ./testsundials: not found)

Reported by: Mario Domenech Goulart Owned by: Ivan Raikov
Priority: major Milestone: someday
Component: unknown Version: 4.10.x
Keywords: sundials Cc:
Estimated difficulty:

Description

Change History (5)

comment:1 by Mario Domenech Goulart, 10 years ago

Summary: sundials: erro in tests (sh: 1: ./testsundials: not found)sundials: error in tests (sh: 1: ./testsundials: not found)

comment:2 by Ivan Raikov, 10 years ago

Thanks for the bug report. The testsundials script is created with try-compile (by appending -o option to the cflags argument). Does using salmonella somehow change the current directory when try-compile is invoked?

comment:3 by Mario Domenech Goulart, 10 years ago

No, salmonella doesn't change the directory while installing eggs (in fact, it just calls chicken-install behind the scenes).

I noticed sundials installs fine on CHICKEN 4.8.0.5, but not on master. So, it look like something changed on master that is triggering the breakage.

Anyway, the approach sundials uses to determine versions is not cross-compilation friendly. In a cross compilation environment, it is not possible to execute binaries generated during the installation, as binaries will be for the target platform, not for the host.

comment:4 by Mario Domenech Goulart, 10 years ago

Component: extensionsunknown

comment:5 by Ivan Raikov, 7 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.