[gentoo-user] sys-apps/gentoo-functions

2014-03-18 Thread Nilesh Govindrajan
What is sys-apps/gentoo-functions (seems to have appeared since 10 March 2014) and how is getting installed (as part of emerge -uNDv @world) when it's hard masked?

[gentoo-user] Re: sys-apps/gentoo-functions

2014-03-18 Thread eroen
On Wed, 19 Mar 2014 07:25:38 +0530, Nilesh Govindrajan m...@nileshgr.com wrote: What is sys-apps/gentoo-functions (seems to have appeared since 10 March 2014) and how is getting installed (as part of emerge -uNDv @world) when it's hard masked? http://thread.gmane.org

Re: [gentoo-user] repositiory browser - misc-functions

2010-10-11 Thread Al
Thank you both. Al -- Caution crosser:  Runnig Gentoo/Prefix on Cygwin/Vista. All stupid questions are related to that context.

Re: [gentoo-user] Init sequence

2006-03-22 Thread Ryan Tandy
Sergio Polini wrote: I'ld like to know how the sequence of init scripts is set up. There are such functions as after() and before() (f.i., in net.lo), and commands like before, need, after in depend() functions (f.i., in cupsd). Try calling your favorite rc-script with 'help' as the argument

Re: [gentoo-user] Newb question on handling of kernels and patches in Gentoo

2005-09-21 Thread A. Khattri
functions - then it would be easy to re-write the kernel ebuilds to clean up after themselves. (I haven't done any serious ebuild development so this feature may already be there or impossible to implement). -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] deb or RPM on Gentoo

2006-11-28 Thread Bo Ørsted Andresen
On Tuesday 28 November 2006 17:28, Marco Fabbri wrote: Hi there. I gona install my UPS software on the gentoo box. The company does only provide debian or rpm packages. Can I install it somehow? Any hint or link? I'd create an ebuild for it... http://devmanual.gentoo.org/ebuild-writing

Re: [gentoo-user] deb or RPM on Gentoo

2006-11-28 Thread Etaoin Shrdlu
On Tuesday 28 November 2006 17:50, Bo Ørsted Andresen wrote: I'd create an ebuild for it... http://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/rpm-so urces/index.html http://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/deb-so urces/index.html Do the above procedures

[gentoo-user] Centos guest on Gentoo Vserver

2006-02-16 Thread Avdija Ahmedhodzic
--force -- -d centos4 /usr/lib/util-vserver/vyum-worker: line 42: yum: command not found /usr/lib/util-vserver/functions: line 1038: exec: yum: not found Any help? TNX -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: CFLAGS ...-O3 -pipe vs ...O2 no pipe

2007-04-10 Thread Andrey Vul
, just use -O2 for toolchain, -O2 -finline-functions for everything else - Andrey Vul -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: CFLAGS ...-O3 -pipe vs ...O2 no pipe

2007-04-11 Thread Daniel Iliev
for doing that (I have in mind the filter-flags replace-flags functions in the ebuilds)? -O3 is replaced where necessary because it's supported by Gentoo. Unsupported flags are mostly not filtered as Gentoo devs don't wish to hide problems caused by stupid users. Bugs caused

[gentoo-user] Which Laptop is recommended for Gentoo GNU/Linux?

2007-01-05 Thread qfpvajdy
Hello, first thanks all for your great support on Gentoo Linux. I'm interessted to buy a laptop on which I would like to install Gentoo GNU/Linux by using 100% all hardware functions of the laptop for which I have bought. Does somebody know a model of a laptop on which all works fine

Re: [gentoo-user] Setting CFLAGS for a single build

2008-05-24 Thread Erik Ruotsalainen
On Sat, May 24, 2008 at 10:02:50AM +, dhk wrote: How can I modify the CFLAGS before emerging a package? I want to add -g2 to the compile of libxml2 so I can step through their functions. If I add -g2 to CFLAGS in make.conf it will do it for all packages which is not what I want

Re: [gentoo-user] harmful Reply-To Munging on Gentoo mailing lists

2006-07-31 Thread Michael [Plouj] Ploujnikov
Big discussion over this about 18 months ago. http://thread.gmane.org/gmane.linux.gentoo.user/120320/focus=120320 Thanks a lot. I didn't find the search functions on the archives sites very helpful in finding an old thread about this. The change was made as you suggested, without

[solved][gentoo-user] remove a package from world without unmerging?

2009-05-05 Thread KH
Alan McKinnon schrieb: vi /var/lib/portage/world followed by intelligent use of the / and dd functions in vi :-) rofl

