Bug 1669 - Some files are not included in pkg/PLIST file. so package-user can't use kaffe
Summary: Some files are not included in pkg/PLIST file. so package-user can't use kaffe
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-09-23 12:00 UTC by sanpei
Modified: 1996-10-06 03:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sanpei 1996-09-23 12:00:01 UTC
	Some files which are symbolic links are not included
	in pkg/PLIST file:

		libkaffe_native.so
		libkaffe_net.so
		libkaffe_vm.so

	so packages-user can't use kaffe without make symbolic link.

Fix: 

Add pkg/PLIST and make new packages:

lib/libkaffe_native.so
lib/libkaffe_vm.so
lib/libkaffe_net.so

	And I think that DESC file needs some comment about
	run-time environment variable as in `How-To-Repeat'.
How-To-Repeat: 
	Under FreeBSD machine which *DID NOT* compile kaffe,
	install kaffe packages via *pkg_add* from packages-current.

	Set some environment variables(cf. csh):
		setenv CLASSPATH .:/usr/local/share/java/classes.zip
		setenv KAFFEHOME /usr/local/share/kaffe
		setenv LD_LIBRARY_PATH /usr/local/lib:.

	Compile java program:
		% javac HelloWorldApp.java	
		Failed to locate native library ... aborting.
		%
Comment 1 Peter Wemm freebsd_committer freebsd_triage 1996-10-04 12:29:30 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports

open ports PR 
Comment 2 Masafumi Max NAKANE freebsd_committer freebsd_triage 1996-10-06 03:21:31 UTC
State Changed
From-To: open->closed

Suggested fix has been applied in Rev. 1.6 of PLIST.