All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1
@ 2018-05-11 10:53 ***** *****
  2018-05-11 11:52 ` Carlos Santos
  0 siblings, 1 reply; 4+ messages in thread
From: ***** ***** @ 2018-05-11 10:53 UTC (permalink / raw)
  To: buildroot


--2018-05-11 10:40:40--? ?
http://downloads.digium.com/pu b/telephony/firmware/releases/ dahdi-fw-te436-10017.tar.gz
Resolving proxy.telros.lan (proxy.myname.lan)... 192.35.10.45
Connecting to proxy.telros.lan (proxy.myname.lan)|192.35.10.4 5|:2020... ?
connected.
Proxy request sent, awaiting response... 200 OK
Length: 210601 (206K) [application/x-gzip]
Saving to: ?
'/buildroot/output/build/.dahd i-fw-te436-10017.tar.gz.s6cXtq /output'

/buildroot/output/build/.dahdi -fw-te436- ?
100%[========================= ============================== ==========================>] ?
205.67K? --.-KB/s? ? in 0.05s

2018-05-11 10:40:40 (4.20 MB/s) - ?
'/buildroot/output/build/.dahd i-fw-te436-10017.tar.gz.s6cXtq /output' ?
saved [210601/210601]

dahdi-fw-te436-10017.tar.gz: OK (sha256: ?
0980f4a8d191c6872aa27d97175804 6f0e7827ac161549f2cc1b0eeab0ae 9333)
>>> dahdi-linux 2.11.1 Extracting
gzip -d -c /buildroot/dl/dahdi-linux/dahd i-linux-2.11.1.tar.gz | tar ?
--strip-components=1 -C /buildroot/output/build/dahdi- linux-2.11.1? ?-xf ?
-
cp "/buildroot/dl"/dahdi-fwload-v pmadt032-1.25.0.tar.gz ?
/buildroot/output/build/dahdi- linux-2.11.1/drivers/dahdi/fir mware/dahdi-fwload-vpmadt032- 1.25.0.tar.gz
cp: cannot stat '/buildroot/dl/dahdi-fwload-vp madt032-1.25.0.tar.gz': No ?
such file or directory
package/ pkg-generic.mk:156 : recipe for target ?
'/buildroot/output/build/dahdi -linux-2.11.1/.stamp_extracted ' failed
make: *** [/buildroot/output/build/dahdi -linux-2.11.1/.stamp_extracted ]
Error 1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180511/cbf6300f/attachment.html>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1
  2018-05-11 10:53 [Buildroot] BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1 ***** *****
@ 2018-05-11 11:52 ` Carlos Santos
  2018-05-11 11:58   ` ***** *****
  2018-05-11 12:15   ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Carlos Santos @ 2018-05-11 11:52 UTC (permalink / raw)
  To: buildroot

> From: "***** *****" <zyama.abel@mail.ru>
> To: "buildroot" <buildroot@busybox.net>
> Sent: Friday, May 11, 2018 7:53:40 AM
> Subject: [Buildroot] BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1

> --2018-05-11 10:40:40--
> [
> http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te436-10017.tar.gz
> |
> http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te436-10017.tar.gz
> ]
> Resolving proxy.telros.lan (proxy.myname.lan)... 192.35.10.45
> Connecting to proxy.telros.lan (proxy.myname.lan)|192.35.10.45|:2020...
> connected.
> Proxy request sent, awaiting response... 200 OK
> Length: 210601 (206K) [application/x-gzip]
> Saving to:
> '/buildroot/output/build/.dahdi-fw-te436-10017.tar.gz.s6cXtq/output'

> /buildroot/output/build/.dahdi-fw-te436-
> 100%[=================================================================================>]
> 205.67K --.-KB/s in 0.05s

> 2018-05-11 10:40:40 (4.20 MB/s) -
> '/buildroot/output/build/.dahdi-fw-te436-10017.tar.gz.s6cXtq/output'
> saved [210601/210601]

> dahdi-fw-te436-10017.tar.gz: OK (sha256:
> 0980f4a8d191c6872aa27d971758046f0e7827ac161549f2cc1b0eeab0ae9333)
> >>> dahdi-linux 2.11.1 Extracting
> gzip -d -c /buildroot/dl/dahdi-linux/dahdi-linux-2.11.1.tar.gz | tar
> --strip-components=1 -C /buildroot/output/build/dahdi-linux-2.11.1 -xf
> -
> cp "/buildroot/dl"/dahdi-fwload-vpmadt032-1.25.0.tar.gz
> /buildroot/output/build/dahdi-linux-2.11.1/drivers/dahdi/firmware/dahdi-fwload-vpmadt032-1.25.0.tar.gz
> cp: cannot stat '/buildroot/dl/dahdi-fwload-vpmadt032-1.25.0.tar.gz': No
> such file or directory
> package/ [ http://pkg-generic.mk:156/ | pkg-generic.mk:156 ] : recipe for target
> '/buildroot/output/build/dahdi-linux-2.11.1/.stamp_extracted' failed
> make: *** [/buildroot/output/build/dahdi-linux-2.11.1/.stamp_extracted]
> Error 1

[CC Yann]

The dahdi-linux recipe is boken since commit 514291f39ef06, AFAICT.
Notice that it attempts to copy from $(BR2_DL_DIR)/$(f) while it
should copy from $(BR2_DL_DIR)/dahdi-linux/$(f).

-- 
Carlos Santos (Casantos) - DATACOM, P&D
?Marched towards the enemy, spear upright, armed with the certainty
that only the ignorant can have.? ? Epitaph of a volunteer

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot]  BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1
  2018-05-11 11:52 ` Carlos Santos