Re: [gentoo-user] Re: X bitmap fonts and UTF-8

2009-10-18 Thread DPX-Infinity
So, nobody knows what can this be? I even tried to recompile dmenu with Xutf8* functions instead of Xmb*, and this didn't help.

[gentoo-user] VGA output?

2009-11-04 Thread Grant
How are you guys getting your laptops to do VGA output? My system functions fine without an xorg.conf right now. Do I need to create one if I want VGA output? - Grant

Re: [gentoo-user] Re: OT: tool for reading /etc/conf.d/net?

2010-07-11 Thread Kyle Bader
Most secured - App i C++ or C. Programs written in c++/c are not inherently secure, the programmer must make use of best practices using secure functions, etc. -- Kyle

[gentoo-user] Re: Cups web interface, manage functions don't work

2013-07-13 Thread Алексей Мишустин
Sorry, the files were missing. -- Regards, Alex cupsd.conf Description: Binary data cups-files.conf Description: Binary data

[gentoo-user] Setting CFLAGS for a single build

2008-05-24 Thread dhk
How can I modify the CFLAGS before emerging a package? I want to add -g2 to the compile of libxml2 so I can step through their functions. If I add -g2 to CFLAGS in make.conf it will do it for all packages which is not what I want. Thanks, Dave -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] PHP upgrade breaks Squirrelmail

2006-01-30 Thread ellotheth rimmwen
On 1/29/06, Dan Johansson [EMAIL PROTECTED] wrote: Fatal error: Call to undefined function ctype_print() in /var/www/localhost/htdocs/squirrelmail/plugins/gpg/gpg_hook_functions.php on line 842 Did you compile PHP5 with support for the character type functions (USE=ctype)? -- ellotheth

[gentoo-user] PHP5 and Squirrelmail

2005-11-28 Thread Jeff Grossman
I just upgraded from dev-php/php-4.4.0 to dev-lan/php-5.0.5 and have one problem. Squirrelmail no longer seems to work. Does anybody know if there is a fix yet? The error is: Fatal error: Only variables can be passed by reference in /var/www/localhost/htdocs/squirrelmail/functions

Re: [gentoo-user] PHP5 and Squirrelmail

2005-11-28 Thread Norberto Bensa
Jeff Grossman wrote: Fatal error: Only variables can be passed by reference in /var/www/localhost/htdocs/squirrelmail/functions/imap_messages.php on line 480 Yup. You need to upgrade squirrelmail -- Norberto Bensa 4544-9692 Ciudad de Buenos Aires, Argentina -- gentoo-user@gentoo.org mailing

[gentoo-user] Re: PHP5 and Squirrelmail

2005-11-29 Thread Jeff Grossman
Norberto Bensa [EMAIL PROTECTED] wrote: Jeff Grossman wrote: Fatal error: Only variables can be passed by reference in /var/www/localhost/htdocs/squirrelmail/functions/imap_messages.php on line 480 Yup. You need to upgrade squirrelmail To what version? I tried the 1.4.5-r1 version

[gentoo-user] Re: Configure eth0 when plugged and de-configure ath0

2007-03-02 Thread Alexander Skwar
Neil Bothwick [EMAIL PROTECTED]: emerge ifplugd then use the functions in /etc/conf.d/net to do what you want. Ah, yes, I totally forgot about this functionality. Thanks a lot for the hint! This is what I use, Thanks for this short example. I appreciate it! BR, Alexander Skwar -- gentoo

[gentoo-user] Re: using package.provided

2006-12-21 Thread reader
Neil Bothwick [EMAIL PROTECTED] writes: While package.provided does have some genuine uses, one of its main functions is to provide people who don't fully understand it with a simple way of producing hard to diagnose system breakages :( Very good Made my day. -- gentoo-user@gentoo.org

Re: [gentoo-user] apcupsd - apache module

