Re: [gentoo-user] Kernel Config Manager

2006-12-23 Thread Dale
Daniel Iliev wrote: Yet another approach: cd /usr/src/linux/ zcat /proc/config.gz .config make oldconfig make config | menuconfig | xconfig If he has that enabled in the kernel. That can be a good thing to have around though. Especially if you accidentally erase your old config

Re: [gentoo-user] emerge libexif fails

2007-01-09 Thread Bo Ørsted Andresen
On Monday 08 January 2007 12:20, Jens Hornung wrote: # USE-doc emerge libexif [SNIP] make[2]: *** No rule to make target `libexif-api.html.stamp', needed by `all-local'. Stop. [SNIP] http://bugs.gentoo.org/show_bug.cgi?id=160973 -- Bo Andresen pgpzCPQKHo45K.pgp Description: PGP signature

[gentoo-user] Gettext won't emerge for me

2007-01-28 Thread Kevin O'Gorman
When I try my usual update command emerge -aDvu world it's trying to merge sys-devel/gettext-0.16.1 and failing. The tail end of the attempt looks like this: Making all in misc make[3]: Entering directory `/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/misc' WARNING

Re: [gentoo-user] can't unload modules

2005-08-02 Thread maxim wexler
--- Bryan Whitehead [EMAIL PROTECTED] wrote: Sounds like a forgotten make mrproper or make clean before a full build? Aren't they for 2.4.x kernels? I'm using a 2.6.11. __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses

[gentoo-user] libghoto2 emerge fails -- what to do?

2005-08-31 Thread Kevin O'Gorman
like this: make[3]: Nothing to be done for `install-exec-am'. /bin/install -c -d -m 0755 /var/tmp/portage/libgphoto2-2.1.6/image//usr/share/doc/libgphoto2_port/html/api/gphoto2-port /bin/install -c -m 644 ./html/*.html /var/tmp/portage/libgphoto2-2.1.6/image//usr/share/doc/libgphoto2_port/html/api

[gentoo-user] emerge gnucash fails

2005-09-02 Thread Michael Madden
/libgw-core-utils.so.0.0.0 /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/../../../../i386-pc-linux-gnu/bin/ld: cannot find -lgwrap-glib collect2: ld returned 1 exit status make[3]: *** [libgw-core-utils.la] Error 1 make[3]: Leaving directory `/var/tmp/portage/gnucash-1.8.9/work/gnucash-1.8.9/src

[gentoo-user] Make a running process nohup?

2005-09-07 Thread Qiangning Hong
Is it possible make a running process nohup so that I can leave it running after I logout without interrupt it? -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=67907t=1

Re: [gentoo-user] Make a running process nohup?

2005-09-07 Thread Andrey Bulgakov
Hello Qiangning, Wednesday, September 7, 2005, 1:12:47 PM, you wrote: Is it possible make a running process nohup so that I can leave it running after I logout without interrupt it? Screen is not applicable? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Make a running process nohup?

2005-09-07 Thread Matthew Cline
On 9/7/05, Qiangning Hong [EMAIL PROTECTED] wrote: Is it possible make a running process nohup so that I can leave it running after I logout without interrupt it? How about disown, a bash built-in? $ disown -h job number HTH, Matt -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Make a running process nohup?

2005-09-07 Thread Peter Karlsson
On Wed, 7 Sep 2005, Qiangning Hong wrote: Is it possible make a running process nohup so that I can leave it running after I logout without interrupt it? man nohup? (+nice/renice?) Best regards Peter K -- gentoo-user@gentoo.org mailing list

[gentoo-user] Can't recompile vmware modules

2006-07-22 Thread Vladimir G. Ivanovic
When I run vmware-config.pl, I get the following error: Building for VMware Workstation 5.5.x. Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config0/vmmon-only' Makefile:127: *** Inappropriate build environment: you wanted to use

[gentoo-user] how to make esearch run agains overlay too

2006-09-04 Thread reader
How can I make esearch scan my overlay too? The esearch man page makes no mention of overlay, and none of the options appear to allow directing esearch to a separate portage. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] how to make esearch run agains overlay too

2006-09-05 Thread Donnie Berkholz
[EMAIL PROTECTED] wrote: How can I make esearch scan my overlay too? The esearch man page makes no mention of overlay, and none of the options appear to allow directing esearch to a separate portage. eix is smart enough to do this, and it's nearly a drop-in replacement. Thanks, Donnie

Re: [gentoo-user] Re: runlevels and service list

