View previous topic :: View next topic |
Author |
Message |
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Wed Jun 21, 2006 11:39 pm Post subject: 2.6.17-no1 "Viva Gorditas!" (All Tuned+Fixed Up) |
|
|
No-Sources Presents...
2.6.17-no1 "Viva Gorditas!"
"The best thing since sliced bread!"
Release By: cheater-conrad
(we're going to start logging this because one of these days someone other than me might get up a release too.)
IRC
Join #no-sources on freenode, it's getting popular again so join us!
[NVIDIA-USERS]
You need nvidia 8762 with the following patch:
Gentoo (OVERLAY):
http://no.oldos.org/files/mm-nvidia-fix.tar.bz2
Other Distros (Patch):
http://no.oldos.org/files/NVIDIA_kernel-1.0-8762-mm-fix.diff
PERFORMANCE? Without a doubt.
No-sources is an extremely high performing patchset, in fact, if you try it I can nearly guarantee it is the fastest kernel you will ever run to date. The secret for the performance is easy to explain, but this kernel took us some time to juice up to make it as good as it is. The key to performance first of all is the CPU scheduler, this kernel includes a staircase port to the -mm kernel, so not only do you get vanilla-staircase-like performance, you get ALL of the features -mm's scheduler carries as well. The scheduler consists of many more lines than vanilla staircase, and many of the functions are different from vanilla staircase, which in term clean it up and do a number on increasing performance (ie. this kernel has incredibly low latencies, high thoroughput, etc) Another key to performance (a major key) is the features in the -mm kernel, the -mm kernel includes radix tree changes (lockless rcu), several proc/cpu patches, several memory patches, swap prefetching, etc, and every now and then some no-sources patches will be thrown in to increase performance even further, such as mapped watermark, and the default kconfig opts patch by no-sources.
[SUSPEND2-Status]
Suspend2 is not in this kernel, but many users like it or are interested in it. This is a possible port, but it may take an extended period of time. Development on suspend2 -mm has not started yet, but I will start it soon.
[INFO]
No-sources is a -mm based patchset for the linux kernel It is enhanced
to allow staircase scheduler selection via Kconfig, it also includes
performance enhancements and tweaks as well as additional features.
Over mm-sources, no-sources also includes many important updates/fixes
that apply over the latest -mm kernel.
[RELEASE-INFO]
Much more stable than 2.6.17-no1, includes no new hardcore features.
Fixes all known problems of 2.6.17-no1 and then some. Includes some
new features, nothing hardcore (lockless pagecache, I have a patch
for 2.6.17-mm2 but won't include it due to stabilization) will be
pushed until the next -rc releases.
[FIXES]
Fixed squashfs 3.0 (port to kinit, it works this time)
Tons of warning fixes
Fix cpufreq
Fix compilation of ATI drivers
vsprintf fix
kernel timer fix
[NEW]
2.6.17-mm2
Several hot-fixes and enhancements
[SEMI-NEW]
Staircase v16
No preempt by default
Mapped watermark
Dropped vesafb-tng
re-added daconfig
FBSPLASH/VESAFB-TNG BUSINESS
FBSPLASH Works, but you need to edit the splashutils package yourself, I haven't done it.
Vesafb-tng - lets hope to see a fix soon.
[PATCHLIST
For a detailed patch description see, http://no.oldos.org/files/2.6.17-no2/Notes.txt
Code: | +NoSched-0.5-2.6.17-mm2.patch
+ac97-make-bitfield-unsigned.patch
+add-clockinfo-to-timerc.patch
+config-nr-tty-devices-r1.patch
+convert_swappiness_to_mapped.patch
+cpu-support.patch
+cpufreq_make-hotplug-cpu-used-fix.patch
+cpufreq_register_driver-section-fix.patch
+daconfig-2.3.1-2.6.17-mm2.patch
+fbsplash-0.9.2-r5-2.6.17-mm2.patch
+fix-ati-build.patch
+ibm-fancontrol.patch
+kconfig-expose-vmsplit-option.patch
+linux-phc-0.2.3.patch
+movsl-mask.patch
+mtrr-cpusupport.patch
+no-optimized-kconfig-opts.patch
+no-tag.patch
+oss-4232-fix-section-mismatch.patch
+oss-via-unsign-bitfield.patch
+prevent-backward-time.patch
+realtime-lsm.patch
+shutup-false-positives.patch
+squashfs3-kinit-port-no-sources.patch
+usb-mouse-polling.patch
+usbxchange5
+videocodec-1bit-fields-unsigned.patch
+vsnprintf-fix.patch |
Downloads:
EBUILD
PATCH
DETAILED PATCHLIST
-----
MINI-HOWTO
GENTOO:
# nano /etc/make.conf
<set PORTDIR_OVERLAY="/usr/local/portage", in make.conf, unless already set>
# wget http://no.oldos.org/files/2.6.17-no2/no-sources-2.6.17-r2.ebuild
# mkdir -p /usr/local/portage/sys-kernel/no-sources
# mv no-sources-2.6.17-r2.ebuild /usr/local/portage/sys-kernel/no-sources
# ebuild /usr/local/portage/sys-kernel/no-sources/no-sources-2.6.17-r2.ebuild digest
# emerge no-sources
OTHER DISTROS:
# cd /usr/src
# rm linux
# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2
# wget http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm2/2.6.17-mm2.bz2
# wget http://no.oldos.org/files/2.6.17-no2/2.6.17-no2.bz2
# tar jxvf linux-2.6.17.tar.bz2
# ln -s linux-2.6.17 linux
# cd linux
# bzcat /usr/src/2.6.17-mm2.bz2 | patch -p1
# bzcat /usr/src/2.6.17-no2.bz2 | patch -p1
Good Luck!
I want feedback and results! _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Last edited by cheater1034 on Thu Jun 29, 2006 4:40 am; edited 2 times in total |
|
Back to top |
|
|
thoffmeyer Apprentice
Joined: 11 Apr 2004 Posts: 208 Location: GMT -5 Hours
|
Posted: Thu Jun 22, 2006 4:35 am Post subject: |
|
|
awsome, I'll include this in the new conrad guide _________________ Conrad Guide, Current Maintainer
Join us on IRC
Server: irc.freenode.net
Channel: #conrad |
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Thu Jun 22, 2006 4:35 am Post subject: |
|
|
Added a hot-fix patch to revert fs-fcache patch, I think it is breaking boot for certain filesystems. _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land. |
|
Back to top |
|
|
mbar Veteran
Joined: 19 Jan 2005 Posts: 1990 Location: Poland
|
Posted: Thu Jun 22, 2006 4:51 am Post subject: |
|
|
iiihaaa |
|
Back to top |
|
|
whitesouls Guru
Joined: 19 Nov 2004 Posts: 358 Location: In Front of My Laptop
|
Posted: Thu Jun 22, 2006 5:15 am Post subject: |
|
|
cheater, I'm pleased to say that this kernel is working fine on my workstation but only one thing. I'm unable to scroll my mouse. _________________ whitesouls
Please insert the [SOLVED] tag if your problem is solved in your respective thread. |
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Thu Jun 22, 2006 5:50 am Post subject: |
|
|
Lord Vader wrote: | cheater, I'm pleased to say that this kernel is working fine on my workstation but only one thing. I'm unable to scroll my mouse. |
If you are unable to scroll your mouse in X, it is configuration problem in Xorg, I'd double check everything, make sure you have the latest mouse input driver. _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land. |
|
Back to top |
|
|
7seven7 n00b
Joined: 22 Jan 2005 Posts: 72
|
Posted: Thu Jun 22, 2006 1:07 pm Post subject: |
|
|
This kernel is up and running just fine.
I would like to know what is the best io scheduler for a reiserfs file system? |
|
Back to top |
|
|
mbar Veteran
Joined: 19 Jan 2005 Posts: 1990 Location: Poland
|
Posted: Thu Jun 22, 2006 1:15 pm Post subject: |
|
|
...and is there any info about using "boot frontend cache"? |
|
Back to top |
|
|
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
|
Back to top |
|
|
bollucks l33t
Joined: 27 Oct 2004 Posts: 606
|
Posted: Thu Jun 22, 2006 2:48 pm Post subject: |
|
|
vipernicus wrote: | mbar wrote: | ...and is there any info about using "boot frontend cache"? |
According to Con, it should speed up your boot process after a few boots. |
Only after you set up a partition with the cached data. Configuring it in by itself doesn't do anything. |
|
Back to top |
|
|
vipernicus Veteran
Joined: 17 Jan 2005 Posts: 1462 Location: Your College IT Dept.
|
Posted: Thu Jun 22, 2006 3:23 pm Post subject: |
|
|
bollucks wrote: | vipernicus wrote: | mbar wrote: | ...and is there any info about using "boot frontend cache"? |
According to Con, it should speed up your boot process after a few boots. |
Only after you set up a partition with the cached data. Configuring it in by itself doesn't do anything. |
Do you know where I can find that documentation, so I can set it up properly? _________________ Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog |
|
Back to top |
|
|
Janax Apprentice
Joined: 17 Aug 2004 Posts: 162 Location: Iowa
|
Posted: Thu Jun 22, 2006 4:01 pm Post subject: |
|
|
For some reason I'm having stability problems with this kernel. I don't really have any explicit debugging information to provide, but I've had my laptop lock up 3 times since installing the new kernel (with nvidia overlay) this morning.
- #1 - When trying to emerge ndiswrapper for the new kernel version after booting fine and logging into KDE, konsole froze with the first call to gcc and wouldn't be killed. When switching to the boot console on tty1, machine froze hard after typing in my password.
- #2 - After rebooting and getting to the same point, received a gcc core dump when trying to restart the ndiswrapper emerge. Konsole task wouldn't be killed, and caused the machine to freeze again when trying to login to a different console.
- #3 - For some reason the emerge works this time, and things appear normal. Work for about 30-40 minutes on some code for work using Kate, when all of a sudden it refuses further keyboard input. I can switch tasks around my desktop just fine, but can't close any windows whatsoever. Trying to kill tasks once again causes a hard-lock, requiring a hard powerdown (hold power button for 5 secs) to reboot.
I haven't changed any major build options around since '2.6.17-rc1-no2' - a few versions of the 'no-sources' kernel ago. I simply dump my current config into the new kernel source dir before doing a menuconfig and making sure everything I use is still set. In fact, '2.6.17-rc1-no2' is the version I'm using now to post this message (still have a grub entry for backup purposes). I know that I'm using the nicksched (instead of staircase) scheduler with the older kernel, but I'm at a loss to explain why I've been running into difficulties this morning. I do run an ~amd64 system with gcc 4.1.1. If anyone is really interested, I can post my emerge info here.
I may rebuild this new kernel and try it out again later. I'll let you know if something goes differently.
btw - many thanks to cheater1034 for providing suck a blazing-fast kernel overlay! This is the first real problem I've had with any of them! _________________ Americans for Fair Taxation because the current tax system is not only burdensome but corrupt as well! |
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Thu Jun 22, 2006 4:33 pm Post subject: |
|
|
Janax wrote: | For some reason I'm having stability problems with this kernel. I don't really have any explicit debugging information to provide, but I've had my laptop lock up 3 times since installing the new kernel (with nvidia overlay) this morning.
- #1 - When trying to emerge ndiswrapper for the new kernel version after booting fine and logging into KDE, konsole froze with the first call to gcc and wouldn't be killed. When switching to the boot console on tty1, machine froze hard after typing in my password.
- #2 - After rebooting and getting to the same point, received a gcc core dump when trying to restart the ndiswrapper emerge. Konsole task wouldn't be killed, and caused the machine to freeze again when trying to login to a different console.
- #3 - For some reason the emerge works this time, and things appear normal. Work for about 30-40 minutes on some code for work using Kate, when all of a sudden it refuses further keyboard input. I can switch tasks around my desktop just fine, but can't close any windows whatsoever. Trying to kill tasks once again causes a hard-lock, requiring a hard powerdown (hold power button for 5 secs) to reboot.
I haven't changed any major build options around since '2.6.17-rc1-no2' - a few versions of the 'no-sources' kernel ago. I simply dump my current config into the new kernel source dir before doing a menuconfig and making sure everything I use is still set. In fact, '2.6.17-rc1-no2' is the version I'm using now to post this message (still have a grub entry for backup purposes). I know that I'm using the nicksched (instead of staircase) scheduler with the older kernel, but I'm at a loss to explain why I've been running into difficulties this morning. I do run an ~amd64 system with gcc 4.1.1. If anyone is really interested, I can post my emerge info here.
I may rebuild this new kernel and try it out again later. I'll let you know if something goes differently.
btw - many thanks to cheater1034 for providing suck a blazing-fast kernel overlay! This is the first real problem I've had with any of them! |
Can you post your emerge --info and .config file
*EDIT*If you're using reiserfs try applying the hot-fix patch _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Last edited by cheater1034 on Thu Jun 22, 2006 4:38 pm; edited 2 times in total |
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Thu Jun 22, 2006 4:37 pm Post subject: Reiserfs important hot-fix |
|
|
There is an important patch for reiserfs users, I think reiserfs won't even book on this kernel unless this is applied.
The revert FS-FCACHE patch is going to be deleted because I think this is what the problem was
Download the patch at:
http://no.oldos.org/files/2.6.17-no1/hot-fixes/ _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land. |
|
Back to top |
|
|
whitesouls Guru
Joined: 19 Nov 2004 Posts: 358 Location: In Front of My Laptop
|
Posted: Thu Jun 22, 2006 6:16 pm Post subject: |
|
|
Cheater, sorry because there's nothing wrong in your kernel. Its my xorg.conf i should be using the protocol IMPS/2 instead of PS/2. _________________ whitesouls
Please insert the [SOLVED] tag if your problem is solved in your respective thread. |
|
Back to top |
|
|
yoshi314 l33t
Joined: 30 Dec 2004 Posts: 850 Location: PL
|
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Thu Jun 22, 2006 7:36 pm Post subject: |
|
|
yoshi314 wrote: | kghhh, i can't get unionfs to build with this patchset |
Make sure you are using the latest snapshot, if it won't build it is due to klibc, and the best solution I can give is wait for klibc merge to vanilla (2.6.18 probally), once that happens, unionfs developers will fix their patches to work with klibc.
---
Sidenote:
added another hot-fix, to remove the pf duplicate value. _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land. |
|
Back to top |
|
|
Janax Apprentice
Joined: 17 Aug 2004 Posts: 162 Location: Iowa
|
Posted: Thu Jun 22, 2006 7:42 pm Post subject: |
|
|
Ah... the reiserfs hotfix should do it for me! Indeed, I do use reiserfs v3 for my root dir. I'll pull that down and give it another shot!
I HAD applied the 'no-revert-fs-fcache.patch' when I posted my problem(s), but this looks like it'll fill the bill better. I won't clutter up the thread with my emerge --info and .config unless it doesn't work again with the new patch.
Thanks so much for the quick response! _________________ Americans for Fair Taxation because the current tax system is not only burdensome but corrupt as well! |
|
Back to top |
|
|
yoshi314 l33t
Joined: 30 Dec 2004 Posts: 850 Location: PL
|
Posted: Thu Jun 22, 2006 9:51 pm Post subject: |
|
|
btw any reason why there is no vesafb-tng driver?
i tried using radeonfb driver, but my display goes out of sync, even if i don't specify any resolution via kernel boot parameters. weird. i finally settled with vesafb driver. _________________ ~amd64
shrink your /usr/portage with squashfs+aufs |
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Thu Jun 22, 2006 10:16 pm Post subject: |
|
|
yoshi314 wrote: | btw any reason why there is no vesafb-tng driver?
i tried using radeonfb driver, but my display goes out of sync, even if i don't specify any resolution via kernel boot parameters. weird. i finally settled with vesafb driver. |
vesafb-tng is beyond terribly broken, and causes nasty fatal kernel segfaults and oopses. The down side to this is only I can come up with a fix (I haven't yet) because I beyond doubt spock will maintain a mm-sources version. _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land. |
|
Back to top |
|
|
RobertDavid Apprentice
Joined: 08 Aug 2005 Posts: 271 Location: Czech Republic
|
Posted: Thu Jun 22, 2006 11:04 pm Post subject: |
|
|
I have probem with squashfs
Code: | robert-pokoj linux # mount -t squashfs -o loop /usr/portage-files/portage.squashfs /usr/portage
ioctl: LOOP_SET_STATUS: No such device or address |
I have loopback support in kernel and didnt change the settings from 2.6.17-rc3-no2 _________________ Arch & Fluxbox & 2.6.24-rc-zen!!!!
robertek.brevnov.net |
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Thu Jun 22, 2006 11:09 pm Post subject: |
|
|
RobertDavid wrote: | I have probem with squashfs
Code: | robert-pokoj linux # mount -t squashfs -o loop /usr/portage-files/portage.squashfs /usr/portage
ioctl: LOOP_SET_STATUS: No such device or address |
I have loopback support in kernel and didnt change the settings from 2.6.17-rc3-no2 |
due to klibc, squashfs is probally broken too. I hacked it to fix it, and apparently it doesn't work. I can try a more proper way to fix it, if I can, soon. _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land. |
|
Back to top |
|
|
bollucks l33t
Joined: 27 Oct 2004 Posts: 606
|
Posted: Fri Jun 23, 2006 3:11 am Post subject: |
|
|
vipernicus wrote: | bollucks wrote: | vipernicus wrote: | mbar wrote: | ...and is there any info about using "boot frontend cache"? |
According to Con, it should speed up your boot process after a few boots. |
Only after you set up a partition with the cached data. Configuring it in by itself doesn't do anything. |
Do you know where I can find that documentation, so I can set it up properly? |
Here's the email thread with Jens' first post:
http://marc.theaimsgroup.com/?l=linux-kernel&m=114768490814504&w=2 |
|
Back to top |
|
|
tejecske n00b
Joined: 20 Mar 2006 Posts: 60 Location: Pécs, Hungary
|
Posted: Fri Jun 23, 2006 3:46 am Post subject: |
|
|
I got this:
Quote: | ...
KLIBCCC usr/klibc/libgcc/__divdi3.o
KLIBCCC usr/klibc/libgcc/__moddi3.o
KLIBCCC usr/klibc/libgcc/__udivdi3.o
KLIBCCC usr/klibc/libgcc/__umoddi3.o
KLIBCCC usr/klibc/libgcc/__udivmoddi4.o
KLIBCAR usr/klibc/libc.a
KLIBCCC usr/klibc/__shared_init.o
KLIBCLD usr/klibc/libc.so
ld: BFD 2.17.50.0.2 20060526 assertion fail /var/tmp/portage/binutils-2.17.50.0.2/work/binutils-2.17.50.0.2/bfd/elflink.c:8692
/bin/sh: line 1: 27673 Szegmens hiba ld -m elf_i386 -m elf_i386 -Ttext 0x06000200 -o usr/klibc/libc.so --start-group usr/klibc/arch/i386/crt0.o usr/klibc/__shared_init.o usr/klibc/vsnprintf.o usr/klibc/snprintf.o usr/klibc/vsprintf.o usr/klibc/sprintf.o usr/klibc/asprintf.o usr/klibc/vasprintf.o usr/klibc/vsscanf.o usr/klibc/sscanf.o usr/klibc/ctypes.o usr/klibc/strntoumax.o usr/klibc/strntoimax.o usr/klibc/atoi.o usr/klibc/atol.o usr/klibc/atoll.o usr/klibc/strtol.o usr/klibc/strtoll.o usr/klibc/strtoul.o usr/klibc/strtoull.o usr/klibc/strtoimax.o usr/klibc/strtoumax.o usr/klibc/globals.o usr/klibc/exit.o usr/klibc/atexit.o usr/klibc/onexit.o usr/klibc/execl.o usr/klibc/execle.o usr/klibc/execv.o usr/klibc/execvpe.o usr/klibc/execvp.o usr/klibc/execlp.o usr/klibc/execlpe.o usr/klibc/fork.o usr/klibc/vfork.o usr/klibc/wait.o usr/klibc/wait3.o usr/klibc/waitpid.o usr/klibc/system.o usr/klibc/setpgrp.o usr/klibc/getpgrp.o usr/klibc/daemon.o usr/klibc/printf.o usr/klibc/vprintf.o usr/klibc/fprintf.o usr/klibc/vfprintf.o usr/klibc/perror.o usr/klibc/statfs.o usr/klibc/fstatfs.o usr/klibc/umount.o usr/klibc/open.o usr/klibc/openat.o usr/klibc/fopen.o usr/klibc/fread.o usr/klibc/fread2.o usr/klibc/fgetc.o usr/klibc/fgets.o usr/klibc/fwrite.o usr/klibc/fwrite2.o usr/klibc/fputc.o usr/klibc/fputs.o usr/klibc/puts.o usr/klibc/putchar.o usr/klibc/sleep.o usr/klibc/usleep.o usr/klibc/strtotimespec.o usr/klibc/strtotimeval.o usr/klibc/raise.o usr/klibc/abort.o usr/klibc/assert.o usr/klibc/alarm.o usr/klibc/pause.o usr/klibc/__signal.o usr/klibc/sysv_signal.o usr/klibc/bsd_signal.o usr/klibc/siglist.o usr/klibc/sigabbrev.o usr/klibc/siglongjmp.o usr/klibc/sigaction.o usr/klibc/sigpending.o usr/klibc/sigprocmask.o usr/klibc/sigsuspend.o usr/klibc/pselect.o usr/klibc/ppoll.o usr/klibc/brk.o usr/klibc/sbrk.o usr/klibc/malloc.o usr/klibc/realloc.o usr/klibc/calloc.o usr/klibc/mmap.o usr/klibc/memcpy.o usr/klibc/memcmp.o usr/klibc/memset.o usr/klibc/memccpy.o usr/klibc/memmem.o usr/klibc/memswap.o usr/klibc/memmove.o usr/klibc/memchr.o usr/klibc/memrchr.o usr/klibc/strcasecmp.o usr/klibc/strncasecmp.o usr/klibc/strndup.o usr/klibc/strerror.o usr/klibc/strsignal.o usr/klibc/strcat.o usr/klibc/strchr.o usr/klibc/strcmp.o usr/klibc/strcpy.o usr/klibc/strdup.o usr/klibc/strlen.o usr/klibc/strnlen.o usr/klibc/strncat.o usr/klibc/strlcpy.o usr/klibc/strlcat.o usr/klibc/strstr.o usr/klibc/strncmp.o usr/klibc/strncpy.o usr/klibc/strrchr.o usr/klibc/strxspn.o usr/klibc/strspn.o usr/klibc/strcspn.o usr/klibc/strpbrk.o usr/klibc/strsep.o usr/klibc/strtok.o usr/klibc/gethostname.o usr/klibc/getdomainname.o usr/klibc/getcwd.o usr/klibc/seteuid.o usr/klibc/setegid.o usr/klibc/getenv.o usr/klibc/setenv.o usr/klibc/putenv.o usr/klibc/__put_env.o usr/klibc/unsetenv.o usr/klibc/clearenv.o usr/klibc/nullenv.o usr/klibc/getopt.o usr/klibc/readdir.o usr/klibc/remove.o usr/klibc/syslog.o usr/klibc/closelog.o usr/klibc/pty.o usr/klibc/getpt.o usr/klibc/isatty.o usr/klibc/reboot.o usr/klibc/time.o usr/klibc/utime.o usr/klibc/llseek.o usr/klibc/nice.o usr/klibc/getpriority.o usr/klibc/qsort.o usr/klibc/bsearch.o usr/klibc/lrand48.o usr/klibc/jrand48.o usr/klibc/mrand48.o usr/klibc/nrand48.o usr/klibc/srand48.o usr/klibc/seed48.o usr/klibc/inet/inet_ntoa.o usr/klibc/inet/inet_aton.o usr/klibc/inet/inet_addr.o usr/klibc/inet/inet_ntop.o usr/klibc/inet/inet_pton.o usr/klibc/inet/bindresvport.o usr/klibc/send.o usr/klibc/recv.o usr/klibc/ctype/isalnum.o usr/klibc/ctype/isalpha.o usr/klibc/ctype/isascii.o usr/klibc/ctype/isblank.o usr/klibc/ctype/iscntrl.o usr/klibc/ctype/isdigit.o usr/klibc/ctype/isgraph.o usr/klibc/ctype/islower.o usr/klibc/ctype/isprint.o usr/klibc/ctype/ispunct.o usr/klibc/ctype/isspace.o usr/klibc/ctype/isupper.o usr/klibc/ctype/isxdigit.o usr/klibc/ctype/tolower.o usr/klibc/ctype/toupper.o usr/klibc/errlist.o usr/klibc/zlib/adler32.o usr/klibc/zlib/compress.o usr/klibc/zlib/crc32.o usr/klibc/zlib/gzio.o usr/klibc/zlib/uncompr.o usr/klibc/zlib/deflate.o usr/klibc/zlib/trees.o usr/klibc/zlib/zutil.o usr/klibc/zlib/inflate.o usr/klibc/zlib/infback.o usr/klibc/zlib/inftrees.o usr/klibc/zlib/inffast.o usr/klibc/arch/i386/socketcall.o usr/klibc/arch/i386/setjmp.o usr/klibc/arch/i386/syscall.o usr/klibc/arch/i386/varsyscall.o usr/klibc/arch/i386/open.o usr/klibc/arch/i386/openat.o usr/klibc/arch/i386/sigreturn.o usr/klibc/arch/i386/vfork.o usr/klibc/arch/i386/libgcc/__ashldi3.o usr/klibc/arch/i386/libgcc/__ashrdi3.o usr/klibc/arch/i386/libgcc/__lshrdi3.o usr/klibc/arch/i386/libgcc/__muldi3.o usr/klibc/arch/i386/libgcc/__negdi2.o usr/klibc/libgcc/__divdi3.o usr/klibc/libgcc/__moddi3.o usr/klibc/libgcc/__udivdi3.o usr/klibc/libgcc/__umoddi3.o usr/klibc/libgcc/__udivmoddi4.o `cat usr/klibc/syscalls/syscalls.list` `cat usr/klibc/socketcalls/socketcalls.list` /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc.a --end-group
make[2]: *** [usr/klibc/libc.so] Error 139
make[1]: *** [_usr_klibc] Error 2
make: *** [usr] Error 2
dreamer linux #
|
what's that & what should I do? _________________ The w/ELDER |
|
Back to top |
|
|
cheater1034 Veteran
Joined: 09 Sep 2004 Posts: 1558
|
Posted: Fri Jun 23, 2006 3:56 am Post subject: |
|
|
tejecske wrote: | I got this:
Quote: | ...
KLIBCCC usr/klibc/libgcc/__divdi3.o
KLIBCCC usr/klibc/libgcc/__moddi3.o
KLIBCCC usr/klibc/libgcc/__udivdi3.o
KLIBCCC usr/klibc/libgcc/__umoddi3.o
KLIBCCC usr/klibc/libgcc/__udivmoddi4.o
KLIBCAR usr/klibc/libc.a
KLIBCCC usr/klibc/__shared_init.o
KLIBCLD usr/klibc/libc.so
ld: BFD 2.17.50.0.2 20060526 assertion fail /var/tmp/portage/binutils-2.17.50.0.2/work/binutils-2.17.50.0.2/bfd/elflink.c:8692
/bin/sh: line 1: 27673 Szegmens hiba ld -m elf_i386 -m elf_i386 -Ttext 0x06000200 -o usr/klibc/libc.so --start-group usr/klibc/arch/i386/crt0.o usr/klibc/__shared_init.o usr/klibc/vsnprintf.o usr/klibc/snprintf.o usr/klibc/vsprintf.o usr/klibc/sprintf.o usr/klibc/asprintf.o usr/klibc/vasprintf.o usr/klibc/vsscanf.o usr/klibc/sscanf.o usr/klibc/ctypes.o usr/klibc/strntoumax.o usr/klibc/strntoimax.o usr/klibc/atoi.o usr/klibc/atol.o usr/klibc/atoll.o usr/klibc/strtol.o usr/klibc/strtoll.o usr/klibc/strtoul.o usr/klibc/strtoull.o usr/klibc/strtoimax.o usr/klibc/strtoumax.o usr/klibc/globals.o usr/klibc/exit.o usr/klibc/atexit.o usr/klibc/onexit.o usr/klibc/execl.o usr/klibc/execle.o usr/klibc/execv.o usr/klibc/execvpe.o usr/klibc/execvp.o usr/klibc/execlp.o usr/klibc/execlpe.o usr/klibc/fork.o usr/klibc/vfork.o usr/klibc/wait.o usr/klibc/wait3.o usr/klibc/waitpid.o usr/klibc/system.o usr/klibc/setpgrp.o usr/klibc/getpgrp.o usr/klibc/daemon.o usr/klibc/printf.o usr/klibc/vprintf.o usr/klibc/fprintf.o usr/klibc/vfprintf.o usr/klibc/perror.o usr/klibc/statfs.o usr/klibc/fstatfs.o usr/klibc/umount.o usr/klibc/open.o usr/klibc/openat.o usr/klibc/fopen.o usr/klibc/fread.o usr/klibc/fread2.o usr/klibc/fgetc.o usr/klibc/fgets.o usr/klibc/fwrite.o usr/klibc/fwrite2.o usr/klibc/fputc.o usr/klibc/fputs.o usr/klibc/puts.o usr/klibc/putchar.o usr/klibc/sleep.o usr/klibc/usleep.o usr/klibc/strtotimespec.o usr/klibc/strtotimeval.o usr/klibc/raise.o usr/klibc/abort.o usr/klibc/assert.o usr/klibc/alarm.o usr/klibc/pause.o usr/klibc/__signal.o usr/klibc/sysv_signal.o usr/klibc/bsd_signal.o usr/klibc/siglist.o usr/klibc/sigabbrev.o usr/klibc/siglongjmp.o usr/klibc/sigaction.o usr/klibc/sigpending.o usr/klibc/sigprocmask.o usr/klibc/sigsuspend.o usr/klibc/pselect.o usr/klibc/ppoll.o usr/klibc/brk.o usr/klibc/sbrk.o usr/klibc/malloc.o usr/klibc/realloc.o usr/klibc/calloc.o usr/klibc/mmap.o usr/klibc/memcpy.o usr/klibc/memcmp.o usr/klibc/memset.o usr/klibc/memccpy.o usr/klibc/memmem.o usr/klibc/memswap.o usr/klibc/memmove.o usr/klibc/memchr.o usr/klibc/memrchr.o usr/klibc/strcasecmp.o usr/klibc/strncasecmp.o usr/klibc/strndup.o usr/klibc/strerror.o usr/klibc/strsignal.o usr/klibc/strcat.o usr/klibc/strchr.o usr/klibc/strcmp.o usr/klibc/strcpy.o usr/klibc/strdup.o usr/klibc/strlen.o usr/klibc/strnlen.o usr/klibc/strncat.o usr/klibc/strlcpy.o usr/klibc/strlcat.o usr/klibc/strstr.o usr/klibc/strncmp.o usr/klibc/strncpy.o usr/klibc/strrchr.o usr/klibc/strxspn.o usr/klibc/strspn.o usr/klibc/strcspn.o usr/klibc/strpbrk.o usr/klibc/strsep.o usr/klibc/strtok.o usr/klibc/gethostname.o usr/klibc/getdomainname.o usr/klibc/getcwd.o usr/klibc/seteuid.o usr/klibc/setegid.o usr/klibc/getenv.o usr/klibc/setenv.o usr/klibc/putenv.o usr/klibc/__put_env.o usr/klibc/unsetenv.o usr/klibc/clearenv.o usr/klibc/nullenv.o usr/klibc/getopt.o usr/klibc/readdir.o usr/klibc/remove.o usr/klibc/syslog.o usr/klibc/closelog.o usr/klibc/pty.o usr/klibc/getpt.o usr/klibc/isatty.o usr/klibc/reboot.o usr/klibc/time.o usr/klibc/utime.o usr/klibc/llseek.o usr/klibc/nice.o usr/klibc/getpriority.o usr/klibc/qsort.o usr/klibc/bsearch.o usr/klibc/lrand48.o usr/klibc/jrand48.o usr/klibc/mrand48.o usr/klibc/nrand48.o usr/klibc/srand48.o usr/klibc/seed48.o usr/klibc/inet/inet_ntoa.o usr/klibc/inet/inet_aton.o usr/klibc/inet/inet_addr.o usr/klibc/inet/inet_ntop.o usr/klibc/inet/inet_pton.o usr/klibc/inet/bindresvport.o usr/klibc/send.o usr/klibc/recv.o usr/klibc/ctype/isalnum.o usr/klibc/ctype/isalpha.o usr/klibc/ctype/isascii.o usr/klibc/ctype/isblank.o usr/klibc/ctype/iscntrl.o usr/klibc/ctype/isdigit.o usr/klibc/ctype/isgraph.o usr/klibc/ctype/islower.o usr/klibc/ctype/isprint.o usr/klibc/ctype/ispunct.o usr/klibc/ctype/isspace.o usr/klibc/ctype/isupper.o usr/klibc/ctype/isxdigit.o usr/klibc/ctype/tolower.o usr/klibc/ctype/toupper.o usr/klibc/errlist.o usr/klibc/zlib/adler32.o usr/klibc/zlib/compress.o usr/klibc/zlib/crc32.o usr/klibc/zlib/gzio.o usr/klibc/zlib/uncompr.o usr/klibc/zlib/deflate.o usr/klibc/zlib/trees.o usr/klibc/zlib/zutil.o usr/klibc/zlib/inflate.o usr/klibc/zlib/infback.o usr/klibc/zlib/inftrees.o usr/klibc/zlib/inffast.o usr/klibc/arch/i386/socketcall.o usr/klibc/arch/i386/setjmp.o usr/klibc/arch/i386/syscall.o usr/klibc/arch/i386/varsyscall.o usr/klibc/arch/i386/open.o usr/klibc/arch/i386/openat.o usr/klibc/arch/i386/sigreturn.o usr/klibc/arch/i386/vfork.o usr/klibc/arch/i386/libgcc/__ashldi3.o usr/klibc/arch/i386/libgcc/__ashrdi3.o usr/klibc/arch/i386/libgcc/__lshrdi3.o usr/klibc/arch/i386/libgcc/__muldi3.o usr/klibc/arch/i386/libgcc/__negdi2.o usr/klibc/libgcc/__divdi3.o usr/klibc/libgcc/__moddi3.o usr/klibc/libgcc/__udivdi3.o usr/klibc/libgcc/__umoddi3.o usr/klibc/libgcc/__udivmoddi4.o `cat usr/klibc/syscalls/syscalls.list` `cat usr/klibc/socketcalls/socketcalls.list` /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc.a --end-group
make[2]: *** [usr/klibc/libc.so] Error 139
make[1]: *** [_usr_klibc] Error 2
make: *** [usr] Error 2
dreamer linux #
|
what's that & what should I do? |
^^
Downgrade binutils, ver 2.17.50 is causing it _________________ IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land. |
|
Back to top |
|
|
|