2005-09-06 Thread Timo Boettcher
Hi Joseph, * Joseph [EMAIL PROTECTED], Tuesday, September 6, 2005, 4:27:36 AM: Is there an apache module for apcupsd or is it installed during emerge apcupsd? An apache module? You mean some webpage with statistic functions? Have a look at nut (http://www.networkupstools.org/). There are some

Re: [gentoo-user] DRI? ATI X300 PCIe

2006-07-07 Thread Richard Fish
On 7/7/06, Ryan Tandy [EMAIL PROTECTED] wrote: Disclaimer: The DRI functionality is still experimental. Some functions (specular lighting in particular) don't behave exactly as expected. For example, a couple of XScreensaver hacks don't work quite right for me. Still a darn sight better than

[gentoo-user] repositiory browser - misc-functions

2010-10-11 Thread Al
Hello, please, where do the file usr/lib/portage/bin/misc-functions.sh within a HTML repository browser, so that I can compare versions? Thank you -- Caution crosser:  Runnig Gentoo/Prefix on Cygwin/Vista. All stupid questions are related to that context.

Re: [gentoo-user] splash screen on bootup

2006-03-04 Thread Masood Ahmed
c.s.prakash wrote: i had installed gentoo without splash screen on boot up (ie., bootsplash) how can i configure now Hi Prakash, Gentoo developers have discontinued the support fo bootsplash, i.e., the gentoo kernel sources do not contain bootsplash patches. You've to use fbsplash

Re: [gentoo-user] Re: Shared libraries in Gentoo

2010-09-06 Thread Al
whether Gentoo chooses to use Qt or Gtk to run Firefox; well, since Firefox is a Gtk application and is making calls to Gtk functions, Gentoo doesn't have a say about it. O.K. that is one importent point I needed to understand. So the choice of the tool to handle dynamic linking is on the side

Re: [gentoo-user] NEURAL NET SOFTWARE

2008-03-20 Thread alain . didierjean
shout) is a great piece of software, not really supported by gentoo any more, as the version in portage is considered obsolete: it has been superseded by java-nns for 2/3 years, with a far shinier GI and new functions. I use Java-Neural-Network-Simulator 1.1 which compile and works on amd64 without

[gentoo-user] Re: A new experience an account on gentoo without root priv

2006-02-06 Thread Thomas Kirchner
to install. You can join the portage group to use most emerge functions as a non-root user. You should be able to set the $ROOT variable to ~ to install things to your home directory, though I haven't tried it... ROOT is normally /; it controls where files go after the sandbox. Tom -- gentoo

[gentoo-user] Re: modules built post kernel install (on the fly)

2006-03-04 Thread Harry Putnam
Masood Ahmed [EMAIL PROTECTED] writes: [...] Thanks Masood, for the pointers.. I have a question about your sig. -- Linux Kernel : 2.6.15-gentoo-r7 GCC version : 4.0.2 (Gentoo 4.0.2-r3, pie-8.7.8) Processor : AMD Athlon XP 2600+ RAM : 1 GB DDR 333 SDRAM CFLAGS USED

Re: [gentoo-user] idea about small footprint gentoo

2005-09-27 Thread Sascha Lucas
) and some misc from baselayout (awk functions for depscan and env-update). I plan to write some text in gentoo-wiki, if I find some time... A System with X is also my intension. then you'll probably have more problems than I did. I ran a very simple installation. Hopefully not :-)... let's

Re: [gentoo-user] idea about small footprint gentoo

2005-09-27 Thread Iain Buchanan
On Tue, 2005-09-27 at 21:23 +0200, Sascha Lucas wrote: [snip] I sucessfully have now an minimalistic system. Solving problems with files not identified while root-FS mounted ro (currently 3) and some misc from baselayout (awk functions for depscan and env-update). I plan to write some

[gentoo-user] sysvinit scripts

2006-07-12 Thread Egon Kocjan
, ...). After reading Gentoo documentation, it seems I will have to recode the startup script specifically for Gentoo, because functions start() and stop() are expected instead of start and stop script arguments. Is there another option like installing some sort of rcX.d compatibility? Thanks, Egon

Re: [gentoo-user] scanner not working for user

2006-07-14 Thread Paul Stear
have just discovered that the printing side of my epson cx5400 scanner/printer is not working. If I remove the line from the rules file that the printer works fine, but of course the scanner is now not working. Any other ideas on how to ensure that both functions work correctly? Thanks in advance

[gentoo-user] Epson CX5400 printer and scanner conflict?

2006-07-15 Thread Paul Stear
that both functions work correctly? Paul -- This message has been sent using kmail with gentoo linux -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] Which Laptop is recommended for Gentoo GNU/Linux?

