Re: [gentoo-user] How to force regeneration of eclasses

2017-02-03 Thread Helmut Jarausch
On 02/02/2017 12:25:00 AM, Neil Bothwick wrote: On Wed, 01 Feb 2017 21:58:59 +0100, Helmut Jarausch wrote: > gen_usr_ldscript is defined in > /usr/portage/eclass/toolchain-funcs.eclass > > qfile doesn't find any package which has installed this file. That's because it's part of the portage

Re: [gentoo-user] How to properly change CFLAGS ?

2006-08-22 Thread Richard Fish
-OX flag gcc is compiled with. It has absolutely *zero* effect on the code that gcc *generates*. 2. There is also absolutely no reason to build gcc twice. There is no such thing as a gcc that was built with the system compiler, because gcc uses itself to build itself. It is called a 3-stage

Re: [gentoo-user] Berkeley DB patch required (I think)

2005-12-13 Thread Hans-Werner Hilse
slapd[7156]: conn=0 op=1 RESULT tag=97 err=49 text= I know this is not specifically a gentoo issue, more LDAP or OX, but I then followed the reference to a required patch on the second last line of messages. I wanted to check what versions of bdb were available, but [... only found one

Re: [gentoo-user] VMware Workstation trouble

2005-09-21 Thread Michael W. Holdeman
On Wednesday 21 September 2005 06:02 pm, Neil Bothwick wrote: On Wed, 21 Sep 2005 12:56:13 -0700, Grant wrote: Hello, since updating to the latest vmware workstation 4.5 via portage, I haven't been able to start my XP virtual machine. When I click Start this virtual machine, nothing

Re: [gentoo-user] About sed

2005-11-06 Thread Willie Wong
expression/line. \n is tokenizing. By using parentheses in the regexp, you can reuse the texts in the parentheses in the substitution. For example, consider the expression s/\(.at\).*\(.ox\)/\2 not \1/p If we send it The bat scared the fox. it would print fox not bat because \2

Re: [gentoo-user] CFLAGS changes

2008-02-21 Thread Volker Armin Hemmann
to set it anyway. If it is enabled by OX, it will be ignored. -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] auto proxy config (Firefox, and more)

2007-09-25 Thread Willie Wong
not the right solution. The only thing I can think of is that maybe myIpAddress is not returning what you think it returns? W -- THE ENGLISH LANGUAGE ladybree@ We'll begin with box, the plural is boxes; But the plural of ox is oxen, not oxes. One fowl is a goose, but two

Re: [gentoo-user] auto proxy config (Firefox, and more)

2007-09-26 Thread Benjamin Graf
think it returns? W -- THE ENGLISH LANGUAGE ladybree@ We'll begin with box, the plural is boxes; But the plural of ox is oxen, not oxes. One fowl is a goose, but two are called geese, Yet the plural of moose is never meese. You may find a lone mouse or a whole nest

[gentoo-user] Strange firefox segfault

2009-01-25 Thread Willie Wong
kind of information may be useful? Thanks, W -- THE ENGLISH LANGUAGE ladybree@ We'll begin with box, the plural is boxes; But the plural of ox is oxen, not oxes. One fowl is a goose, but two are called geese, Yet the plural of moose is never meese. You may find a lone mouse

Re: [gentoo-user] Berkeley DB patch required (I think)

2005-12-13 Thread Mike Kenny
! Dec 13 15:56:00 getafix slapd[7156]: conn=0 op=1 RESULT tag=97 err=49 text= I know this is not specifically a gentoo issue, more LDAP or OX, but I then followed the reference to a required patch on the second last line of messages. I wanted to check what versions of bdb were available

Re: [gentoo-user] How to properly change CFLAGS ?

2006-08-23 Thread Alan Mckinnon
information showing up here. 1. It does not matter what -OX flag gcc is compiled with. It has absolutely *zero* effect on the code that gcc *generates*. 2. There is also absolutely no reason to build gcc twice. There is no such thing as a gcc that was built with the system compiler

[gentoo-user] Samba/Iconv

2010-11-29 Thread SpaceCake
Hi, I have some problem with accessing samba shares from my gentoo box. I'm not sure if the issue above is related to this, but do you have any idea how can I avoid these annoying error messages? /var/log/messages:Nov 29 11:07:53 brutal net: init_iconv: Attempting to replace with conversion

Re: [gentoo-user] My emerge @preserved-rebuild is wedged. Help, please!

2024-04-01 Thread Jack
If you are just going to unmerge it anyway, why not do so before emerging @preserved-rebuild? On 4/1/24 11:12 AM, Alan Mackenzie wrote: Hello, Gentoo. I'm trying to do # emerge -a @preserved-rebuild .. For this purpose, I created a temporary repository, filling it with ancient ebuilds

Re: [gentoo-user] Strange firefox segfault

2009-01-25 Thread Maxim Kremenev
; But the plural of ox is oxen, not oxes. One fowl is a goose, but two are called geese, Yet the plural of moose is never meese. You may find a lone mouse or a whole nest of mice, But the plural of house is houses, not hice. If the plural of man always is men, Why shouldn't the plural of pan be call pen

Re: [gentoo-user] Re: Gentoo's advantage: optimized for your system -- huh?

2009-02-04 Thread Volker Armin Hemmann
for most packages, but not the best for every particolar package. Is that statement correct? partly. Gentoo CFLAGS don't replace the ones already there. Except stuff like OX where the package has something like O99 set (mplayer, hello) and you set O2 or Os. O99 = O3. But you shouldn't see any

[gentoo-user] Berkeley DB patch required (I think)

2005-12-13 Thread Mike Kenny
this is not specifically a gentoo issue, more LDAP or OX, but I then followed the reference to a required patch on the second last line of messages. I wanted to check what versions of bdb were available, but emerge --searchdesc on berkeley shows: * sys-libs/db Latest version available

Re: [gentoo-user] Re: Video iPod

2005-10-29 Thread Nick Rout
rm -f $file.pass1.mov rm -f mpg2ipod_log* done basically the video codec can be xvid ox x.264, the audio codec is aac, the container format is .m4v, .mp4 or .mov by the looks of it. The other specs are in that thread. I do suggest you read the whole thread, as it also sets up an RSS service

Re: [gentoo-user] Re: Video iPod

2005-10-29 Thread Ian
/ffmpeg -i $file -cropleft 4 -cropright 10 -deinterlace -vcodec xvid -s 320x240 -r 29.97 -b 384 -qmax 5 -bufsize 4096 -acodec aac -ab 96 -g 300 -pass 2 -passlogfile mpg2ipod_log -f mov $file.ipod.movrm -f $file.pass1.movrm -f mpg2ipod_log*donebasically the video codec can be xvid ox x.264, the audio

Re: [gentoo-user] Wrong dependencies to postgresql

2006-12-24 Thread Enrico Weigelt
# these are the only working CFLAGS I could get on ppc, so locking them # down, anything more aggressive fails (i.e. -mcpu or -Ox) # Gerk - Nov 26, 2002 use ppc CFLAGS=-pipe -fsigned-char # Detect mips systems properly gnuconfig_update

Re: [gentoo-user] pkcs#11

2017-06-13 Thread R0b0t1
On Tue, Jun 13, 2017 at 1:26 PM, james wrote: > Hello one and all, > > I was looking at planet.gentoo.org and saw several (ultrabug) posts > that involve pkcs#11; particularly related to the yubikey device. > Looking around, there are SmartCards (SC) that be used in lieu of >