Bug 21360 - Scilab 6 is installed without lucene dependency
Summary: Scilab 6 is installed without lucene dependency
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 6
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Shlomi Fish
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-26 15:31 CEST by leo lenoir
Modified: 2019-11-28 16:56 CET (History)
3 users (show)

See Also:
Source RPM: scilab-6.0.0-1.mga6
CVE:
Status comment:


Attachments

Description leo lenoir 2017-07-26 15:31:41 CEST
Description of problem:

Scilab need lucene.jar and lucene-core.jar and lucene-queryparser.jar.
The rpm lucene.rpm is OK, and this bug can fixed in installing it.

Version-Release number of selected component (if applicable):
Scilab 6

How reproducible: // Sorry message in french : can't find lucene*.jar

scilab
Attention : Impossible de trouver le package Java '/usr/share/java/lucene/lucene-core.jar'.
Attention : Impossible de trouver le package Java '/usr/share/java/lucene/lucene-analyzers-common.jar'.
Attention : Impossible de trouver le package Java '/usr/share/java/lucene/lucene-queryparser.jar'.
Des problèmes sont survenus pendant le chargement des bibliothèques Java.
Pouvant induire des erreurs de Scilab.
Comment 1 Rémi Verschelde 2017-07-26 15:53:16 CEST
(In reply to leo lenoir from comment #0)
> Scilab need lucene.jar and lucene-core.jar and lucene-queryparser.jar.
> The rpm lucene.rpm is OK, and this bug can fixed in installing it

You mean the lucene-5.5.0-4.mga6 RPM available in Mageia's repositories, right?

Summary: Scilab 6 is installed without lucene.rpm => Scilab 6 is installed without lucene dependency
Assignee: bugsquad => shlomif
Source RPM: (none) => scilab-6.0.0-1.mga6

Comment 2 David GEIGER 2017-07-26 16:55:21 CEST
Here no problem with scilab 6.0.0, it works fine.

And if I check which package required lucene I can see scilab in the list:

$ urpmq --whatrequires lucene |grep 'scilab'
scilab
$

CC: (none) => geiger.david68210

Comment 3 leo lenoir 2017-07-26 21:33:24 CEST
Hi,
With the same command, I have nothing :

$ urpmq --whatrequires lucene |grep 'scilab'
$

It's a fresh installation in 64 bits from DVD, and Plasma5.
Comment 4 Rémi Verschelde 2017-07-26 21:37:18 CEST
Same as comment 3 for me, and trying to install scilab does not pull in lucene on Mageia 6 x86_64.
Comment 5 Shlomi Fish 2017-08-23 19:51:19 CEST
Hi!

This was fixed in version 6.0.0, rel2 on cauldron - should it be fixed in mga6 as well?
Comment 6 papoteur 2018-09-27 13:26:30 CEST
(In reply to Shlomi Fish from comment #5)
> Hi!
> 
> This was fixed in version 6.0.0, rel2 on cauldron - should it be fixed in
> mga6 as well?

Hello,
It seems that the problem persists in Mageia 6.
https://www.mageialinux-online.org/forum/topic-25453-1+scilab-6-0-1-probleme-avec-java.php#m243586

CC: (none) => yves.brungard_mageia

Comment 7 papoteur 2018-09-27 13:28:28 CEST
$  urpmq --whatrequires lucene |grep scilab
$ cat /etc/version 
6 4 official
Comment 8 Lewis Smith 2019-11-28 16:56:57 CET
(In reply to Shlomi Fish from comment #5) from 2017
> This was fixed in version 6.0.0, rel2 on cauldron

This problem is old, and visibly resolved in Mageia 7:
 $ urpmq -i scilab
Source RPM  : scilab-6.0.2-2.mga7.src.rpm

 $ urpmq --requires scilab | grep lucene
lucene
lucene-analysis
lucene-queryparser
 $ urpmq --whatrequires lucene | grep scilab
scilab
 $ urpmq --whatrequires lucene-analysis | grep scilab
scilab
 $ urpmq --whatrequires lucene-queryparser | grep scilab
scilab

CC: (none) => lewyssmith
Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.