You are not logged in.
I've eclipse installed and want to have scliab as well. But scilab wants jre stuff which conflicts with deps from eclipse.
Is there a way to solve this? Or is it just no possible on arch to have both packages installed?
resolving dependencies...
looking for inter-conflicts...
:: jre conflicts with java-gcj-compat. Remove java-gcj-compat? [Y/n]
error: failed to prepare transaction (could not satisfy dependencies)
:: eclipse: requires java-environmentOffline
Eclipse requires java-environment AND java-runtime , jre only provides java-runtime.
Both java-gcj-compat and openjdk provide java-runtime and java-environment.
Try changing the dependency in scilab from jre to java-runtime.
Note : i have had 2 packages that stated they required jre, but run fine with openjdk.
As openjdk is have 1.6 whereas java-gcj-compat is 1.5 , openjdk seems a better choice.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Eclipse requires java-environment AND java-runtime , jre only provides java-runtime.
Both java-gcj-compat and openjdk provide java-runtime and java-environment.
Try changing the dependency in scilab from jre to java-runtime.Note : i have had 2 packages that stated they required jre, but run fine with openjdk.
As openjdk is have 1.6 whereas java-gcj-compat is 1.5 , openjdk seems a better choice.
I'm not sure which one of those deps are causing the problem.
depends=('libxml2' 'pcre' 'java-saxon6<7' 'lapack' 'java-batik' 'javahelp2' \
'java-flexdock' 'jogl' 'fop' 'jeuclid-core' \
'fftw' 'libmatio' 'bash' 'tk' 'jrosetta' 'ocaml')
Offline
Pacman -Si can be very handy in these cases.
pacman -Si fop
Repository : community
Name : fop
Version : 0.95-4
URL : http://xmlgraphics.apache.org/fop/
Licenses : APACHE
Groups : None
Provides : fop
Depends On : java-xmlgraphics-commons java-commons-logging java-commons-io java-batik java-avalon-framework
Optional Deps : None
Conflicts With : fop
Replaces : None
Download Size : 2022.33 K
Installed Size : 2252.00 K
Packager : Stefan Husmann <stefan-husmann@t-online.de>
Architecture : i686
Build Date : Thu 19 Feb 2009 10:59:11 PM CET
MD5 Sum : 80b03b24759e7ec1505aa207043c08d5
Description : XSL-FO implementation in Javapacman -Si java-avalon-framework
Repository : community
Name : java-avalon-framework
Version : 4.2.0-2
URL : http://excalibur.apache.org/
Licenses : APACHE
Groups : None
Provides : None
Depends On : jre
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 67.53 K
Installed Size : 112.00 K
Packager : Unknown Packager
Architecture : i686
Build Date : Sun 01 Feb 2009 05:51:02 PM CET
MD5 Sum : 91f1f08d11e6ae85cfd26af62f2f5625
Description : Reusable components for J2SE applicationspackage fop depends on java-avalon-framework , which depends on jre .
java-avalon-framework is in AUR community, and another user already posted a comment about this.
You can try mailing the maintainer, or use abs to get the PKGBUILD and change jre to java-runtime yourself.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
If you install jdk, you should have the java-environment that is required by Eclipse. jre and jdk are the versions from Sun. If you are into open source only, then you will have to use openjdk
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Yes, pacman -Si is indeed what I was looking for. I mailed the maintainer ![]()
Thanks
Offline