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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60580): https://lists.yoctoproject.org/g/yocto/message/60580
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