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

2024-01-26 Thread Arve Barsnes
On Fri, 26 Jan 2024 at 10:55, 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 > in

Re: [gentoo-user] Nvidia-drivers does not compile anymore

2016-04-30 Thread Alan McKinnon
r1. > I would like to upgrade to the 4.4.6 kernel. > Unfortunately, nvidia-drivers-340.76 does not compile anymore. > I get the errors : > > 3410:make[3]: *** > [/var/tmp/portage/x11-drivers/nvidia-drivers-340.76/work/kernel/nv-procfs.o] > Error 1 > 3651:make[2]: *** >

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

2009-02-01 Thread Jesús Guerrero
El Dom, 1 de Febrero de 2009, 18:27, Tom escribió: > Does this then create a bzImage-versionstring file, and make install > copies this to /boot/kernel-versionstring (and system.map and .config > respectably)? Yes. > Also how exactly do you then need to build the kernel. > Does

Re: [gentoo-user] make oldconfig necessary?

2011-07-31 Thread Jeremy McSpadden
Better to run make oldconfig. It merges the changes. -- Jeremy McSpadden def...@uberpenguin.net On Jul 31, 2011, at 9:06 PM, Pandu Poluan wrote: > Let's say I have a .config from an older kernel version (for example, > 2.6.38), and now I want to install a newer kernel (let

Re: [gentoo-user] Re: Gentoo's make - a problem?

2006-10-01 Thread Michael [Plouj] Ploujnikov
Here is the weird part: The Makefile it tools/ says: all: $(PROGRAMS) $(MANPAGES) $(SUBDIRS) it also says: PROGRAMS = \ ... makedep$(EXEEXT) \ ... So, it should really be trying to build the makedep in the current directory (which is build_dir/tools) However, this is what make prints

Re: OT - Where are the modules (WAS: Re: [gentoo-user] OT - Win4Lin)

2006-11-06 Thread Bo Ørsted Andresen
On Monday 06 November 2006 19:08, Michael Sullivan wrote: > cd /usr/src > tar xvfj /home/michael/linux-2.6.11.12.tar.bz2 > rm linux; ln -s linux-2.6.11.12 linux > cd linux > make mrproper > make menuconfig > make bzImage > make modules The steps you're following look

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

2006-02-18 Thread Zac Slade
On Saturday 18 February 2006 09:52, Rafael Fernández López wrote: > "./configure ; make ; make install" (in an app called 'whatever') and it > could create for example "/home/me/bin/whatever" and > "/home/me/share/doc/whatever" or > "/home/

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

2006-03-04 Thread Harry Putnam
Peter <[EMAIL PROTECTED]> writes: > Yes. > > cd /usr/src/linux > make menuconfig or make xconfig > choose the module option you wish to enable > Select whether to build into the kernel or as a module. > exit and save > make > make modules_install > > You sho

Re: [gentoo-user] F4L

2005-08-15 Thread Gyuri
Ian K wrote: Hi there, I would love to try out Flash4Linux (f4l.sf.net) but it wont compile. Im trying 0.2. When I type make, I get: [EMAIL PROTECTED] ~/MyTars/f4l-0.2 $ make make: *** No rule to make target `/usr/qt/3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.

Re: [gentoo-user] F4L

2005-08-16 Thread Nick Rout
On Tue, 2005-08-16 at 01:20 -0400, Ian K wrote: > Hi there, I would love to try out Flash4Linux > (f4l.sf.net) but it wont compile. Im trying 0.2. > When I type make, I get: > > [EMAIL PROTECTED] ~/MyTars/f4l-0.2 $ make > make: *** No rule to make target > `/usr/qt/3/mkspe

Re: [gentoo-user] [~and64] Headsup for google-chrome users

2015-05-21 Thread wabenbau
walt wrote: [...] > Then, after I figured out that CONFIG_USER_NS is a kernel config item, > requiring reinstallation of my kernel, I wasted more time figuring out > (for the n'th time) that you shouldn't just change a single kernel > config item and do "make"

[gentoo-user] pam error, cant su -

2005-07-26 Thread Jorge Boscan
pam_unix.so /var/tmp/portage/pam-0.78-r2/image//lib/security/$x.so ; done mkdir -p /var/tmp/portage/pam-0.78-r2/image//usr/sbin install -m 4555 unix_chkpwd /var/tmp/portage/pam-0.78-r2/image//usr/sbin make[2]: Leaving directory `/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78

Re: [gentoo-user] [Somewhat OT] Backup software for CDs.

2006-12-24 Thread Dale
) restore". Read the docs for more info. >> > > < snip > > OK. Now I get this for mindi-1.11. One version has something missing and the other fails to compile. Wonder why this is masked? > make[3]: Entering directory > `/var/tmp/portage/mindi-1.11/work/mi

