You are not logged in.

#1 2005-10-24 07:11:04

Runzajs
Member
Registered: 2005-10-24
Posts: 24

kernel 2.6.13.4-3 patching problem [Solved]

patch acpi-20050902-2.6.13.diff.bz2 dont works correctly,
...
patching file arch/ia64/Kconfig
Hunk #3 FAILED at 353.
1 out of 3 hunks FAILED
...
patching file drivers/char/ipmi/ipmi_si_intf.c
Hunk #1 succeeded at 986 (offset -33 lines).
Hunk #2 succeeded at 1362 (offset -33 lines).
Hunk #3 succeeded at 1484 (offset -33 lines).
Hunk #4 FAILED at 2062.

Offline

#2 2005-10-24 08:34:13

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: kernel 2.6.13.4-3 patching problem [Solved]

A bit of detail on what you're trying to achieve would be helpful. Are you aware that the current kernel26 package already includes that acpi patch?

Offline

#3 2005-10-24 10:17:18

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: kernel 2.6.13.4-3 patching problem [Solved]

i install the kernel by myself (custom kernel)
from here : http://archlinux.org/packages.php?id=4198
downloading and uncompressing linux-2.6.13.tar.bz2
patching it with the listened patches
compiling and installing it.
but the acpi-20050902-2.6.13.diff.bz2 patch dont works correctly

Offline

#4 2005-10-24 12:51:05

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: kernel 2.6.13.4-3 patching problem [Solved]

Have you applied the 2.6.13.4 patch before attempting the acpi patch?

Offline

#5 2005-10-24 13:11:31

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: kernel 2.6.13.4-3 patching problem [Solved]

yeah like listened

Offline

#6 2005-10-24 14:09:27

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: kernel 2.6.13.4-3 patching problem [Solved]

you need the acpi-fixup.patch else it will not work

Offline

#7 2005-10-24 14:47:24

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: kernel 2.6.13.4-3 patching problem [Solved]

this is not the first time i install the kernel that way, it was working corectly many times bevore, now the "kernel26 2.6.13.4-3" package is broken and need to be fixed.

>you need the acpi-fixup.patch else it will not work
if so, then it need to be include in the package like the other patches, and without a url this info is quite useless

Offline

#8 2005-10-24 21:45:53

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: kernel 2.6.13.4-3 patching problem [Solved]

Runzajs wrote:

now the "kernel26 2.6.13.4-3" package is broken and need to be fixed.

No, the package is working fine, and many Archers have it installed and in use. You are not using the package - you are building your own kernel using the same sources.

If you use ABS, you will see that tpowa's answer isn't as useless as you think.

Offline

#9 2005-10-25 07:03:40

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: kernel 2.6.13.4-3 patching problem [Solved]

yeah i install it from EXACT the same sources like listened in the package
and it dont works, patch report Hunks errors, sounds like broken to me.
Maybe the maker of the package dont have checked the patch output as he build it.

Offline

#10 2005-10-25 12:33:37

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: kernel 2.6.13.4-3 patching problem [Solved]

tpowa has pointed you towards the answer. As you seem to have ignored my previous suggestion regarding ABS, and as you haven't been around here long, I'll give you one more pointer - go here, and click on "View CVS Entries".

Offline

#11 2005-10-25 14:21:57

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: kernel 2.6.13.4-3 patching problem [Solved]

acpi-fixup.patch should be included in the kernel sources array of the PKGBUILD

So, you are both right - as tomk says the info you need is thereif you know where to look for it and it is not "broken" but the PKGBUILD is "wrong" as it doesn't include all the sources used to fix it - I would submit a bug report - but I think tpowa will see this thread ok smile

Offline

#12 2005-10-25 15:14:45

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: kernel 2.6.13.4-3 patching problem [Solved]

the kernel packages is alright, if someone does decide not to look at the cvs or just simple, use abs to grab the files, then i can't help much.
(this was just to state the the PKGBUILD is alright)
greetings
tpowa

Offline

#13 2005-10-25 17:37:07

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: kernel 2.6.13.4-3 patching problem [Solved]

well until now i have only use the ABS patches like listened and it was working.
Ok i have take a look at the CSV entries and see the patches.
How i need applied then, ABS/CSV and what order ?

1. uncompressing linux-2.6.13.tar.bz2
2. patch xyz ?
3... ?

Offline

#14 2005-10-25 18:23:52

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: kernel 2.6.13.4-3 patching problem [Solved]

For the patch ordering, check out the official PKGBUILD.

Offline

#15 2005-10-25 18:49:29

Runzajs
Member
Registered: 2005-10-24
Posts: 24

Re: kernel 2.6.13.4-3 patching problem [Solved]

ok, got it, thx

Offline

#16 2005-10-25 21:35:28

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: kernel 2.6.13.4-3 patching problem [Solved]

dibblethewrecker wrote:

acpi-fixup.patch should be included in the kernel sources array of the PKGBUILD

So, you are both right - as tomk says the info you need is thereif you know where to look for it and it is not "broken" but the PKGBUILD is "wrong" as it doesn't include all the sources used to fix it - I would submit a bug report - but I think tpowa will see this thread ok smile

Eh? Ah. Sorry tpowa.  Why are the local sources not listed in the sources section on the pkg page?

http://www.archlinux.org/packages.php?id=4197

I just assumed that because they weren't there they were not listed in the PKGBUILD.  Does the AUR and "official" interface work differently in this respect?

Offline

Board footer

Powered by FluxBB