Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[MORPH-SOURCES][2.6.19-morph10] The new kernel patchset!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 359
Location: Ekaterinburg, Russia

PostPosted: Sun Jan 14, 2007 8:39 pm    Post subject: Reply with quote

tranquilcool wrote:
morph10 error;

/usr/local/portage/sys-kernel/morph-sources/files/043-beholder507.patch'
kernel-2.eclass, line 850: Called die

!!! Unable to dry-run patch.
!!! If you need support, post the topmost build error, and the call stack if relevant.

merged fine for me.
i'll try to make more clean patch
_________________
~amd64
rion-overlay
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 359
Location: Ekaterinburg, Russia

PostPosted: Sun Jan 14, 2007 9:49 pm    Post subject: Reply with quote

done: http://hackisa.narod.ru/temp/beholder507-2.6.19.patch
_________________
~amd64
rion-overlay
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 2637
Location: Gainesville, Florida

PostPosted: Mon Jan 15, 2007 12:44 am    Post subject: Reply with quote

All I'd like to see is a simple complete patch-2.6.19-morph(version number).bz2 tarball I can manually apply with the source directory anywhere I wish to place it, like I've been doing kernels for years.

For kernels, no problematic ebuilds or overlays is much preferred, at least in my opinion.

For example, after extracting and renaming the kernel source directory, and copying the patch to the source directory, just a quick:
Code:
cd /linux-2.6.19-morph9
bzcat patch-2.6.19-morph9.bz2 | patch -p1
make xconfig
make bzImage && make modules && make modules_install
cp arch/i386/boot/bzImage /boot/2.6.19-morph9

add a grub stanza, and I'm done.

It never fails, assuming the patches or kernel source has no error, or is not corrupt.
_________________
Main box- ASRock 880GM-LE AM3
Phenom II x6 1090T, 3.2 GHz, 8GB GSkill DDR3 1333mhz
Samsung SATA 500GB, Radeon HD 4670 1GB DDR3
Gentoo ~x86, ~amd64, glibc-2.15-r1, gcc-4.7.0, kernels 3.3.7, 3.4.0 w/auto-cgroups
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2135
Location: Rochester/Buffalo, NY

PostPosted: Mon Jan 15, 2007 3:33 am    Post subject: Reply with quote

wrc1944 wrote:
All I'd like to see is a simple complete patch-2.6.19-morph(version number).bz2 tarball I can manually apply with the source directory anywhere I wish to place it, like I've been doing kernels for years.

For kernels, no problematic ebuilds or overlays is much preferred, at least in my opinion.

For example, after extracting and renaming the kernel source directory, and copying the patch to the source directory, just a quick:
Code:
cd /linux-2.6.19-morph9
bzcat patch-2.6.19-morph9.bz2 | patch -p1
make xconfig
make bzImage && make modules && make modules_install
cp arch/i386/boot/bzImage /boot/2.6.19-morph9

add a grub stanza, and I'm done.

It never fails, assuming the patches or kernel source has no error, or is not corrupt.


yeah i've been asking him to change up his ebuild/patch system but he doesn't seem to want to
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
TheDaveMan
n00b
n00b


Joined: 21 Jun 2005
Posts: 26

PostPosted: Mon Jan 15, 2007 4:58 pm    Post subject: Reply with quote

Sorry about the stupidity concerning the ebuild... I just realized my mistake after posting, but it was about 2 in the morning where I am, so I forgot to correct myself quickly, so here it is, the ebuild is included in the file he has up for download at the beginning of this thread... sorry about that :oops:
_________________
New Laptop!
Core2 5500
2GB DDR2 667mhz ram
Intel GMA 950
160GB 5400rpm hard-disk
DVD-RW drive
Back to top
View user's profile Send private message
Pse
Apprentice
Apprentice


Joined: 01 Mar 2005
Posts: 188
Location: by the plate river

PostPosted: Mon Jan 15, 2007 9:37 pm    Post subject: Reply with quote

