* [Buildroot] mpfr-2.4.1.patch not found
@ 2009-09-24 6:12 Ormund Williams
2009-09-24 6:36 ` Austin Foxley
0 siblings, 1 reply; 8+ messages in thread
From: Ormund Williams @ 2009-09-24 6:12 UTC (permalink / raw)
To: buildroot
I'm getting this error on a clean build:
bzcat ./../dl/mpfr-2.4.1.tar.bz2 | tar -C .../buildroot/output/toolchain -xf -
toolchain/patch-kernel.sh .../buildroot/output/toolchain/mpfr-2.4.1 package/mpfr/ \*.patch
cp -f package/gnuconfig/config.sub package/gnuconfig/config.guess .../buildroot/output/toolchain/mpfr-2.4.1
( cd .../buildroot/output/toolchain/mpfr-2.4.1; patch -p1 -N -Z < ./../dl/mpfr-2.4.1.patch; )
/bin/sh: ./../dl/mpfr-2.4.1.patch: No such file or directory
make: *** [.../buildroot/output/toolchain/mpfr-2.4.1/.unpacked] Error 1
Where is this patch suppose to come from?
--
Ormund Williams
OrmLab LLC
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] mpfr-2.4.1.patch not found
2009-09-24 6:12 [Buildroot] mpfr-2.4.1.patch not found Ormund Williams
@ 2009-09-24 6:36 ` Austin Foxley
2009-09-24 6:38 ` Austin Foxley
2009-09-24 10:27 ` Peter Korsgaard
0 siblings, 2 replies; 8+ messages in thread
From: Austin Foxley @ 2009-09-24 6:36 UTC (permalink / raw)
To: buildroot
On 09/23/2009 11:12 PM, Ormund Williams wrote:
> /bin/sh: ./../dl/mpfr-2.4.1.patch: No such file or directory
> make: *** [.../buildroot/output/toolchain/mpfr-2.4.1/.unpacked] Error 1
>
> Where is this patch suppose to come from?
http://www.mpfr.org/mpfr-2.4.1/mpfr-2.4.1.patch I would think, but that gives me
a 404 currently.
-Austin
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] mpfr-2.4.1.patch not found
2009-09-24 6:36 ` Austin Foxley
@ 2009-09-24 6:38 ` Austin Foxley
2009-09-24 10:27 ` Peter Korsgaard
1 sibling, 0 replies; 8+ messages in thread
From: Austin Foxley @ 2009-09-24 6:38 UTC (permalink / raw)
To: buildroot
On 09/23/2009 11:36 PM, Austin Foxley wrote:
> On 09/23/2009 11:12 PM, Ormund Williams wrote:
>> /bin/sh: ./../dl/mpfr-2.4.1.patch: No such file or directory
>> make: *** [.../buildroot/output/toolchain/mpfr-2.4.1/.unpacked] Error 1
>>
>> Where is this patch suppose to come from?
>
> http://www.mpfr.org/mpfr-2.4.1/mpfr-2.4.1.patch I would think, but that gives me
> a 404 currently.
Hmmm, looks like they renamed this file to:
http://www.mpfr.org/mpfr-2.4.1/patches
-Austin
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] mpfr-2.4.1.patch not found
2009-09-24 6:36 ` Austin Foxley
2009-09-24 6:38 ` Austin Foxley
@ 2009-09-24 10:27 ` Peter Korsgaard
2009-09-24 14:40 ` Emmanuel Riou
[not found] ` <4ABB81D2.4060602@gmail.com>
1 sibling, 2 replies; 8+ messages in thread
From: Peter Korsgaard @ 2009-09-24 10:27 UTC (permalink / raw)
To: buildroot
>>>>> "Austin" == Austin Foxley <austinf@cetoncorp.com> writes:
Austin> On 09/23/2009 11:12 PM, Ormund Williams wrote:
>> /bin/sh: ./../dl/mpfr-2.4.1.patch: No such file or directory
>> make: *** [.../buildroot/output/toolchain/mpfr-2.4.1/.unpacked] Error 1
>>
>> Where is this patch suppose to come from?
Austin> http://www.mpfr.org/mpfr-2.4.1/mpfr-2.4.1.patch I would think, but that gives me
Austin> a 404 currently.
http://www.mpfr.org/mpfr-2.4.1/patches to be exact, but we rename that
unlucky filename to mpfr-2.4.1.patch after downloading (see mpfr.mk).
It's on the mirror as well:
http://buildroot.net/downloads/sources/mpfr-2.4.1.patch
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] mpfr-2.4.1.patch not found
2009-09-24 10:27 ` Peter Korsgaard
@ 2009-09-24 14:40 ` Emmanuel Riou
[not found] ` <4ABB81D2.4060602@gmail.com>
1 sibling, 0 replies; 8+ messages in thread
From: Emmanuel Riou @ 2009-09-24 14:40 UTC (permalink / raw)
To: buildroot
Peter Korsgaard wrote:
>>>>>> "Austin" == Austin Foxley <austinf@cetoncorp.com> writes:
>
> Austin> On 09/23/2009 11:12 PM, Ormund Williams wrote:
> >> /bin/sh: ./../dl/mpfr-2.4.1.patch: No such file or directory
> >> make: *** [.../buildroot/output/toolchain/mpfr-2.4.1/.unpacked] Error 1
> >>
> >> Where is this patch suppose to come from?
>
> Austin> http://www.mpfr.org/mpfr-2.4.1/mpfr-2.4.1.patch I would think, but that gives me
> Austin> a 404 currently.
>
> http://www.mpfr.org/mpfr-2.4.1/patches to be exact, but we rename that
> unlucky filename to mpfr-2.4.1.patch after downloading (see mpfr.mk).
>
> It's on the mirror as well:
>
> http://buildroot.net/downloads/sources/mpfr-2.4.1.patch
>
I have just experienced the problem. It looks like this is a relative
path issue actually:
When you look at mpfr.mk the patch command is the following:
( cd $(MPFR_DIR); patch -p1 -N -Z < $(MPFR_PATCH_SOURCE); )
with MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE) which is replaced
in my case by ./dl/mpfr-2.4.1.patch where it should be an absolute path.
Emmanuel.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] mpfr-2.4.1.patch not found
[not found] ` <4ABB81D2.4060602@gmail.com>
@ 2009-09-24 15:19 ` Peter Korsgaard
2009-09-24 15:32 ` Emmanuel Riou
2009-09-24 18:54 ` Ormund Williams
0 siblings, 2 replies; 8+ messages in thread
From: Peter Korsgaard @ 2009-09-24 15:19 UTC (permalink / raw)
To: buildroot
>>>>> "Emmanuel" == Emmanuel Riou <riou.emmanuel@googlemail.com> writes:
Hi,
Emmanuel> I have just experienced the same problem. It looks like this
Emmanuel> is a relative path issue actually: When you look at mpfr.mk
Emmanuel> the patch command is the following: ( cd $(MPFR_DIR); patch
Emmanuel> -p1 -N -Z < $(MPFR_PATCH_SOURCE); ) with
Emmanuel> MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE) which is
Emmanuel> replaced
You're right, that's a drop out from the recent dl dir move patch. I
didn't notice as I have BUILDROOT_DL_DIR defined in my environment to an
absolute patch.
I have fixed it in git (bdccd7b2e67cc) - Thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] mpfr-2.4.1.patch not found
2009-09-24 15:19 ` Peter Korsgaard
@ 2009-09-24 15:32 ` Emmanuel Riou
2009-09-24 18:54 ` Ormund Williams
1 sibling, 0 replies; 8+ messages in thread
From: Emmanuel Riou @ 2009-09-24 15:32 UTC (permalink / raw)
To: buildroot
Peter Korsgaard wrote:
>>>>>> "Emmanuel" == Emmanuel Riou <riou.emmanuel@googlemail.com> writes:
>
Hi!
> Hi,
>
> Emmanuel> I have just experienced the same problem. It looks like this
> Emmanuel> is a relative path issue actually: When you look at mpfr.mk
> Emmanuel> the patch command is the following: ( cd $(MPFR_DIR); patch
> Emmanuel> -p1 -N -Z < $(MPFR_PATCH_SOURCE); ) with
> Emmanuel> MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE) which is
> Emmanuel> replaced
>
> You're right, that's a drop out from the recent dl dir move patch. I
> didn't notice as I have BUILDROOT_DL_DIR defined in my environment to an
> absolute patch.
>
> I have fixed it in git (bdccd7b2e67cc) - Thanks!
Many thanks for the fix!
Emmanuel.
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] mpfr-2.4.1.patch not found
2009-09-24 15:19 ` Peter Korsgaard
2009-09-24 15:32 ` Emmanuel Riou
@ 2009-09-24 18:54 ` Ormund Williams
1 sibling, 0 replies; 8+ messages in thread
From: Ormund Williams @ 2009-09-24 18:54 UTC (permalink / raw)
To: buildroot
On Thu, 2009-09-24 at 17:19 +0200, Peter Korsgaard wrote:
> >>>>> "Emmanuel" == Emmanuel Riou <riou.emmanuel@googlemail.com> writes:
>
> Hi,
>
> Emmanuel> I have just experienced the same problem. It looks like this
> Emmanuel> is a relative path issue actually: When you look at mpfr.mk
> Emmanuel> the patch command is the following: ( cd $(MPFR_DIR); patch
> Emmanuel> -p1 -N -Z < $(MPFR_PATCH_SOURCE); ) with
> Emmanuel> MPFR_PATCH_SOURCE:=$(DL_DIR)/$(MPFR_PATCH_FILE) which is
> Emmanuel> replaced
>
> You're right, that's a drop out from the recent dl dir move patch. I
> didn't notice as I have BUILDROOT_DL_DIR defined in my environment to an
> absolute patch.
>
> I have fixed it in git (bdccd7b2e67cc) - Thanks!
>
Thanks, this had me confused since the patch was in my dl directory.
--
Ormund Williams
OrmLab LLC
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-09-24 18:54 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-24 6:12 [Buildroot] mpfr-2.4.1.patch not found Ormund Williams
2009-09-24 6:36 ` Austin Foxley
2009-09-24 6:38 ` Austin Foxley
2009-09-24 10:27 ` Peter Korsgaard
2009-09-24 14:40 ` Emmanuel Riou
[not found] ` <4ABB81D2.4060602@gmail.com>
2009-09-24 15:19 ` Peter Korsgaard
2009-09-24 15:32 ` Emmanuel Riou
2009-09-24 18:54 ` Ormund Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox