Fixed.
Switching to some other tarball is not done when the source repo is available.
Thanks for fixing.
2 May 2023 - 19:44
Fixed.
Switching to some other tarball is not done when the source repo is available.
Thanks for fixing.
2 May 2023 - 18:57
I'll be home in 30 minutes or so, then I can test.
No worries, I just changed the SRC line to this:
SRC_URI = "https://dev.alpinelinux.org/archive/${BPN}/${BP}.tar.bz2 \
Then the image built fine.
2 May 2023 - 18:15
No, that has already been done, I thought the question was related to upgrading the version.
I tried it about 20 minutes ago and it still failed with openresolv error, I ended up changing the SRC line in the bb file to a different url and it then worked.
2 May 2023 - 17:51
Is in the pipeline. This change I could do remotely without having to test it first.
Do you mean pointing to the url where openresolv exists?
2 May 2023 - 17:31
Initialising tasks: 100% |#########################################################| Time: 0:00:07
Sstate summary: Wanted 1674 Local 0 Network 0 Missed 1674 Current 550 (0% match, 24% complete)
NOTE: Executing Tasks
ERROR: openresolv-3.5.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/NetworkConfiguration/openresolv.git;protocol=https'. Please set a valid SRCREV for url ['SRCREV_default_pn-openresolv', 'SRCREV_default', 'SRCREV_pn-openresolv', 'SRCREV'] (possible key names are git://github.com/NetworkConfiguration/openresolv.git;protocol=https, or use a ;rev=X URL parameter)
ERROR: Logfile of failure stored in: /home/frank/OpenPLi/openpli-oe-core/build/tmp/work/all-oe-linux/openresolv/3.5.2-r0/temp/log.do_fetch.9473
ERROR: Task (/home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2631 tasks of which 2588 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/frank/OpenPLi/openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb:do_fetch
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [Makefile:131: image] Erro 1
frank@frank-X99:~/OpenPLi/openpli-oe-core$
I get the same error, it's down to this file:
openpli-oe-core/meta-openpli/recipes-connectivity/openresolv/openresolv_3.5.2.bb
It's trying to download from a url that no longer exists - from http://roy.marples.name/downloads/....
The bb file needs to be updated to point to a url where you can get openresolve-3.5.2-r0.tar.bz and the md5 sum and sha will probably also need udated if getting from elsewhere.