On one machine portage now claims that I basically don't need java (see
the output of --depclean below). Can this be right? More importantly,
I believe it is safe to do the suggested unmerges (i.e. I could always
remerge them) since
1. None of these are in system
2. Portage itself doesn't use java
Am I correct that letting the unmerge happen is reversible.
* Depclean may break link level dependencies. Thus, it is
* recommended to use a tool such as `revdep-rebuild` (from
* app-portage/gentoolkit) in order to detect such breakage.
*
* Always study the list of packages to be cleaned for any obvious
* mistakes. Packages that are part of the world set will always
* be kept. They can be manually added to this set with
* `emerge --noreplace <atom>`. Packages that are listed in
* package.provided (see portage(5)) will be removed by
* depclean, even if they are part of the world set.
*
* As a safety measure, depclean will not remove any packages
* unless *all* required dependencies have been resolved. As a
* consequence, it is often necessary to run `emerge --update
* --newuse --deep @world` prior to depclean.
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
Packages installed: 966
Packages in world: 143
Packages in system: 45
Required packages: 948
Number to remove: 18
oldlap ~ #
09-11-2011, 06:26 AM
Philip Webb
--depclean wants to remove much of java. Is this safe?
110910 Allan Gottlieb wrote:
> I converted two machines from icedtea (java6) to oracle-jdk-bin (java7).
> I did in effect
> emerge --depclean icedtea icedtea-web =virtual/jdk-1.6.0 =virtual/jdk-1.6.0
> On one machine portage now claims that I basically don't need java
> (see the output of --depclean below). Can this be right?
>
> dev-java/ant-nodeps
> selected: 1.8.1
> protected: none
> omitted: none
*** remainder snipped ***
I recently removed Java from my system: all I seem to have lost
is direct access to the help files in LibreOffice,
which have a fully adequate PDF substitute.
You can check each package in your list with 'emerge -cpv <pkg>'
& see what it says requires it: if they only support one another,
you can fairly safely remove them all.
--
========================,,======================== ====================
SUPPORT ___________//___, Philip Webb
ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
TRANSIT `-O----------O---' purslowatchassdotutorontodotca
09-12-2011, 03:47 AM
Allan Gottlieb
--depclean wants to remove much of java. Is this safe?
On Sun, Sep 11 2011, Philip Webb wrote:
> 110910 Allan Gottlieb wrote:
>> I converted two machines from icedtea (java6) to oracle-jdk-bin (java7).
>> I did in effect
>> emerge --depclean icedtea icedtea-web =virtual/jdk-1.6.0 =virtual/jdk-1.6.0
>> On one machine portage now claims that I basically don't need java
>> (see the output of --depclean below). Can this be right?
>>
>> dev-java/ant-nodeps
>> selected: 1.8.1
>> protected: none
>> omitted: none
>
> *** remainder snipped ***
>
> I recently removed Java from my system: all I seem to have lost
> is direct access to the help files in LibreOffice,
> which have a fully adequate PDF substitute.
>
> You can check each package in your list with 'emerge -cpv <pkg>'
> & see what it says requires it: if they only support one another,
> you can fairly safely remove them all.
Thanks. I did the check and then let depclean remove them.
allan
09-13-2011, 09:54 PM
Jonathan
--depclean wants to remove much of java. Is this safe?
On Sun, 11 Sep 2011 02:26:35 -0400
Philip Webb <purslow@ca.inter.net> wrote:
> I recently removed Java from my system: all I seem to have lost
> is direct access to the help files in LibreOffice,
> which have a fully adequate PDF substitute.
The offlinehelp flag is now in the libreoffice-l10n ebuild. I use Libreoffice with the java flag disabled and my offline help works fine.
09-14-2011, 12:58 AM
Allan Gottlieb
--depclean wants to remove much of java. Is this safe?
On Tue, Sep 13 2011, Jonathan wrote:
> On Sun, 11 Sep 2011 02:26:35 -0400
> Philip Webb <purslow@ca.inter.net> wrote:
>
>> I recently removed Java from my system: all I seem to have lost
>> is direct access to the help files in LibreOffice,
>> which have a fully adequate PDF substitute.
>
> The offlinehelp flag is now in the libreoffice-l10n ebuild. I use
> Libreoffice with the java flag disabled and my offline help works
> fine.