2007-01-05 Thread Nelson, David \(ED, PARD\)
to buy a laptop on which I would like to install Gentoo GNU/Linux by using 100% all hardware functions of the laptop for which I have bought. Does somebody know a model of a laptop on which all works fine with Linux? I don't want to have trouble with wireless, webcam or this kind

Re: [gentoo-user] OpenOffice build failed.

2006-05-29 Thread Matthias Langer
snip CFLAGS=-O3 -m3dnow -march=athlon-xp -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse -funroll-loops -fomit-frame-pointer -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2 snip Before doing anything else, please clean up your CFLAGS and do # emerge -e

[gentoo-user] bash question

2005-06-14 Thread Rumen Yotov
Hi, Quick question: is functions a reserved keyword/word in bash (ver.3)? Looking at a strange error about missing ' | unexpected EOF. The bash-script is loaded in vim and functions is colored as a keyword. Could look at it myself but will take too much time (have to look at bash !!!). Thanks

[gentoo-user] Re: Cups web interface, manage functions don't work

2013-07-13 Thread Алексей Мишустин
Hi again, I've found the reason of my problem, it's fun: my Firefox NoScript has been blocking all cups manage functions :) [SOLVED] Have a nice week-end... -- Regards, Alex

Re: [gentoo-user] Re: Cups web interface, manage functions don't work

2013-07-13 Thread codekick .
Бывает xD 13.07.2013 22:49 пользователь Алексей Мишустин shum...@shumkar.ru написал: Hi again, I've found the reason of my problem, it's fun: my Firefox NoScript has been blocking all cups manage functions :) [SOLVED] Have a nice week-end... -- Regards, Alex

[gentoo-user] OT :video cameras and gentoo

2007-08-10 Thread James
mounting the PTZ camera on a pole, so I can sit in the shade or a camper and record video, gentoo studio style... (beginning to sound like a project). Maybe use a logitech joystick to map all of the camera functions and use a laptop for recording (under the shade) ideas? James -- [EMAIL

[gentoo-user] Re: Which Laptop is recommended for Gentoo GNU/Linux?

2007-01-09 Thread Christian Marie
://www.thinkwiki.org/ On Fri, Jan 05, 2007 at 01:46:32PM +0100, qfpvajdy wrote: Hello, first thanks all for your great support on Gentoo Linux. I'm interessted to buy a laptop on which I would like to install Gentoo GNU/Linux by using 100% all hardware functions of the laptop for which I have bought

[gentoo-user] Re: Re: [gentoo-dev] About DELL ALPS touchpad

2014-07-03 Thread taozhijiang
definitely was set to y CONFIG_MOUSE_PS2_ALPS=y The touchpad was, but just basicly. So I want to full featured such as multi-touch and scroll 2014-07-04 Thanks Best Regards. 陶治江 | TAO Zhijiang 研发处 | SOHO国际产品线 发件人: Chí-Thanh Christopher Nguyễn 发送时间: 2014-07-03 17:19:31 收件人: gentoo

Re: [gentoo-user] bash question

2005-06-14 Thread Willie W. Wong
What is your script? function (singular) is a reserved word. I don't think functions is. W On Tue, Jun 14, 2005 at 10:59:36PM +0300, Rumen Yotov wrote: Hi, Quick question: is functions a reserved keyword/word in bash (ver.3)? Looking at a strange error about missing ' | unexpected EOF

[gentoo-user] Init sequence

2006-03-22 Thread Sergio Polini
I'ld like to know how the sequence of init scripts is set up. There are such functions as after() and before() (f.i., in net.lo), and commands like before, need, after in depend() functions (f.i., in cupsd). I'ld like to understand: - what's the difference between after/before commands

Re: [gentoo-user] Gentoo Council vs Umbrella Corp ?

2020-08-29 Thread William Hubbs
On Sat, Aug 29, 2020 at 05:20:00PM -0400, james wrote: > > The functions being discussed in this thread belong to the > > trustees (the board of directors for the foundation) [1]. Thhey are > > definitely not part of the council's skill set [2]. > > The Gentoo social c

[gentoo-user] emerge -DuN @system vs. emerge -DuN @world

2022-03-21 Thread hitachi303
-r7:2.2::gentoo] USE="multiarch (multilib) ssp (static-libs) -audit -caps (-cet) -compile-locales (-crypt) (-custom-cflags) -doc -gd -headers-only -multilib-bootstrap -nscd -profile (-selinux) -st atic-pie -suid -systemd -systemtap -test (-vanilla)" 0 KiB [ebuild U ] sys-apps/gentoo

