[gentoo-user] new English spellchecking dictionaries

2015-12-10 Thread »Q«
Many months ago, I posted that I was working on a new ebuild for
English spellchecking dictionaries.  For various reasons, my work
kept getting put on hold, but now Michael Palimaka has committed an
ebuild, app-dicts/myspell-en-20151201.  Since I brought it up before,
I'm bringing it up now to encourage testing.

It looks to me like it should Just Work for everyone.  Its source is a
LO extension which rolls the latest en dicts into one file,
.
(That that didn't yet exist when I was trying this, so I was trying to
use various sources, which is one of my excuses for not getting it
done.)






[gentoo-user] java virtual machine

2015-12-10 Thread Frederico Moraes Ferreira

Hi List,
I'm trying to set the java virtual machine as follows:


mephisto ~ # java-config --list-available-vms
The following VMs are available for generation-2:
*)Oracle JDK 1.8.0.66 [oracle-jdk-bin-1.8]

mephisto ~ # java-config --set-system-vm oracle-jdk-bin-1.8
Now using oracle-jdk-bin-1.8 as your generation-2 system JVM

ferreirafm@mephisto ~ $ java-config --set-user-vm oracle-jdk-bin-1.8
Now using oracle-jdk-bin-1.8 as your user JVM
#

Well, when I try to install some java application, it issues that no 
virtual machine

is in the PATH (as show bellow).


ferreirafm@mephisto ~/Downloads $ sh ./install-jalview.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable.  You must install a VM prior to
running this program.
#

I know I can set PATH in the .bashrc, but shouldn't
" java-config --set-user-vm" do the work?

Best,
Fred



Re: [gentoo-user] OT: i7-6700, anyone already?

2015-12-10 Thread Frank Steinmetzger
On Thu, Dec 10, 2015 at 07:46:51AM +0100, Stefan G. Weichinger wrote:
> Am 10.12.2015 um 05:50 schrieb waltd...@waltdnes.org:
> 
> > CFLAGS="-O2 -march=native -fomit-frame-pointer -pipe -fno-unwind-tables 
> > -fno-asynchronous-unwind-tables"
> > 
> >   That's what I use, except for cross-compiling.  For an explanation of
> > the "unwind" flags, see thread...
> > http://comments.gmane.org/gmane.linux.busybox/36695  from the busybox
> > mailing list.  And don't forget CPU_FLAGS_X86.  Emerge and run
> > app-portage/cpuinfo2cpuflags as soon as you can during the install
> > process.
> […]
> did not know that tool, thanks.
> Will try on my existing box already.

I always wondered why it is not included in the stage3. It is very small and
– after all – basically everyone needs it in a new install (except for a
re-install for which one can write down the previous installation’s CFLAGS).

-- 
Gruß | Greetings | Qapla’ 
Sometimes the fingers are faster then grammar.



Re: [gentoo-user] terminal colors

2015-12-10 Thread Ian Bloss
What text editor are you using?

On Wed, Dec 9, 2015, 22:14   wrote:

> I have a hard time reading text in terminal when editing *.tex files.
> My background is black but the dark blue/violet text it is very hard to
> see on a black background.
>
> Recently Gentoo changed those colors, how to restore them the colors so
> I can read the text on a black background.
>
> --
> Thelma
>
>


[gentoo-user] Re: gentoo-user@lists.gentoo.org

2015-12-10 Thread walt
On Thu, 10 Dec 2015 07:31:11 +
Mick  wrote:

> On Thursday 10 Dec 2015 06:51:45 Alan McKinnon wrote:
> > On 10/12/2015 02:08, walt wrote:  

> > > Sounds like it's still grumpy Scotsman day.
> > > 
> > > This is a test email to discover if you really have a gmail
> > > account, and, if so, how often you check it for new email.
> > > 
> > > I'll be happy to explain the origin of "grumpy Scotsman" if this
> > > test succeeds.  
> > 
> > Hello walt,
> > 
> > Yes it's me and this is a valid account, it's in constant use.  
> 
> OK, this must be a good 2FA then?  ;-)

I thought I was sending an email to Alan but I was wrong.  I apologize
to Alan and to all gentoo users.

But, seriously, why do we keep making the same errers?





Re: [gentoo-user] java virtual machine

2015-12-10 Thread Urs Schütz

On 12/10/15 14:56, Frederico Moraes Ferreira wrote:

Hi List,


Hi Fred


I'm trying to set the java virtual machine as follows:


mephisto ~ # java-config --list-available-vms
The following VMs are available for generation-2:
*)Oracle JDK 1.8.0.66 [oracle-jdk-bin-1.8]

mephisto ~ # java-config --set-system-vm oracle-jdk-bin-1.8
Now using oracle-jdk-bin-1.8 as your generation-2 system JVM

ferreirafm@mephisto ~ $ java-config --set-user-vm oracle-jdk-bin-1.8
Now using oracle-jdk-bin-1.8 as your user JVM
#

Well, when I try to install some java application, it issues that no
virtual machine
is in the PATH (as show bellow).


ferreirafm@mephisto ~/Downloads $ sh ./install-jalview.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable.  You must install a VM prior to
running this program.
#

I know I can set PATH in the .bashrc, but shouldn't
" java-config --set-user-vm" do the work?


I do not know the answer to your question. But here is how I switch java 
virtual machines:


$ eselect java-vm list
Available Java Virtual Machines:
  [1]   icedtea-bin-7  system-vm
  [2]   oracle-jre-bin-1.7

$ eselect java-vm set user 2
or
$ sudo eselect java-vm set system 2

Urs






Re: [gentoo-user] Re: gentoo-user@lists.gentoo.org

2015-12-10 Thread Neil Bothwick
On Thu, 10 Dec 2015 15:49:24 -0800, walt wrote:

> But, seriously, why do we keep making the same errers?

Because it's less effort than coming up with new ones.


-- 
Neil Bothwick

Law of Mechanical Repair: After your hands become coated with
grease, your nose will begin to itch.


pgpAqsOpVOQkF.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] OT: i7-6700, anyone already?

2015-12-10 Thread waltdnes
On Thu, Dec 10, 2015 at 07:46:51AM +0100, Stefan G. Weichinger wrote
> Am 10.12.2015 um 05:50 schrieb waltd...@waltdnes.org:
> 
> > CFLAGS="-O2 -march=native -fomit-frame-pointer -pipe -fno-unwind-tables 
> > -fno-asynchronous-unwind-tables"
> > 
> >   That's what I use, except for cross-compiling.  For an explanation of
> > the "unwind" flags, see thread...
> > http://comments.gmane.org/gmane.linux.busybox/36695  from the busybox
> > mailing list.  And don't forget CPU_FLAGS_X86.  Emerge and run
> > app-portage/cpuinfo2cpuflags as soon as you can during the install
> > process.  I believe that's right after running "eselect profile".  And
> > then run "emerge system && emerge world".  It's a lot quicker when you
> > don't have very much installed on the machine.
> 
> did not know that tool, thanks.
> Will try on my existing box already.
> 
> Do I have to set that variable then (in make.conf?) ?

  Yes, you should.  While you're at it, you can remove the corresponding
flags from the USE= variable.  I don't know if they're honored by
portage any longer.  I assume you missed the news item back in January.
It's archived and you can read it at...
https://www.gentoo.org/support/news-items/2015-01-28-cpu_flags_x86-introduction.html

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] What package provides gstreamer-app?

2015-12-10 Thread Dale
waltd...@waltdnes.org wrote:
>   I've successfully manually compiled Pale Moon (a Firefox fork), but it
> doesn't play h264 files.  Apparently, I have to enable gstreamer for
> that.  OK, I did it.  This time the build fails with...
>
> configure:20206: checking for gstreamer-0.10 >= 0.10.25
>   gstreamer-app-0.10
>   gstreamer-plugins-base-0.10
> *** Fix above errors and then restart with "make -f client.mk build"
>
>   I built libgstreamer and the base plugins package.  It still fails.
> I can't find which package provides gstreamer-app.  Searching Google
> reveals that a lot of other people have the same problem.
> http://www.portagefilelist.de/ doesn't have any results.  Any ideas?
>


I have some gstreamer stuff installed here and I didn't find any matches
either.  If that filelist site doesn't list it either, makes me wonder
what does install that file.  :/

Dale

:-)  :-) 



[gentoo-user] What package provides gstreamer-app?

2015-12-10 Thread waltdnes
  I've successfully manually compiled Pale Moon (a Firefox fork), but it
doesn't play h264 files.  Apparently, I have to enable gstreamer for
that.  OK, I did it.  This time the build fails with...

configure:20206: checking for gstreamer-0.10 >= 0.10.25
  gstreamer-app-0.10
  gstreamer-plugins-base-0.10
*** Fix above errors and then restart with "make -f client.mk build"

  I built libgstreamer and the base plugins package.  It still fails.
I can't find which package provides gstreamer-app.  Searching Google
reveals that a lot of other people have the same problem.
http://www.portagefilelist.de/ doesn't have any results.  Any ideas?

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications