Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20263 - Scilab 2.6 does not build properly. The /usr/lib/scilab-2.6 directory is not created.
Summary: Scilab 2.6 does not build properly. The /usr/lib/scilab-2.6 directory is not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-01 05:49 UTC by Daniel Tourde
Modified: 2003-05-01 11:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Tourde 2003-05-01 05:49:32 UTC
On April 30th 2003 I tried to build scilab 2.6 on a fresh and updated Gentoo 1.4
box.
Everything seemed to go fine. However when I tried to run scilab nothing
happened. I check on /usr/bin/scilab and discovered that this was a link to
nothing. The directory /usr/lib/scilab-2.6 supposedling containing the real
scilab binary being not there.

gcc 3.2.2 based system. glibc 2.3.1. Gentoo Linux kernel 2.4.20.
CFLAGS="-O3 -march=pentium2 -pipe"

I tried again to rebuild scilab and saw then that some fortran code generated
warnings. I don't know if it has had any impact on the missing directory though.

Reproducible: Always
Steps to Reproduce:
1. emerge scilab
2. try to run scilab with the command 'scilab'
3. check the existence of /usr/lib/scilab-2.6

Actual Results:  
'scilab' did nothing. /usr/bin/scilab being a link to the real scilab binary in
the missing /usr/lib/scilab-2.6 directory. There is nothing surprising there...

Expected Results:  
A working scilab....

I choose the blocker severity option. I cannot use scilab, I think it
corresponds well to the definition of "blocker"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-01 06:58:16 UTC
fixed in cvs
Comment 2 Daniel Tourde 2003-05-01 09:51:24 UTC
So how do I do from emerge?
Is there a special command I am supposed to use?
Is there a scilab-2.7 that would solve the problem?
Can't the patch(es) be applied to the stable tree (2.6)?

Daniel 
Comment 3 Priit Laes (IRC: plaes) 2003-05-01 11:34:27 UTC
Fixed in cvs means that this ebuild was fixed in main cvs repository and it will take ~30 minutes when it's available @ rsync servers... so emerge sync and emerge scilab to rebuild it...