Bug 239323 - math/scilab "runaway process" during config
Summary: math/scilab "runaway process" during config
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-19 23:24 UTC by dgilbert
Modified: 2020-05-31 13:38 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (makc)


Attachments
12.0 poudriere build log (88.55 KB, text/plain)
2019-07-19 23:24 UTC, dgilbert
no flags Details
the options for math/scilab that lead to failure (318 bytes, text/plain)
2019-08-17 23:41 UTC, dgilbert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dgilbert 2019-07-19 23:24:42 UTC
Created attachment 205911 [details]
12.0 poudriere build log

In many of my recent poudriere builds, scilab has failed for a "runaway process" violation.  The process in the configuration portion of the build that is causing this is testing arpack-ng compatibility... and runs with 8 or more threads (only one busy).  I'm pretty sure I'm not geared to analyze this.

I've attached the poudriere biuld log for 12.0, but I've encountered this on 11.2 and now recently 11.3.

I've tried quadrupling my timeout... it doesn't give any evidence that it's working.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2019-08-01 18:09:42 UTC
(In reply to dgilbert from comment #0)
> Created attachment 205911 [details]
> 12.0 poudriere build log
> 
> In many of my recent poudriere builds, scilab has failed for a "runaway
> process" violation.  The process in the configuration portion of the build
> that is causing this is testing arpack-ng compatibility... and runs with 8
> or more threads (only one busy).  I'm pretty sure I'm not geared to analyze
> this.

Apparently test program loops forever. I see you build scilab with OPENBLAS option. Do you have the same problem with default set?
Comment 2 Walter Schwarzenfeld freebsd_triage 2019-08-14 22:49:30 UTC
Should be solved with ports r508978.
Comment 3 dgilbert 2019-08-17 20:33:22 UTC
I think I need to clarify?  Are you asking me to rebuild scilab with all default options or rebuild it with whichever blas was the default?  Which blas is the default again?
Comment 4 dgilbert 2019-08-17 23:40:12 UTC
So... my result: it builds with entirely default options (but I assume you knew that) but it fails with my options.  I'm attaching my options.
Comment 5 dgilbert 2019-08-17 23:41:02 UTC
Created attachment 206648 [details]
the options for math/scilab that lead to failure
Comment 6 dgilbert 2019-08-18 19:46:51 UTC
after testing and rebuilding a number of times, I've narrowed down the cause of the failure.  the 64 bit integer option of openblas causes the problem.
Comment 7 Max Brazhnikov freebsd_committer freebsd_triage 2020-05-31 13:38:47 UTC
(In reply to dgilbert from comment #6)
Do you mean INTERFACE64 option in math/openblas?
Seems this is not a scilab bug, if it's really a bug at all. I'm closing the ticket, feel free to re-open, if you have an idea for improvement.