1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64 |
+ export BPO_JOB_ID=263591
+ BPO_JOB_ID=263591
+ ./pmbootstrap/pmbootstrap.py -m http://dl-2.alpinelinux.org/alpine/ -mp https://build.postmarketos.org/wip/ -mp http://postmarketos1.brixit.nl/postmarketos/ --aports=/home/build/pmaports --no-ccache --timeout 900 --details-to-stdout build --no-depends --strict --arch x86 --force postmarketos-ui-plasma-mobile
(002358) [17:47:30] % cd /home/build/pmaports; git remote -v
origin https://gitlab.com/postmarketOS/pmaports.git/ (fetch)
origin https://gitlab.com/postmarketOS/pmaports.git/ (push)
(002358) [17:47:30] % cd /home/build/pmaports; git show origin/master:channels.cfg
# Reference: https://postmarketos.org/channels.cfg
[channels.cfg]
recommended=edge
[edge]
description=Rolling release channel
branch_pmaports=master
branch_aports=master
mirrordir_alpine=edge
[stable]
description=Stable release channel (first beta v20.05, does not have many devices yet)
branch_pmaports=v20.05
branch_aports=3.12-stable
mirrordir_alpine=v3.12
(002358) [17:47:30] Shutdown complete
(002358) [17:47:30] Calculate work folder size
(002358) [17:47:30] % sudo du --summarize --block-size=1 /home/build/.local/var/pmbootstrap
20480 /home/build/.local/var/pmbootstrap
(002358) [17:47:30] Shutdown complete
(002358) [17:47:30] % sudo du --summarize --block-size=1 /home/build/.local/var/pmbootstrap
20480 /home/build/.local/var/pmbootstrap
(002358) [17:47:30] Cleared up ~0 MB of space
(002358) [17:47:30] APKINDEX outdated (file does not exist yet): https://build.postmarketos.org/wip/master/x86/APKINDEX.tar.gz
(002358) [17:47:30] APKINDEX outdated (file does not exist yet): http://postmarketos1.brixit.nl/postmarketos/master/x86/APKINDEX.tar.gz
(002358) [17:47:30] APKINDEX outdated (file does not exist yet): http://dl-2.alpinelinux.org/alpine/edge/main/x86/APKINDEX.tar.gz
(002358) [17:47:30] APKINDEX outdated (file does not exist yet): http://dl-2.alpinelinux.org/alpine/edge/community/x86/APKINDEX.tar.gz
(002358) [17:47:30] APKINDEX outdated (file does not exist yet): http://dl-2.alpinelinux.org/alpine/edge/testing/x86/APKINDEX.tar.gz
(002358) [17:47:30] Update package index for x86 (5 file(s))
(002358) [17:47:30] % mkdir -p /home/build/.local/var/pmbootstrap/cache_http
(002358) [17:47:30] Download https://build.postmarketos.org/wip/master/x86/APKINDEX.tar.gz
(002358) [17:47:31] % sudo mkdir -p /home/build/.local/var/pmbootstrap/cache_apk_x86
(002358) [17:47:31] % sudo cp /home/build/.local/var/pmbootstrap/cache_http/APKINDEX_1423bf93f4d22b905a01e068fa6ddcc0d8a2546dc206941669110de37aefb1e3 /home/build/.local/var/pmbootstrap/cache_apk_x86/APKINDEX.73602495.tar.gz
(002358) [17:47:31] Download http://postmarketos1.brixit.nl/postmarketos/master/x86/APKINDEX.tar.gz
(002358) [17:47:31] WARNING: file not found: http://postmarketos1.brixit.nl/postmarketos/master/x86/APKINDEX.tar.gz
(002358) [17:47:31] Download http://dl-2.alpinelinux.org/alpine/edge/main/x86/APKINDEX.tar.gz
(002358) [17:47:31] % sudo cp /home/build/.local/var/pmbootstrap/cache_http/APKINDEX_0f174720f00d5e15a6f82d91226eee5292ce6cf2e0235cb316e8cb14378c1fce /home/build/.local/var/pmbootstrap/cache_apk_x86/APKINDEX.ffff1b13.tar.gz
(002358) [17:47:31] Download http://dl-2.alpinelinux.org/alpine/edge/community/x86/APKINDEX.tar.gz
(002358) [17:47:31] % sudo cp /home/build/.local/var/pmbootstrap/cache_http/APKINDEX_99820dfa5b92d0e67955eb4d5b2f25a4c42f0af7735995480853b511f03c9999 /home/build/.local/var/pmbootstrap/cache_apk_x86/APKINDEX.f03f5bfd.tar.gz
(002358) [17:47:31] Download http://dl-2.alpinelinux.org/alpine/edge/testing/x86/APKINDEX.tar.gz
(002358) [17:47:31] % sudo cp /home/build/.local/var/pmbootstrap/cache_http/APKINDEX_b220f0cf3f6684b19c795eebfbb6ef89d3cb15bf79ef7270fc5965dca5d8c98f /home/build/.local/var/pmbootstrap/cache_apk_x86/APKINDEX.977188ec.tar.gz
(002358) [17:47:33] ERROR: Missing binary package for dependency 'bluedevil' of 'postmarketos-ui-plasma-mobile', but pmbootstrap won't build any depends since it was started with --no-depends.
(002358) [17:47:33] See also: <https://postmarketos.org/troubleshooting>
(002358) [17:47:33] Traceback (most recent call last):
File "/home/build/pmbootstrap/pmb/__init__.py", line 49, in main
getattr(frontend, args.action)(args)
File "/home/build/pmbootstrap/pmb/helpers/frontend.py", line 95, in build
if not pmb.build.package(args, package, arch_package, force,
File "/home/build/pmbootstrap/pmb/build/_package.py", line 507, in package
if not init_buildenv(args, apkbuild, arch, strict, force, cross, suffix,
File "/home/build/pmbootstrap/pmb/build/_package.py", line 203, in init_buildenv
depends, built = build_depends(args, apkbuild, depends_arch, strict)
File "/home/build/pmbootstrap/pmb/build/_package.py", line 134, in build_depends
raise RuntimeError("Missing binary package for dependency '" +
RuntimeError: Missing binary package for dependency 'bluedevil' of 'postmarketos-ui-plasma-mobile', but pmbootstrap won't build any depends since it was started with --no-depends.
Run 'pmbootstrap log' for details.
|