Re: [gentoo-user] Newb question on handling of kernels and patches in Gentoo

2005-09-21 Thread A. Khattri
On Wed, 21 Sep 2005, Neil Bothwick wrote: On Wed, 21 Sep 2005 15:55:06 -0400 (EDT), A. Khattri wrote: Since ebuilds have preinstall and postinstall functions, it would be nice if there were preunmerge and postunmerge functions - then it would be easy to re-write the kernel ebuilds

Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Meino Christian Cramer
From: Ryan Tandy [EMAIL PROTECTED] Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3 Date: Thu, 13 Jul 2006 20:03:45 -0700 Hi Ryan ! short question is there a way to change CFLAGS on-the-fly without hacking any *.conf files ? keep hacking! mcc Meino Christian Cramer wrote: -O3

[gentoo-user] How do I generate libguile-ltdl.so?

2008-02-21 Thread Alma J. Wetzker
I just updated portage and tried to update gnucash. The compile errors out trying to find libguile-ltdl.so.1 and libwthreads.so.12. I have tried to re-emerge guile, g-wrap and slib, none of them build the library that I need. (slib also does not link the scm functions that it looks like gnucash

[gentoo-user] xorg + synaptics|wacom

2008-05-09 Thread Martin Gysel
Hi Hi have a laptop with synaptics touchpad and wacom tablet. Everything used to work properly but recently I discovered that the synaptic specific functions and the tablet doesn't work any more. I start my xserver over /etc/init.d/xdm (rc). Now I surprisingly detected both works if I start

Re: [gentoo-user] OT - Squirrelmail doesn't work after recent PHP upgrade

2006-01-24 Thread kashani
Michael Sullivan wrote: I'm having some trouble with Squirrelmail since the recent PHP upgrade. On almost every folder I click on in Squirrelmail (including the Inbox), I get this: Fatal error: Only variables can be passed by reference in /var/www/localhost/htdocs/squirrelmail/functions

Re: [gentoo-user] udevinfo - where is it

2008-10-23 Thread Justin
Helmut Jarausch schrieb: Hi, I have a recent GenToo system (udev-130-r1) but I cannot find the utility 'udevinfo' Which package contains it? Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany udev has

Re: [gentoo-user] bash question

2005-06-14 Thread Richard Fish
Rumen Yotov wrote: Hi, First thanks. It's not mine, just trying to get it to work. Here's the line: ... . ${ROOT}/etc/portage/bashrc-modules/core-functions.bmod || bashrcdie Failed to load core-functions module ... Looked at all opening/closing signs ('|) all is OK, so think about function/s

[gentoo-user] dev-lang/php-4* and xml

2006-03-20 Thread mel
Hi all, It seems like the build for dev-lang/php-4* has no support for xml, even though 'xml' use flag have been set. I've tried unmerging libxml2 and sure enough, building dev-lang/php-4* pulled libxml2 as well, but a simple test indicated undefined xml functions (such as xml_parser_create

Re: [gentoo-user] why firefox is so slow?

2006-05-05 Thread Alexander Skwar
system functions normally.. Has anyone encountered same problem? Not me. I'm using -j2 on a single CPU system just fine. Alexander Skwar -- Will the third world war keep Bosom Buddies off the air? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] How does cisco vpnclient find its .pcf file?

2005-08-06 Thread David H. Askew
Note that there's a more elegant solution with vpnc (also in portage), if it fits for you (still hasn't some functions of Cisco's client, but it's free and you don't have to use a binary proprietary kernel module). I agree, vpnc is the way to go. Free, and more control

Re: [gentoo-user] Does openoffice really require pam?

2005-08-11 Thread Andreas Fredriksson
? Regards, Andreas -- And I hate redundancy, and having different functions for the same thing. - Linus Torvalds on linux-kernel -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Dovecot... is the bugzilla material?

2006-06-27 Thread Alexander Skwar
line, the only safe condition to detect is a 'BREAK' - everything else having been assigned functions by Gnu EMACS. -- Tarl Neustaedter -- gentoo-user@gentoo.org mailing list

[gentoo-user] [OT] - Waypoint management Garmin eTrex GPS

2006-07-27 Thread John J. Foster
Good morning, I'm looking for recommendations for waypoint management software for my Garmin eTrex (basic GPS functions, not mapping). All I really want to be able to do is 2 things. 1. Transfer UTM coordinates derived from topo maps to GPS waypoints. 2. Export waypoints in GPS to any number

[gentoo-user] "mysql_connect() or mysql_query()" deprecated

2020-10-25 Thread thelma
The function in newer php "mysql_connect() or mysql_query()" were removed but I don't know starting from which version? I'm running PHP Version 5.6.33-pl0-gentoo and these function work. But I upgraded one of my system to php-5.6.40 and I'm getting an error: PHP Fatal er

Re: [gentoo-user] (OT) Reboot to Windows (using grub)

2008-02-09 Thread Liviu Andronic
a reboot it often functions exactly as it did after a previous reboot. On Gentoo, you make a system update, your apache glitches: no printing; you mess up with the libraries versions (updating some, others leaving as they are), vlc refuses to start: no DVD menus. I have also not yet managed

Re: [gentoo-user] daemon start up problem

2006-02-08 Thread Ryan Tandy
. To learn more about rc-scripts and their required functions, run '/etc/init.d/webservice.sh help' (or any service in /etc/init.d). Also, the script as provided seems to expect to be run from a certain CWD with your JRE relative to there. This is unlikely to work on Gentoo, especially given Gentoo's

Re: [gentoo-user] What *-sources for laptop

2008-07-19 Thread Andrea Momesso
-- gentoo-user@lists.gentoo.org mailing list If you need advanced hibernate and suspend functions tuxonice-sources are fine too. -- Momesso Andrea

Re: [gentoo-user] Re: CFLAGS ...-O3 -pipe vs ...O2 no pipe

2007-04-11 Thread Daniel Iliev
would have excluded it as an option, especially when they have an easy to apply mechanism for doing that (I have in mind the filter-flags replace-flags functions in the ebuilds)? All of my gentoo systems were build using -O3 and I haven't met a single problem with this setting. Of course

Re: [gentoo-user] Re: CFLAGS ...-O3 -pipe vs ...O2 no pipe

2007-04-11 Thread Bo Ørsted Andresen
the filter-flags replace-flags functions in the ebuilds)? -O3 is replaced where necessary because it's supported by Gentoo. Unsupported flags are mostly not filtered as Gentoo devs don't wish to hide problems caused by stupid users. Bugs caused by unsupported flags are therefore mostly

[gentoo-user] Re: Which Laptop is recommended for Gentoo GNU/Linux?

2007-01-05 Thread »Q«
qfpvajdy [EMAIL PROTECTED] wrote: I'm interessted to buy a laptop on which I would like to install Gentoo GNU/Linux by using 100% all hardware functions of the laptop for which I have bought. I've just installed Gentoo on a Sony VAIO VGN-FS740, and I recommend against it. Almost everything

Re: [gentoo-user] Re: CFLAGS ...-O3 -pipe vs ...O2 no pipe

2007-04-10 Thread maxim wexler
with gcc 4.2 screws up code, so on the safe side, just use -O2 for toolchain, -O2 -finline-functions for everything else - Andrey Vul Too late. Damage done. I decided to go with the example make.conf which call the O3 level decent. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-23 Thread Julien Cayzac
On 5/24/05, Richard Fish [EMAIL PROTECTED] wrote: [ recommandations about performance cflags ] While we're at optimizing stuff, here are my CFLAGS (athlon-xp mobile, barton core): CFLAGS=-O2 -march=athlon-xp -msse -mfpmath=sse -pipe -finline-functions -fsched2-use-superblocks -fsched2-use

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: Rather than having 'need net.eth0 net.eth1', stick in the code/functions that create the interfaces. You can create the bridge then and it should work on reboot. It works, i made a simply script, that creates the devices, before net starts. :-) np. -- Jonathan Wright