@ 2018-05-11 11:58   ` ***** *****
  2018-05-11 12:15   ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: ***** ***** @ 2018-05-11 11:58 UTC (permalink / raw)
  To: buildroot

Thank you. I know about $(BR2_DL_DIR)/dahdi-linux/$(f)


???????, 11 ??? 2018, 14:52 +03:00 ?? Carlos Santos <casantos@datacom.ind.br>:
>> From: "***** *****" < zyama.abel@mail.ru >
>> To: "buildroot" < buildroot@busybox.net >
>> Sent: Friday, May 11, 2018 7:53:40 AM
>> Subject: [Buildroot] BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1
>
>> --2018-05-11 10:40:40--
>> [
>>  http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te436-10017.tar.gz
>> |
>>  http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te436-10017.tar.gz
>> ]
>> Resolving proxy.telros.lan (proxy.myname.lan)... 192.35.10.45
>> Connecting to proxy.telros.lan (proxy.myname.lan)|192.35.10.45|:2020...
>> connected.
>> Proxy request sent, awaiting response... 200 OK
>> Length: 210601 (206K) [application/x-gzip]
>> Saving to:
>> '/buildroot/output/build/.dahdi-fw-te436-10017.tar.gz.s6cXtq/output'
>
>> /buildroot/output/build/.dahdi-fw-te436-
>> 100%[=================================================================================>]
>> 205.67K --.-KB/s in 0.05s
>
>> 2018-05-11 10:40:40 (4.20 MB/s) -
>> '/buildroot/output/build/.dahdi-fw-te436-10017.tar.gz.s6cXtq/output'
>> saved [210601/210601]
>
>> dahdi-fw-te436-10017.tar.gz: OK (sha256:
>> 0980f4a8d191c6872aa27d971758046f0e7827ac161549f2cc1b0eeab0ae9333)
>> >>> dahdi-linux 2.11.1 Extracting
>> gzip -d -c /buildroot/dl/dahdi-linux/dahdi-linux-2.11.1.tar.gz | tar
>> --strip-components=1 -C /buildroot/output/build/dahdi-linux-2.11.1 -xf
>> -
>> cp "/buildroot/dl"/dahdi-fwload-vpmadt032-1.25.0.tar.gz
>> /buildroot/output/build/dahdi-linux-2.11.1/drivers/dahdi/firmware/dahdi-fwload-vpmadt032-1.25.0.tar.gz
>> cp: cannot stat '/buildroot/dl/dahdi-fwload-vpmadt032-1.25.0.tar.gz': No
>> such file or directory
>> package/ [  http://pkg-generic.mk:156/ | pkg-generic.mk:156 ] : recipe for target
>> '/buildroot/output/build/dahdi-linux-2.11.1/.stamp_extracted' failed
>> make: *** [/buildroot/output/build/dahdi-linux-2.11.1/.stamp_extracted]
>> Error 1
>
>[CC Yann]
>
>The dahdi-linux recipe is boken since commit 514291f39ef06, AFAICT.
>Notice that it attempts to copy from $(BR2_DL_DIR)/$(f) while it
>should copy from $(BR2_DL_DIR)/dahdi-linux/$(f).
>
>-- 
>Carlos Santos (Casantos) - DATACOM, P&D
>?Marched towards the enemy, spear upright, armed with the certainty
>that only the ignorant can have.? ? Epitaph of a volunteer



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180511/989ce026/attachment.html>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1
  2018-05-11 11:52 ` Carlos Santos
  2018-05-11 11:58   ` ***** *****
@ 2018-05-11 12:15   ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-05-11 12:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 11 May 2018 08:52:14 -0300 (BRT), Carlos Santos wrote:

> [CC Yann]
> 
> The dahdi-linux recipe is boken since commit 514291f39ef06, AFAICT.
> Notice that it attempts to copy from $(BR2_DL_DIR)/$(f) while it
> should copy from $(BR2_DL_DIR)/dahdi-linux/$(f).

It should use $(DADHI_LINUX_DL_DIR) instead of $(BR2_DL_DIR). It was
apparently missed in the conversion to use <pkg>_DL_DIR, as a
preparation to the download infra rework.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-11 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 10:53 [Buildroot] BUG: BR-2018.05-rc1 cannot build dahdi-linux 2.11.1 ***** *****
2018-05-11 11:52 ` Carlos Santos
2018-05-11 11:58   ` ***** *****
2018-05-11 12:15   ` Thomas Petazzoni

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.