Bug 173260 - java/openjdk7: Directory jre/lib/applet is missed in the package
Summary: java/openjdk7: Directory jre/lib/applet is missed in the package
Status: Closed Unable to Reproduce
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-01 13:00 UTC by Alexey Markov
Modified: 2014-09-18 13:36 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Markov 2012-11-01 13:00:00 UTC
It's a pretty weird error: directory /usr/local/openjdk7/jre/lib/applet is created in the process of 'make package' but not exists in the package. That's why after package removing users get error:

pkg_delete: file '/usr/local/openjdk7/jre/lib/applet' doesn't exist
pkg_delete: unable to completely remove directory '/usr/local/openjdk7/jre/lib/applet'
pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?)

How-To-Repeat: 1. cd /usr/ports/java/openjdk7 && make package
2. ls /usr/local/openjdk7/jre/lib/ <- applet directory in place
3. tar xjf -C /tmp <openjdk7-package-file>
4. cd /tmp && ls openjdk7/jre/lib/ <- there is no applet directory at all

Also you can try to make a package from installed port, and result will be the same.

Such a poltergeist!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-02 02:08:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Carlo Strub freebsd_committer freebsd_triage 2014-09-11 20:02:37 UTC
Is this PR still relevant?
Comment 3 Alexey Markov 2014-09-14 12:37:53 UTC
(In reply to Carlo Strub from comment #2)
> Is this PR still relevant?

Yes, I can see that bug any time I reinstall openjdk7 package.
Comment 4 Carlo Strub freebsd_committer freebsd_triage 2014-09-14 19:08:49 UTC
Back to pool then.
Comment 5 Alexey Markov 2014-09-18 13:36:39 UTC
After total packages rebuild by new pkg tool an error has gone. I think this bug report can be closed now.