Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245504 - sci-chemistry/tinker-4.2-r1 - !!! ERROR: Package blackdown-java3d-bin was not found!
Summary: sci-chemistry/tinker-4.2-r1 - !!! ERROR: Package blackdown-java3d-bin was not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 12:27 UTC by Thomas Holder
Modified: 2008-11-06 23:53 UTC (History)
1 user (show)

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 Thomas Holder 2008-11-04 12:27:16 UTC
tinker launch script uses blackdown-java3d-bin instead of sun-java3d-bin on which it actually depends on.

Reproducible: Always

Steps to Reproduce:
1. start tinker in xterm
2.
3.

Actual Results:  
Error message: "
!!! ERROR: Package blackdown-java3d-bin was not found!
!!! ERROR: Package blackdown-java3d-bin was not found!

Java3D Extensions have not been installed

Please download Java3D 1.3.1 from a Blackdown FTP Site:
http://www.blackdown.org

Force Field Explorer can not continue"

-> app quits instantly.

Expected Results:  
tinker gui should pop up.

changing blackdown-java3d-bin to sun-java3d-bin in /usr/bin/tinker solves the problem:

java -Djava.library.path=$(java-config -i sun-java3d-bin) -cp $(java-config -p sun-java3d-bin):/usr/lib/tinker/ffe.jar ffe.Main
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2008-11-06 07:27:27 UTC
Looks like mr_bones_ introduced this bug in June when he didn't remove all the references to blackdown-java3d-bin, only some of them...
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2008-11-06 17:50:29 UTC
No, I removed references to dev-java/blackdown-java3d-bin which had been removed.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2008-11-06 23:53:40 UTC
(In reply to comment #2)
> No, I removed references to dev-java/blackdown-java3d-bin which had been
> removed.

You need to check more carefully. It was used outside of the dependency. I fixed it for you because you don't seem to understand what I'm saying.


donnie@comet $ grep blackdown tinker-4.2-r1.ebuild 
		echo 'java -Djava.library.path=$(java-config -i blackdown-java3d-bin) -cp $(java-config -p blackdown-java3d-bin):/usr/lib/tinker/ffe.jar ffe.Main' > tinker