[gentoo-user] Re: SCIRE Project

2007-02-13 Thread James
Daniel van Ham Colchete [EMAIL PROTECTED] writes: Setting the project aside, I'm thinking about developing my own installer to install a catalyst's stage4 and reboot a working Gentoo. After that I'm thinking about using emerge with binary packages to install updates automatically. What do

[gentoo-user] error installing jabberd

2006-04-28 Thread David
hi I'm trying to install a jabberd on gentoo. but all I get is the following error. make[2]: Leaving directory `/var/tmp/portage/jabberd-2.0.10/work/jabberd-2.0s10' make[1]: Leaving directory `/var/tmp/portage/jabberd-2.0.10/work/jabberd-2.0s10' * 'enewgroup()' called from 'install()' which

Re: [gentoo-user] FreeBSD equivalent features?

2006-06-03 Thread Philip Webb
060603 Jason Lixfeld wrote: I am very impressed with Gentoo. It's far superior to RedHat. No-one is likely to disagree with you here (grin). 1) periodic(8) -- run periodic system functions. sys-process/vixie-cron . 2) pkg_version -- summarize installed versions of packages. All installed

[gentoo-user] Re: C++ code on Gentoo

2005-08-17 Thread Andreas Fredriksson
programming mistakes with complete callstacks of the offending site if you compile with debugging symbols. Last time I looked, a fairly recent version was in portage. Good luck, Andreas -- And I hate redundancy, and having different functions for the same thing. - Linus Torvalds on linux

RE: [gentoo-user] many packages are available in gentoo?

2005-08-28 Thread W.Kenworthy
that rpm's for instance split headers and sometimes aux functions into separate packages, approximately doubling the package count. I presume debian do the same. billk On Sun, 2005-08-28 at 16:24 -0400, John Dangler wrote: Maybe it's me - I don't get it. www.gentoo-portage.com front page

Re: [gentoo-user] many packages are available in gentoo?

2005-08-28 Thread Nick Rout
distros is most likely little used packages, and the fact that rpm's for instance split headers and sometimes aux functions into separate packages, approximately doubling the package count. I presume debian do the same. billk to make a fair comparison then you need to count the number

[gentoo-user] Firefox Keeps Hanging on some pages

2006-09-10 Thread Ow Mun Heng
-functions=64 -mmmx -msse -msse2 CHOST=i686-pc-linux-gnu I've tried installin the bin version mozilla-firefox-bin and it works OK on the page above. Note : It hangs (up to the point where the little 'circle also stops moving. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] deb or RPM on Gentoo

2006-11-28 Thread Bo Ørsted Andresen
On Tuesday 28 November 2006 18:23, Etaoin Shrdlu wrote: On Tuesday 28 November 2006 17:50, Bo Ørsted Andresen wrote: I'd create an ebuild for it... http://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/rpm-sources/index.html http://devmanual.gentoo.org/ebuild-writing/functions

Re: [gentoo-user] Build error: gnumeric-1.4.3-r3

2006-07-13 Thread Ryan Tandy
Meino Christian Cramer wrote: -O3 -m3dnow -march=athlon-xp -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2 Hmm... do you get a different result

Re: [gentoo-user] Gentoo Council vs Umbrella Corp ?

2020-08-29 Thread james
you can compare Gentoo being registered therein, or keeping things in the USA? Sound to me like you are an excellent candidate to join the Gentoo Council? If so, contact Mgorny for pointers. The functions being discussed in this thread belong to the trustees (the board of directors for the foundatio

Re: [gentoo-user] gawk and filefuncs

2010-09-03 Thread Al
of this ... ] filefuncs.o:filefuncs.c:(.text+0x10f1): undefined reference to `_update_ERRNO' collect2: ld returned 1 exit status make: *** [filefuncs.so.0.0.1] Error 1 You say it is mandatory on a Gentoo system, because there are awk scripts that rely on. Do this functions break because of the missing kernel? What would

