Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 10:08:52 GMT
From:      Mamoru Iwaki <1wkmmr@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180409: ports/math/scilab trying to use F77
Message-ID:  <201307091008.r69A8qdM082214@oldred.freebsd.org>
Resent-Message-ID: <201307091010.r69AA03Y037280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180409
>Category:       ports
>Synopsis:       ports/math/scilab trying to use F77
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 09 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mamoru Iwaki
>Release:        FreeBSD  9.1-STABLE
>Organization:
>Environment:
FreeBSD  9.1-STABLE FreeBSD 9.1-STABLE #0 r253054: Tue Jul  9 15:36:28 JST 2013     root@:/usr/obj/nanobsd.full/mnt2/usr/src9/sys/MYGEN  amd64
>Description:
I'm trying to use scilab, and begining to play demonstarations from Scilab Console (?->Scilab Demonstrations). Some demonstrations failed with trying to use F77. For example, Simulation->Wheel simulation->Simulation with ode (needs a Fortran Compiler) failed with the following output. 

Startup execution:
  loading initial environment
 ilib_compile: An error occurred during the compilation:
 
!libtool: ignoring unknown tag F77                                        !
!                                                                         !
!libtool: unrecognized option `-I/usr/local/share/scilab//../../include/sc!
!     ilab/'                                                              !
!                                                                         !
!Try `libtool --help' for more information.                               !

ilib_compile: The command was:
make  CFLAGS="-I/usr/local/share/scilab//../../include/scilab/ " CXXFLAGS="-I/usr/local/share/scilab//../../include/scilab/ " FFLAGS="-I/usr/local/share/scilab//../../include/scilab/ "
link(wheel_path + 'libwheel' + getdynlibext(), ['wheel','wheelg'],'f');
                                                            !--error 236 
link: The shared archive was not loaded: Cannot open "/mnt2/tmp/SCI_TMP_62272_hPI0QG/libwheel.so"
at line      18 of exec file called by :    

at line      17 of function wheel_build_and_load called by :  
at line      16 of function demo_wheel2 called by :  
demo_wheel2();
at line      74 of exec file called by :    
o_gui_update();exec(script_path,-1);clear script_path;;if exists("%oldgcbo"
while executing a callback


Another example is n-pendulum; it some times crashed scilab itself with Segmentation fault.  

>How-To-Repeat:
Simply make install and run some demonstrations on scilab. 

>Fix:
Sorry, but no idea. 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307091008.r69A8qdM082214>