* Error patching file pcm_native.c
@ 2009-09-22 12:39 Delusion's Master
2009-09-22 13:08 ` Takashi Iwai
0 siblings, 1 reply; 11+ messages in thread
From: Delusion's Master @ 2009-09-22 12:39 UTC (permalink / raw)
To: alsa-devel
Hi,
first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
[..]
copying file alsa-kernel/core/info.c
patching file info.c
copying file alsa-kernel/core/pcm.c
patching file pcm.c
Hunk #3 succeeded at 739 (offset 2 lines).
Hunk #5 succeeded at 954 (offset 2 lines).
Hunk #7 succeeded at 1045 (offset 2 lines).
copying file alsa-kernel/core/pcm_native.c
patching file pcm_native.c
Hunk #4 succeeded at 1544 (offset -25 lines).
Hunk #5 succeeded at 2827 (offset 12 lines).
Hunk #6 succeeded at 2878 (offset 10 lines).
Hunk #7 FAILED at 2906.
Hunk #8 FAILED at 2922.
Hunk #9 succeeded at 2915 (offset -23 lines).
Hunk #10 succeeded at 3036 (offset 10 lines).
Hunk #11 succeeded at 3027 (offset -23 lines).
Hunk #12 succeeded at 3074 (offset 10 lines).
Hunk #13 succeeded at 3098 (offset -23 lines).
Hunk #14 succeeded at 3143 (offset 10 lines).
Hunk #15 succeeded at 3124 (offset -23 lines).
Hunk #16 succeeded at 3214 (offset 10 lines).
Hunk #17 succeeded at 3208 (offset -23 lines).
Hunk #18 succeeded at 3271 (offset 10 lines).
Hunk #19 succeeded at 3304 (offset -23 lines).
Hunk #20 succeeded at 3386 (offset 10 lines).
Hunk #21 succeeded at 3411 (offset -23 lines).
Hunk #22 succeeded at 3456 (offset 10 lines).
Hunk #23 succeeded at 3450 (offset -23 lines).
Hunk #24 succeeded at 3525 (offset 10 lines).
Hunk #25 succeeded at 3644 (offset -23 lines).
2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
make[2]: *** [pcm_native.c] Error 1
It's
some days I get this, but I waited to report this since I thought it
could be a temporary problem. My OS is Fedora 11 x86_64. Previous
snapshots didn't give me this problem, but I can't say which one broke
the compilation, since I usually try updated snapshots only at kernel
updates.
I searched for this error and the only relevant report I could find is this one:
http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
a report from last April.
What could the problem be?
Thanks
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 12:39 Error patching file pcm_native.c Delusion's Master
@ 2009-09-22 13:08 ` Takashi Iwai
2009-09-22 13:19 ` Delusion's Master
0 siblings, 1 reply; 11+ messages in thread
From: Takashi Iwai @ 2009-09-22 13:08 UTC (permalink / raw)
To: Delusion's Master; +Cc: alsa-devel
At Tue, 22 Sep 2009 14:39:36 +0200,
Delusion's Master wrote:
>
>
> Hi,
>
> first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
>
> I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
>
> [..]
> copying file alsa-kernel/core/info.c
> patching file info.c
> copying file alsa-kernel/core/pcm.c
> patching file pcm.c
> Hunk #3 succeeded at 739 (offset 2 lines).
> Hunk #5 succeeded at 954 (offset 2 lines).
> Hunk #7 succeeded at 1045 (offset 2 lines).
> copying file alsa-kernel/core/pcm_native.c
> patching file pcm_native.c
> Hunk #4 succeeded at 1544 (offset -25 lines).
> Hunk #5 succeeded at 2827 (offset 12 lines).
> Hunk #6 succeeded at 2878 (offset 10 lines).
> Hunk #7 FAILED at 2906.
> Hunk #8 FAILED at 2922.
> Hunk #9 succeeded at 2915 (offset -23 lines).
> Hunk #10 succeeded at 3036 (offset 10 lines).
> Hunk #11 succeeded at 3027 (offset -23 lines).
> Hunk #12 succeeded at 3074 (offset 10 lines).
> Hunk #13 succeeded at 3098 (offset -23 lines).
> Hunk #14 succeeded at 3143 (offset 10 lines).
> Hunk #15 succeeded at 3124 (offset -23 lines).
> Hunk #16 succeeded at 3214 (offset 10 lines).
> Hunk #17 succeeded at 3208 (offset -23 lines).
> Hunk #18 succeeded at 3271 (offset 10 lines).
> Hunk #19 succeeded at 3304 (offset -23 lines).
> Hunk #20 succeeded at 3386 (offset 10 lines).
> Hunk #21 succeeded at 3411 (offset -23 lines).
> Hunk #22 succeeded at 3456 (offset 10 lines).
> Hunk #23 succeeded at 3450 (offset -23 lines).
> Hunk #24 succeeded at 3525 (offset 10 lines).
> Hunk #25 succeeded at 3644 (offset -23 lines).
> 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> make[2]: *** [pcm_native.c] Error 1
>
>
> It's
> some days I get this, but I waited to report this since I thought it
> could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> snapshots didn't give me this problem, but I can't say which one broke
> the compilation, since I usually try updated snapshots only at kernel
> updates.
>
> I searched for this error and the only relevant report I could find is this one:
>
> http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
>
> a report from last April.
>
> What could the problem be?
I seem to have overlooked the patch rejection because some patch
program is stricter than mine. Now I refreshed the relevant patch
file. Could you try the latest snapshot below again?
ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
Takashi
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 13:08 ` Takashi Iwai
@ 2009-09-22 13:19 ` Delusion's Master
2009-09-22 13:21 ` Takashi Iwai
0 siblings, 1 reply; 11+ messages in thread
From: Delusion's Master @ 2009-09-22 13:19 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
> Date: Tue, 22 Sep 2009 15:08:52 +0200
> From: tiwai@suse.de
> To: delusion_master@hotmail.com
> CC: alsa-devel@alsa-project.org
> Subject: Re: [alsa-devel] Error patching file pcm_native.c
>
> At Tue, 22 Sep 2009 14:39:36 +0200,
> Delusion's Master wrote:
> >
> >
> > Hi,
> >
> > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> >
> > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> >
> > [..]
> > copying file alsa-kernel/core/info.c
> > patching file info.c
> > copying file alsa-kernel/core/pcm.c
> > patching file pcm.c
> > Hunk #3 succeeded at 739 (offset 2 lines).
> > Hunk #5 succeeded at 954 (offset 2 lines).
> > Hunk #7 succeeded at 1045 (offset 2 lines).
> > copying file alsa-kernel/core/pcm_native.c
> > patching file pcm_native.c
> > Hunk #4 succeeded at 1544 (offset -25 lines).
> > Hunk #5 succeeded at 2827 (offset 12 lines).
> > Hunk #6 succeeded at 2878 (offset 10 lines).
> > Hunk #7 FAILED at 2906.
> > Hunk #8 FAILED at 2922.
> > Hunk #9 succeeded at 2915 (offset -23 lines).
> > Hunk #10 succeeded at 3036 (offset 10 lines).
> > Hunk #11 succeeded at 3027 (offset -23 lines).
> > Hunk #12 succeeded at 3074 (offset 10 lines).
> > Hunk #13 succeeded at 3098 (offset -23 lines).
> > Hunk #14 succeeded at 3143 (offset 10 lines).
> > Hunk #15 succeeded at 3124 (offset -23 lines).
> > Hunk #16 succeeded at 3214 (offset 10 lines).
> > Hunk #17 succeeded at 3208 (offset -23 lines).
> > Hunk #18 succeeded at 3271 (offset 10 lines).
> > Hunk #19 succeeded at 3304 (offset -23 lines).
> > Hunk #20 succeeded at 3386 (offset 10 lines).
> > Hunk #21 succeeded at 3411 (offset -23 lines).
> > Hunk #22 succeeded at 3456 (offset 10 lines).
> > Hunk #23 succeeded at 3450 (offset -23 lines).
> > Hunk #24 succeeded at 3525 (offset 10 lines).
> > Hunk #25 succeeded at 3644 (offset -23 lines).
> > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > make[2]: *** [pcm_native.c] Error 1
> >
> >
> > It's
> > some days I get this, but I waited to report this since I thought it
> > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > snapshots didn't give me this problem, but I can't say which one broke
> > the compilation, since I usually try updated snapshots only at kernel
> > updates.
> >
> > I searched for this error and the only relevant report I could find is this one:
> >
> > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> >
> > a report from last April.
> >
> > What could the problem be?
>
> I seem to have overlooked the patch rejection because some patch
> program is stricter than mine. Now I refreshed the relevant patch
> file. Could you try the latest snapshot below again?
> ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
>
>
> Takashi
Hi Takashi,
thanks for your very quick reply!
I just tried and I still get the same error -- the same hunks fail (7 and 8).
Lorenzo
_________________________________________________________________
Show them the way! Add maps and directions to your party invites.
http://www.microsoft.com/windows/windowslive/products/events.aspx
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 13:19 ` Delusion's Master
@ 2009-09-22 13:21 ` Takashi Iwai
2009-09-22 15:23 ` Delusion's Master
0 siblings, 1 reply; 11+ messages in thread
From: Takashi Iwai @ 2009-09-22 13:21 UTC (permalink / raw)
To: Delusion's Master; +Cc: alsa-devel
At Tue, 22 Sep 2009 15:19:43 +0200,
Delusion's Master wrote:
>
>
> > Date: Tue, 22 Sep 2009 15:08:52 +0200
> > From: tiwai@suse.de
> > To: delusion_master@hotmail.com
> > CC: alsa-devel@alsa-project.org
> > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> >
> > At Tue, 22 Sep 2009 14:39:36 +0200,
> > Delusion's Master wrote:
> > >
> > >
> > > Hi,
> > >
> > > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> > >
> > > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> > >
> > > [..]
> > > copying file alsa-kernel/core/info.c
> > > patching file info.c
> > > copying file alsa-kernel/core/pcm.c
> > > patching file pcm.c
> > > Hunk #3 succeeded at 739 (offset 2 lines).
> > > Hunk #5 succeeded at 954 (offset 2 lines).
> > > Hunk #7 succeeded at 1045 (offset 2 lines).
> > > copying file alsa-kernel/core/pcm_native.c
> > > patching file pcm_native.c
> > > Hunk #4 succeeded at 1544 (offset -25 lines).
> > > Hunk #5 succeeded at 2827 (offset 12 lines).
> > > Hunk #6 succeeded at 2878 (offset 10 lines).
> > > Hunk #7 FAILED at 2906.
> > > Hunk #8 FAILED at 2922.
> > > Hunk #9 succeeded at 2915 (offset -23 lines).
> > > Hunk #10 succeeded at 3036 (offset 10 lines).
> > > Hunk #11 succeeded at 3027 (offset -23 lines).
> > > Hunk #12 succeeded at 3074 (offset 10 lines).
> > > Hunk #13 succeeded at 3098 (offset -23 lines).
> > > Hunk #14 succeeded at 3143 (offset 10 lines).
> > > Hunk #15 succeeded at 3124 (offset -23 lines).
> > > Hunk #16 succeeded at 3214 (offset 10 lines).
> > > Hunk #17 succeeded at 3208 (offset -23 lines).
> > > Hunk #18 succeeded at 3271 (offset 10 lines).
> > > Hunk #19 succeeded at 3304 (offset -23 lines).
> > > Hunk #20 succeeded at 3386 (offset 10 lines).
> > > Hunk #21 succeeded at 3411 (offset -23 lines).
> > > Hunk #22 succeeded at 3456 (offset 10 lines).
> > > Hunk #23 succeeded at 3450 (offset -23 lines).
> > > Hunk #24 succeeded at 3525 (offset 10 lines).
> > > Hunk #25 succeeded at 3644 (offset -23 lines).
> > > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > make[2]: *** [pcm_native.c] Error 1
> > >
> > >
> > > It's
> > > some days I get this, but I waited to report this since I thought it
> > > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > > snapshots didn't give me this problem, but I can't say which one broke
> > > the compilation, since I usually try updated snapshots only at kernel
> > > updates.
> > >
> > > I searched for this error and the only relevant report I could find is this one:
> > >
> > > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> > >
> > > a report from last April.
> > >
> > > What could the problem be?
> >
> > I seem to have overlooked the patch rejection because some patch
> > program is stricter than mine. Now I refreshed the relevant patch
> > file. Could you try the latest snapshot below again?
> > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> >
> >
> > Takashi
>
>
> Hi Takashi,
>
> thanks for your very quick reply!
> I just tried and I still get the same error -- the same hunks fail (7 and 8).
Are you sure it's the VERY same error?
Give the exact error messages.
Takashi
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 13:21 ` Takashi Iwai
@ 2009-09-22 15:23 ` Delusion's Master
2009-09-22 15:42 ` Takashi Iwai
0 siblings, 1 reply; 11+ messages in thread
From: Delusion's Master @ 2009-09-22 15:23 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
> Date: Tue, 22 Sep 2009 15:21:51 +0200
> From: tiwai@suse.de
> To: delusion_master@hotmail.com
> CC: alsa-devel@alsa-project.org
> Subject: Re: [alsa-devel] Error patching file pcm_native.c
>
> At Tue, 22 Sep 2009 15:19:43 +0200,
> Delusion's Master wrote:
> >
> >
> > > Date: Tue, 22 Sep 2009 15:08:52 +0200
> > > From: tiwai@suse.de
> > > To: delusion_master@hotmail.com
> > > CC: alsa-devel@alsa-project.org
> > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > >
> > > At Tue, 22 Sep 2009 14:39:36 +0200,
> > > Delusion's Master wrote:
> > > >
> > > >
> > > > Hi,
> > > >
> > > > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> > > >
> > > > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> > > >
> > > > [..]
> > > > copying file alsa-kernel/core/info.c
> > > > patching file info.c
> > > > copying file alsa-kernel/core/pcm.c
> > > > patching file pcm.c
> > > > Hunk #3 succeeded at 739 (offset 2 lines).
> > > > Hunk #5 succeeded at 954 (offset 2 lines).
> > > > Hunk #7 succeeded at 1045 (offset 2 lines).
> > > > copying file alsa-kernel/core/pcm_native.c
> > > > patching file pcm_native.c
> > > > Hunk #4 succeeded at 1544 (offset -25 lines).
> > > > Hunk #5 succeeded at 2827 (offset 12 lines).
> > > > Hunk #6 succeeded at 2878 (offset 10 lines).
> > > > Hunk #7 FAILED at 2906.
> > > > Hunk #8 FAILED at 2922.
> > > > Hunk #9 succeeded at 2915 (offset -23 lines).
> > > > Hunk #10 succeeded at 3036 (offset 10 lines).
> > > > Hunk #11 succeeded at 3027 (offset -23 lines).
> > > > Hunk #12 succeeded at 3074 (offset 10 lines).
> > > > Hunk #13 succeeded at 3098 (offset -23 lines).
> > > > Hunk #14 succeeded at 3143 (offset 10 lines).
> > > > Hunk #15 succeeded at 3124 (offset -23 lines).
> > > > Hunk #16 succeeded at 3214 (offset 10 lines).
> > > > Hunk #17 succeeded at 3208 (offset -23 lines).
> > > > Hunk #18 succeeded at 3271 (offset 10 lines).
> > > > Hunk #19 succeeded at 3304 (offset -23 lines).
> > > > Hunk #20 succeeded at 3386 (offset 10 lines).
> > > > Hunk #21 succeeded at 3411 (offset -23 lines).
> > > > Hunk #22 succeeded at 3456 (offset 10 lines).
> > > > Hunk #23 succeeded at 3450 (offset -23 lines).
> > > > Hunk #24 succeeded at 3525 (offset 10 lines).
> > > > Hunk #25 succeeded at 3644 (offset -23 lines).
> > > > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > > make[2]: *** [pcm_native.c] Error 1
> > > >
> > > >
> > > > It's
> > > > some days I get this, but I waited to report this since I thought it
> > > > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > > > snapshots didn't give me this problem, but I can't say which one broke
> > > > the compilation, since I usually try updated snapshots only at kernel
> > > > updates.
> > > >
> > > > I searched for this error and the only relevant report I could find is this one:
> > > >
> > > > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> > > >
> > > > a report from last April.
> > > >
> > > > What could the problem be?
> > >
> > > I seem to have overlooked the patch rejection because some patch
> > > program is stricter than mine. Now I refreshed the relevant patch
> > > file. Could you try the latest snapshot below again?
> > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> > >
> > >
> > > Takashi
> >
> >
> > Hi Takashi,
> >
> > thanks for your very quick reply!
> > I just tried and I still get the same error -- the same hunks fail (7 and 8).
>
> Are you sure it's the VERY same error?
> Give the exact error messages.
>
>
> Takashi
Here it is:
[..]
patching file pcm.c
Hunk #2 succeeded at 925 (offset 15 lines).
Hunk #4 succeeded at 953 (offset 15 lines).
Hunk #5 succeeded at 993 (offset 1 line).
copying file alsa-kernel/core/pcm_native.c
patching file pcm_native.c
Hunk #4 succeeded at 1543 (offset -33 lines).
Hunk #6 succeeded at 2888 (offset 2 lines).
Hunk #7 FAILED at 2916.
Hunk #8 FAILED at 2932.
Hunk #9 succeeded at 2921 (offset -35 lines).
Hunk #10 succeeded at 3046 (offset 2 lines).
Hunk #11 succeeded at 3033 (offset -35 lines).
Hunk #12 succeeded at 3084 (offset 2 lines).
Hunk #13 succeeded at 3104 (offset -35 lines).
Hunk #14 succeeded at 3153 (offset 2 lines).
Hunk #15 succeeded at 3130 (offset -35 lines).
Hunk #16 succeeded at 3224 (offset 2 lines).
Hunk #17 succeeded at 3214 (offset -35 lines).
Hunk #18 succeeded at 3281 (offset 2 lines).
Hunk #19 succeeded at 3322 (offset -35 lines).
Hunk #20 succeeded at 3389 (offset 2 lines).
Hunk #21 succeeded at 3417 (offset -35 lines).
Hunk #22 succeeded at 3484 (offset 2 lines).
Hunk #23 succeeded at 3489 (offset -35 lines).
Hunk #24 succeeded at 3678 (offset 2 lines).
2 out of 24 hunks FAILED -- saving rejects to file pcm_native.c.rej
make[2]: *** [pcm_native.c] Error 1
Thanks
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 15:23 ` Delusion's Master
@ 2009-09-22 15:42 ` Takashi Iwai
2009-09-22 16:01 ` Delusion's Master
2009-09-22 18:30 ` Delusion's Master
0 siblings, 2 replies; 11+ messages in thread
From: Takashi Iwai @ 2009-09-22 15:42 UTC (permalink / raw)
To: Delusion's Master; +Cc: alsa-devel
At Tue, 22 Sep 2009 17:23:07 +0200,
Delusion's Master wrote:
>
>
> > Date: Tue, 22 Sep 2009 15:21:51 +0200
> > From: tiwai@suse.de
> > To: delusion_master@hotmail.com
> > CC: alsa-devel@alsa-project.org
> > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> >
> > At Tue, 22 Sep 2009 15:19:43 +0200,
> > Delusion's Master wrote:
> > >
> > >
> > > > Date: Tue, 22 Sep 2009 15:08:52 +0200
> > > > From: tiwai@suse.de
> > > > To: delusion_master@hotmail.com
> > > > CC: alsa-devel@alsa-project.org
> > > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > > >
> > > > At Tue, 22 Sep 2009 14:39:36 +0200,
> > > > Delusion's Master wrote:
> > > > >
> > > > >
> > > > > Hi,
> > > > >
> > > > > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> > > > >
> > > > > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> > > > >
> > > > > [..]
> > > > > copying file alsa-kernel/core/info.c
> > > > > patching file info.c
> > > > > copying file alsa-kernel/core/pcm.c
> > > > > patching file pcm.c
> > > > > Hunk #3 succeeded at 739 (offset 2 lines).
> > > > > Hunk #5 succeeded at 954 (offset 2 lines).
> > > > > Hunk #7 succeeded at 1045 (offset 2 lines).
> > > > > copying file alsa-kernel/core/pcm_native.c
> > > > > patching file pcm_native.c
> > > > > Hunk #4 succeeded at 1544 (offset -25 lines).
> > > > > Hunk #5 succeeded at 2827 (offset 12 lines).
> > > > > Hunk #6 succeeded at 2878 (offset 10 lines).
> > > > > Hunk #7 FAILED at 2906.
> > > > > Hunk #8 FAILED at 2922.
> > > > > Hunk #9 succeeded at 2915 (offset -23 lines).
> > > > > Hunk #10 succeeded at 3036 (offset 10 lines).
> > > > > Hunk #11 succeeded at 3027 (offset -23 lines).
> > > > > Hunk #12 succeeded at 3074 (offset 10 lines).
> > > > > Hunk #13 succeeded at 3098 (offset -23 lines).
> > > > > Hunk #14 succeeded at 3143 (offset 10 lines).
> > > > > Hunk #15 succeeded at 3124 (offset -23 lines).
> > > > > Hunk #16 succeeded at 3214 (offset 10 lines).
> > > > > Hunk #17 succeeded at 3208 (offset -23 lines).
> > > > > Hunk #18 succeeded at 3271 (offset 10 lines).
> > > > > Hunk #19 succeeded at 3304 (offset -23 lines).
> > > > > Hunk #20 succeeded at 3386 (offset 10 lines).
> > > > > Hunk #21 succeeded at 3411 (offset -23 lines).
> > > > > Hunk #22 succeeded at 3456 (offset 10 lines).
> > > > > Hunk #23 succeeded at 3450 (offset -23 lines).
> > > > > Hunk #24 succeeded at 3525 (offset 10 lines).
> > > > > Hunk #25 succeeded at 3644 (offset -23 lines).
> > > > > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > > > make[2]: *** [pcm_native.c] Error 1
> > > > >
> > > > >
> > > > > It's
> > > > > some days I get this, but I waited to report this since I thought it
> > > > > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > > > > snapshots didn't give me this problem, but I can't say which one broke
> > > > > the compilation, since I usually try updated snapshots only at kernel
> > > > > updates.
> > > > >
> > > > > I searched for this error and the only relevant report I could find is this one:
> > > > >
> > > > > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> > > > >
> > > > > a report from last April.
> > > > >
> > > > > What could the problem be?
> > > >
> > > > I seem to have overlooked the patch rejection because some patch
> > > > program is stricter than mine. Now I refreshed the relevant patch
> > > > file. Could you try the latest snapshot below again?
> > > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> > > >
> > > >
> > > > Takashi
> > >
> > >
> > > Hi Takashi,
> > >
> > > thanks for your very quick reply!
> > > I just tried and I still get the same error -- the same hunks fail (7 and 8).
> >
> > Are you sure it's the VERY same error?
> > Give the exact error messages.
> >
> >
> > Takashi
>
>
> Here it is:
>
>
> [..]
> patching file pcm.c
> Hunk #2 succeeded at 925 (offset 15 lines).
> Hunk #4 succeeded at 953 (offset 15 lines).
> Hunk #5 succeeded at 993 (offset 1 line).
> copying file alsa-kernel/core/pcm_native.c
> patching file pcm_native.c
> Hunk #4 succeeded at 1543 (offset -33 lines).
> Hunk #6 succeeded at 2888 (offset 2 lines).
> Hunk #7 FAILED at 2916.
> Hunk #8 FAILED at 2932.
> Hunk #9 succeeded at 2921 (offset -35 lines).
> Hunk #10 succeeded at 3046 (offset 2 lines).
> Hunk #11 succeeded at 3033 (offset -35 lines).
> Hunk #12 succeeded at 3084 (offset 2 lines).
> Hunk #13 succeeded at 3104 (offset -35 lines).
> Hunk #14 succeeded at 3153 (offset 2 lines).
> Hunk #15 succeeded at 3130 (offset -35 lines).
> Hunk #16 succeeded at 3224 (offset 2 lines).
> Hunk #17 succeeded at 3214 (offset -35 lines).
> Hunk #18 succeeded at 3281 (offset 2 lines).
> Hunk #19 succeeded at 3322 (offset -35 lines).
> Hunk #20 succeeded at 3389 (offset 2 lines).
> Hunk #21 succeeded at 3417 (offset -35 lines).
> Hunk #22 succeeded at 3484 (offset 2 lines).
> Hunk #23 succeeded at 3489 (offset -35 lines).
> Hunk #24 succeeded at 3678 (offset 2 lines).
> 2 out of 24 hunks FAILED -- saving rejects to file pcm_native.c.rej
> make[2]: *** [pcm_native.c] Error 1
Check alsa-driver/HEAD file whether it contains the line
aa7a6f525401fd6cbd845a6de7ff92654f723785 Refresh pcm_natvie.patch
If not, grab alsa-driver-snapshot.tar.gz tarball again.
Takashi
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 15:42 ` Takashi Iwai
@ 2009-09-22 16:01 ` Delusion's Master
2009-09-22 18:30 ` Delusion's Master
1 sibling, 0 replies; 11+ messages in thread
From: Delusion's Master @ 2009-09-22 16:01 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
> Date: Tue, 22 Sep 2009 17:42:25 +0200
> From: tiwai@suse.de
> To: delusion_master@hotmail.com
> CC: alsa-devel@alsa-project.org
> Subject: Re: [alsa-devel] Error patching file pcm_native.c
>
> At Tue, 22 Sep 2009 17:23:07 +0200,
> Delusion's Master wrote:
> >
> >
> > > Date: Tue, 22 Sep 2009 15:21:51 +0200
> > > From: tiwai@suse.de
> > > To: delusion_master@hotmail.com
> > > CC: alsa-devel@alsa-project.org
> > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > >
> > > At Tue, 22 Sep 2009 15:19:43 +0200,
> > > Delusion's Master wrote:
> > > >
> > > >
> > > > > Date: Tue, 22 Sep 2009 15:08:52 +0200
> > > > > From: tiwai@suse.de
> > > > > To: delusion_master@hotmail.com
> > > > > CC: alsa-devel@alsa-project.org
> > > > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > > > >
> > > > > At Tue, 22 Sep 2009 14:39:36 +0200,
> > > > > Delusion's Master wrote:
> > > > > >
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> > > > > >
> > > > > > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> > > > > >
> > > > > > [..]
> > > > > > copying file alsa-kernel/core/info.c
> > > > > > patching file info.c
> > > > > > copying file alsa-kernel/core/pcm.c
> > > > > > patching file pcm.c
> > > > > > Hunk #3 succeeded at 739 (offset 2 lines).
> > > > > > Hunk #5 succeeded at 954 (offset 2 lines).
> > > > > > Hunk #7 succeeded at 1045 (offset 2 lines).
> > > > > > copying file alsa-kernel/core/pcm_native.c
> > > > > > patching file pcm_native.c
> > > > > > Hunk #4 succeeded at 1544 (offset -25 lines).
> > > > > > Hunk #5 succeeded at 2827 (offset 12 lines).
> > > > > > Hunk #6 succeeded at 2878 (offset 10 lines).
> > > > > > Hunk #7 FAILED at 2906.
> > > > > > Hunk #8 FAILED at 2922.
> > > > > > Hunk #9 succeeded at 2915 (offset -23 lines).
> > > > > > Hunk #10 succeeded at 3036 (offset 10 lines).
> > > > > > Hunk #11 succeeded at 3027 (offset -23 lines).
> > > > > > Hunk #12 succeeded at 3074 (offset 10 lines).
> > > > > > Hunk #13 succeeded at 3098 (offset -23 lines).
> > > > > > Hunk #14 succeeded at 3143 (offset 10 lines).
> > > > > > Hunk #15 succeeded at 3124 (offset -23 lines).
> > > > > > Hunk #16 succeeded at 3214 (offset 10 lines).
> > > > > > Hunk #17 succeeded at 3208 (offset -23 lines).
> > > > > > Hunk #18 succeeded at 3271 (offset 10 lines).
> > > > > > Hunk #19 succeeded at 3304 (offset -23 lines).
> > > > > > Hunk #20 succeeded at 3386 (offset 10 lines).
> > > > > > Hunk #21 succeeded at 3411 (offset -23 lines).
> > > > > > Hunk #22 succeeded at 3456 (offset 10 lines).
> > > > > > Hunk #23 succeeded at 3450 (offset -23 lines).
> > > > > > Hunk #24 succeeded at 3525 (offset 10 lines).
> > > > > > Hunk #25 succeeded at 3644 (offset -23 lines).
> > > > > > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > > > > make[2]: *** [pcm_native.c] Error 1
> > > > > >
> > > > > >
> > > > > > It's
> > > > > > some days I get this, but I waited to report this since I thought it
> > > > > > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > > > > > snapshots didn't give me this problem, but I can't say which one broke
> > > > > > the compilation, since I usually try updated snapshots only at kernel
> > > > > > updates.
> > > > > >
> > > > > > I searched for this error and the only relevant report I could find is this one:
> > > > > >
> > > > > > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> > > > > >
> > > > > > a report from last April.
> > > > > >
> > > > > > What could the problem be?
> > > > >
> > > > > I seem to have overlooked the patch rejection because some patch
> > > > > program is stricter than mine. Now I refreshed the relevant patch
> > > > > file. Could you try the latest snapshot below again?
> > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> > > > >
> > > > >
> > > > > Takashi
> > > >
> > > >
> > > > Hi Takashi,
> > > >
> > > > thanks for your very quick reply!
> > > > I just tried and I still get the same error -- the same hunks fail (7 and 8).
> > >
> > > Are you sure it's the VERY same error?
> > > Give the exact error messages.
> > >
> > >
> > > Takashi
> >
> >
> > Here it is:
> >
> >
> > [..]
> > patching file pcm.c
> > Hunk #2 succeeded at 925 (offset 15 lines).
> > Hunk #4 succeeded at 953 (offset 15 lines).
> > Hunk #5 succeeded at 993 (offset 1 line).
> > copying file alsa-kernel/core/pcm_native.c
> > patching file pcm_native.c
> > Hunk #4 succeeded at 1543 (offset -33 lines).
> > Hunk #6 succeeded at 2888 (offset 2 lines).
> > Hunk #7 FAILED at 2916.
> > Hunk #8 FAILED at 2932.
> > Hunk #9 succeeded at 2921 (offset -35 lines).
> > Hunk #10 succeeded at 3046 (offset 2 lines).
> > Hunk #11 succeeded at 3033 (offset -35 lines).
> > Hunk #12 succeeded at 3084 (offset 2 lines).
> > Hunk #13 succeeded at 3104 (offset -35 lines).
> > Hunk #14 succeeded at 3153 (offset 2 lines).
> > Hunk #15 succeeded at 3130 (offset -35 lines).
> > Hunk #16 succeeded at 3224 (offset 2 lines).
> > Hunk #17 succeeded at 3214 (offset -35 lines).
> > Hunk #18 succeeded at 3281 (offset 2 lines).
> > Hunk #19 succeeded at 3322 (offset -35 lines).
> > Hunk #20 succeeded at 3389 (offset 2 lines).
> > Hunk #21 succeeded at 3417 (offset -35 lines).
> > Hunk #22 succeeded at 3484 (offset 2 lines).
> > Hunk #23 succeeded at 3489 (offset -35 lines).
> > Hunk #24 succeeded at 3678 (offset 2 lines).
> > 2 out of 24 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > make[2]: *** [pcm_native.c] Error 1
>
> Check alsa-driver/HEAD file whether it contains the line
> aa7a6f525401fd6cbd845a6de7ff92654f723785 Refresh pcm_natvie.patch
>
> If not, grab alsa-driver-snapshot.tar.gz tarball again.
>
>
> Takashi
Hi Takashi,
I've tried retrieving the tarball several times and the line is not there. I'll try again in a couple of hours, as soon as I get back home from work. Thanks for your help!
_________________________________________________________________
Windows Live™: Keep your life in sync. Check it out!
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 15:42 ` Takashi Iwai
2009-09-22 16:01 ` Delusion's Master
@ 2009-09-22 18:30 ` Delusion's Master
2009-09-22 20:13 ` Takashi Iwai
1 sibling, 1 reply; 11+ messages in thread
From: Delusion's Master @ 2009-09-22 18:30 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
> Date: Tue, 22 Sep 2009 17:42:25 +0200
> From: tiwai@suse.de
> To: delusion_master@hotmail.com
> CC: alsa-devel@alsa-project.org
> Subject: Re: [alsa-devel] Error patching file pcm_native.c
>
> At Tue, 22 Sep 2009 17:23:07 +0200,
> Delusion's Master wrote:
> >
> >
> > > Date: Tue, 22 Sep 2009 15:21:51 +0200
> > > From: tiwai@suse.de
> > > To: delusion_master@hotmail.com
> > > CC: alsa-devel@alsa-project.org
> > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > >
> > > At Tue, 22 Sep 2009 15:19:43 +0200,
> > > Delusion's Master wrote:
> > > >
> > > >
> > > > > Date: Tue, 22 Sep 2009 15:08:52 +0200
> > > > > From: tiwai@suse.de
> > > > > To: delusion_master@hotmail.com
> > > > > CC: alsa-devel@alsa-project.org
> > > > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > > > >
> > > > > At Tue, 22 Sep 2009 14:39:36 +0200,
> > > > > Delusion's Master wrote:
> > > > > >
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> > > > > >
> > > > > > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> > > > > >
> > > > > > [..]
> > > > > > copying file alsa-kernel/core/info.c
> > > > > > patching file info.c
> > > > > > copying file alsa-kernel/core/pcm.c
> > > > > > patching file pcm.c
> > > > > > Hunk #3 succeeded at 739 (offset 2 lines).
> > > > > > Hunk #5 succeeded at 954 (offset 2 lines).
> > > > > > Hunk #7 succeeded at 1045 (offset 2 lines).
> > > > > > copying file alsa-kernel/core/pcm_native.c
> > > > > > patching file pcm_native.c
> > > > > > Hunk #4 succeeded at 1544 (offset -25 lines).
> > > > > > Hunk #5 succeeded at 2827 (offset 12 lines).
> > > > > > Hunk #6 succeeded at 2878 (offset 10 lines).
> > > > > > Hunk #7 FAILED at 2906.
> > > > > > Hunk #8 FAILED at 2922.
> > > > > > Hunk #9 succeeded at 2915 (offset -23 lines).
> > > > > > Hunk #10 succeeded at 3036 (offset 10 lines).
> > > > > > Hunk #11 succeeded at 3027 (offset -23 lines).
> > > > > > Hunk #12 succeeded at 3074 (offset 10 lines).
> > > > > > Hunk #13 succeeded at 3098 (offset -23 lines).
> > > > > > Hunk #14 succeeded at 3143 (offset 10 lines).
> > > > > > Hunk #15 succeeded at 3124 (offset -23 lines).
> > > > > > Hunk #16 succeeded at 3214 (offset 10 lines).
> > > > > > Hunk #17 succeeded at 3208 (offset -23 lines).
> > > > > > Hunk #18 succeeded at 3271 (offset 10 lines).
> > > > > > Hunk #19 succeeded at 3304 (offset -23 lines).
> > > > > > Hunk #20 succeeded at 3386 (offset 10 lines).
> > > > > > Hunk #21 succeeded at 3411 (offset -23 lines).
> > > > > > Hunk #22 succeeded at 3456 (offset 10 lines).
> > > > > > Hunk #23 succeeded at 3450 (offset -23 lines).
> > > > > > Hunk #24 succeeded at 3525 (offset 10 lines).
> > > > > > Hunk #25 succeeded at 3644 (offset -23 lines).
> > > > > > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > > > > make[2]: *** [pcm_native.c] Error 1
> > > > > >
> > > > > >
> > > > > > It's
> > > > > > some days I get this, but I waited to report this since I thought it
> > > > > > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > > > > > snapshots didn't give me this problem, but I can't say which one broke
> > > > > > the compilation, since I usually try updated snapshots only at kernel
> > > > > > updates.
> > > > > >
> > > > > > I searched for this error and the only relevant report I could find is this one:
> > > > > >
> > > > > > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> > > > > >
> > > > > > a report from last April.
> > > > > >
> > > > > > What could the problem be?
> > > > >
> > > > > I seem to have overlooked the patch rejection because some patch
> > > > > program is stricter than mine. Now I refreshed the relevant patch
> > > > > file. Could you try the latest snapshot below again?
> > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> > > > >
> > > > >
> > > > > Takashi
> > > >
> > > >
> > > > Hi Takashi,
> > > >
> > > > thanks for your very quick reply!
> > > > I just tried and I still get the same error -- the same hunks fail (7 and 8).
> > >
> > > Are you sure it's the VERY same error?
> > > Give the exact error messages.
> > >
> > >
> > > Takashi
> >
> >
> > Here it is:
> >
> >
> > [..]
> > patching file pcm.c
> > Hunk #2 succeeded at 925 (offset 15 lines).
> > Hunk #4 succeeded at 953 (offset 15 lines).
> > Hunk #5 succeeded at 993 (offset 1 line).
> > copying file alsa-kernel/core/pcm_native.c
> > patching file pcm_native.c
> > Hunk #4 succeeded at 1543 (offset -33 lines).
> > Hunk #6 succeeded at 2888 (offset 2 lines).
> > Hunk #7 FAILED at 2916.
> > Hunk #8 FAILED at 2932.
> > Hunk #9 succeeded at 2921 (offset -35 lines).
> > Hunk #10 succeeded at 3046 (offset 2 lines).
> > Hunk #11 succeeded at 3033 (offset -35 lines).
> > Hunk #12 succeeded at 3084 (offset 2 lines).
> > Hunk #13 succeeded at 3104 (offset -35 lines).
> > Hunk #14 succeeded at 3153 (offset 2 lines).
> > Hunk #15 succeeded at 3130 (offset -35 lines).
> > Hunk #16 succeeded at 3224 (offset 2 lines).
> > Hunk #17 succeeded at 3214 (offset -35 lines).
> > Hunk #18 succeeded at 3281 (offset 2 lines).
> > Hunk #19 succeeded at 3322 (offset -35 lines).
> > Hunk #20 succeeded at 3389 (offset 2 lines).
> > Hunk #21 succeeded at 3417 (offset -35 lines).
> > Hunk #22 succeeded at 3484 (offset 2 lines).
> > Hunk #23 succeeded at 3489 (offset -35 lines).
> > Hunk #24 succeeded at 3678 (offset 2 lines).
> > 2 out of 24 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > make[2]: *** [pcm_native.c] Error 1
>
> Check alsa-driver/HEAD file whether it contains the line
> aa7a6f525401fd6cbd845a6de7ff92654f723785 Refresh pcm_natvie.patch
>
> If not, grab alsa-driver-snapshot.tar.gz tarball again.
>
>
> Takashi
Hi Takashi,
the alsa-driver-snapshot still shows no update. So I downloaded the unstable version and I could find the line you mentioned there. Just tried compiling again and, as you thought, the error changed:
patching file pcm_native.c
Hunk #3 succeeded at 368 (offset 1 line).
Hunk #5 succeeded at 2802 (offset 2 lines).
Hunk #7 succeeded at 2883 (offset 2 lines).
Hunk #9 succeeded at 2925 (offset 2 lines).
Hunk #11 succeeded at 3037 (offset 2 lines).
Hunk #13 succeeded at 3108 (offset 2 lines).
Hunk #15 succeeded at 3134 (offset 2 lines).
Hunk #17 succeeded at 3218 (offset 2 lines).
patch: **** malformed patch at line 382: @@ -3118,7 +3327,14 @@ static struct vm_operations_struct snd_p
I guess my patch program *is* a bit strict :)
Thanks,
Lorenzo
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 18:30 ` Delusion's Master
@ 2009-09-22 20:13 ` Takashi Iwai
2009-09-22 20:48 ` Delusion's Master
0 siblings, 1 reply; 11+ messages in thread
From: Takashi Iwai @ 2009-09-22 20:13 UTC (permalink / raw)
To: Delusion's Master; +Cc: alsa-devel
At Tue, 22 Sep 2009 20:30:36 +0200,
Delusion's Master wrote:
>
> [1 <text/plain; Windows-1252 (quoted-printable)>]
>
> > Date: Tue, 22 Sep 2009 17:42:25 +0200
> > From: tiwai@suse.de
> > To: delusion_master@hotmail.com
> > CC: alsa-devel@alsa-project.org
> > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> >
> > At Tue, 22 Sep 2009 17:23:07 +0200,
> > Delusion's Master wrote:
> > >
> > >
> > > > Date: Tue, 22 Sep 2009 15:21:51 +0200
> > > > From: tiwai@suse.de
> > > > To: delusion_master@hotmail.com
> > > > CC: alsa-devel@alsa-project.org
> > > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > > >
> > > > At Tue, 22 Sep 2009 15:19:43 +0200,
> > > > Delusion's Master wrote:
> > > > >
> > > > >
> > > > > > Date: Tue, 22 Sep 2009 15:08:52 +0200
> > > > > > From: tiwai@suse.de
> > > > > > To: delusion_master@hotmail.com
> > > > > > CC: alsa-devel@alsa-project.org
> > > > > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > > > > >
> > > > > > At Tue, 22 Sep 2009 14:39:36 +0200,
> > > > > > Delusion's Master wrote:
> > > > > > >
> > > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> > > > > > >
> > > > > > > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> > > > > > >
> > > > > > > [..]
> > > > > > > copying file alsa-kernel/core/info.c
> > > > > > > patching file info.c
> > > > > > > copying file alsa-kernel/core/pcm.c
> > > > > > > patching file pcm.c
> > > > > > > Hunk #3 succeeded at 739 (offset 2 lines).
> > > > > > > Hunk #5 succeeded at 954 (offset 2 lines).
> > > > > > > Hunk #7 succeeded at 1045 (offset 2 lines).
> > > > > > > copying file alsa-kernel/core/pcm_native.c
> > > > > > > patching file pcm_native.c
> > > > > > > Hunk #4 succeeded at 1544 (offset -25 lines).
> > > > > > > Hunk #5 succeeded at 2827 (offset 12 lines).
> > > > > > > Hunk #6 succeeded at 2878 (offset 10 lines).
> > > > > > > Hunk #7 FAILED at 2906.
> > > > > > > Hunk #8 FAILED at 2922.
> > > > > > > Hunk #9 succeeded at 2915 (offset -23 lines).
> > > > > > > Hunk #10 succeeded at 3036 (offset 10 lines).
> > > > > > > Hunk #11 succeeded at 3027 (offset -23 lines).
> > > > > > > Hunk #12 succeeded at 3074 (offset 10 lines).
> > > > > > > Hunk #13 succeeded at 3098 (offset -23 lines).
> > > > > > > Hunk #14 succeeded at 3143 (offset 10 lines).
> > > > > > > Hunk #15 succeeded at 3124 (offset -23 lines).
> > > > > > > Hunk #16 succeeded at 3214 (offset 10 lines).
> > > > > > > Hunk #17 succeeded at 3208 (offset -23 lines).
> > > > > > > Hunk #18 succeeded at 3271 (offset 10 lines).
> > > > > > > Hunk #19 succeeded at 3304 (offset -23 lines).
> > > > > > > Hunk #20 succeeded at 3386 (offset 10 lines).
> > > > > > > Hunk #21 succeeded at 3411 (offset -23 lines).
> > > > > > > Hunk #22 succeeded at 3456 (offset 10 lines).
> > > > > > > Hunk #23 succeeded at 3450 (offset -23 lines).
> > > > > > > Hunk #24 succeeded at 3525 (offset 10 lines).
> > > > > > > Hunk #25 succeeded at 3644 (offset -23 lines).
> > > > > > > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > > > > > make[2]: *** [pcm_native.c] Error 1
> > > > > > >
> > > > > > >
> > > > > > > It's
> > > > > > > some days I get this, but I waited to report this since I thought it
> > > > > > > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > > > > > > snapshots didn't give me this problem, but I can't say which one broke
> > > > > > > the compilation, since I usually try updated snapshots only at kernel
> > > > > > > updates.
> > > > > > >
> > > > > > > I searched for this error and the only relevant report I could find is this one:
> > > > > > >
> > > > > > > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> > > > > > >
> > > > > > > a report from last April.
> > > > > > >
> > > > > > > What could the problem be?
> > > > > >
> > > > > > I seem to have overlooked the patch rejection because some patch
> > > > > > program is stricter than mine. Now I refreshed the relevant patch
> > > > > > file. Could you try the latest snapshot below again?
> > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> > > > > >
> > > > > >
> > > > > > Takashi
> > > > >
> > > > >
> > > > > Hi Takashi,
> > > > >
> > > > > thanks for your very quick reply!
> > > > > I just tried and I still get the same error -- the same hunks fail (7 and 8).
> > > >
> > > > Are you sure it's the VERY same error?
> > > > Give the exact error messages.
> > > >
> > > >
> > > > Takashi
> > >
> > >
> > > Here it is:
> > >
> > >
> > > [..]
> > > patching file pcm.c
> > > Hunk #2 succeeded at 925 (offset 15 lines).
> > > Hunk #4 succeeded at 953 (offset 15 lines).
> > > Hunk #5 succeeded at 993 (offset 1 line).
> > > copying file alsa-kernel/core/pcm_native.c
> > > patching file pcm_native.c
> > > Hunk #4 succeeded at 1543 (offset -33 lines).
> > > Hunk #6 succeeded at 2888 (offset 2 lines).
> > > Hunk #7 FAILED at 2916.
> > > Hunk #8 FAILED at 2932.
> > > Hunk #9 succeeded at 2921 (offset -35 lines).
> > > Hunk #10 succeeded at 3046 (offset 2 lines).
> > > Hunk #11 succeeded at 3033 (offset -35 lines).
> > > Hunk #12 succeeded at 3084 (offset 2 lines).
> > > Hunk #13 succeeded at 3104 (offset -35 lines).
> > > Hunk #14 succeeded at 3153 (offset 2 lines).
> > > Hunk #15 succeeded at 3130 (offset -35 lines).
> > > Hunk #16 succeeded at 3224 (offset 2 lines).
> > > Hunk #17 succeeded at 3214 (offset -35 lines).
> > > Hunk #18 succeeded at 3281 (offset 2 lines).
> > > Hunk #19 succeeded at 3322 (offset -35 lines).
> > > Hunk #20 succeeded at 3389 (offset 2 lines).
> > > Hunk #21 succeeded at 3417 (offset -35 lines).
> > > Hunk #22 succeeded at 3484 (offset 2 lines).
> > > Hunk #23 succeeded at 3489 (offset -35 lines).
> > > Hunk #24 succeeded at 3678 (offset 2 lines).
> > > 2 out of 24 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > make[2]: *** [pcm_native.c] Error 1
> >
> > Check alsa-driver/HEAD file whether it contains the line
> > aa7a6f525401fd6cbd845a6de7ff92654f723785 Refresh pcm_natvie.patch
> >
> > If not, grab alsa-driver-snapshot.tar.gz tarball again.
> >
> >
> > Takashi
>
>
> Hi Takashi,
>
> the alsa-driver-snapshot still shows no update.
Hm, strange. There might have been an error in the update, then.
I updated the snapshot again with other fixes, so try later again.
> So I downloaded the unstable version and I could find the line you mentioned there. Just tried compiling again and, as you thought, the error changed:
The unstable version is currently broken.
Takashi
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error patching file pcm_native.c
2009-09-22 20:13 ` Takashi Iwai
@ 2009-09-22 20:48 ` Delusion's Master
2024-11-20 7:17 ` [alsa-devel] " u413038
0 siblings, 1 reply; 11+ messages in thread
From: Delusion's Master @ 2009-09-22 20:48 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
> Date: Tue, 22 Sep 2009 22:13:36 +0200
> From: tiwai@suse.de
> To: delusion_master@hotmail.com
> CC: alsa-devel@alsa-project.org
> Subject: Re: [alsa-devel] Error patching file pcm_native.c
>
> At Tue, 22 Sep 2009 20:30:36 +0200,
> Delusion's Master wrote:
> >
> > [1 <text/plain; Windows-1252 (quoted-printable)>]
> >
> > > Date: Tue, 22 Sep 2009 17:42:25 +0200
> > > From: tiwai@suse.de
> > > To: delusion_master@hotmail.com
> > > CC: alsa-devel@alsa-project.org
> > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > >
> > > At Tue, 22 Sep 2009 17:23:07 +0200,
> > > Delusion's Master wrote:
> > > >
> > > >
> > > > > Date: Tue, 22 Sep 2009 15:21:51 +0200
> > > > > From: tiwai@suse.de
> > > > > To: delusion_master@hotmail.com
> > > > > CC: alsa-devel@alsa-project.org
> > > > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > > > >
> > > > > At Tue, 22 Sep 2009 15:19:43 +0200,
> > > > > Delusion's Master wrote:
> > > > > >
> > > > > >
> > > > > > > Date: Tue, 22 Sep 2009 15:08:52 +0200
> > > > > > > From: tiwai@suse.de
> > > > > > > To: delusion_master@hotmail.com
> > > > > > > CC: alsa-devel@alsa-project.org
> > > > > > > Subject: Re: [alsa-devel] Error patching file pcm_native.c
> > > > > > >
> > > > > > > At Tue, 22 Sep 2009 14:39:36 +0200,
> > > > > > > Delusion's Master wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > first of all I apologize in case you receive multiple copies of this message, but I forgot to specify a subject in the original mail.
> > > > > > > >
> > > > > > > > I have a problem compiling the latest alsa driver snapshots. Specifically, it's a problem when patching pcm_native.c:
> > > > > > > >
> > > > > > > > [..]
> > > > > > > > copying file alsa-kernel/core/info.c
> > > > > > > > patching file info.c
> > > > > > > > copying file alsa-kernel/core/pcm.c
> > > > > > > > patching file pcm.c
> > > > > > > > Hunk #3 succeeded at 739 (offset 2 lines).
> > > > > > > > Hunk #5 succeeded at 954 (offset 2 lines).
> > > > > > > > Hunk #7 succeeded at 1045 (offset 2 lines).
> > > > > > > > copying file alsa-kernel/core/pcm_native.c
> > > > > > > > patching file pcm_native.c
> > > > > > > > Hunk #4 succeeded at 1544 (offset -25 lines).
> > > > > > > > Hunk #5 succeeded at 2827 (offset 12 lines).
> > > > > > > > Hunk #6 succeeded at 2878 (offset 10 lines).
> > > > > > > > Hunk #7 FAILED at 2906.
> > > > > > > > Hunk #8 FAILED at 2922.
> > > > > > > > Hunk #9 succeeded at 2915 (offset -23 lines).
> > > > > > > > Hunk #10 succeeded at 3036 (offset 10 lines).
> > > > > > > > Hunk #11 succeeded at 3027 (offset -23 lines).
> > > > > > > > Hunk #12 succeeded at 3074 (offset 10 lines).
> > > > > > > > Hunk #13 succeeded at 3098 (offset -23 lines).
> > > > > > > > Hunk #14 succeeded at 3143 (offset 10 lines).
> > > > > > > > Hunk #15 succeeded at 3124 (offset -23 lines).
> > > > > > > > Hunk #16 succeeded at 3214 (offset 10 lines).
> > > > > > > > Hunk #17 succeeded at 3208 (offset -23 lines).
> > > > > > > > Hunk #18 succeeded at 3271 (offset 10 lines).
> > > > > > > > Hunk #19 succeeded at 3304 (offset -23 lines).
> > > > > > > > Hunk #20 succeeded at 3386 (offset 10 lines).
> > > > > > > > Hunk #21 succeeded at 3411 (offset -23 lines).
> > > > > > > > Hunk #22 succeeded at 3456 (offset 10 lines).
> > > > > > > > Hunk #23 succeeded at 3450 (offset -23 lines).
> > > > > > > > Hunk #24 succeeded at 3525 (offset 10 lines).
> > > > > > > > Hunk #25 succeeded at 3644 (offset -23 lines).
> > > > > > > > 2 out of 25 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > > > > > > make[2]: *** [pcm_native.c] Error 1
> > > > > > > >
> > > > > > > >
> > > > > > > > It's
> > > > > > > > some days I get this, but I waited to report this since I thought it
> > > > > > > > could be a temporary problem. My OS is Fedora 11 x86_64. Previous
> > > > > > > > snapshots didn't give me this problem, but I can't say which one broke
> > > > > > > > the compilation, since I usually try updated snapshots only at kernel
> > > > > > > > updates.
> > > > > > > >
> > > > > > > > I searched for this error and the only relevant report I could find is this one:
> > > > > > > >
> > > > > > > > http://mailman.alsa-project.org/pipermail/alsa-devel/2009-April/016420.html
> > > > > > > >
> > > > > > > > a report from last April.
> > > > > > > >
> > > > > > > > What could the problem be?
> > > > > > >
> > > > > > > I seem to have overlooked the patch rejection because some patch
> > > > > > > program is stricter than mine. Now I refreshed the relevant patch
> > > > > > > file. Could you try the latest snapshot below again?
> > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
> > > > > > >
> > > > > > >
> > > > > > > Takashi
> > > > > >
> > > > > >
> > > > > > Hi Takashi,
> > > > > >
> > > > > > thanks for your very quick reply!
> > > > > > I just tried and I still get the same error -- the same hunks fail (7 and 8).
> > > > >
> > > > > Are you sure it's the VERY same error?
> > > > > Give the exact error messages.
> > > > >
> > > > >
> > > > > Takashi
> > > >
> > > >
> > > > Here it is:
> > > >
> > > >
> > > > [..]
> > > > patching file pcm.c
> > > > Hunk #2 succeeded at 925 (offset 15 lines).
> > > > Hunk #4 succeeded at 953 (offset 15 lines).
> > > > Hunk #5 succeeded at 993 (offset 1 line).
> > > > copying file alsa-kernel/core/pcm_native.c
> > > > patching file pcm_native.c
> > > > Hunk #4 succeeded at 1543 (offset -33 lines).
> > > > Hunk #6 succeeded at 2888 (offset 2 lines).
> > > > Hunk #7 FAILED at 2916.
> > > > Hunk #8 FAILED at 2932.
> > > > Hunk #9 succeeded at 2921 (offset -35 lines).
> > > > Hunk #10 succeeded at 3046 (offset 2 lines).
> > > > Hunk #11 succeeded at 3033 (offset -35 lines).
> > > > Hunk #12 succeeded at 3084 (offset 2 lines).
> > > > Hunk #13 succeeded at 3104 (offset -35 lines).
> > > > Hunk #14 succeeded at 3153 (offset 2 lines).
> > > > Hunk #15 succeeded at 3130 (offset -35 lines).
> > > > Hunk #16 succeeded at 3224 (offset 2 lines).
> > > > Hunk #17 succeeded at 3214 (offset -35 lines).
> > > > Hunk #18 succeeded at 3281 (offset 2 lines).
> > > > Hunk #19 succeeded at 3322 (offset -35 lines).
> > > > Hunk #20 succeeded at 3389 (offset 2 lines).
> > > > Hunk #21 succeeded at 3417 (offset -35 lines).
> > > > Hunk #22 succeeded at 3484 (offset 2 lines).
> > > > Hunk #23 succeeded at 3489 (offset -35 lines).
> > > > Hunk #24 succeeded at 3678 (offset 2 lines).
> > > > 2 out of 24 hunks FAILED -- saving rejects to file pcm_native.c.rej
> > > > make[2]: *** [pcm_native.c] Error 1
> > >
> > > Check alsa-driver/HEAD file whether it contains the line
> > > aa7a6f525401fd6cbd845a6de7ff92654f723785 Refresh pcm_natvie.patch
> > >
> > > If not, grab alsa-driver-snapshot.tar.gz tarball again.
> > >
> > >
> > > Takashi
> >
> >
> > Hi Takashi,
> >
> > the alsa-driver-snapshot still shows no update.
>
> Hm, strange. There might have been an error in the update, then.
> I updated the snapshot again with other fixes, so try later again.
>
> > So I downloaded the unstable version and I could find the line you mentioned there. Just tried compiling again and, as you thought, the error changed:
>
> The unstable version is currently broken.
>
>
> Takashi
Ok, the snapshot is updated now, and compiled fine!
Thanks for your help,
Lorenzo
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [alsa-devel] Error patching file pcm_native.c
2009-09-22 20:48 ` Delusion's Master
@ 2024-11-20 7:17 ` u413038
0 siblings, 0 replies; 11+ messages in thread
From: u413038 @ 2024-11-20 7:17 UTC (permalink / raw)
To: alsa-devel
Hi,
The issue seems related to mismatched offsets in the patching process, likely due to differences between your snapshot and the intended source files. Try ensuring your alsa-kernel source matches the version expected by the snapshot. Alternatively, check for recent updates or fixes in the ALSA mailing lists. If the issue persists, you may need to manually adjust the failed hunks in pcm_native.c.rej. http://therutificador.cl/
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-11-20 7:18 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 12:39 Error patching file pcm_native.c Delusion's Master
2009-09-22 13:08 ` Takashi Iwai
2009-09-22 13:19 ` Delusion's Master
2009-09-22 13:21 ` Takashi Iwai
2009-09-22 15:23 ` Delusion's Master
2009-09-22 15:42 ` Takashi Iwai
2009-09-22 16:01 ` Delusion's Master
2009-09-22 18:30 ` Delusion's Master
2009-09-22 20:13 ` Takashi Iwai
2009-09-22 20:48 ` Delusion's Master
2024-11-20 7:17 ` [alsa-devel] " u413038
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.