tranquilcool wrote:
morph10 error;

/usr/local/portage/sys-kernel/morph-sources/files/043-beholder507.patch'
kernel-2.eclass, line 850: Called die

!!! Unable to dry-run patch.
!!! If you need support, post the topmost build error, and the call stack if relevant.


I had this same problem. Ironically, it was not related to the beholder patch, but to the powernow for K7 patch. That's the last line shown, but if you go up, you'll see that the patch that fails to apply is number 41, which is the first powernow patch...+

BTW, I did merge this kernel in another gentoo installation and all went fine, so I'm not sure why, when or how this happens. I just took out the offending patch and went on with the installation and all went fine.
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2394
Location: Legnica, Poland

PostPosted: Tue Jan 16, 2007 2:48 pm    Post subject: Reply with quote

Pse wrote:
tranquilcool wrote:
morph10 error;

/usr/local/portage/sys-kernel/morph-sources/files/043-beholder507.patch'
kernel-2.eclass, line 850: Called die

!!! Unable to dry-run patch.
!!! If you need support, post the topmost build error, and the call stack if relevant.


I had this same problem. Ironically, it was not related to the beholder patch, but to the powernow for K7 patch. That's the last line shown, but if you go up, you'll see that the patch that fails to apply is number 41, which is the first powernow patch...+

BTW, I did merge this kernel in another gentoo installation and all went fine, so I'm not sure why, when or how this happens. I just took out the offending patch and went on with the installation and all went fine.



try emerge --sync
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
euromancer
n00b
n00b


Joined: 12 Nov 2003
Posts: 4

PostPosted: Wed Jan 17, 2007 8:32 am    Post subject: Reply with quote

tranquilcool wrote:
morph10 error;

/usr/local/portage/sys-kernel/morph-sources/files/043-beholder507.patch'
kernel-2.eclass, line 850: Called die

!!! Unable to dry-run patch.
!!! If you need support, post the topmost build error, and the call stack if relevant.


Removing the K7 patches solved the problem for me, emerged and complied without problems after that
Back to top
View user's profile Send private message
Pse
Apprentice
Apprentice


Joined: 01 Mar 2005
Posts: 188
Location: by the plate river

PostPosted: Thu Jan 18, 2007 1:56 am    Post subject: Reply with quote

I just did a new installation with this kernel and Reiser4 and I'm still getting the aforementioned radix warnings :( It's filling my logs with useless stuff! ARGH!
Code:
BUG: warning at lib/radix-tree.c:776/radix_tree_gang_lookup()

