Ah, I didn't realise there was a logfile for that.

For future reference, it uses
https://github.com/yoctoproject/poky/blob/kirkstone/bitbake/lib/bb/fetch2/__init__.py#L1116
to run through a list of atlernates, eventually settling on
http://downloads.yoctoproject.org/mirror/sources/gsoap_2.8.106.zip

Thanks.

On Sat, Jul 15, 2023 at 7:29 AM Alexander Kanavin
<[email protected]> wrote:
>
> You perhaps could check log.do_fetch to see precisely where the file
> is being downloaded from.
>
> Alex
>
> On Fri, 14 Jul 2023 at 21:24, Tom Isaacson <[email protected]> wrote:
> >
> > I'm looking at the Kirkstone recipe for gsoap
> > http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb?h=kirkstone
> > and it downloads from:
> > SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}2/${BPN}_${PV}.zip
> >
> > SOURCEFORGE_MIRROR is defined in poky/meta/conf/bitbake.conf:
> > SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net";
> > BPN = "gsoap"
> > so the URL is:
> > https://downloads.sourceforge.net/gsoap2/gsoap_2.8.106.zip
> >
> > But this doesn't exist:
> > $ wget https://downloads.sourceforge.net/gsoap2/gsoap_2.8.106.zip
> > --2023-07-15 07:23:40--
> > https://downloads.sourceforge.net/gsoap2/gsoap_2.8.106.zip
> > Resolving downloads.sourceforge.net (downloads.sourceforge.net)...
> > 204.68.111.105
> > Connecting to downloads.sourceforge.net
> > (downloads.sourceforge.net)|204.68.111.105|:443... connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2023-07-15 07:23:40 ERROR 404: Not Found.
> >
> > So where is the build getting the file? Does SOURCEFORGE_MIRROR fall
> > back to a different location?
> >
> > --
> > Tom Isaacson
> >
> > 
> >



-- 
Tom Isaacson
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60582): https://lists.yoctoproject.org/g/yocto/message/60582
Mute This Topic: https://lists.yoctoproject.org/mt/100148132/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to