Opened 8 years ago

Closed 5 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:

Change History (5)

comment:1 Changed 8 years ago by Mario Domenech Goulart

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

comment:2 Changed 8 years ago by Ivan Raikov

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 Changed 8 years ago by Mario Domenech Goulart

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 Changed 8 years ago by Mario Domenech Goulart

Component: extensionsunknown

comment:5 Changed 5 years ago by Ivan Raikov

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