Call Trace:
 [<ffffffff803b3041>] radix_tree_gang_lookup+0x221/0x280
 [<ffffffff803330cd>] reiser4_invalidate_pages+0xbd/0x230
 [<ffffffff8035d831>] item_body_by_coord_hard+0x11/0x20
 [<ffffffff80358bfe>] reiser4_extent_size+0x1e/0x60
 [<ffffffff80358cb4>] max_unit_key_extent+0x34/0x60
 [<ffffffff8035d806>] max_item_key_by_coord+0x36/0x50
 [<ffffffff80359078>] kill_hook_extent+0x348/0x460
 [<ffffffff80359889>] kill_units_extent+0x129/0x240
 [<ffffffff8035d831>] item_body_by_coord_hard+0x11/0x20
 [<ffffffff8033bf2f>] plugin_by_unsafe_id+0x1f/0xe0
 [<ffffffff8031d7ed>] zlook+0x7d/0xb0
 [<ffffffff8035d831>] item_body_by_coord_hard+0x11/0x20
 [<ffffffff8034d2e4>] kill_units+0x74/0xa0
 [<ffffffff8034d32b>] kill_head+0x1b/0x30
 [<ffffffff8034dd7d>] prepare_for_compact+0x4dd/0x760
 [<ffffffff8034fcc0>] kill_tail+0x0/0x50
 [<ffffffff8034d310>] kill_head+0x0/0x30
 [<ffffffff80324dc0>] cut_tree_worker_common+0x0/0x370
 [<ffffffff80321ea4>] lock_object+0x64/0xc0
 [<ffffffff8031cbbb>] jload_gfp+0x22b/0x260
 [<ffffffff8031ec9c>] lock_carry_node+0x2dc/0x340
 [<ffffffff8034e11c>] kill_node40+0x3c/0xe0
 [<ffffffff8031fd3d>] carry_cut+0x4d/0x60
 [<ffffffff8031f74a>] reiser4_carry+0xca/0x2b0
 [<ffffffff8031edd4>] reiser4_post_carry+0x54/0xd0
 [<ffffffff8032462f>] kill_node_content+0x78f/0x830
 [<ffffffff80355389>] down_link_internal+0x9/0x10
 [<ffffffff803234ca>] check_tree_pointer+0x9a/0xe0
 [<ffffffff80323575>] find_child_ptr+0x65/0x220
 [<ffffffff803317a6>] cbk_pack+0x46/0xc0
 [<ffffffff803502ff>] lookup_node40+0x34f/0x470
 [<ffffffff8031cbbb>] jload_gfp+0x22b/0x260
 [<ffffffff80325040>] cut_tree_worker_common+0x280/0x370
 [<ffffffff80324dc0>] cut_tree_worker_common+0x0/0x370
 [<ffffffff80322e59>] reiser4_cut_tree_object+0x129/0x220
 [<ffffffff80322f8c>] reiser4_cut_tree+0x3c/0x60
 [<ffffffff803447c6>] extent2tail+0x296/0x530
 [<ffffffff8021f8b0>] __pollwait+0x0/0x120
 [<ffffffff8020d8e3>] dput+0x23/0x200
 [<ffffffff8020a109>] __link_path_walk+0xe39/0xfa0
 [<ffffffff8022e33c>] mntput_no_expire+0x1c/0xd0
 [<ffffffff8020f27c>] link_path_walk+0xfc/0x140
 [<ffffffff80207612>] find_get_page+0x22/0x100
 [<ffffffff80213a71>] filemap_nopage+0x301/0x500
 [<ffffffff80210c26>] do_wp_page+0x66/0x5d0
 [<ffffffff80343337>] release_unix_file+0xb7/0x1b0
 [<ffffffff80212742>] __fput+0xb2/0x1e0
 [<ffffffff8021ba2d>] remove_vma+0x3d/0x60
 [<ffffffff80211b8e>] do_munmap+0x29e/0x2e0
 [<ffffffff802167b8>] sys_munmap+0x48/0x80
 [<ffffffff80262d5e>] system_call+0x7e/0x83
Back to top
View user's profile Send private message
donshl
n00b
n00b


Joined: 19 Jan 2007
Posts: 1

PostPosted: Fri Jan 19, 2007 10:51 am    Post subject: Compile failed on Morph-10 Reply with quote

Hi All,

I successfully downloaded (and removed the K7 patches) and merged the morph-10 sources, but it failes to compile on mm/readahead.c

I am currently running mm-sources 2.6.20 (please forgive the lack of info as I'm not on the laptop where it's installed).

I use genkernel and used the config from my existing kernel and configured the kernel to use/disable features (enabled suspend2 etc).

Compilation stops at the above step and have no idea how to get past that (I tried copying the readahead.c from mm-sources tree, but it failed..)

I am running a HP dv2188EA with core2duo on AMD64.

Any Ideas would be greatly appreciated as this is the first time I'm posting here!

Thanks
Back to top
View user's profile Send private message
Jjeje007
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2006
Posts: 130
Location: France, Nice

PostPosted: Sat Jan 20, 2007 2:12 pm    Post subject: Reply with quote

Hi,

Working like a charm (morph-10)
Thx !!!!

Also, can you update to kernel-2.6.20 ? (-rc5 a this moment)