[gentoo-user] problem emerging util-linux

2010-02-27 Thread linux
elvtune --disable-init --disable-kill --disable-last --disable-mesg --enable-partx --enable-raw --enable-rdev --enable-rename --disable-reset --disable-login-utils --enable-schedutils --disable-wall --enable-write --without-pam --without-selinux --without-slang checking for a BSD-compatible in

Re: [gentoo-user] Can't update dev-lib/nss

2010-11-09 Thread alain . didierjean
Selon Alan McKinnon : > Apparently, though unproven, at 10:21 on Tuesday 09 November 2010, > alain.didierj...@free.fr did opine thusly: > > > As the subject says, here's what I get: > > What's the output just before the section you posted? > Here you are : make

Re: [gentoo-user] distcc cross-compiling for OSX

2012-09-29 Thread Kraus Philipp
Ks directory, that I would use, to the Linux box and run this commands mkdir darwin cd darwin ../gcc_42-5577/configure --prefix=/opt/osxtoolchain/snowleopard/ --enable-languages=c,c++ --target=i686-apple-darwin10 --with-sysroot=/opt/osxtoolchain/snowleopard/MacOSX10.6.sdk/ make configure runs, but the

Re: [gentoo-user] zfs emerge failure

2017-08-15 Thread John Blinka
" is all about; not a step I've ever used with kernels. But see below. > > I actually do all my kernel builds in a tmpfs under /var/tmp these > days which keeps my /usr/src/linux pristine. (make O=/var/tmp/linux > modules_install and so on) It does involve more building du

Re: [gentoo-user] distcc: Am I doing this right