2009-09-20 Thread Neil Bothwick
On Sun, 20 Sep 2009 21:51:17 +0300, Nikos Chantziaras wrote: /bin/bash is also shown in htop even though bash isn't in any runlevel either ;) Not here. -- Neil Bothwick In the 60's people took acid to make the world weird. Now the world is weird and people take Prozac to make it normal

Re: [gentoo-user] Am I wrong?..

2009-10-01 Thread Neil Bothwick
On Thu, 01 Oct 2009 19:21:07 +0300, Arthur D. wrote: I gonna bet you added magic line to your sudoers previously or make some other crutches to make it work: Defaults env_keep=EDITOR You lost that bet. -- Neil Bothwick Is it possible to be totally partial? signature.asc Description

Re: [gentoo-user] Re: kernel build - back in the soup.

2009-11-03 Thread Dale
copy the .config to the new kernel src directory? If not, that would certainly explain the disparity in configuration settings you're seeing. I think you can say make `oldconfig' and the `old config' is supposed to be incorporated so no I didn't If I had put .confg into the new

[gentoo-user] Recompiling already installed packages with modification

2009-12-30 Thread Frank Schwidom
Hi as i noticed the directory /usr/portage/distfiles holds all installed sources. What i want to do is modifying the code and reinstalling the package. What is the simplest way? Is it possible without modifying the ebuild? (i dont want to use make and 'make install' directly) Regards

Re: [gentoo-user] Problem with make oldconfig 2.6.30-8 == 2.6.31

2010-03-10 Thread Dale
(or 10), copied .config from 2.6.30-r8 and ran make oldconfig. I *never* use make oldconfig between major kernel versions... I do as the kernel upgrade guide says - when going between major versions (yes, even one), copy the old .config to the new kernel dir, then run make menuconfig, and make

[gentoo-user] custom package make options?

2010-04-18 Thread David Mehler
Hello, I've got a box with two processors so i have MAKEOPTS set to -j2. One package gnome breaks during compile under these circumstances so am wanting to install it and only it with MAKEOPTS set to -j1 i'm thinking i have to put a file somewhere to pass custom make options to emerge gnome

Re: [gentoo-user] Constraining X display resolutions

2010-04-27 Thread Stroller
On 26 Apr 2010, at 12:57, Peter Humphrey wrote: ... My monitor is 1600 x 1200 but I like to run it at 1400 x 1050 (anno domini etc.). Assuming it is an LCD / TFT or otherwise not-a-big-glass-tube monitor, this will make the display LESS sharp. You should make the icons fonts *themselves

Re: [gentoo-user] LINGUAS

2010-08-18 Thread Alan McKinnon
Apparently, though unproven, at 23:25 on Wednesday 18 August 2010, Elmar Hinz did opine thusly: The gentoo wiki suggests in different places to set the LINGUAS environment variable in make.conf. What has LINGUAS todo with make? I would expect it in rc.conf near the UNICODE setting

[gentoo-user] RAID6/ext4 for /?

2010-12-31 Thread Mark Knecht
I haven't seen much discussion of ext4. Are people using it? I have a new RAID6 I'm considering putting it on. I'd like to possibly make the partition /, copy the existing system there and then use an initrd to boot when I finally figure that out. (Never used one...) Anything specific about ext4

Re: [gentoo-user] emerge on really old tree

2011-02-01 Thread Peter Humphrey
On Tuesday 01 February 2011 23:56:32 Alan McKinnon wrote: It makes sense to a programmer. It's not supposed to make sense to a programmer, as you know as well as I do. It's supposed to make sense to the poor fool reading it. :-) -- Rgds Peter. Linux Counter 5290, 1994-04-23.

Re: [gentoo-user] Kernel upgrade

2011-02-14 Thread Dale
Fzinc wrote: Hi. Im trying to upgrade the kernel from 2.6.35-gentoo-r12 to linux-2.6.36-gentoo-r5 just copied the .config from the old one and did a make oldconfig as i usually do but when i tried to compile it got this message

Re: [gentoo-user] Re: usb media reader

2011-03-31 Thread Adam Carter
modules you dont need to reboot, just make modules make modules_install, then modprobe modulename.

Re: [gentoo-user] xorg crashes

2011-04-06 Thread Yohan Pereira
On Wednesday 06 Apr 2011 01:45:10 AM Mike Bean wrote: When you say, rebuild are you referring to basically the same process as emerge? yes he is. but when I think of building something I always think of configure/make/make install, portage does all that for you when you call emerge

Re: [gentoo-user] Re: Update to make breaks lots of things...

2011-08-08 Thread Dale
Grant Edwards wrote: I downgraded from 3.82 to 3.81, and all is well. If you look at bugzilla, make 3.82 caused a bunch of ebuilds to fail. Apparently those ebuilds have now incoroporated patches for the Makefiles to work around the problem with 3.82. If you never build anything except using

Re: [gentoo-user] TMux urxvt and Unicode

2011-09-16 Thread Alex Schuster
meino.cra...@gmx.de writes: How can I make pstree make work in tmux with the above mentioned options? Open a screen sesson in tmux :) No, I don't know a real solution. Simply setting the TERM variable back to xterm does not help. Wonko

Re: [gentoo-user] TMux urxvt and Unicode

2011-09-16 Thread Scott Stevenson
On 16/09/11 at 04:54 AM, meino.cra...@gmx.de wrote: How can I make pstree make work in tmux with the above mentioned options? Adding the following line to ~/.tmux.conf should do it: setw -g utf8 on -- Scott Stevenson pgpVWIJ9VuKL6.pgp Description: PGP signature

[gentoo-user] why can't use print after installed CUPS ?

2011-11-17 Thread 俞强
i had installed CUPS-1.4.3 from source(configure, make, make install) now i can configure print via localhost:631, and the test page is perfect. but the problem is, why can't i see the print in programs ? (etc. in firefox, file-print, there is no print in print dialog) thanks all -- Good

Re: [gentoo-user] emerge -j, make -j and make -l

2011-11-26 Thread Stefan G. Weichinger
Am 26.11.2011 16:34, schrieb Alex Schuster: Michael Mol writes: http://funnybutnot.wordpress.com/2011/11/26/optimizing-parallel-builds/ 404, but http://funnybutnot.wordpress.com/2011/11/26/ seems to work. Yes, got it now as well. Thanks for quoting me, Michael ... but I also googled that

Re: [gentoo-user] emerge -j, make -j and make -l

2011-11-27 Thread Michael Hampicke
Am 26.11.2011 16:22, schrieb Michael Mol: parallel builds Sweet, I didn't even know about emerges -j option to do parallel builds. Thx for sharing, I am sure I'll use this in the feature

[gentoo-user] Kernel make trouble

2012-01-30 Thread Benyamin Dvoskin
Hi, I'm having trouble compiling my kernel (actually haven't done that in a while..) after i run make, i get this error: kernel/bounds.c:1:0: error: CPU you selected does not support x86-64 instruction set could someone please help ? what info should i post ? (don't wanna post all the .config

Re: [gentoo-user] gentoo-sources menuconfig feature/weirdness

2012-02-23 Thread William Kenworthy
On Thu, 2012-02-23 at 10:10 +0200, Coert Waagmeester wrote: Hello all, Usually on gentoo when gentoo-sources gets updated, updating the kernel went as follows: eselect kernel set {new kernel} cd /usr/src/linux make mrproper make menuconfig ... BillK

Re: [gentoo-user] [OT]: Need help with a Makefile

2012-03-09 Thread Sebastian Pipping
On 03/09/2012 11:29 PM, meino.cra...@gmx.de wrote: ...which means to me and the problems I have: Reemerge make 3.81 ???or... I would prefer a patch to the Makefile (like Tood Goodman proposed earlier) over a downgrade of make. I just meant to provide more information about the issue. Let

[gentoo-user] Re: 3.2.12 Kenel wont boot

2012-04-30 Thread James
Florian Philipp lists at binarywings.net writes: Thought the same. Using `make oldconfig` is also highly recommended. I removed the questionable 3.2.12 sources and downloaded them fresh; and used the make oldconfig Working now. thx, James

[gentoo-user] /home on other partion move

2012-07-16 Thread Silvio Siefke
Hello, my hdd is full and on the free partion i want make the /home partion. But how can make it? Copy and fstab? When i mount the partion over thunar i can not write as user on the partion. /dev/sda3 on /run/media/siefke/data type ext4 (rw,nosuid,nodev,uhelper=udisks2) Has someone a advice

Re: [gentoo-user] How to set-up shutdown-only user?

2012-12-03 Thread Randy Barlow
Randy Barlow wrote: Could you create a simple webapp that requires authentication and has a big Shutdown button? Something like that would be fairly easy to make with Django, or something simpler like Pylons. Alternatively, you could write your own shell that only has the shutdown command

[gentoo-user] Re: Load average in make

2013-01-16 Thread Nicolas Richard
Nilesh Govindrajan m...@nileshgr.com writes: My question is which load average it checks? I'm assuming it checks for the 15 minute average? I certainly don't know much about C, but from me grepping the source of make, it seems that job.c does getloadavg (load, 1). Moreover man getloadavg says

Re: [gentoo-user] Recover on SSD

2013-05-07 Thread Stroller
have to make sure it make the TRIM systemcall, otherwise it'll break with SSDs? Is that the difference between SSDs and spinning magneto-platters? Stroller.

Re: [gentoo-user] re: make distclean

2013-12-16 Thread Neil Bothwick
On Mon, 16 Dec 2013 22:39:36 +0200, Alexander Kapshuk wrote: Don't you save a copy of your kernel .config in /boot/ ? Apparently not. How do you install the kernel? make install copies the config to /boot as well as the kernel. -- Neil Bothwick Don't put all your hypes in one home

[gentoo-user] Dell Inspiron 640m

2014-03-06 Thread Silvio Siefke
Hello, has someone this Notebook and can share the kernel config? I try and try but it will not work. I make naked make localyesconf and then activate the intel graphic card. But when start i can nothing see. The display is not blank but i can nothing see. Thank you for help Nice Day Silvio

[gentoo-user] Re: CFLAGs for kernel compilation

2015-04-29 Thread Holger Hoffstätte
On Wed, 29 Apr 2015 15:18:23 +0200, Ralf wrote: Damn, you're absolutely right. I just tested it using make V=1. kernel make does override CFLAGs from the outside. But that's interesting: my processor supports -march=core-avx2 and none of the linux kernel processor family uses this flag

Re: [gentoo-user] CFLAGs for kernel compilation

2015-04-30 Thread Volker Armin Hemmann
Am 29.04.2015 um 15:18 schrieb Ralf: Damn, you're absolutely right. I just tested it using make V=1. kernel make does override CFLAGs from the outside. But that's interesting: my processor supports -march=core-avx2 and none of the linux kernel processor family uses this flag... that does

Re: [gentoo-user] Problems while updateing screen (tool not monitor)

2015-11-15 Thread Meino . Cramer
ix is app-misc/tmux > > ;) > > Sorry, not in my case. How can I make screen make compile successfully?

Re: [gentoo-user] https://wiki.gentoo.org/wiki/Traffic_shaping

2015-11-23 Thread Emanuele Rusconi
Just a quick side note, because it doesn't seem that many people know about it: you can use "make nconfig" instead of "make menuconfig". It's another ncurses based interface, similar to menuconfig but different enough to prefer one or the other. Keep in mind that you can a

Re: [gentoo-user] HP Elitebook 2540p

2016-02-09 Thread siefke_lis...@web.de
om netbooksm, now with ssd this system run. So fast my mind can not handle hhh :) > /usr/src/linux/ $ make localmodconfig && make localyesconfig && make > menuconfig && make -j5 && make modules_install && make > firmware_install && make inst

Re: [gentoo-user] firewall -> kernel hardlock error

2016-07-15 Thread Mick
On Friday 15 Jul 2016 15:50:09 Corbin Bird wrote: > The old kernel ( 4.1.27 ) worked with no errors. > I copied the /usr/src/linux/.config file over from kernel 4.1.27. > Used "make menuconfig" to check if changes were needed. Try 'make oldconfig' instead. -- Regards,

Re: [gentoo-user] Gpgme oddity

2017-03-05 Thread Dale
Mick wrote: > make[2]: *** No rule to make target '/usr/lib64/libgpgme-pthread.so' Roach report filed here: https://bugs.gentoo.org/show_bug.cgi?id=600510 May want to follow that or figure out if there is a workaround. I think based on a couple comments, a older package works. Dale :-) :-)

[gentoo-user] 'firmware_install' won't on 4.14.7-gentoo

2017-12-20 Thread Mick
Has something changed in 4.14.7-gentoo sources from its predecessors? I'm getting this on two systems: [snip ...] INSTALL sound/pci/hda/snd-hda-codec-hdmi.ko INSTALL sound/pci/hda/snd-hda-codec.ko INSTALL sound/pci/hda/snd-hda-intel.ko DEPMOD 4.14.7-gentoo make: *** No rule to make

[gentoo-user] app-misc/screen-4.6.2 fails

2017-12-08 Thread tuxic
Hi, while updateing app-misc/screen-4.6.2 I got this: config.status: creating doc/Makefile config.status: creating config.h config.status: executing default commands Now please check the pathnames in the Makefile and in the user configuration section in config.h. Then type 'make' to make screen

[gentoo-user] UFO: 'No. You make ME a sandwich.'

2017-10-30 Thread Helmut Jarausch
Hi, when trying to re-emerge libreoffice I get the strange message No. You make ME a sandwich. Has anybody seen this before? This occurs after having re-emerge 3500 packages from an emerge --emptyworld Many thanks for some hints, Helmut

Re: [gentoo-user] vlc failed to compile

2018-07-10 Thread Alexander Kapshuk
On Tue, Jul 10, 2018 at 12:42 PM gevisz wrote: > > In today's update vlc failed to compile: > > make[4]: Leaving directory > '/var/tmp/portage/media-video/vlc-3.0.3-r1/work/vlc-3.0.3/modules' > make[3]: *** [Makefile:26145: all-recursive] Error 1 > make[3]: Leaving director

[gentoo-user] vlc failed to compile

2018-07-10 Thread gevisz
In today's update vlc failed to compile: make[4]: Leaving directory '/var/tmp/portage/media-video/vlc-3.0.3-r1/work/vlc-3.0.3/modules' make[3]: *** [Makefile:26145: all-recursive] Error 1 make[3]: Leaving directory '/var/tmp/portage/media-video/vlc-3.0.3-r1/work/vlc-3.0.3/modules' make[2

[gentoo-user] Re: Linux: "make menuconf" creates a hardly useable interface

2019-01-12 Thread Nikos Chantziaras
On 12/01/2019 16:09, tu...@posteo.de wrote: when calling "make menuconf" on a linux kernel source after a short period of time a ncurses-like interface pop up. But since some interations of the linux kernel this interface has become a mess: Line contents is offsetted all over the pla

[gentoo-user] New network cards default to "Y" with "make oldconfig"

2019-03-23 Thread Walter Dnes
When setting up a new kernel with "make oldconfig", almost all new device drivers default to "N". The glaring exception is network cards. They all seem to default to "Y". Is this a bug or a "feature"? -- Walter Dnes I don't run "desktop environments"; I run useful applications

Re: [gentoo-user] How to disable fuzzy-search in emerge?

2020-04-10 Thread Grant Taylor
On 4/10/20 10:08 AM, Grant Edwards wrote: Yes, I'm aware I can add "--fuzzy-search n" to make it act sane, but is there an environment variable or USE flag or _something_ to make emerge --search do the right thing by default? Does adding it to EMERGE_DEFAULT_OPTS in /etc/portage

[gentoo-user] Re: [SOLVED] Kernel build failing on new install

2020-10-14 Thread Grant Edwards
On 2020-10-14, Walter Dnes wrote: > That's what "make oldconfig" is about. Copy over the previous kernel > .config and use that as a starting point. Any additional ethernet > drivers in the new kernel are defaulted to enabled. I've been doing "make oldconfig" for

[gentoo-user] make broken on kernel 5.4.66-gentoo kernel

2020-12-20 Thread Walter Dnes
I made a few tweaks to the kernel config and tried to rebuild... and the build died. I restored the original .config from /proc/config.gz and tried again. Same failure. I'm in the "linux" subdirectory... [d531][root][/usr/src/linux] make CALLscripts/checksyscalls.sh CALL

[gentoo-user] Why does genkernel mess about with mounts, when make install doesn't?

2021-11-12 Thread Wol
I've just been swearing blue murder because when I run "make install" it puts the kernel in /boot. But when I run genkernel it mounts a completely different boot, sticks the initramfs in there, and then unmounts it. Which means when grub-mkconfig comes along, there's no initra

[gentoo-user] Re: kernel compile error: arch/x86/entry/thunk_64.o: warning

2021-11-02 Thread Grant Edwards
erspace) support >> >> When I try to compile the kernel I get an error message: >> ... >> AS arch/x86/entry/entry_64.o >> AS arch/x86/entry/thunk_64.o >> arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table >> make[2]: *** [scrip

Re: [gentoo-user] Kernel config thingy, "make menuconfig"

2022-01-15 Thread Alarig Le Lay
On Sat 15 Jan 2022 23:38:18 GMT, Neil Bothwick wrote: > make oldconfig feeds you the new items, one at a time, complete with > access to the help information. Speaking of oldconfig, is there a way to only be asked when the default is to enable the option? If the default is “No” I neve

Re: [gentoo-user] Upgrading from 5.14 to 6.0 version

2022-11-11 Thread Dr Rainer Woitok
Dale, On Friday, 2022-11-11 13:18:08 -0600, you wrote: > ... > I did build a new kernel from the old config and running make > oldconfig. Perhaps you should rather use make olddefconfig It tries not to just ignore any newly introduced configuration variables but rather t

Re: [gentoo-user] X not starting after kernel upgrade

2023-04-10 Thread Matt Connell
On Mon, 2023-04-10 at 15:53 -0600, the...@sys-concept.com wrote: > Is: make oldconfig  same as: make olddefconfig ? No. olddefconfig accepts the default answer for each new configuration item, non-interactively. oldconfig is interactive. I can't really give you guidance with your origi

[gentoo-user] compiling 6.1.33 should all warnings be treated as errors

2023-06-18 Thread John Covici
Hi. I turned this flag on during my make oldconfig because the text said there should be no warnings. Is this premature? I did get some warnings during the make modules and it stopped the compile Thoughts? -- Your life is like a penny. You're going to lose it. The question is: How do you

Re: [gentoo-user] 'make install' hijacked by installkernel ?

2024-01-26 Thread Philip Webb
240126 Adam Carter wrote: > I just tried to install a new kernel using 'make install' > only to find that the behaviour has changed > and it appears to be running a bunch on installkernel stuff. > > 'make help' says > install - Install kernel using (your) ~

[gentoo-user] trouble emerging media-libs/gegl-0.0.22

2009-04-05 Thread John P. Burkett
On a x86 machine I did emerge -D -uav world and got a response that included the following messages about gegl: make[4]: Entering directory `/var/tmp/portage/media-libs/gegl-0.0.22/work/gegl-0.0.22/docs/gallery' --[Updating sample compositions]-- ./clones.xml ** Message: Module '../../operations

Re: [gentoo-user] kernel building tools

2005-05-26 Thread Holly Bostick
Mike Owen schreef: On 5/25/05, James [EMAIL PROTECTED] wrote: Hello, Is it OK to use 'make oldmenuconfig' to ensure that the options I had selected in a 2.6.x kernel also are selected for the newer 2.6. kernel? Isn't 'make oldmenuconfig' deprecated for 2.6 or does it still work? Also I

Re: [gentoo-user] Can't compile gconf-2.10.1-r1

2005-08-26 Thread José Pablo Ezequiel Fernández
Emerging other gnome/corba related packages, like evolution-data-server, give a similar problem: make[3]: Entering directory `/var/tmp/portage/evolution-data-server-1.2.3/work/evolution-data-server-1.2.3/addressbook/libebook' /usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl

Re: [gentoo-ppc-user] Missing modules after kernel upgrade

2007-05-21 Thread Wernfried Haas
Hi, On Sun, May 20, 2007 at 09:23:36PM -0600, darren kirby wrote: So I have my answer. It raises another question though: Am I the only one who has modules go AWOL when doing make vmlinux make modules_install. If so, why? If not, should I be filing a bug against the docs? Which document

[gentoo-user] Error while compiling python

2008-04-23 Thread Net Warrior
Hi guys, does anywone know what could this be? I'm intalling xfce4 port cc1: out of memory allocating 4194304 bytes after a total of 3883008 bytes make[2]: *** [_gtk_la-gtk.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.12.0/work/pygtk-2.12.0/gtk' make[1]: *** [all

Re: [gentoo-user] genkernel vs kernel manual compilation

2007-08-30 Thread Volker Armin Hemmann
.-) make oldconfig 3.-) make all make modules_install make all modules_install install 4.-) mkinitrd initrm.2.6.21 2.6.21-gentoo-r4 why not compile everything needed for boot into the kernel? you could skip this step?. 5.-) Edited menu.lst (just copied genkernel entry and modified to my

Re: [gentoo-user] Re: Need ebuild no longer in Portage

2008-01-04 Thread Grant
/linux/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig make prepare' on kernel src to fix it. Which I did with the same results. Does anyone know how to fix this? ISTR that make prepare isn't sufficient. You have to do a make. IIRC, you can kill it once it starts

Re: [gentoo-user] Kernel build error

2009-01-29 Thread KH
Dale schrieb: Hi, I'm trying to upgrade my kernel but I got this. r...@smoker /usr/src/linux-2.6.27-gentoo-r8 # make all make modules_install CHK include/linux/version.h CHK include/linux/utsrelease.h CALLscripts/checksyscalls.sh CHK include/linux/compile.h make

Re: [gentoo-user] Re: When did bzImage move?

2009-02-01 Thread Neil Bothwick
what would I need in .version and how does the incrementing work? Do you mean 1 is added to string each time you call make? Can you show an example of this? Does .version need to reside in same level as .config? Will a `make clean' or `make mrproper'... destroy it? cd /usr/src/linux echo

[gentoo-user] kernel install question

2009-02-06 Thread Roy Wright
command: $ make make modules_install make install The make install should handle moving /boot/vmlinuz to /boot/vmlinuz.old and copying the current image to /boot/vmlinuz. I found what I think is the instructions I used before: http://www.gentoo-wiki.info/Kernel/Installing which basically say

[gentoo-user] Re: Grub broke out of the blue

2009-02-16 Thread Nikos Chantziaras
Nikos Chantziaras wrote: I've no idea how it broke, but after an emerge --sync, a kernel (gentoo-sources) update was there. After I compiled the kernel, I did the usual make modules_install make install. I edited grub.conf only to the point of changing the booted kernel to the new one (just

[gentoo-user] vmware install error

2009-04-22 Thread 김무성
-- /tmp/vmware-config3/vmmon-only/linux/driver.c:1781: error: too many arguments to function 'smp_call_function' make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1 make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Error 2 make[1

[gentoo-user] xorg-x11 and gnome

2006-01-06 Thread David Meyer
`xkb_state_notify_event_filter': keyboard-drawing.c:1481: warning: implicit declaration of function `memset' make[2]: *** [keyboard-drawing.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/control-center-2.10.2/work/control-center-2.10.2/libkbdraw' make[1]: *** [all-recursive] Error 1 make[1]: Leaving

[gentoo-user] [OT] What about a new file system subtree?

2006-02-18 Thread Rafael Fernández López
to my mind (maybe it's possible today) is that we could make a new file system subtree in every ~. For example, a user will be able to do a ./configure ; make but if the system is well-administrated a user won't be able to run a make install, since it can cause problems to the system. (I know we

[gentoo-user] File-roller build bug

2006-02-22 Thread Darryl Wagoner
/libxml2mod.so: undefined symbol: xmlTextReaderGetParserColumnNumber make[2]: *** [de/file-roller.xml] Error 1 make[2]: Leaving directory `/var/tmp/portage/file-roller-2.12.2/work/file-roller-2.12.2/help' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/file-roller-2.12.2/work

Re: [gentoo-user] How to cause uniq(1) to filter this output ?

2005-04-08 Thread Bastian Balthazar Bux
Maxim Vexler wrote: = $ man -k mkdir mkdir(1) - make directories mkdir(2) - create a directory mkdirhier(1x) - makes a directory hierarchy mkdir(1) - make directories mkdir(2) - create

[gentoo-user] rivatv compilation fails

2005-05-07 Thread Antonio Souto
Hi I am trying do emerge rivatv module and it fails with: ... make[1]: *** No rule to make target `/usr/src/linux-2.6.11-gentoo-r6/arch/x86/Makefile'. Stop. ... Here is the entire the outputemerge rivatv Calculating dependencies ...done! emerge (1 of 1) media-tv/rivatv-0.8.2 to / md5 files

[gentoo-user] Any ideas??

2005-05-15 Thread timothy johnson
../include -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=i686 -fomit-frame-pointer -fPIC -c /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/cursesm.cc /bin/sh: line 1: -I../c++: No such file or directory make[1]: *** [../obj_s/cursesf.o] Error 127 make[1]: *** Waiting for unfinished jobs /bin/sh: line 1: -I

Re: [gentoo-user] ALSA broke WINE build?

2005-05-28 Thread Edward Catmur
: warning: no return statement in function returning non-void audio.c: At top level: audio.c:243: warning: 'getCmdString' defined but not used audio.c:263: warning: 'getMessage' defined but not used audio.c:311: warning: 'getFormat' defined but not used make[2]: *** [audio.o] Error 1 make[2

[gentoo-user] emerge wine fails

2005-09-21 Thread Jean Magnan de Bornier
: error: erreur de syntaxe before struct make[2]: *** [audio_05.o] Erreur 1 make[2]: Leaving directory `/home/tmp/portage/wine-20041019-r3/work/wine-20041019/dlls/winmm/winealsa' make[1]: *** [winmm/winealsa] Erreur 2 make[1]: Leaving directory `/home/tmp/portage/wine-20041019-r3/work/wine-20041019

Re: [gentoo-user] Optical mouse lights off on kernel 2.6.14 but works on kernel 2.4.30

2005-12-07 Thread Steven Susbauer
It will run lilo. It will also ask if you want to make a bootdisk if you are missing lilo and grub.On 12/7/05, Neil Bothwick [EMAIL PROTECTED] wrote:On Wed, 07 Dec 2005 05:34:19 -0600, Dale wrote: Why not let make do the whole job and add make install? That installs the kernel, makes

[gentoo-user] Re: Add a module post kernel config/build

2007-04-18 Thread reader
, especially section about kernel config, I don't see information about how to add a module once a kernel is built and running. For in-tree modules, go into the kernel source directory, use menuconfig or whatever to set that configuration setting to 'm', make, make modules-install. (Or, at least

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-25 Thread Alex Schuster
Florian Philipp writes: [...] #include /usr/include/linux/config.h [...] making all in tool make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/tool' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/dsl/dLAN-linux-package-v3/tool' making all in driver make[1

Re: [gentoo-user] how to track this down (emerge of amaya)

2006-03-10 Thread Hans-Werner Hilse
Hi, On Thu, 09 Mar 2006 17:49:28 -0600 Harry Putnam [EMAIL PROTECTED] wrote: Attempting to emerge www-client/amaya The tail end of emerge shows: i686-pc-linux-gnu-g++: ../redland/raptor/.libs/libraptor.a: No such file or directory make[1]: *** [../bin/amaya] Error 1 make[1]: Leaving

[gentoo-user] Problem emerging gnome-extra/gnome-media-2.14.0-r1

2006-05-13 Thread Michael Sullivan
to compilation errors. make[2]: *** [cddb-slave.desktop] Error 255 make[2]: Leaving directory `/var/tmp/portage/gnome-media-2.14.0-r1/work/gnome-media-2.14.0/cddb-slave2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-media-2.14.0-r1/work/gnome-media-2.14.0' make

Re: [gentoo-user] Grrr: gentoo form of dependency hell was: [Bug 129864]

2006-05-14 Thread stupendoussteve
a live cd, emerging a new kernel, copying the .config to /usr/src/linux, running make oldconfig, running make make install make modules_install, checking to make sure your grub config is pointing at /boot/vmlinuz, rebooting and seeing what happens. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Grrr: gentoo form of dependency hell was: [Bug 129864]

2006-05-14 Thread Hemmann, Volker Armin
to give the information. mount /boot Make grub.conf point to vmlinuz like this: title=2.6 root (hd0,0) kernel (hd0,0)/boot/vmlinuz root=/dev/sda3 gentoo=nodevfs noexec=on nmi_watchdog=1 for security reasons, a second entry like this is a smart idea: title=2.6.old root (hd0,0) kernel (hd0,0

Re: [gentoo-user] Now Know Why Portage Is So Slow

2006-05-25 Thread Steven Susbauer
a kernel upgrade, I doubt it would be as clean as the OP stated. But yeah, it may happen. alsa could easily be built into the kernel, I know when I install a new kernel it is as easy as running make and make install, and re-emerging the nvidia-kernel if I'm using it. AFAIK this person didn't say

Re: [gentoo-user] recompiing kernel quesiton

2006-09-24 Thread Pawel Kraszewski
): # zcat /proc/config.gz .config Now fix the config (observing which options have NEW at the end and consulting online help what do they mean) # make menuconfig or # make xconfig Now compile the kernel # make And install it # make modules_install # make install Afterwards you do nothing (if you

[gentoo-user] Problems compiling cyrus-sasl

2006-10-25 Thread Felipe Ribeiro
with -fPIC ../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value collect2: ld returned 1 exit status make[2]: *** [libsasldb.la] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-libs/cyrus-sasl-2.1.22/work/cyrus-sasl-2.1.22/plugins' make[1]: *** [all-recursive] Error 1 make[1

RE: [gentoo-user] Changing system from single to dual CPU ?

2006-12-19 Thread Joel Osburn
, make clean make mrproper copy the .config back make oldconfig Make Same end result, though. The only change in the config from my working single cpu kernel is to answer yes to SMP, as outlined in my original mail. cd to /usr/src/linuxyour version as root type make mrproper This will ensure

[gentoo-user] emerge ruby-glade fails

2007-01-03 Thread karlos
hey all, emerge ruby-glade fails with the following error: Install ruby-glib2-0.16.0 into /var/tmp/portage/dev-ruby/ruby- glib2-0.16.0/image/ category dev-ruby make[1]: Entering directory `/var/tmp/portage/dev-ruby/ruby-glib2-0.16.0 /work/ruby-gnome2-all-0.16.0/glib/src' /bin/install -c -m

Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Daniel Pielmeier
hmm, shorewall must have done something that's more persistent. Have a look at /etc/runlevels, and make sure there is no shorewall stuff left in there. Also look in /etc/conf.d/net* and make sure there is no postup functions lying around. And make sure /etc/init.d/net.eth1 is a symlink to /etc

[gentoo-user] compile probs in general (tightvnc in particular)

2005-06-27 Thread James Ferguson
Hi All, Im having trouble emerging tightvnc, I'm running a 2005.0 stage 3 system this is the error im getting: gcc-config error: Could not run/locate i386-pc-linux-gnu-gcc make[2]: *** [vncauth.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/tightvnc-1.3_alpha5/work/vnc_unixsrc

<    1   2   3   4   5   6   7   8   9   10   >