[gentoo-user] Re: Shared libraries in Gentoo

2010-09-06 Thread Nikos Chantziaras
; well, since Firefox is a Gtk application and is making calls to Gtk functions, Gentoo doesn't have a say about it.

Re: [gentoo-user] Re: Managing multiple Gentoo systems

2011-07-06 Thread Grant
of this. I think the key for me may be to combine systems with separate functions in the same physical location into a single system. Does the KVM thing work well? Running a bunch of workstations as nothing more than wireless KVM setups on the same system? I should be able to cut my Gentoo systems

Re: [gentoo-user] Re: Inquiry about gentoo kernel configuration

2021-07-11 Thread Nils Freydank
ge when you would call 'emerge --ask gentoo-kernel-bin'. Some hints for reading ebuilds and finding stuff: The ebuilds are basically bash scripts, and to find functions called inside each ebuild you can search in the eclasses dir in https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass wh

[gentoo-user] Problems upgrading to the kernel 2.6 - module CRC32

2005-04-17 Thread Luca Penasa
Hi everybody... im trying to upgrading my gentoo with the 2.6 kernel. I've done everything (compilind and installing modules)... but now i cant load the crc32 module (after the modprobe crc32 the system write out that cant find that module--- module crc32 not found... or something like

Re: [gentoo-user] Please help with segfaulting python

2007-10-05 Thread Neil Bothwick
Hello mathieu, I'm using /usr/portage/profiles/selinux/2007.0/x86 on a VIA Nehemiah box. Make.conf : CFLAGS=-Os -march=i686 -pipe -mmmx -msse The Nehemiah is not a 686, although it is more than a 586. Calling certain i686 functions cayuses crashes. Use -march-c3

[gentoo-user] audio convert splitter etc...

2009-03-30 Thread Vasya Volkov
Hello. Can you suggest some simple program which can make these functions: 1).ape,.cue splitting 2)converting flac/ape/wav to ogg mp3 etc. 3)cutting parts of audio files? Please with overlay if one there is.

Re: [gentoo-user] prelink a dynamic library

2008-10-03 Thread Paul Hartman
On Wed, Oct 1, 2008 at 11:53 AM, Helmut Jarausch [EMAIL PROTECTED] wrote: Hi, I want to create a shared library, say libULIB.so, which needs additional shared libraries, e.g. libmpfr.so and libgmp.so . My users only use the functions provided by libULIB.so. Is there a means to prelink

Re: [gentoo-user] Syslog startup

2005-11-15 Thread Travis Osterman
If you edit the depend() functions in your /etc/init.d/OTHER_PROCESSES you should be able to make them depend on syslog starting. -- TravisOn 11/13/05, Alan E. Davis [EMAIL PROTECTED] wrote: Can I move the startup of syslog-ng up to earlier in the boot sequence? What's the earliest? Alan

Re: [gentoo-user] udev and coldplug blocking each other!

2006-11-25 Thread Nico
Currently I have udev-087-r1 and coldplug-20040920-r1 installed. It would be my suggestion not to install udev-103 currently (it is marked as ~x86). udev-103 is now in the stable tree and cover the coldplug functions. Coldplug is now 'useless'.

[gentoo-user] Re: VGA output?

2009-11-04 Thread Grant
How are you guys getting your laptops to do VGA output?  My system functions fine without an xorg.conf right now.  Do I need to create one if I want VGA output? - Grant Actually it works great after a reboot. Is there a better method for switching VGA output on and off than plug/unplug

Re: [gentoo-user] Re: Who believes in cylinders?

2010-02-28 Thread Andrea Conti
Many years ago I wrote an OS/2 program to handle all of this. Perhaps I should blow the dust off it, convert it to use POSIX functions and publish it as FOSS. Why reinvent the wheel? Just use 'sfdisk -d'. andrea

Re: [gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread mgcyung
> https://devmanual.gentoo.org/function-reference/install-functions/index.html It works. Thanks a lot.

Re: [gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread netfab
Le 08/04/17 à 16:23, mgcyung a tapoté : > I am new to ebuild writing. And I want to copy a file into > diretory /etc in src_install of a ebuild. Which function should I use? > Maybe insinto/doins. https://devmanual.gentoo.org/function-reference/install-functions/index.html

Re: [gentoo-user] New profile 17: How urgent is the rebuild of world technically?

2017-12-02 Thread Adam Carter
> How can I check, whether a binary is "PIE"-conform ("pie-conform" is > a freaky funny language hack :) ;) ) ? > emerge hardening-check # hardening-check /usr/bin/cpuid2cpuflags /usr/bin/cpuid2cpuflags: Position Independent Executable: yes Stack protected: yes

[gentoo-user] Note: USE=ffmpeg alsa-plugins-1.1.6 won't build with recent ffmpeg

2018-12-17 Thread akater
Apparently, this is due to removal of deprecated audio resampling functions but I didn't check thoroughly. https://www.ffmpeg.org/doxygen/2.4/group__lavc__resample.html Whatever the issue is, it is not reflected in ebuild yet. Just FYI. signature.asc Description: PGP signature

[gentoo-user] ebuild : how to check for python version

2020-08-02 Thread Helmut Jarausch
Hi, in an ebuild I have to apply a patch only if this package is installed for python3.9. The ebuild should work for PYTHON_COMPAT=( python3_{8,9} ) How can I check for Pythons version in src_prepare or similar functions. Many thanks for a hint, Helmut

  1   2   3   4   5   6   7   8   9   10   >