2009-10-17 Thread Alex Schuster
_H=1 -I. -O2 > -march=i686 -ffloat-store -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c > eint.c -o eint.o >/dev/null 2>&1 > make[1]: *** [exp3.lo] Killed > make[1]: *** [exp.lo] Killed > make[1]: *** [frac.lo] Killed > make[1]: *** [get_d.lo] Killed > make[1]: *** [get_ex

Re: [gentoo-user] Knock on wood

2009-08-12 Thread Mike Edenfield
mes but it didn't work like I do manually. +1 I don't know why anyone would choose to compile & install the kernel any way other than manually. It's only a handful of commands, after all. $ make && make modules_install $ cp arch/x86/boot/bzImage /boot/vmlinuz-2.6.28-ha

Re: [gentoo-user] Kernel upgrade problem

2008-11-05 Thread Jorge Peixoto de Morais Neto
o have grub.conf auto-magically > updated and that's not been an issue. You don't need to edit grub.conf at all. "make install" automatically updates the symlinks in /boot/ For me, the kernel update process is: emerge -a1v sys-kernel/vanilla-sources cd /usr/src/linux // I usu

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

2007-06-25 Thread Florian Philipp
Am Montag 25 Juni 2007 17:37 schrieb Florian Philipp: > Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: > > Florian Philipp writes: > > > > [...] > > > > > #include > > > > [...] > > > > > making all in tool > > > make[1]

[gentoo-user] Problem building VMware Modul

2011-01-02 Thread 4k3nd0
Hi all, i got trouble building the vmmon module for vmware workstation 7. I tried with the ebuild driver as the module from vmware himself. Error message is always the same(her the short one): Using 2.6.x kernel build system. make -C /lib/modules/2.6.36-gentoo-r6/build/include/.. SUBDIRS=$PWD

[gentoo-user] dbus fails to emerge

2007-01-22 Thread Mick
`main': pmount-hal.c:(.text+0xab0): undefined reference to `dbus_connection_disconnect' collect2: ld returned 1 exit status make[2]: *** [pmount-hal] Error 1 make[2]: *** Waiting for unfinished jobs i686-pc-linux-gnu-gcc -O2 -march=pentium3 -fomit-frame-pointer -msse

Re: [gentoo-user] F4L

2005-08-16 Thread Holly Bostick
I would love to try out Flash4Linux >>>>>>(f4l.sf.net) but it wont compile. Im trying 0.2. >>>>>>When I type make, I get: >>>>>> >>>>>>[EMAIL PROTECTED] ~/MyTars/f4l-0.2 $ make >>>>>>make: *** No rule to make tar

Re: [gentoo-user] before I upgrade the kernel

2005-10-11 Thread Hemmann, Volker Armin
On Wednesday 12 October 2005 04:35, Dave Nebinger wrote: > On Tuesday 11 October 2005 10:18 pm, Mark wrote: > > Is there a way I can apply all of the options I set last time I ran make > > menuconfig to the new kernel I just downloaded, or do I have to go > > through all the

[gentoo-user] syncekonnector ebuild fails

2005-12-01 Thread Michael W. Holdeman
calendarlocal.h:42: note: KCal::CalendarLocal::CalendarLocal(const QString&) make[2]: *** [PocketPCKonnector.lo] Error 1 make[2]: *** Waiting for unfinished jobs make[2]: Leaving directory `/var/tmp/portage/syncekonnector-0.2.1/work/syncekonnector-0.2.1/src' make[1]: *** [all-recursive] E

Re: [gentoo-user] Re: [~amd64] Keyboard stops working several times/day

2015-08-17 Thread Michel Catudal
]. ¹. https://github.com/dan-and/linux-sunxi ². http://forum.armbian.com/ [/offtopic] michel linux-sunxi # make CHK include/linux/version.h CHK include/generated/utsrelease.h make[1]: « include/generated/mach-types.h » est à jour. CALLscripts/checksyscalls.sh CHK include/generated

[gentoo-user] HeeksCAD & HeeksCNC under Gentoo, any experiences?

2016-09-03 Thread Urs Schütz
~amd64 emerge opencascade compile and install libarea: cd /tmp git clone https://github.com/Heeks/libarea.git cd libarea/ mkdir build cd build cmake .. make sudo make install compile and install HeeksCAD: cd /tmp git clone https://github.com/Heeks/heekscad.git cd heekscad/ mkdir build cd build export

Re: [gentoo-user] Make failed to compile: symbol __alloca not found...

2017-12-11 Thread tuxic
t;-I./glob-march=native -O2 -pipe -c -o remote-stub.o remote-stub.c > >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,--export-dynamic > >-Wl,-O1 -Wl,--as-needed -o make ar.o arscan.o commands.o default.o dir.o > >expand.o file.o function.o getopt.o getopt1.o guile.o im

Re: [gentoo-user] Iscan-2

2009-09-18 Thread Dale
> dirent**, const dirent**)’ to ‘int (*)(const void*, const void*)’ > imgstream.cc:275: erreur: initializing argument 4 of ‘int > scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const > void*, const void*))’ > make[2]: *** [libimage_stream_la-imgstream.lo] Erreur 1

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

2009-11-04 Thread walt
On 11/04/2009 06:16 AM, james wrote: > Graham Murray gmurray.org.uk> writes: > > You have to copy the .config from the running (old) >> kernel to the new kernel directory before running make oldconfig. If you >> start with the default config, then you have to run make

Re: [gentoo-user] Re: kernel building tools

2005-05-27 Thread Holly Bostick
James schreef: > Neil Bothwick digimed.co.uk> writes: > > > >>make menuconfig >>make && make modules_install && make install > > >>is easier and accomplishes the same, and also updates the vmlinuz and >>vmlinuz.old sym

[gentoo-user] Can't emerge apache

2008-01-18 Thread Mike Diehl
preciated. Mike. --- g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtbeginS.o: No such file or directory g++: /usr/lib/gcc/i486-pc-linux-gnu/4.1.1/crtendS.o: No such file or directory make[1]: *** [libapr-1.la] Error 1 make[1]: Leaving d

[gentoo-user] Re: Problem with compiling kernel

2009-05-12 Thread Marc Blumentritt
Marc Blumentritt schrieb: Hi, when I try to compile a kernel again (meaning after compiling it and building the modules), I get this error message: hive linux # make && make modules_install && make [...] INSTALL sound/core/snd-timer.ko INSTALL sound/core/snd.ko INSTA

Re: [gentoo-user] Knock on wood

2009-08-12 Thread BRM
I do manually. > > +1 > > I don't know why anyone would choose to compile & install the kernel any > > way other than manually. It's only a handful of commands, after all. > $ make && make modules_install > $ cp arch/x86/boot/bzImage /boot/vmlinuz-2.6.28-h

Re: [gentoo-user] kdelibs wont compile

2007-08-18 Thread gentoo
problem. I've tried rebuilding qt-3.3.8-r3 but that wont rebuild either, it stops with the following error messages: collect2: ld returned 1 exit status make[3]: *** [../../../bin/uic] Error 1 make[3]: Leaving directory `/var/tmp/portage/x11-libs/qt-3.3.8-r3/work/qt-x11-free-3.3.8/tools/designer/u

Re: [gentoo-user] gcc-4.5.3-r1 fails to compile with "internal compiler error"

2012-01-31 Thread Jarry
ppropriate. See<http://bugs.gentoo.org/> for instructions. make[3]: *** [insn-attrtab.o] Error 1 make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/gcc' make[2]: *** [all-stage2-gcc] Error 2 make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/w

Re: [gentoo-user] gcc-4.5.3-r1 fails to compile with "internal compiler error"

2012-01-31 Thread Grant
/gcc-4.5.3/gcc/config/i386/i386.md:360:1: >>>> internal compiler error: Aborted >>>> Please submit a full bug report, >>>> with preprocessed source if appropriate. >>>> See<http://bugs.gentoo.org/>  for instructions. >>>> make[3]: *** [i

Re: [gentoo-user] kdemultimedia fails to emerge

2006-03-01 Thread Rumen Yotov
o-undefined > -Wl,--allow-shlib-undefined artsbuilder.lo sequenceutils.lo > structurebuilder_impl.lo structures_impl.lo moduleinfo.lo compatibility.lo > localfactory_impl.lo artsbuilderloader_impl.lo -lmcop -lartsflow -ldl > i686-pc-linux-gnu-g++: /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc

[gentoo-user] System update problems

2005-09-21 Thread Rupert Young (Restart)
/usr/lib/libc.a when searching for -lc /usr/x86_64-pc-linux-gnu/bin/ld: cannot find -lc collect2: ld returned 1 exit status make[3]: *** [32/libgcc_s_32.so] Error 1 make[3]: Leaving directory `/var/tmp/portage/gcc-3.4.4-r1/work/build/gcc' make[2]: *** [stmp-multilib] Error 2 make[2]: Leaving

Re: [gentoo-user] glibmm-2.8.4 failing to compile

2006-06-02 Thread gentuxx
ere's the error I get: >> >>../../glib/glibmm/.libs/libglibmm-2.4.so: undefined reference to >>`sigc::internal::signal_impl::insert(std::_List_iterator, >>sigc::slot_base const&)' >>../../glib/glibmm/.libs/libglibmm-2.4.so: undefined reference to >>`si

Re: [gentoo-user] -fvisibility=hidden

2006-06-16 Thread Jeremy Olexa
e_out.c -fPIC -DPIC > -o .libs/xineplug_ao_out_none_la-audio_none_out.o > cc1: error: unrecognized option `-fvisibility=hidden' > make[3]: *** [xineplug_ao_out_none_la-audio_none_out.lo] Error 1 > make[3]: Leaving directory > `/var/tmp/portage/xine-lib-1.1.2_pre20060328-r9/work/

[gentoo-user] Re: [~and64] Headsup for google-chrome users

2015-05-22 Thread walt
tion of my kernel, I wasted more time figuring out >>>> (for the n'th time) that you shouldn't just change a single kernel >>>> config item and do "make" because that shortcut can break important >>>> things. >>>> >>>> No,

Re: [gentoo-user] Strange hickups while trying to compile a kernel in a chroot

2017-02-25 Thread Neil Bothwick
On Sat, 25 Feb 2017 13:23:11 +0100, meino.cra...@gmx.de wrote: > make bImage fails with > > (chroot) make bzImage > CHK include/config/kernel.release > CHK include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > CHK inclu

Re: [gentoo-user] re: make distclean

2013-12-17 Thread Alexander Kapshuk
So far, I've been building and installing my kernels manually, as suggested in the handbook: make && make modules_install cp arch/x86/boot/bzImage /boot/kernel-x.x.x-gentoo Thanks for pointing out the 'make install' option. I'll give that a try. On Mon, Dec 16, 201

Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error

2021-10-18 Thread Miles Malone
CC arch/x86/kernel/asm-offsets.s > CALLscripts/checksyscalls.sh > CALLscripts/atomic/check-atomics.sh > DESCEND objtool > make[4]: *** No rule to make target > '/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include/stddef.h', needed by > '/usr/src/li

Re: [gentoo-user] Can't emerge mozilla-firefox

2005-07-22 Thread Jules Colding
On Fri, 2005-07-22 at 10:54 -0700, Zac Medico wrote: > Since you rebuilt from scratch, assuming that most other people can > build successfully with equivalent settings, it seems like something > in the toolchain (see output of "emerge --info") is actually is > broken.

Re: [gentoo-user] OT ( was : Cannot boot 2.6.21-gentoo-r4)

2007-07-19 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alle giovedì 19 luglio 2007, Billy McCann ha scritto: [...] > > 2. Copy old .config and "make". In this case you miss any new > > kernel options. [...] That is no true. If you copy your old .config and give make,

Re: [gentoo-user] make oldconfig

2008-08-05 Thread Daniel Pielmeier
2008/8/4, James <[EMAIL PROTECTED]>: > Hello, > > It seems like I remember that 'make oldconfig' is not > needed any more, to pass the current (booted) kernel > option to the .config for building a new kernel. > > Of is 'make oldconfig' still a

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

2005-08-03 Thread maxim wexler
--- Holly Bostick <[EMAIL PROTECTED]> wrote: > maxim wexler schreef: > >>>then ran make modules_install. Did I forget > >> > >>something? > >> > >>yes you forgot to make the kernel and forgot to > >>install the kernel and &g

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

2005-12-07 Thread Neil Bothwick
On Wed, 07 Dec 2005 03:00:33 -0600, Dale wrote: > I usually do a make all && make modules_install and that is it. I then > copy it over manually though. It has worked for me since I started > using 2.6.* kernels. Why not let make do the whole job and add "make insta

[gentoo-user] Re: system.map file in /boot. How to manage?

2021-07-01 Thread Grant Edwards
On 2021-07-01, Neil Bothwick wrote: > make install names the files in a way that dracut and grub-mkconfig > recognise. Just run make install after make modules install. You've let > the makefile copy all the other files, you may as well let it handle the > final two :) II

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

2020-10-13 Thread J. Roeleveld
On Tuesday, October 13, 2020 3:04:33 AM CEST Walter Dnes wrote: > I'm near the tail-end of an install, trying to build the kernel. > "make" gets an error as follows. Any ideas? > > (chroot) livecd /usr/src/linux # make > CALLscripts/checksyscalls.sh &g

[gentoo-user] failed on stable packages

2007-03-22 Thread Luigi Pinna
rb_check_auth' was here krb_check_auth.c: In function 'krb_check_auth': krb_check_auth.c:61: warning: passing argument 3 of 'krb_rd_priv' from incompatible pointer type make[2]: *** [krb_check_auth.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/app-crypt/kth-kr

[gentoo-user] Kernel Error

2010-02-14 Thread German Lopez Cortina
What can be this / bin / sh: lzma: command not found make [2]: *** [arch/x86/boot/compressed/vmlinux.bin.lzma] Error 1 make [1]: *** [arch/x86/boot/compressed/vmlinux] Error 2 make: *** [bzImage] Error 2

[gentoo-user] gthumb

2009-11-24 Thread Roger Cahn
-scrsaver.c:30:34: erreur: X11/extensions/XTest.h : Aucun fichier ou dossier de ce type make[3]: *** [totem-scrsaver.o] Erreur 1 make[3]: *** Attente des tâches non terminées.... mv -f .deps/main.Tpo .deps/main.Po make[3]: quittant le répertoire « /var/tmp/portage/media-gfx/gthumb-2.10.11/work/gthumb-

[gentoo-user] Re: kernel building tools

2005-05-26 Thread James
Nick Rout rout.co.nz> writes: > make help lists the config tools Surely you jest? 'make --h' only lists options on my gentoo system: bash-2.05b$ make -h Usage: make [options] [target] ... Options: -b, -m Ignored for compatibility. -

[gentoo-user] emerge kde-base/kdenetwork-3.3.2-r1 failed

2005-06-20 Thread Dan Johansson
relessextensions.cpp:374: error: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [interface_wireless_wirelessextensions.o] Error 1 make[3]: *** Waiting for unfinished jobs make[3]: Leaving directory `/var/tmp/portage/kdenetwork-3.3.2-r1/work/k

Re: [gentoo-user] emerge gnome problem

2005-06-21 Thread Massimiliano Bellomo
Nothing has changed after "revdep-rebuild", same error as before !?! Any idea ? > try "revdep-rebuild" and then "emerge gnome" > > Massimiliano Bellomo wrote: > >> Hi, >> I'm doing "emerge gnome" and i get the following

Re: [gentoo-user] emerge gnome problem

2005-06-21 Thread Zac Medico
Massimiliano Bellomo wrote: > Hi, > I'm doing "emerge gnome" and i get the following error while > emerging "dev-libs/nss-3.9.2-r3": > > cd atob; make libs > make[2]: Entering directory > `/var/tmp/portage/nss-3.9.2-r3/work/nss

[gentoo-user] emerge perl does not work

2007-02-28 Thread Andrey Vul
Libperl compiles without error, though This is where the error is: __CODE emerge perl ... make[1]: Leaving directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/work/perl-5.8.8/ext/IO' Making IPC::SysV (dynamic) Checking if your kit is complete... Looks good Writing makefile for IPC::SysV

[gentoo-user] Trying to remove aRTs

2007-03-13 Thread Mick
grep: /usr/kde/3.5/lib/libartskde.la: No such file or directory /bin/sed: can't read /usr/kde/3.5/lib/libartskde.la: No such file or directory libtool: link: `/usr/kde/3.5/lib/libartskde.la' is not a valid libtool archive make[3]: *** [noatunwakeup.la] Error 1 make[3]: Leaving directo

Re: [gentoo-user] wine compilation errors

2007-01-09 Thread CapSel
et.d ll.so -lole32 -luser32 -ladvapi32 -lkernel32 -ldxguid -luuid ../../libs/port/l ibwine_port.a make[2]: Leaving directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnet' make[2]: Entering directory `/var/tmp/portage/wine-0.9.22/work/wine-0.9.22/dlls/dpnhpast' Makefile:460: wa

[gentoo-user] Errors compiling various ebuilds

2006-02-04 Thread Thomas Schweikle
] Here is a tryal upgrading qtruby: make[3]: Entering directory `/var/tmp/portage/qtruby-3.4.3-r1/work/qtruby-3.4.3/qtruby/bin' i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.4/include -I/usr/qt/3/include -I. -I/usr/lib/ruby/1.8/i686-linux -DQT_THREAD_SUPPORT -D_REENTRANT -Wno

[gentoo-user] Re: Have another 2.6.14 problem: cisco-vpn client

2005-11-12 Thread Adrian Loetscher
ine with 2.6.13. I am wondering if this is a header problem (something has moved in 2.6.14) BillK >>> Unpacking source... >>> Unpacking vpnclient-linux-4.7.00.0640-k9.tar.gz to /var/tmp/portage/cisco-vpnclient-4.7.00.0640/work >>> Source unpacked.

Re: [gentoo-user] GCC won't compile, don't understand the error

2017-04-25 Thread Kaizu Shibata
Dale: > Kaizu Shibata wrote: >> I'm having trouble with an update. I can't seem to build the new gcc, >> and I don't understand the error. For some reason, a process has been >> killed. I do not know why this is. >> >> make[3]: *** [Makefile:217

Re: [gentoo-user] ipsec-tools-0.7.3 fails to build

2009-11-07 Thread Mick
e included from ../../src/include- > > glibc/linux/byteorder/little_endian.h:12, > > from /usr/include/asm/byteorder.h:79, > > from ../../src/include-glibc/linux/ip.h:20, > > from isakmp.c:115: > > ../../src/include-glibc/lin

Re: [gentoo-user] ipsec-tools-0.7.3 fails to build

2009-11-07 Thread Mick
src/include- > > glibc/linux/byteorder/little_endian.h:12, > > from /usr/include/asm/byteorder.h:79, > > from ../../src/include-glibc/linux/ip.h:20, > > from isakmp.c:115: > > ../../src/include-glibc/linux/swab.h:6:22: erro

[gentoo-user] Installing kguitar - tse3 compile error!

2005-06-20 Thread Mrugesh Karnik
: `void TSE3::File::XmlFileWriter::element(const std::string&, unsigned int)' and ` void TSE3::File::XmlFileWriter::element(const std::string&, unsigned int)' cannot be overloaded make[4]: *** [DisplayParams.lo] Error 1 make[4]: Leaving directory `/var/tmp/porta

Re: [gentoo-user] Gentoo-sources: can't make menuconfig with user? User can't access ncurses?

2012-01-17 Thread Gregory Shearman
in your kernel ie the current >> kernel # config saved in /proc/config.gz >> >> cd /usr/src/linux >> >> # assuming that /usr/src/linux is a soft link to your new kernel # >> directory. >> >> make O= oldconfig >> >> # The "O=" makes sur

Re: [gentoo-user] Networkmanager-9999 won't compile

2011-10-20 Thread Jonas de Buhr
> -lglib-2.0 -lm -ldl -pthread NetworkManager-main.o: In function > `main': main.c:(.text+0xa63): undefined reference to > `g_thread_supported' collect2: ld returned 1 exit status > make[4]: *** [NetworkManager] Error 1 > make[4]: Leaving directory > `/media/500GB/gentoo_po

Re: [gentoo-user] updating glibc-2.3.5-r2: segmentation fault... (part 2)

2006-02-15 Thread Jarry
ux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: BFD > 2.16.1 assertion fail > /var/tmp/portage/binutils-2.16.1/work/binutils-2.16.1/bfd/elflink.c:2322 > make[2]: *** > [/var/tmp/portage/glibc-2.3.5-r2/work/build-default-i686-pc-linux-gnu-linuxthreads/iconvdata/IBM891.so] > Error

Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel

2006-03-24 Thread Teresa and Dale
Lord Sauron wrote: >On 3/24/06, Teresa and Dale <[EMAIL PROTECTED]> wrote: > > >>Gabriel Dain wrote: >> >> >> >>>>However, I don't know how to rebuild the kernel >>>> >>>> >>>> >

Re: [gentoo-user] Can't rebuild gentoo kernel-4.9.16 with gcc-5.4.0

2017-05-30 Thread Rich Freeman
On Tue, May 30, 2017 at 1:50 PM, Mick wrote: > On Tuesday 30 May 2017 13:08:39 Neil Bothwick wrote: >> On Tue, 30 May 2017 04:20:17 -0700 (PDT), Mick wrote: >> > > After gcc-config, make sure you run: >> > > # env-update >> > > # source /etc/profil

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

2005-06-27 Thread Colin
James Ferguson wrote: 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/p

[gentoo-user] vmware install error

2009-04-21 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

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

2009-02-01 Thread Neil Bothwick
ed that host name 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 `

[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

[gentoo-user] ATI driver fails

2007-09-04 Thread Daniel D Jones
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-8.35.5/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1 make[1]: *** [_module_/var/tmp/portage/x11-drivers/ati-drivers-8.35.5/work/common/lib/modules/fglrx/build_mod/2.6.x] Error 2 make[1]: Leaving directory `/usr

Re: [gentoo-user] Change in ethernet .config layout kernel 3.2.1, affects oldconfig

2012-02-06 Thread Mick
On Monday 06 Feb 2012 05:47:53 Walter Dnes wrote: > Heads up... the network ethernet device drivers aettings are laid out > differently in 3.2.1, and "make oldconfig" misses a few items. The new > layout route goes like so... > > Device Drivers --->

[gentoo-user] media-tv/mythtv-0.24.1_p20110524 fails to emerge

2012-05-24 Thread Michael Sullivan
n function 'int __glCheck__(const QString&, const char*, int)': mythrender_opengl.cpp:38: error: 'gluErrorString' was not declared in this scope make[2]: *** [mythrender_opengl.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/media-tv/mythtv-0.24.1_p20110524/work

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

2011-11-27 Thread Pandu Poluan
; Sweet; I didn't know about Portage's --load-average; I'll definitely > >> switch to that instead of -j. Load-driven make plus load-driven > >> portage should work beautifully on my system. > >> > >> I'll steal your 1.6 factor, and give: > >

Re: [gentoo-user] kde-l10n-4.4.5 and en_GB?

2010-11-24 Thread Arttu V.
Scanning dependencies of target blockdevices-handbook > > Generating index.cache.bz2 > > [100%] Generating index.cache.bz2 > > index.docbook:108: parser error : Entity 'kdf' not defined > > e file manager is opened from the context menu, can be configured from

[gentoo-user] File-roller build bug

2006-02-22 Thread Darryl Wagoner
/usr/lib/python2.4/site-packages/libxml2.py", line 1, in ?     import libxml2mod ImportError: /usr/lib/python2.4/site-packages/libxml2mod.so: undefined symbol: xmlTextReaderGetParserColumnNumber make[2]: *** [de/file-roller.xml] Error 1 make[2]: Leaving directory `/var/tmp/portage/file-roller-2.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/am

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 a

Re: [gentoo-user] K3B compilation error

2005-04-19 Thread Christoph Gysin
Al Bayrouni wrote: When I tried to install k3b, I had this error: collect2: ld returned 1 exit status make[2]: *** [lavplay] Erreur 1 make[2]: Leaving directory `/var/tmp/portage/mjpegtools-1.6.2-r3/work/mjpegtools-1.6.2/lavtools' make[1]: *** [all-recursive] Erreur 1 make[1]: Leaving dire

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

2006-05-13 Thread Michael Sullivan
tool-merge aborted due 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.1

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

2006-05-14 Thread stupendoussteve
ing the modules from /lib/modules, booting from 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] Now Know Why Portage Is So Slow

2006-05-25 Thread Steven Susbauer
a lot of > other stuff claim a new compile after 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 nvidi

Re: [gentoo-user] kernel 4.9.77 error segfault in compile.

2018-01-22 Thread Alexander Kapshuk
xt4/indirect.o >> fs/ext4/indirect.o: warning: objtool: ext4_clear_blocks()+0x242: can't >> find jump dest instruction at .text+0x56c >> CC fs/ext4/extents_status.o >> /bin/sh: line 1: 31735 Segmentation fault ./tools/objtool/objtool >> check "fs

Re: [gentoo-user] [~and64] Headsup for google-chrome users

2015-05-21 Thread Dale
the n'th time) that you shouldn't just change a single kernel >>> config item and do "make" because that shortcut can break important >>> things. >>> >>> No, you should do "make clean" first, and then do "make" etc. >

Re: [gentoo-user] glibc-2.17 fails and warning: setlocale: LC_ALL error

2014-07-17 Thread J. Roeleveld
ke.conf: Added " FEATURES="buildpkg" " Will let you know when this run has finished. I should also be able to provide the package-dir to you if needed. Am using the latest stable gentoo-sources (3.12.21-r1) using the default config: # make mrproper # make distclean # make menuconfig (Only unset the 64bit kernel option) # make # make modules_install (This actually worked ;) ) -- Joost

Re: [gentoo-user] gentoo-sources-5.10.103 - will not boot

2022-03-13 Thread Neil Bothwick
/scrolling message on the screen: > > > > Kscan: watching read  1  fsk983s > > > > I followed standard procedure: > > > > emerge -avq =sys-kernel/gentoo-sources-5.10.103 > > cd /usr/src/ > > eselect kernel set 3  (this is: linux -> linux-5.10.103-gento

Re: [gentoo-user] nvidia-drivers-440.82-r3 failing to compile: Kernel configuration is invalid

2020-05-22 Thread Ján Zahornadský
are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. (full log attached as build.log) I'm fairly sure my kernel sources and configuration are in place: bolt /usr/src/linux-5.6.14-gentoo # ls -l include/generated/autoconf.h include/config/auto.conf

[gentoo-user] make oldconfig

2008-08-04 Thread James
Hello, It seems like I remember that 'make oldconfig' is not needed any more, to pass the current (booted) kernel option to the .config for building a new kernel. Of is 'make oldconfig' still a good idea? James

[gentoo-user] AbiWord 2.6.4 build failure

2008-10-18 Thread Liviu Andronic
xap_Dlg_ListDocuments.o xap_Dlg_History.o xap_Dlg_DocComparison.o i686-pc-linux-gnu-ranlib libXap_xp.a make[4]: Leaving directory `/var/tmp/portage/app-office/abiword-2.6.4/work/abiword-2.6.4/src/af/xap/xp' Making all in unix make[4]: Entering directory `/var/tmp/portage/app-office/abiword-2.6.4/work/abiword-2.6.

[gentoo-user] Hal emerge/install problem.

2005-10-08 Thread Tony Davison
has anyone seen this occuring with hal-0.4.8 but also got it on hal-0.4.7-r2. Running python2.4 Searched b.g.o but _I_ cannot find anything, someone who is better at driving it might. End of emerge as follows. Making install in device-manager make[2]: Entering directory `/var/tmp/portage/hal

Re: [gentoo-user] Gcc 5.3

2015-12-24 Thread Alan Grimes
rap on my machine. I am getting > > differences between the stage 2 and stage 3 compilers and it's > dying... =( > > > make[2]: Entering directory > > '/var/tmp/portage/sys-devel/gcc-5.3.0/work/build' > > make[3]: Entering directory > > '/var/tmp

Re: [gentoo-user] Kernel build error

2009-01-29 Thread KH
Dale schrieb: > Saphirus Sage wrote: > >> Dale wrote: >> >> >>> 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 >

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