Jjeje007
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Jan 20, 2007 3:05 pm    Post subject: Reply with quote

yeah, good idea, Jjeje007

that would be amazing!

could you make an test-release for 2.6.20*, morph ?

Thanks in advance :)
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2394
Location: Legnica, Poland

PostPosted: Sat Jan 20, 2007 3:11 pm    Post subject: Reply with quote

I'll wait until stable 2.6.20 is out...
2.6.19-morp10 is the last one from 2.6.19 line

I hope we don't have to wait so long for 2.6.20.
It may be released for days...
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1551

PostPosted: Mon Jan 22, 2007 4:53 pm    Post subject: Reply with quote

this looks too much like vipernicus's old patches to me :\
_________________
JOIN IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
Zen bugs/requests?: http://zen-kernel.org/issues
--
Join: ARCFPWDLVEFOTTSBNA - Anti-Rice club for people who don't like volcanoes except for on the TVs sometimes but not always
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Jan 22, 2007 8:45 pm    Post subject: Reply with quote

cheater1034 wrote:
this looks too much like vipernicus's old patches to me :\


yeah, they're ... somehow ... :roll:

hey, you're back :!: :D

I hope everything went well for your mum :)
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
Carnivorous
n00b
n00b


Joined: 27 Jan 2007
Posts: 38
Location: Warszawa

PostPosted: Fri Feb 02, 2007 10:47 am    Post subject: Reply with quote

Hi !
Your sources seems to be probably the best available :) ,But I've got a little trouble -> I CAN'T FIND 'EM IN PORTAGE!!! Maybe it's stupid, but I'm quite new to Gentoo and I don't know if I have to add 'em to Portage Tree and if yes how to do that?
Back to top
View user's profile Send private message
buddabrod
Apprentice
Apprentice


Joined: 15 Oct 2006
Posts: 241
Location: Germany

PostPosted: Fri Feb 02, 2007 5:47 pm    Post subject: Reply with quote

Carnivorous wrote:
Hi !
Your sources seems to be probably the best available :) ,But I've got a little trouble -> I CAN'T FIND 'EM IN PORTAGE!!! Maybe it's stupid, but I'm quite new to Gentoo and I don't know if I have to add 'em to Portage Tree and if yes how to do that?

It is simply not in Portage ;)
And i don't know any overlay containing it. So you have to download that tarball und extract it to your local overlay.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Fri Feb 02, 2007 7:01 pm    Post subject: Reply with quote

Carnivorous wrote:
Hi !
Your sources seems to be probably the best available :) ,But I've got a little trouble -> I CAN'T FIND 'EM IN PORTAGE!!! Maybe it's stupid, but I'm quite new to Gentoo and I don't know if I have to add 'em to Portage Tree and if yes how to do that?


here are some hints:

http://gentoo-wiki.com/TIP_Overlays
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
Jjeje007
Tux's lil' helper
Tux's lil' helper


Joined: 29 Sep 2006
Posts: 130
Location: France, Nice

PostPosted: Sun Feb 04, 2007 11:52 pm    Post subject: Reply with quote

Hi,

Kernel 2.6.20 is out ! :D

Jjeje007
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 359
Location: Ekaterinburg, Russia

PostPosted: Mon Feb 05, 2007 3:11 am    Post subject: Reply with quote

@Morpheouss, as soon as i get new kernel tarball i'll correct beholder patch, in case if dont want do it yourself.

PS internet traffic too expensive at me
_________________
~amd64
rion-overlay
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2394
Location: Legnica, Poland

PostPosted: Mon Feb 05, 2007 11:26 am    Post subject: Reply with quote

Let's make a new patchset ;)
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2394
Location: Legnica, Poland

PostPosted: Tue Feb 06, 2007 2:29 pm    Post subject: Reply with quote

if i won't done something wrong 2.6.20-morph1 might be ready today ;)
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7
Page 7 of 7

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum